Index: Mk/Uses/kde.mk =================================================================== --- Mk/Uses/kde.mk +++ Mk/Uses/kde.mk @@ -6,7 +6,7 @@ # Valid ARGS: 4 5 # # 4: Depend on KDE4 components and variables. -# 5: Depend on KDE Frameworks 5 components and variables. +# 5: Depend on Plasma 5 and KDE Frameworks 5 components and variables. # # Variables that can be set by a port: # @@ -20,8 +20,10 @@ # 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-applications: part of applications release # kde-frameworks: part of frameworks release # kde-kde4: part of kde4 release +# kde-plasma: part of plasma release # this will then set default values for MASTER_SITES and DIST_SUBDIR # as well as CPE_VENDOR and LICENSE. # @@ -55,9 +57,9 @@ # === VERSIONS OF THE DIFFERENT COMPONENTS ===================================== # Old KDE desktop. KDE4_VERSION?= 4.14.3 -KDE4_KDELIBS_VERSION= 4.14.10 +KDE4_KDELIBS_VERSION= 4.14.29 KDE4_ACTIVITIES_VERSION= 4.13.3 -KDE4_WORKSPACE_VERSION= 4.11.21 +KDE4_WORKSPACE_VERSION= 4.11.22 KDE4_KDEPIM_VERSION?= 4.14.10 # Applications version for the kde4-applications. KDE4_APPLICATIONS_BRANCH?= Attic @@ -65,12 +67,14 @@ KDE4_BRANCH?= stable # Current KDE desktop. +KDE_PLASMA_VERSION?= 5.9.2 +KDE_PLASMA_BRANCH?= stable + KDE_FRAMEWORKS_VERSION?= 5.31.0 -KDE_FRAMEWORKS_BRANCH?= stable +KDE_FRAMEWORKS_BRANCH?= stable -# Current KDE applications. -KDE_APPLICATIONS_VERSION?= 16.12.0 -KDE_APPLICATIONS_BRANCH?= stable +KDE_APPLICATIONS_VERSION?= 16.12.2 +KDE_APPLICATIONS_BRANCH?= stable # Upstream moves old software to Attic/. Specify the newest applications release there. # Only the major version is used for the comparison. _KDE_APPLICATIONS_ATTIC_VERSION= 15.12.3 @@ -79,11 +83,15 @@ CALLIGRA_VERSION?= 2.9.11 CALLIGRA_BRANCH?= stable -KDEVELOP_VERSION?= 4.7.4 +KDEVELOP_LEGACY_VERSION?= 4.7.3 +KDEVELOP_LEGACY_BRANCH?= stable + +KDEVELOP_VERSION?= 5.0.2 KDEVELOP_BRANCH?= stable KTP_VERSION?= 0.9.0 KTP_BRANCH?= stable + # ============================================================================== # === INSTALLATION PREFIXES AND HEADER LOCATION ================================ @@ -91,9 +99,9 @@ KDE_PREFIX= ${LOCALBASE} # ============================================================================== -# === CATEGORIES HANDLING -- SETTING DEFAULT VALUES ============================ +# === CATEGORIES HANDLING -- SETTING DEFAULT VALUES ============================== # Doing MASTER_SITES magic based on the category of the port -_KDE_CATEGORIES_SUPPORTED= kde-applications kde-frameworks kde-kde4 +_KDE_CATEGORIES_SUPPORTED= kde-applications kde-frameworks kde-kde4 kde-plasma . for cat in ${_KDE_CATEGORIES_SUPPORTED} . if ${CATEGORIES:M${cat}} . if !defined(_KDE_CATEGORY) @@ -117,20 +125,20 @@ PORTVERSION?= ${KDE4_VERSION} MASTER_SITES?= KDE/${KDE4_BRANCH}/${KDE4_VERSION}/src DIST_SUBDIR?= KDE/${KDE4_VERSION} -. elif ${_KDE_CATEGORY:Mkde-applications} -PORTVERSION?= ${KDE_APPLICATIONS_VERSION} -. if ${_KDE_VERSION:M4} -CONFLICTS_INSTALL?= ${PORTNAME}-kf5-* -. else -CONFLICTS_INSTALL?= kde4-${PORTNAME}-* ${PORTNAME}-kde4-* -. endif -# Decide where the file lies on KDE's servers: Check whether the file lies in Attic +. elif ${_KDE_CATEGORY:Mkde-applications} +PORTVERSION?= ${KDE_APPLICATIONS_VERSION} +# Decide where the file lies on KDE's servers: Everything < 16.00 lies in Attic . if ${KDE_APPLICATIONS_VERSION:R:R} <= ${_KDE_APPLICATIONS_ATTIC_VERSION:R:R} -MASTER_SITES?= KDE/Attic/applications/${KDE_APPLICATIONS_VERSION}/src +MASTER_SITES?= KDE/Attic/applications/${KDE_APPLICATIONS_VERSION}/src . else -MASTER_SITES?= KDE/${KDE_APPLICATIONS_BRANCH}/applications/${KDE_APPLICATIONS_VERSION}/src +MASTER_SITES?= KDE/${KDE_APPLICATIONS_BRANCH}/applications/${KDE_APPLICATIONS_VERSION}/src . endif -DIST_SUBDIR?= KDE/applications/${KDE_APPLICATIONS_VERSION} +DIST_SUBDIR?= KDE/applications/${KDE_APPLICATIONS_VERSION} +. elif ${_KDE_CATEGORY:Mkde-plasma} +PORTVERSION?= ${KDE_PLASMA_VERSION} +PKGNAMEPREFIX?= plasma5- +MASTER_SITES?= KDE/${KDE_PLASMA_BRANCH}/plasma/${KDE_PLASMA_VERSION} +DIST_SUBDIR?= KDE/plasma/${KDE_PLASMA_VERSION} . elif ${_KDE_CATEGORY:Mkde-frameworks} PORTVERSION?= ${KDE_FRAMEWORKS_VERSION} PKGNAMEPREFIX?= kf5- @@ -141,7 +149,6 @@ IGNORE?= unknown CATEGORY value '${_KDE_CATEGORY}' #' . endif . endif #defined(_KDE_CATEGORY) - # ============================================================================== # ==== SETUP CMAKE ENVIRONMENT ================================================= @@ -153,10 +160,10 @@ . 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 +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. @@ -169,15 +176,14 @@ PLIST_SUB+= KDE_PREFIX="${KDE_PREFIX}" # KDE Applications version. PLIST_SUB+= KDE_APPLICATIONS_VERSION="${KDE_APPLICATIONS_VERSION}" -# For KDE4 applications provide KDE4 version numbers. +# For KDE4 applications provide KDE4 version numbers, and similar for KDE5. . if ${_KDE_VERSION:M*4*} PLIST_SUB+= KDE4_VERSION="${KDE4_VERSION}" \ KDE4_GENERIC_LIB_VERSION=${KDE4_KDELIBS_VERSION} \ - 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,} + KDE4_NON_GENERIC_LIB_VERSION=${KDE4_KDELIBS_VERSION:S,^4,5,} . elif ${_KDE_VERSION:M*5*} -PLIST_SUB+= KDE_FRAMEWORKS_VERSION="${KDE_FRAMEWORKS_VERSION}" +PLIST_SUB+= KDE_PLASMA_VERSION="${KDE_PLASMA_VERSION}" \ + KDE_FRAMEWORKS_VERSION="${KDE_FRAMEWORKS_VERSION}" . endif # ============================================================================== @@ -194,13 +200,16 @@ PYO_SUFFIX=pyo . endif # ============================================================================== -_USE_KDE4_ALL= baloo baloo-widgets baseapps kactivities kate kdelibs \ - kfilemetadata korundum libkcddb libkcompactdisc \ - libkdcraw libkdeedu libkdegames libkexiv2 libkipi \ - libkonq libksane marble nepomuk-core nepomuk-widgets \ - okular oxygen-icons4 perlkde perlqt pimlibs pykde4 \ - pykdeuic4 qtruby runtime smokegen smokekde smokeqt \ - workspace +_USE_KDE4_ALL= baloo baloo-widgets baseapps kactivities kdelibs \ + kfilemetadata korundum libkcddb libkcompactdisc \ + libkdegames4 libkdeedu libkonq okular \ + libmarble4 marble4 nepomuk-core nepomuk-widgets perlkde perlqt \ + pimlibs pykde4 pykdeuic4 qtruby runtime smokegen smokekde \ + smokeqt workspace \ + libkdcraw4 libkexiv24 libkipi4 libksane4 kate4 oxygen-icons4 + +_USE_KDE5_ALL= kate libkexiv2 libkdcraw libkface libkipi libksane + # These components are not part of the Software Compilation. _USE_KDE4_ALL+= akonadi attica automoc4 ontologies qimageblitz soprano \ strigi @@ -208,17 +217,16 @@ # 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 \ +_USE_FRAMEWORKS_TIER1= apidox archive attica5 bluez-qt breeze-icons codecs config \ coreaddons dbusaddons dnssd i18n idletime itemmodels \ itemviews oxygen-icons5 plotting prison solid sonnet \ syntaxhighlighting threadweaver wayland widgetsaddons \ windowsystem # NOT LISTED TIER1: modemmanagerqt networkmanagerqt (not applicable) -_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_TIER2= activities-stats auth completion crash doctools \ + filemetadata5 kimageformats jobwidgets notifications \ + package pty unitconversion _USE_FRAMEWORKS_TIER3= activities baloo5 bookmarks configwidgets \ designerplugin emoticons globalaccel guiaddons \ @@ -237,7 +245,7 @@ # 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 kirigami2 +_USE_FRAMEWORKS_EXTRA= kirigami _USE_FRAMEWORKS_ALL= ecm \ ${_USE_FRAMEWORKS_TIER1} \ @@ -247,7 +255,28 @@ ${_USE_FRAMEWORKS_PORTING} \ ${_USE_FRAMEWORKS_EXTRA} -_USE_KDE5_ALL= ${_USE_FRAMEWORKS_ALL} +# Append kirigami to the frameworks list. It's not there yet: +# https://dot.kde.org/2016/03/30/kde-proudly-presents-kirigami-ui +_USE_FRAMEWORKS_ALL+= kirigami kirigami2 + +# List of components of the KDE Plasma distribution. +_USE_PLASMA_ALL= activitymanagerd bluedevil breeze breeze-gtk \ + breeze-kde4 decoration discover hotkeys \ + infocenter kde-cli-tools kde-gtk-config \ + kdeplasma-addons kgamma5 kmenuedit kscreen \ + kscreenlocker ksshaskpass ksysguard kwallet-pam \ + kwayland-integration kwin kwrited libkscreen \ + libksysguard milou oxygen plasma-desktop \ + plasma-integration plasma-mediacenter plasma-pa \ + plasma-sdk plasma-workspace plasma-workspace-wallpapers \ + polkit-kde-agent-1 powerdevil systemsettings \ + user-manager + +_USE_KDE5_ALL+= baloo-widgets5 kio-extras \ + libkdegames libkeduvocdocument \ + marble marble-data \ + ${_USE_FRAMEWORKS_ALL} \ + ${_USE_PLASMA_ALL} # ====================== kde4 components ======================================= baloo_PORT= sysutils/baloo @@ -263,8 +292,8 @@ kactivities_PORT= x11/kactivities kactivities_LIB= libkactivities.so -kate_PORT= editors/kate -kate_LIB= libkateinterfaces.so +kate4_PORT= editors/kate +kate4_LIB= libkateinterfaces.so kdelibs_PORT= x11/kdelibs4 kdelibs_LIB= libkdecore.so @@ -282,29 +311,35 @@ libkcompactdisc_PORT= audio/libkcompactdisc libkcompactdisc_LIB= libkcompactdisc.so -libkdcraw_PORT= graphics/libkdcraw-kde4 -libkdcraw_LIB= libkdcraw.so +libkdcraw4_PORT= graphics/libkdcraw-kde4 +libkdcraw4_LIB= libkdcraw.so libkdeedu_PORT= misc/libkdeedu libkdeedu_LIB= libkeduvocdocument.so -libkdegames_PORT= games/libkdegames -libkdegames_LIB= libkdegames.so +libkdegames4_PORT= games/libkdegames +libkdegames4_LIB= libkdegames.so -libkexiv2_PORT= graphics/libkexiv2-kde4 -libkexiv2_LIB= libkexiv2.so +libkexiv24_PORT= graphics/libkexiv2-kde4 +libkexiv24_LIB= libkexiv2.so -libkipi_PORT= graphics/libkipi-kde4 -libkipi_LIB= libkipi.so +libkipi4_PORT= graphics/libkipi-kde4 +libkipi4_LIB= libkipi.so libkonq_PORT= x11/libkonq libkonq_LIB= libkonq.so -libksane_PORT= graphics/libksane -libksane_LIB= libksane.so +libksane4_PORT= graphics/libksane +libksane4_LIB= libksane.so + +libmarble4_PORT= astro/libmarble +libmarble4_LIB= libmarblewidget-qt4.so -marble_PORT= astro/marble -marble_LIB= libmarblewidget.so +marble-data_PORT= astro/marble-data +marble-data_PATH= ${KDE_PREFIX}/share/marble/data/bitmaps/airport.png + +marble4_PORT= astro/marble +marble4_PATH= ${KDE_PREFIX}/bin/marble nepomuk-core_PORT= sysutils/nepomuk-core nepomuk-core_LIB= libnepomukcore.so @@ -384,6 +419,9 @@ activities_PORT= x11/kf5-kactivities activities_LIB= libKF5Activities.so +activities-stats_PORT= x11/kf5-kactivities-stats +activities-stats_LIB= libKF5ActivitiesStats.so + apidox_PORT= devel/kf5-kapidox apidox_PATH= ${KDE_PREFIX}/bin/kapidox_generate apidox_TYPE= run @@ -400,6 +438,9 @@ baloo5_PORT= sysutils/kf5-baloo baloo5_LIB= libKF5Baloo.so +bluez-qt_PORT= sysutils/kf5-bluez-qt +bluez-qt_LIB= libKF5BluezQt.so + bookmarks_PORT= devel/kf5-kbookmarks bookmarks_LIB= libKF5Bookmarks.so @@ -506,17 +547,10 @@ 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_PORT= x11-toolkits/kirigami -kirigami_PATH= ${QT_QMLDIR}/org/kde/kirigami/libkirigamiplugin.so - -kirigami2_PORT= x11-toolkits/kirigami2 -kirigami2_PATH= ${QT_QMLDIR}/org/kde/kirigami.2/libkirigamiplugin.so - kross_PORT= lang/kf5-kross kross_LIB= libKF5KrossCore.so @@ -548,9 +582,15 @@ plasma-framework_PORT= x11/kf5-plasma-framework plasma-framework_LIB= libKF5Plasma.so +plasma-pa_PORT= audio/plasma5-plasma-pa +plasma-pa_LIB= libQPulseAudioPrivate.so + plotting_PORT= graphics/kf5-kplotting plotting_LIB= libKF5Plotting.so +polkit-kde-agent-1_PORT= sysutils/plasma5-polkit-kde-agent-1 +polkit-kde-agent-1_PATH= ${KDE_PREFIX}/lib/libexec/polkit-kde-authentication-agent-1 + prison_PORT= graphics/kf5-prison prison_LIB= libKF5Prison.so @@ -569,9 +609,6 @@ sonnet_PORT= textproc/kf5-sonnet sonnet_LIB= libKF5SonnetCore.so -syntaxhighlighting_PORT= textproc/kf5-syntax-highlighting -syntaxhighlighting_LIB= libKF5SyntaxHighlighting.so - texteditor_PORT= devel/kf5-ktexteditor texteditor_LIB= libKF5TextEditor.so @@ -584,6 +621,9 @@ unitconversion_PORT= devel/kf5-kunitconversion unitconversion_LIB= libKF5UnitConversion.so +user-manager_PORT= sysutils/plasma5-user-manager +user-manager_PATH= ${QT_PLUGINDIR}/user_manager.so + wallet_PORT= sysutils/kf5-kwallet wallet_LIB= libKF5Wallet.so @@ -601,8 +641,272 @@ xmlrpcclient_PORT= net/kf5-kxmlrpcclient xmlrpcclient_LIB= libKF5XmlRpcClient.so + +# Sort kirigami, once it's officially a Framework +kirigami_PORT= x11-toolkits/kirigami +kirigami_PATH= ${QT_QMLDIR}/org/kde/kirigami/libkirigamiplugin.so + # ====================== end of frameworks components ========================== +# ====================== plasma components ===================================== +activitymanagerd_PORT= x11/plasma5-kactivitymanagerd +activitymanagerd_LIB= libkactivitymanagerd_plugin.so + +bluedevil_PORT= sysutils/plasma5-bluedevil +bluedevil_PATH= ${KDE_PREFIX}/bin/bluedevil-sendfile + +breeze_PORT= x11-themes/plasma5-breeze +breeze_PATH= ${KDE_PREFIX}/share/QtCurve/Breeze.qtcurve + +breeze-gtk_PORT= x11-themes/plasma5-breeze-gtk +breeze-gtk_PATH= ${KDE_PREFIX}/lib/kconf_update_bin/gtkbreeze5.5 + +breeze-kde4_PORT= x11-themes/plasma5-breeze-kde4 +breeze-kde4_PATH= ${KDE_PREFIX}/lib/kde4/kstyle_breeze_config.so + +decoration_PORT= x11-wm/plasma5-kdecoration +decoration_LIB= libkdecorations2.so + +discover_PORT= sysutils/plasma5-discover +discover_PATH= ${KDE_PREFIX}/bin/plasma-discover + +hotkeys_PORT= devel/plasma5-khotkeys +hotkeys_LIB= libkhotkeysprivate.so.5 + +infocenter_PORT= sysutils/plasma5-kinfocenter +infocenter_PATH= ${KDE_PREFIX}/bin/kinfocenter + +kde-cli-tools_PORT= sysutils/plasma5-kde-cli-tools +kde-cli-tools_PATH= ${KDE_PREFIX}/bin/kcmshell5 + +kde-gtk-config_PORT= x11-themes/plasma5-kde-gtk-config +kde-gtk-config_PATH= ${QT_PLUGINDIR}/kcm_kdegtkconfig.so + +kdeplasma-addons_PORT= x11-toolkits/plasma5-kdeplasma-addons +kdeplasma-addons_PATH= ${QT_PLUGINDIR}/kcm_krunner_dictionary.so + +kgamma5_PORT= x11/plasma5-kgamma5 +kgamma5_PATH= ${QT_PLUGINDIR}/kcm_kgamma.so + +kmenuedit_PORT= sysutils/plasma5-kmenuedit +kmenuedit_LIB= libkdeinit5_kmenuedit.so + +kscreen_PORT= x11/plasma5-kscreen +kscreen_PATH= ${KDE_PREFIX}/bin/kscreen-console + +kscreenlocker_PORT= security/plasma5-kscreenlocker +kscreenlocker_LIB= libKScreenLocker.so + +ksshaskpass_PORT= security/plasma5-ksshaskpass +ksshaskpass_PATH= ${KDE_PREFIX}/bin/ksshaskpass + +ksysguard_PORT= sysutils/plasma5-ksysguard +ksysguard_PATH= ${KDE_PREFIX}/bin/ksysguard + +kwallet-pam_PORT= security/plasma5-kwallet-pam +kwallet-pam_PATH= ${KDE_PREFIX}/lib/security/pam_kwallet5.so + +kwayland-integration_PORT= x11/plasma5-kwayland-integration +kwayland-integration_PATH= ${QT_PLUGINDIR}/kf5/org.kde.kidletime.platforms/KF5IdleTimeKWaylandPlugin.so + +kwin_PORT= x11-wm/plasma5-kwin +kwin_PATH= ${KDE_PREFIX}/bin/kwin_x11 + +kwrited_PORT= devel/plasma5-kwrited +kwrited_PATH= ${QT_PLUGINDIR}/kf5/kded/kwrited.so + +libkscreen_PORT= x11/plasma5-libkscreen +libkscreen_LIB= libKF5Screen.so + +libksysguard_PORT= sysutils/plasma5-libksysguard +libksysguard_LIB= libksgrd.so + +milou_PORT= deskutils/plasma5-milou +milou_LIB= libmilou.so.5 + +oxygen_PORT= x11-themes/plasma5-oxygen +oxygen_LIB= liboxygenstyle5.so + +plasma-desktop_PORT= x11/plasma5-plasma-desktop +plasma-desktop_PATH= ${KDE_PREFIX}/bin/krdb + +plasma-integration_PORT= x11/plasma5-plasma-integration +plasma-integration_PATH= ${QT_PLUGINDIR}/platformthemes/KDEPlasmaPlatformTheme.so + +plasma-mediacenter_PORT= multimedia/plasma5-plasma-mediacenter +plasma-mediacenter_LIB= libplasmamediacenter.so.5 + +plasma-sdk_PORT= devel/plasma5-plasma-sdk +plasma-sdk_PATH= ${KDE_PREFIX}/bin/plasmoidviewer + +plasma-workspace_PORT= x11/plasma5-plasma-workspace +plasma-workspace_LIB= libkdeinit5_kcminit.so + +plasma-workspace-wallpapers_PORT= x11-themes/plasma5-plasma-workspace-wallpapers +plasma-workspace-wallpapers_PATH= ${KDE_PREFIX}/share/wallpapers/Autumn/contents/images/1280x1024.jpg + +powerdevil_PORT= sysutils/plasma5-powerdevil +powerdevil_LIB= libpowerdevilcore.so + +syntaxhighlighting_PORT= textproc/kf5-syntax-highlighting +syntaxhighlighting_LIB= libKF5SyntaxHighlighting.so + +systemsettings_PORT= sysutils/plasma5-systemsettings +systemsettings_PATH= ${KDE_PREFIX}/bin/systemsettings5 +# ====================== end of plasma components ============================== + +# ====================== pim5 components ======================================= +akonadi5_PORT= databases/akonadi-kf5 +akonadi5_LIB= libKF5AkonadiPrivate.so + +akonadi-contacts_PORT= net/akonadi-contacts-kf5 +akonadi-contacts_LIB= libKF5AkonadiContact.so + +akonadi-mime_PORT= net/akonadi-mime-kf5 +akonadi-mime_LIB= libKF5AkonadiMime.so + +akonadi-notes_PORT= net/akonadi-notes-kf5 +akonadi-notes_LIB= libKF5AkonadiNotes.so + +akonadicalendar_PORT= net/akonadi-calendar-kf5 +akonadicalendar_LIB= libKF5AkonadiCalendar.so + +akonadisearch_PORT= net/akonadi-search-kf5 +akonadisearch_LIB= libKF5AkonadiSearchCore.so + +alarmcalendar_PORT= net/kalarmcal-kf5 +alarmcalendar_LIB= libKF5AlarmCalendar.so + +blog_PORT= net/kblog-kf5 +blog_LIB= libKF5Blog.so + +calendarsupport_PORT= net/calendarsupport-kf5 +calendarsupport_LIB= libKF5CalendarSupport.so + +calendarcore_PORT= net/kcalcore-kf5 +calendarcore_LIB= libKF5CalendarCore.so + +calendarutils_PORT= net/kcalutils-kf5 +calendarutils_LIB= libKF5CalendarUtils.so + +contacts_PORT= net/kcontacts-kf5 +contacts_LIB= libKF5Contacts.so + +eventviews_PORT= net/eventviews-kf5 +eventviews_LIB= libKF5EventViews.so + +gapi_PORT= net/libkgapi-kf5 +gapi_LIB= libKF5GAPICore.so + +grantleetheme_PORT= deskutils/grantleetheme-kf5 +grantleetheme_LIB= libKF5GrantleeTheme.so + +gravatar_PORT= net/libgravatar-kf5 +gravatar_LIB= libKF5Gravatar.so + +holidays_PORT= net/kholidays-kf5 +holidays_LIB= libKF5Holidays.so + +identitymanagement_PORT= net/kidentitymanagement-kf5 +identitymanagement_LIB= libKF5IdentityManagement.so + +imap_PORT= net/kimap-kf5 +imap_LIB= libKF5IMAP.so + +incidenceeditor_PORT= net/incidenceeditor-kf5 +incidenceeditor_LIB= libKF5IncidenceEditor.so + +kdepim-addons_PORT= deskutils/kdepim-addons-kf5 +kdepim-addons_PATH= ${KDE_PREFIX}/lib/akonadi/contact/editorpageplugins/cryptopageplugin.so + +kdepim-apps-libs_PORT= deskutils/kdepim-apps-libs-kf5 +kdepim-apps-libs_LIB= libKF5SendLater.so + +kdepim-runtime5_PORT= deskutils/kdepim-runtime-kf5 +kdepim-runtime5_LIB= libakonadi-filestore.so.5 + +kdepim5_PORT= deskutils/kdepim-kf5 +kdepim5_PATH= ${KDE_PREFIX}/bin/akonadiconsole + +kontactinterface_PORT= net/kontactinterface-kf5 +kontactinterface_LIB= libKF5KontactInterface.so + +ldap_PORT= net/kldap-kf5 +ldap_LIB= libKF5Ldap.so + +libkdepim_PORT= deskutils/libkdepim-kf5 +libkdepim_LIB= libKF5Libkdepim.so + +libkleo_PORT= security/libkleo-kf5 +libkleo_LIB= libKF5Libkleo.so + +libksieve_PORT= net/libksieve-kf5 +libksieve_LIB= libKF5KSieve.so + +mailcommon_PORT= net/mailcommon-kf5 +mailcommon_LIB= libKF5MailCommon.so + +mailimporter_PORT= net/mailimporter-kf5 +mailimporter_LIB= libKF5MailImporter.so + +mailtransport_PORT= net/kmailtransport-kf5 +mailtransport_LIB= libKF5MailTransport.so + +mbox_PORT= net/kmbox-kf5 +mbox_LIB= libKF5Mbox.so + +messagelib_PORT= net/messagelib-kf5 +messagelib_LIB= libKF5MessageList.so + +mime_PORT= net/kmime-kf5 +mime_LIB= libKF5Mime.so + +pimcommon_PORT= net/pimcommon-kf5 +pimcommon_LIB= libKF5PimCommon.so + +pimtextedit_PORT= net/kpimtextedit-kf5 +pimtextedit_LIB= libKF5PimTextEdit.so + +syndication_PORT= net/syndication-kf5 +syndication_LIB= libKF5Syndication.so + +tnef_PORT= net/ktnef-kf5 +tnef_LIB= libKF5Tnef.so +# ====================== end of pim5 components ================================ + +# ====================== applications kde components ================================== +baloo-widgets5_PORT= sysutils/baloo-widgets-kf5 +baloo-widgets5_LIB= libKF5BalooWidgets.so + +kate_PORT= editors/kate-kf5 +kate_PATH= ${QT_PLUGINDIR}/ktexteditor/ktexteditor_lumen.so + +kio-extras_PORT= devel/kio-extras-kf5 +kio-extras_LIB= libmolletnetwork5.so.5 + +libkdcraw_PORT= graphics/libkdcraw-kf5 +libkdcraw_LIB= libKF5KDcraw.so + +libkdegames_PORT= games/libkdegames-kf5 +libkdegames_LIB= libKF5KDEGames.so + +libkeduvocdocument_PORT= misc/libkeduvocdocument-kf5 +libkeduvocdocument_LIB= libKEduVocDocument.so + +libkexiv2_PORT= graphics/libkexiv2-kf5 +libkexiv2_LIB= libKF5KExiv2.so + +libkface_PORT= graphics/libkface-kf5 +libkface_LIB= libKF5KFace.so + +libkipi_PORT= graphics/libkipi-kf5 +libkipi_LIB= libKF5Kipi.so + +libksane_PORT= graphics/libksane-kf5 +libksane_LIB= libKF5Sane.so + +marble_PORT= astro/marble-kf5 +marble_LIB= libmarblewidget-qt5.so # end of component list ######################################################## _USE_KDE_ALL= ${_USE_${_KDE_RELNAME}_ALL} Index: accessibility/jovie/Makefile =================================================================== --- accessibility/jovie/Makefile +++ accessibility/jovie/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= jovie -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= accessibility kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= accessibility kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE text-to-speech system Index: accessibility/jovie/distinfo =================================================================== --- accessibility/jovie/distinfo +++ accessibility/jovie/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/jovie-4.14.3.tar.xz) = 044e842f0af58517cdd6f609ad771d465fdbee72de19cddf0ebc2cb598b79b19 -SIZE (KDE/4.14.3/jovie-4.14.3.tar.xz) = 380000 +TIMESTAMP = 1486501512 +SHA256 (KDE/applications/16.12.2/jovie-16.12.2.tar.xz) = fe119da4b1e80a4853f7c1350f4185fd6259031ad8718bbf50d32b01eeb82ea6 +SIZE (KDE/applications/16.12.2/jovie-16.12.2.tar.xz) = 394824 Index: accessibility/jovie/pkg-plist =================================================================== --- accessibility/jovie/pkg-plist +++ accessibility/jovie/pkg-plist @@ -6,7 +6,7 @@ lib/libkttsd.so lib/libkttsd.so.4 lib/libkttsd.so.%%KDE4_GENERIC_LIB_VERSION%% -share/applications/kde4/jovieapp.desktop +share/applications/kde4/org.kde.jovie.desktop share/apps/jovie/kcmkttsd_testmessage.desktop share/apps/jovie/stringreplacer/abbreviations.xml share/apps/jovie/stringreplacer/chat-de.xml @@ -49,3 +49,4 @@ share/kde4/services/kcmkttsd.desktop share/kde4/services/kttsd.desktop share/kde4/servicetypes/jovie_filterplugin.desktop +share/metainfo/org.kde.jovie.appdata.xml Index: accessibility/kaccessible/Makefile =================================================================== --- accessibility/kaccessible/Makefile +++ accessibility/kaccessible/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= kaccessible -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= accessibility kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= accessibility kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Accessibility services for KDE Index: accessibility/kaccessible/distinfo =================================================================== --- accessibility/kaccessible/distinfo +++ accessibility/kaccessible/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kaccessible-4.14.3.tar.xz) = 6b2ee04a1548b6b0571a4a5368027f91605cabb1325d0e8ec1811552a9f2932e -SIZE (KDE/4.14.3/kaccessible-4.14.3.tar.xz) = 20544 +TIMESTAMP = 1486501512 +SHA256 (KDE/applications/16.12.2/kaccessible-16.12.2.tar.xz) = b9e078278372708144ba28d951a6d8b3fdcde71e6d5c8c280dd2b645b81570c5 +SIZE (KDE/applications/16.12.2/kaccessible-16.12.2.tar.xz) = 20608 Index: accessibility/kmag/Makefile =================================================================== --- accessibility/kmag/Makefile +++ accessibility/kmag/Makefile @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= kmag -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= accessibility kde kde-kde4 - +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= accessibility kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE Screen magnifier Index: accessibility/kmag/distinfo =================================================================== --- accessibility/kmag/distinfo +++ accessibility/kmag/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kmag-4.14.3.tar.xz) = 685dd87b30481d3a652b2202c2714741c2b6850244dc6ac0fbe5323ed63e3024 -SIZE (KDE/4.14.3/kmag-4.14.3.tar.xz) = 86264 +TIMESTAMP = 1486501512 +SHA256 (KDE/applications/16.12.2/kmag-16.12.2.tar.xz) = 43645de69b006044f63c34279ebb24d3abdc641cc0701d6c875b1a91a0e3720b +SIZE (KDE/applications/16.12.2/kmag-16.12.2.tar.xz) = 86540 Index: accessibility/kmousetool/Makefile =================================================================== --- accessibility/kmousetool/Makefile +++ accessibility/kmousetool/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= kmousetool -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= accessibility kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= accessibility kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Automatic mouse click tool for KDE Index: accessibility/kmousetool/distinfo =================================================================== --- accessibility/kmousetool/distinfo +++ accessibility/kmousetool/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kmousetool-4.14.3.tar.xz) = edb3b44875865f19d3dd162b1a6935b52491503f89d0263cb9b97556c381c2fc -SIZE (KDE/4.14.3/kmousetool-4.14.3.tar.xz) = 35968 +TIMESTAMP = 1486501513 +SHA256 (KDE/applications/16.12.2/kmousetool-16.12.2.tar.xz) = 9170292dfe82f7f3de386b7aea9377cfca04f8ae340ed0a98b5979ffcbb91089 +SIZE (KDE/applications/16.12.2/kmousetool-16.12.2.tar.xz) = 36168 Index: accessibility/kmouth/Makefile =================================================================== --- accessibility/kmouth/Makefile +++ accessibility/kmouth/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= kmouth -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= accessibility kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= accessibility kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Speech synthesizer frontend for KDE Index: accessibility/kmouth/distinfo =================================================================== --- accessibility/kmouth/distinfo +++ accessibility/kmouth/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kmouth-4.14.3.tar.xz) = 84c16342dd5f93cb1daf0716a7c1ab705da3378cd8f6c293982b04605ad6c61a -SIZE (KDE/4.14.3/kmouth-4.14.3.tar.xz) = 307840 +TIMESTAMP = 1486501513 +SHA256 (KDE/applications/16.12.2/kmouth-16.12.2.tar.xz) = efe32a932e100b5c7f4292dad09823725bd95c062816f4ce2460407e69cb683e +SIZE (KDE/applications/16.12.2/kmouth-16.12.2.tar.xz) = 277624 Index: accessibility/kmouth/pkg-plist =================================================================== --- accessibility/kmouth/pkg-plist +++ accessibility/kmouth/pkg-plist @@ -16,46 +16,6 @@ share/apps/kmouth/books/sv/sv-howareyou.phrasebook share/apps/kmouth/books/sv/sv-personal.phrasebook share/apps/kmouth/books/sv/sv.desktop -share/apps/kmouth/icons/hicolor/16x16/actions/phrase.png -share/apps/kmouth/icons/hicolor/16x16/actions/phrase_new.png -share/apps/kmouth/icons/hicolor/16x16/actions/phrase_open.png -share/apps/kmouth/icons/hicolor/16x16/actions/phrase_save.png -share/apps/kmouth/icons/hicolor/16x16/actions/phrasebook.png -share/apps/kmouth/icons/hicolor/16x16/actions/phrasebook_closed.png -share/apps/kmouth/icons/hicolor/16x16/actions/phrasebook_new.png -share/apps/kmouth/icons/hicolor/16x16/actions/phrasebook_open.png -share/apps/kmouth/icons/hicolor/16x16/actions/phrasebook_save.png -share/apps/kmouth/icons/hicolor/16x16/actions/phrasehistory_open.png -share/apps/kmouth/icons/hicolor/16x16/actions/phrasehistory_print.png -share/apps/kmouth/icons/hicolor/16x16/actions/phrasehistory_save.png -share/apps/kmouth/icons/hicolor/16x16/actions/speak.png -share/apps/kmouth/icons/hicolor/22x22/actions/phrase.png -share/apps/kmouth/icons/hicolor/22x22/actions/phrase_new.png -share/apps/kmouth/icons/hicolor/22x22/actions/phrase_open.png -share/apps/kmouth/icons/hicolor/22x22/actions/phrase_save.png -share/apps/kmouth/icons/hicolor/22x22/actions/phrasebook.png -share/apps/kmouth/icons/hicolor/22x22/actions/phrasebook_closed.png -share/apps/kmouth/icons/hicolor/22x22/actions/phrasebook_new.png -share/apps/kmouth/icons/hicolor/22x22/actions/phrasebook_open.png -share/apps/kmouth/icons/hicolor/22x22/actions/phrasebook_save.png -share/apps/kmouth/icons/hicolor/22x22/actions/phrasehistory_open.png -share/apps/kmouth/icons/hicolor/22x22/actions/phrasehistory_print.png -share/apps/kmouth/icons/hicolor/22x22/actions/phrasehistory_save.png -share/apps/kmouth/icons/hicolor/22x22/actions/speak.png -share/apps/kmouth/icons/hicolor/32x32/actions/phrase.png -share/apps/kmouth/icons/hicolor/32x32/actions/phrase_new.png -share/apps/kmouth/icons/hicolor/32x32/actions/phrase_open.png -share/apps/kmouth/icons/hicolor/32x32/actions/phrase_save.png -share/apps/kmouth/icons/hicolor/32x32/actions/phrasebook.png -share/apps/kmouth/icons/hicolor/32x32/actions/phrasebook_closed.png -share/apps/kmouth/icons/hicolor/32x32/actions/phrasebook_new.png -share/apps/kmouth/icons/hicolor/32x32/actions/phrasebook_open.png -share/apps/kmouth/icons/hicolor/32x32/actions/phrasebook_save.png -share/apps/kmouth/icons/hicolor/32x32/actions/phrasehistory_open.png -share/apps/kmouth/icons/hicolor/32x32/actions/phrasehistory_print.png -share/apps/kmouth/icons/hicolor/32x32/actions/phrasehistory_save.png -share/apps/kmouth/icons/hicolor/32x32/actions/speak.png -share/apps/kmouth/icons/hicolor/48x48/actions/speak.png share/apps/kmouth/kmouthui.rc share/apps/kmouth/phrasebookdialogui.rc share/config/kmouthrc @@ -71,7 +31,13 @@ share/doc/HTML/en/kmouth/kmouthwizard2.png share/doc/HTML/en/kmouth/kmouthwizard3.png share/doc/HTML/en/kmouth/man-kmouth.1.docbook +share/icons/hicolor/16x16/actions/phrase.png +share/icons/hicolor/16x16/actions/phrasebook.png share/icons/hicolor/16x16/apps/kmouth.png +share/icons/hicolor/22x22/actions/phrase.png +share/icons/hicolor/22x22/actions/phrasebook.png share/icons/hicolor/22x22/apps/kmouth.png +share/icons/hicolor/32x32/actions/phrase.png +share/icons/hicolor/32x32/actions/phrasebook.png share/icons/hicolor/32x32/apps/kmouth.png share/icons/hicolor/48x48/apps/kmouth.png Index: arabic/Makefile =================================================================== --- arabic/Makefile +++ arabic/Makefile @@ -9,6 +9,7 @@ SUBDIR += aspell SUBDIR += kacst_fonts SUBDIR += kde4-l10n + SUBDIR += kde5-l10n SUBDIR += khotot SUBDIR += libitl SUBDIR += libreoffice Index: arabic/kde4-l10n/Makefile =================================================================== --- arabic/kde4-l10n/Makefile +++ arabic/kde4-l10n/Makefile @@ -1,13 +1,13 @@ # $FreeBSD$ -PORTNAME= kde-l10n -PORTVERSION= ${KDE4_VERSION} +PORTNAME= kde4-l10n +PORTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= arabic kde MAINTAINER= kde@FreeBSD.org -COMMENT= Arabic messages and documentation for KDE SC 4 +COMMENT= Arabic messages and documentation for KDE -KDE4_L10N= ar +KDE_L10N= ar:4 -.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde-l10n/files/bsd.l10n.mk" .include Index: arabic/kde4-l10n/distinfo =================================================================== --- arabic/kde4-l10n/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/4.14.3/kde-l10n/kde-l10n-ar-4.14.3.tar.xz) = 04606bd4ff9d8027084e968b00e5ba7c2074a503b1b9b0420695c34f14ffbfaa -SIZE (KDE/4.14.3/kde-l10n/kde-l10n-ar-4.14.3.tar.xz) = 3378496 Index: arabic/kde4-l10n/pkg-plist =================================================================== --- arabic/kde4-l10n/pkg-plist +++ arabic/kde4-l10n/pkg-plist @@ -1,650 +1,144 @@ -share/apps/klettres/ar/alpha/a-01.ogg -share/apps/klettres/ar/alpha/a-02.ogg -share/apps/klettres/ar/alpha/a-03.ogg -share/apps/klettres/ar/alpha/a-04.ogg -share/apps/klettres/ar/alpha/a-05.ogg -share/apps/klettres/ar/alpha/a-06.ogg -share/apps/klettres/ar/alpha/a-07.ogg -share/apps/klettres/ar/alpha/a-08.ogg -share/apps/klettres/ar/alpha/a-09.ogg -share/apps/klettres/ar/alpha/a-10.ogg -share/apps/klettres/ar/alpha/a-11.ogg -share/apps/klettres/ar/alpha/a-12.ogg -share/apps/klettres/ar/alpha/a-13.ogg -share/apps/klettres/ar/alpha/a-14.ogg -share/apps/klettres/ar/alpha/a-15.ogg -share/apps/klettres/ar/alpha/a-16.ogg -share/apps/klettres/ar/alpha/a-17.ogg -share/apps/klettres/ar/alpha/a-18.ogg -share/apps/klettres/ar/alpha/a-19.ogg -share/apps/klettres/ar/alpha/a-20.ogg -share/apps/klettres/ar/alpha/a-21.ogg -share/apps/klettres/ar/alpha/a-22.ogg -share/apps/klettres/ar/alpha/a-23.ogg -share/apps/klettres/ar/alpha/a-24.ogg -share/apps/klettres/ar/alpha/a-25.ogg -share/apps/klettres/ar/alpha/a-26.ogg -share/apps/klettres/ar/alpha/a-27.ogg -share/apps/klettres/ar/alpha/a-28.ogg -share/apps/klettres/ar/sounds.xml -share/locale/ar/LC_MESSAGES/accountwizard_contacts.mo -share/locale/ar/LC_MESSAGES/adblock.mo -share/locale/ar/LC_MESSAGES/akonadi_baloo_indexer.mo -share/locale/ar/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_next.mo -share/locale/ar/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_vcarddir_resource.mo -share/locale/ar/LC_MESSAGES/akonaditray.mo -share/locale/ar/LC_MESSAGES/akregator.mo -share/locale/ar/LC_MESSAGES/akregator_konqplugin.mo -share/locale/ar/LC_MESSAGES/amor.mo -share/locale/ar/LC_MESSAGES/analitza.mo -share/locale/ar/LC_MESSAGES/ark.appdata.mo -share/locale/ar/LC_MESSAGES/ark.mo -share/locale/ar/LC_MESSAGES/attica_kde.mo -share/locale/ar/LC_MESSAGES/audiocd_encoder_lame.mo -share/locale/ar/LC_MESSAGES/audiocd_encoder_vorbis.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/akonadi_baloo_indexer.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/attica_kde.mo share/locale/ar/LC_MESSAGES/audiorename_plugin.mo -share/locale/ar/LC_MESSAGES/autorefresh.mo -share/locale/ar/LC_MESSAGES/babelfish.mo -share/locale/ar/LC_MESSAGES/baloo_file.mo -share/locale/ar/LC_MESSAGES/baloo_file_extractor.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/baloo_file.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/baloo_file_extractor.mo share/locale/ar/LC_MESSAGES/baloo_queryparser.mo -share/locale/ar/LC_MESSAGES/baloosearch.mo -share/locale/ar/LC_MESSAGES/balooshow.mo -share/locale/ar/LC_MESSAGES/baloowidgets.mo -share/locale/ar/LC_MESSAGES/blinken.mo -share/locale/ar/LC_MESSAGES/bomber.mo -share/locale/ar/LC_MESSAGES/bovo.mo -share/locale/ar/LC_MESSAGES/calendarsupport.mo -share/locale/ar/LC_MESSAGES/cervisia.mo -share/locale/ar/LC_MESSAGES/cvsservice.mo -share/locale/ar/LC_MESSAGES/dirfilterplugin.mo -share/locale/ar/LC_MESSAGES/display.mo -share/locale/ar/LC_MESSAGES/dolphin.appdata.mo -share/locale/ar/LC_MESSAGES/dolphin.mo -share/locale/ar/LC_MESSAGES/domtreeviewer.mo -share/locale/ar/LC_MESSAGES/dragonplayer.mo -share/locale/ar/LC_MESSAGES/drkonqi.mo -share/locale/ar/LC_MESSAGES/filetypes.mo -share/locale/ar/LC_MESSAGES/freespacenotifier.mo -share/locale/ar/LC_MESSAGES/fsview.mo -share/locale/ar/LC_MESSAGES/gwenview.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/baloosearch.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/balooshow.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/baloowidgets.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/drkonqi.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/filetypes.mo share/locale/ar/LC_MESSAGES/htmlsearch.mo share/locale/ar/LC_MESSAGES/imagerename_plugin.mo -share/locale/ar/LC_MESSAGES/imgalleryplugin.mo share/locale/ar/LC_MESSAGES/jovie.mo -share/locale/ar/LC_MESSAGES/joystick.mo share/locale/ar/LC_MESSAGES/juk.mo -share/locale/ar/LC_MESSAGES/kabc.mo -share/locale/ar/LC_MESSAGES/kabc_akonadi.mo -share/locale/ar/LC_MESSAGES/kabc_dir.mo -share/locale/ar/LC_MESSAGES/kabc_file.mo -share/locale/ar/LC_MESSAGES/kabc_ldapkio.mo -share/locale/ar/LC_MESSAGES/kabc_net.mo -share/locale/ar/LC_MESSAGES/kabcclient.mo -share/locale/ar/LC_MESSAGES/kabcformat_binary.mo -share/locale/ar/LC_MESSAGES/kaccess.mo share/locale/ar/LC_MESSAGES/kactivitymanagerd.mo -share/locale/ar/LC_MESSAGES/kaddressbook.mo -share/locale/ar/LC_MESSAGES/kalarm.mo -share/locale/ar/LC_MESSAGES/kalgebra.mo -share/locale/ar/LC_MESSAGES/kalzium.mo -share/locale/ar/LC_MESSAGES/kanagram.mo -share/locale/ar/LC_MESSAGES/kapman.mo -share/locale/ar/LC_MESSAGES/kate.mo -share/locale/ar/LC_MESSAGES/kate_kttsd.mo -share/locale/ar/LC_MESSAGES/katecloseexceptplugin.mo -share/locale/ar/LC_MESSAGES/katefilebrowserplugin.mo -share/locale/ar/LC_MESSAGES/katefiletemplates.mo -share/locale/ar/LC_MESSAGES/katehelloworld.mo -share/locale/ar/LC_MESSAGES/katekonsoleplugin.mo -share/locale/ar/LC_MESSAGES/katemailfilesplugin.mo -share/locale/ar/LC_MESSAGES/kateopenheader.mo -share/locale/ar/LC_MESSAGES/katepart4.mo -share/locale/ar/LC_MESSAGES/kateproject.mo -share/locale/ar/LC_MESSAGES/katesearch.mo -share/locale/ar/LC_MESSAGES/katesnippetsplugin.mo -share/locale/ar/LC_MESSAGES/katesql.mo -share/locale/ar/LC_MESSAGES/katesymbolviewer.mo -share/locale/ar/LC_MESSAGES/katetabbarextension.mo -share/locale/ar/LC_MESSAGES/katetabifyplugin.mo -share/locale/ar/LC_MESSAGES/katetextfilter.mo -share/locale/ar/LC_MESSAGES/katexmlcheck.mo -share/locale/ar/LC_MESSAGES/katexmltools.mo -share/locale/ar/LC_MESSAGES/katomic.mo -share/locale/ar/LC_MESSAGES/kblackbox.mo -share/locale/ar/LC_MESSAGES/kblankscrn.mo -share/locale/ar/LC_MESSAGES/kblocks.mo -share/locale/ar/LC_MESSAGES/kbounce.mo -share/locale/ar/LC_MESSAGES/kbreakout.mo -share/locale/ar/LC_MESSAGES/kbruch.mo share/locale/ar/LC_MESSAGES/kcachegrind.mo -share/locale/ar/LC_MESSAGES/kcal_akonadi.mo -share/locale/ar/LC_MESSAGES/kcalc.mo share/locale/ar/LC_MESSAGES/kcertpart.mo -share/locale/ar/LC_MESSAGES/kcharselect.mo -share/locale/ar/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ar/LC_MESSAGES/kcm_activities.mo -share/locale/ar/LC_MESSAGES/kcm_akonadi.mo share/locale/ar/LC_MESSAGES/kcm_attica.mo -share/locale/ar/LC_MESSAGES/kcm_autostart.mo -share/locale/ar/LC_MESSAGES/kcm_baloofile.mo -share/locale/ar/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/ar/LC_MESSAGES/kcm_desktopthemedetails.mo -share/locale/ar/LC_MESSAGES/kcm_device_automounter.mo -share/locale/ar/LC_MESSAGES/kcm_emoticons.mo -share/locale/ar/LC_MESSAGES/kcm_infobase.mo -share/locale/ar/LC_MESSAGES/kcm_infosummary.mo -share/locale/ar/LC_MESSAGES/kcm_kwindesktop.mo -share/locale/ar/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/ar/LC_MESSAGES/kcm_memory.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kcm_baloofile.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kcm_device_automounter.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kcm_emoticons.mo share/locale/ar/LC_MESSAGES/kcm_nepomuk.mo -share/locale/ar/LC_MESSAGES/kcm_pci.mo -share/locale/ar/LC_MESSAGES/kcm_phonon.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kcm_phonon.mo share/locale/ar/LC_MESSAGES/kcm_platform.mo -share/locale/ar/LC_MESSAGES/kcm_solid_actions.mo -share/locale/ar/LC_MESSAGES/kcm_standard_actions.mo -share/locale/ar/LC_MESSAGES/kcmaccess.mo -share/locale/ar/LC_MESSAGES/kcmaudiocd.mo -share/locale/ar/LC_MESSAGES/kcmbackground.mo -share/locale/ar/LC_MESSAGES/kcmbell.mo -share/locale/ar/LC_MESSAGES/kcmcddb.mo share/locale/ar/LC_MESSAGES/kcmcgi.mo -share/locale/ar/LC_MESSAGES/kcmcolors.mo -share/locale/ar/LC_MESSAGES/kcmcomponentchooser.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kcmcomponentchooser.mo share/locale/ar/LC_MESSAGES/kcmcrypto.mo -share/locale/ar/LC_MESSAGES/kcmdevinfo.mo -share/locale/ar/LC_MESSAGES/kcmfonts.mo share/locale/ar/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/ar/LC_MESSAGES/kcmicons.mo -share/locale/ar/LC_MESSAGES/kcminfo.mo -share/locale/ar/LC_MESSAGES/kcminit.mo -share/locale/ar/LC_MESSAGES/kcminput.mo -share/locale/ar/LC_MESSAGES/kcmkamera.mo -share/locale/ar/LC_MESSAGES/kcmkclock.mo -share/locale/ar/LC_MESSAGES/kcmkded.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kcmicons.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kcmkded.mo share/locale/ar/LC_MESSAGES/kcmkdnssd.mo -share/locale/ar/LC_MESSAGES/kcmkeyboard.mo -share/locale/ar/LC_MESSAGES/kcmkeys.mo -share/locale/ar/LC_MESSAGES/kcmkgamma.mo -share/locale/ar/LC_MESSAGES/kcmkio.mo -share/locale/ar/LC_MESSAGES/kcmkonq.mo -share/locale/ar/LC_MESSAGES/kcmkonqhtml.mo -share/locale/ar/LC_MESSAGES/kcmkurifilt.mo -share/locale/ar/LC_MESSAGES/kcmkwallet.mo -share/locale/ar/LC_MESSAGES/kcmkwincompositing.mo -share/locale/ar/LC_MESSAGES/kcmkwindecoration.mo -share/locale/ar/LC_MESSAGES/kcmkwinrules.mo -share/locale/ar/LC_MESSAGES/kcmkwinscreenedges.mo -share/locale/ar/LC_MESSAGES/kcmkwm.mo -share/locale/ar/LC_MESSAGES/kcmlaunch.mo share/locale/ar/LC_MESSAGES/kcmlocale.mo -share/locale/ar/LC_MESSAGES/kcmnic.mo -share/locale/ar/LC_MESSAGES/kcmnotify.mo -share/locale/ar/LC_MESSAGES/kcmopengl.mo -share/locale/ar/LC_MESSAGES/kcmperformance.mo -share/locale/ar/LC_MESSAGES/kcmsamba.mo -share/locale/ar/LC_MESSAGES/kcmscreensaver.mo -share/locale/ar/LC_MESSAGES/kcmshell.mo -share/locale/ar/LC_MESSAGES/kcmsmartcard.mo -share/locale/ar/LC_MESSAGES/kcmsmserver.mo -share/locale/ar/LC_MESSAGES/kcmstyle.mo -share/locale/ar/LC_MESSAGES/kcmusb.mo -share/locale/ar/LC_MESSAGES/kcmview1394.mo -share/locale/ar/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/ar/LC_MESSAGES/kcolorchooser.mo -share/locale/ar/LC_MESSAGES/kcron.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kcmnotify.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kcmshell.mo share/locale/ar/LC_MESSAGES/kde-menu.mo share/locale/ar/LC_MESSAGES/kdebugdialog.mo share/locale/ar/LC_MESSAGES/kdecalendarsystems.mo share/locale/ar/LC_MESSAGES/kdelibs4.mo share/locale/ar/LC_MESSAGES/kdelibs_colors4.mo -share/locale/ar/LC_MESSAGES/kdepasswd.mo share/locale/ar/LC_MESSAGES/kdeqt.mo -share/locale/ar/LC_MESSAGES/kdesu.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kdesu.mo share/locale/ar/LC_MESSAGES/kdesud.mo -share/locale/ar/LC_MESSAGES/kdf.mo -share/locale/ar/LC_MESSAGES/kdialog.mo -share/locale/ar/LC_MESSAGES/kdiamond.mo -share/locale/ar/LC_MESSAGES/kdmconfig.mo -share/locale/ar/LC_MESSAGES/kdmgreet.mo share/locale/ar/LC_MESSAGES/kdontchangethehostname.mo -share/locale/ar/LC_MESSAGES/keditbookmarks.mo share/locale/ar/LC_MESSAGES/kfile.mo -share/locale/ar/LC_MESSAGES/kfile_dds.mo -share/locale/ar/LC_MESSAGES/kfile_drgeo.mo -share/locale/ar/LC_MESSAGES/kfile_exr.mo -share/locale/ar/LC_MESSAGES/kfile_kig.mo -share/locale/ar/LC_MESSAGES/kfile_pnm.mo -share/locale/ar/LC_MESSAGES/kfile_raw.mo -share/locale/ar/LC_MESSAGES/kfile_rgb.mo -share/locale/ar/LC_MESSAGES/kfile_tiff.mo -share/locale/ar/LC_MESSAGES/kfile_xps.mo share/locale/ar/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ar/LC_MESSAGES/kfilereplace.mo -share/locale/ar/LC_MESSAGES/kfileshare.mo -share/locale/ar/LC_MESSAGES/kfindpart.mo -share/locale/ar/LC_MESSAGES/kfloppy.mo -share/locale/ar/LC_MESSAGES/kfmclient.mo -share/locale/ar/LC_MESSAGES/kfontinst.mo -share/locale/ar/LC_MESSAGES/kfourinline.mo -share/locale/ar/LC_MESSAGES/kgeography.mo share/locale/ar/LC_MESSAGES/kget.mo share/locale/ar/LC_MESSAGES/kgetplugin.mo share/locale/ar/LC_MESSAGES/kglobalaccel.mo share/locale/ar/LC_MESSAGES/kgoldrunner.mo -share/locale/ar/LC_MESSAGES/kgpg.mo -share/locale/ar/LC_MESSAGES/kgreet_classic.mo -share/locale/ar/LC_MESSAGES/kgreet_generic.mo -share/locale/ar/LC_MESSAGES/kgreet_winbind.mo -share/locale/ar/LC_MESSAGES/khangman.mo -share/locale/ar/LC_MESSAGES/khelpcenter.mo -share/locale/ar/LC_MESSAGES/khotkeys.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/khelpcenter.mo share/locale/ar/LC_MESSAGES/khotnewstuff.mo -share/locale/ar/LC_MESSAGES/khtmlkttsd.mo -share/locale/ar/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/ar/LC_MESSAGES/kiconfinder.mo -share/locale/ar/LC_MESSAGES/kig.mo share/locale/ar/LC_MESSAGES/kimagemapeditor.mo -share/locale/ar/LC_MESSAGES/kinfocenter.mo share/locale/ar/LC_MESSAGES/kio4.mo -share/locale/ar/LC_MESSAGES/kio_akonadi.mo -share/locale/ar/LC_MESSAGES/kio_applications.mo -share/locale/ar/LC_MESSAGES/kio_archive.mo -share/locale/ar/LC_MESSAGES/kio_audiocd.mo -share/locale/ar/LC_MESSAGES/kio_baloosearch.mo -share/locale/ar/LC_MESSAGES/kio_bookmarks.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kio_applications.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kio_archive.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kio_baloosearch.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kio_bookmarks.mo share/locale/ar/LC_MESSAGES/kio_finger.mo -share/locale/ar/LC_MESSAGES/kio_fish.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kio_fish.mo share/locale/ar/LC_MESSAGES/kio_floppy.mo share/locale/ar/LC_MESSAGES/kio_help4.mo -share/locale/ar/LC_MESSAGES/kio_imap4.mo -share/locale/ar/LC_MESSAGES/kio_info.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kio_info.mo share/locale/ar/LC_MESSAGES/kio_jabberdisco.mo -share/locale/ar/LC_MESSAGES/kio_ldap.mo -share/locale/ar/LC_MESSAGES/kio_man.mo -share/locale/ar/LC_MESSAGES/kio_mbox.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kio_man.mo share/locale/ar/LC_MESSAGES/kio_nepomuk.mo share/locale/ar/LC_MESSAGES/kio_nepomuksearch.mo share/locale/ar/LC_MESSAGES/kio_nepomuktags.mo share/locale/ar/LC_MESSAGES/kio_nepomuktimeline.mo -share/locale/ar/LC_MESSAGES/kio_nfs.mo -share/locale/ar/LC_MESSAGES/kio_nntp.mo -share/locale/ar/LC_MESSAGES/kio_pop3.mo -share/locale/ar/LC_MESSAGES/kio_recentdocuments.mo -share/locale/ar/LC_MESSAGES/kio_remote.mo -share/locale/ar/LC_MESSAGES/kio_sftp.mo -share/locale/ar/LC_MESSAGES/kio_sieve.mo -share/locale/ar/LC_MESSAGES/kio_smb.mo -share/locale/ar/LC_MESSAGES/kio_smtp.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kio_nfs.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kio_recentdocuments.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kio_remote.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kio_sftp.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kio_smb.mo share/locale/ar/LC_MESSAGES/kio_svn.mo -share/locale/ar/LC_MESSAGES/kio_thumbnail.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kio_thumbnail.mo share/locale/ar/LC_MESSAGES/kio_trash.mo share/locale/ar/LC_MESSAGES/kio_zeroconf.mo -share/locale/ar/LC_MESSAGES/kioclient.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kioclient.mo share/locale/ar/LC_MESSAGES/kioexec.mo -share/locale/ar/LC_MESSAGES/kiriki.mo -share/locale/ar/LC_MESSAGES/kiten.mo -share/locale/ar/LC_MESSAGES/kjots.mo -share/locale/ar/LC_MESSAGES/kjumpingcube.mo -share/locale/ar/LC_MESSAGES/kleopatra.mo -share/locale/ar/LC_MESSAGES/klettres.mo -share/locale/ar/LC_MESSAGES/klines.mo share/locale/ar/LC_MESSAGES/klinkstatus.mo -share/locale/ar/LC_MESSAGES/klipper.mo -share/locale/ar/LC_MESSAGES/klock.mo share/locale/ar/LC_MESSAGES/kmag.mo -share/locale/ar/LC_MESSAGES/kmahjongg.mo -share/locale/ar/LC_MESSAGES/kmail.mo -share/locale/ar/LC_MESSAGES/kmailcvt.mo -share/locale/ar/LC_MESSAGES/kmenuedit.mo -share/locale/ar/LC_MESSAGES/kmimetypefinder.mo -share/locale/ar/LC_MESSAGES/kmines.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kmimetypefinder.mo share/locale/ar/LC_MESSAGES/kmix.mo share/locale/ar/LC_MESSAGES/kmousetool.mo share/locale/ar/LC_MESSAGES/kmouth.mo -share/locale/ar/LC_MESSAGES/kmplot.mo -share/locale/ar/LC_MESSAGES/knavalbattle.mo -share/locale/ar/LC_MESSAGES/knetattach.mo -share/locale/ar/LC_MESSAGES/knetwalk.mo -share/locale/ar/LC_MESSAGES/knode.mo -share/locale/ar/LC_MESSAGES/knotes.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/knetattach.mo share/locale/ar/LC_MESSAGES/knotify4.mo share/locale/ar/LC_MESSAGES/kolf.mo -share/locale/ar/LC_MESSAGES/kolourpaint.mo share/locale/ar/LC_MESSAGES/kommander.mo -share/locale/ar/LC_MESSAGES/kompare.mo -share/locale/ar/LC_MESSAGES/konqueror.mo share/locale/ar/LC_MESSAGES/konquest.mo -share/locale/ar/LC_MESSAGES/konsole.mo -share/locale/ar/LC_MESSAGES/konsolekalendar.mo -share/locale/ar/LC_MESSAGES/konsoleprofiles.mo -share/locale/ar/LC_MESSAGES/kontact.mo -share/locale/ar/LC_MESSAGES/kontactinterfaces.mo share/locale/ar/LC_MESSAGES/kopete.mo -share/locale/ar/LC_MESSAGES/korganizer.mo -share/locale/ar/LC_MESSAGES/kpartsaver.mo share/locale/ar/LC_MESSAGES/kpasswdserver.mo -share/locale/ar/LC_MESSAGES/kpat.mo share/locale/ar/LC_MESSAGES/kppp.mo share/locale/ar/LC_MESSAGES/kppplogview.mo share/locale/ar/LC_MESSAGES/kquitapp.mo -share/locale/ar/LC_MESSAGES/krandr.mo -share/locale/ar/LC_MESSAGES/krdb.mo -share/locale/ar/LC_MESSAGES/krdc.mo share/locale/ar/LC_MESSAGES/kreadconfig.mo -share/locale/ar/LC_MESSAGES/kres_blog.mo -share/locale/ar/LC_MESSAGES/kres_remote.mo share/locale/ar/LC_MESSAGES/kreversi.mo -share/locale/ar/LC_MESSAGES/krfb.mo -share/locale/ar/LC_MESSAGES/kruler.mo -share/locale/ar/LC_MESSAGES/krunner.mo share/locale/ar/LC_MESSAGES/ksaneplugin.mo share/locale/ar/LC_MESSAGES/kscd.mo -share/locale/ar/LC_MESSAGES/kscreenlocker.mo -share/locale/ar/LC_MESSAGES/kscreenlocker_greet.mo -share/locale/ar/LC_MESSAGES/kscreensaver.mo -share/locale/ar/LC_MESSAGES/ksgrd.mo -share/locale/ar/LC_MESSAGES/kshellcmdplugin.mo -share/locale/ar/LC_MESSAGES/kshisen.mo share/locale/ar/LC_MESSAGES/kshorturifilter.mo share/locale/ar/LC_MESSAGES/ksirk.mo -share/locale/ar/LC_MESSAGES/ksmserver.mo -share/locale/ar/LC_MESSAGES/ksnapshot.mo share/locale/ar/LC_MESSAGES/kspaceduel.mo -share/locale/ar/LC_MESSAGES/ksplashthemes.mo -share/locale/ar/LC_MESSAGES/ksquares.mo -share/locale/ar/LC_MESSAGES/kstars.mo -share/locale/ar/LC_MESSAGES/kstart.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/kstart.mo share/locale/ar/LC_MESSAGES/kstartperf.mo -share/locale/ar/LC_MESSAGES/kstyle_config.mo -share/locale/ar/LC_MESSAGES/kstyle_phase_config.mo share/locale/ar/LC_MESSAGES/ksudoku.mo -share/locale/ar/LC_MESSAGES/ksysguard.mo -share/locale/ar/LC_MESSAGES/ksysguardlsofwidgets.mo -share/locale/ar/LC_MESSAGES/ksystemlog.mo -share/locale/ar/LC_MESSAGES/ksystraycmd.mo -share/locale/ar/LC_MESSAGES/kteatime.mo -share/locale/ar/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/ar/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo -share/locale/ar/LC_MESSAGES/ktimer.mo -share/locale/ar/LC_MESSAGES/ktimetracker.mo -share/locale/ar/LC_MESSAGES/ktouch.mo -share/locale/ar/LC_MESSAGES/ktouchpadenabler.mo -share/locale/ar/LC_MESSAGES/ktraderclient.mo -share/locale/ar/LC_MESSAGES/ktuberling.mo -share/locale/ar/LC_MESSAGES/kturtle.mo -share/locale/ar/LC_MESSAGES/ktux.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/ktraderclient.mo share/locale/ar/LC_MESSAGES/kuiserver.mo share/locale/ar/LC_MESSAGES/kuiviewer.mo share/locale/ar/LC_MESSAGES/kurifilter.mo -share/locale/ar/LC_MESSAGES/kuser.mo share/locale/ar/LC_MESSAGES/kwalletd.mo -share/locale/ar/LC_MESSAGES/kwalletmanager.mo -share/locale/ar/LC_MESSAGES/kwatchgnupg.mo -share/locale/ar/LC_MESSAGES/kwin.mo -share/locale/ar/LC_MESSAGES/kwin_art_clients.mo -share/locale/ar/LC_MESSAGES/kwin_clients.mo -share/locale/ar/LC_MESSAGES/kwin_effects.mo share/locale/ar/LC_MESSAGES/kwinshutdown.mo share/locale/ar/LC_MESSAGES/kwinstartmenu.mo -share/locale/ar/LC_MESSAGES/kwordquiz.mo -share/locale/ar/LC_MESSAGES/kwrite.mo share/locale/ar/LC_MESSAGES/kwriteconfig.mo -share/locale/ar/LC_MESSAGES/kxkb.mo -share/locale/ar/LC_MESSAGES/kxsconfig.mo -share/locale/ar/LC_MESSAGES/lancelot.mo -share/locale/ar/LC_MESSAGES/libakonadi.mo -share/locale/ar/LC_MESSAGES/libfolderarchivesettings.mo -share/locale/ar/LC_MESSAGES/libkalarmcal.mo -share/locale/ar/LC_MESSAGES/libkasten.mo -share/locale/ar/LC_MESSAGES/libkblog.mo -share/locale/ar/LC_MESSAGES/libkcal.mo -share/locale/ar/LC_MESSAGES/libkcalutils.mo -share/locale/ar/LC_MESSAGES/libkcddb.mo -share/locale/ar/LC_MESSAGES/libkcompactdisc.mo -share/locale/ar/LC_MESSAGES/libkdcraw.mo -share/locale/ar/LC_MESSAGES/libkdecorations.mo -share/locale/ar/LC_MESSAGES/libkdeedu.mo -share/locale/ar/LC_MESSAGES/libkdegames.mo -share/locale/ar/LC_MESSAGES/libkdepim.mo -share/locale/ar/LC_MESSAGES/libkexiv2.mo -share/locale/ar/LC_MESSAGES/libkholidays.mo -share/locale/ar/LC_MESSAGES/libkldap.mo -share/locale/ar/LC_MESSAGES/libkleopatra.mo -share/locale/ar/LC_MESSAGES/libkmahjongg.mo -share/locale/ar/LC_MESSAGES/libkmime.mo -share/locale/ar/LC_MESSAGES/libkomparediff2.mo -share/locale/ar/LC_MESSAGES/libkonq.mo -share/locale/ar/LC_MESSAGES/libkpgp.mo -share/locale/ar/LC_MESSAGES/libkpimidentities.mo -share/locale/ar/LC_MESSAGES/libkpimutils.mo -share/locale/ar/LC_MESSAGES/libkresources.mo -share/locale/ar/LC_MESSAGES/libksane.mo -share/locale/ar/LC_MESSAGES/libkscreensaver.mo -share/locale/ar/LC_MESSAGES/libksieve.mo -share/locale/ar/LC_MESSAGES/libktnef.mo share/locale/ar/LC_MESSAGES/libkunitconversion.mo -share/locale/ar/LC_MESSAGES/libkworkspace.mo -share/locale/ar/LC_MESSAGES/libkxmlrpcclient.mo -share/locale/ar/LC_MESSAGES/libmailimporter.mo -share/locale/ar/LC_MESSAGES/libmailtransport.mo -share/locale/ar/LC_MESSAGES/libmessagelist.mo -share/locale/ar/LC_MESSAGES/libmessageviewer.mo -share/locale/ar/LC_MESSAGES/liboktetacore.mo -share/locale/ar/LC_MESSAGES/liboktetakasten.mo share/locale/ar/LC_MESSAGES/libphonon.mo share/locale/ar/LC_MESSAGES/libplasma.mo -share/locale/ar/LC_MESSAGES/libplasmaclock.mo -share/locale/ar/LC_MESSAGES/libplasmaweather.mo -share/locale/ar/LC_MESSAGES/libtaskmanager.mo -share/locale/ar/LC_MESSAGES/lokalize.mo share/locale/ar/LC_MESSAGES/lskat.mo -share/locale/ar/LC_MESSAGES/marble.mo -share/locale/ar/LC_MESSAGES/marble_qt.mo -share/locale/ar/LC_MESSAGES/messageviewer_text_calendar_plugin.mo -share/locale/ar/LC_MESSAGES/messageviewer_text_vcard_plugin.mo -share/locale/ar/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo -share/locale/ar/LC_MESSAGES/mf_konqplugin.mo -share/locale/ar/LC_MESSAGES/minitoolsplugin.mo -share/locale/ar/LC_MESSAGES/mplayerthumbs.mo -share/locale/ar/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/ar/LC_MESSAGES/nepomukbackup.mo share/locale/ar/LC_MESSAGES/nepomukfileindexer.mo share/locale/ar/LC_MESSAGES/nepomukserver.mo share/locale/ar/LC_MESSAGES/nepomukservicestub.mo share/locale/ar/LC_MESSAGES/nepomukstorage.mo share/locale/ar/LC_MESSAGES/nepomukwidgets.mo -share/locale/ar/LC_MESSAGES/nsplugin.mo -share/locale/ar/LC_MESSAGES/okteta.mo -share/locale/ar/LC_MESSAGES/oktetapart.mo -share/locale/ar/LC_MESSAGES/okular.mo -share/locale/ar/LC_MESSAGES/okular_chm.mo -share/locale/ar/LC_MESSAGES/okular_comicbook.mo -share/locale/ar/LC_MESSAGES/okular_djvu.mo -share/locale/ar/LC_MESSAGES/okular_dvi.mo -share/locale/ar/LC_MESSAGES/okular_epub.mo -share/locale/ar/LC_MESSAGES/okular_fax.mo -share/locale/ar/LC_MESSAGES/okular_fictionbook.mo -share/locale/ar/LC_MESSAGES/okular_ghostview.mo -share/locale/ar/LC_MESSAGES/okular_kimgio.mo -share/locale/ar/LC_MESSAGES/okular_mobi.mo -share/locale/ar/LC_MESSAGES/okular_ooo.mo -share/locale/ar/LC_MESSAGES/okular_plucker.mo -share/locale/ar/LC_MESSAGES/okular_poppler.mo -share/locale/ar/LC_MESSAGES/okular_tiff.mo -share/locale/ar/LC_MESSAGES/okular_txt.mo -share/locale/ar/LC_MESSAGES/okular_xps.mo -share/locale/ar/LC_MESSAGES/parley.mo share/locale/ar/LC_MESSAGES/phonon_gstreamer.mo -share/locale/ar/LC_MESSAGES/phonon_kde.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/phonon_kde.mo share/locale/ar/LC_MESSAGES/phononserver.mo -share/locale/ar/LC_MESSAGES/plasma-desktop.mo -share/locale/ar/LC_MESSAGES/plasma-netbook.mo -share/locale/ar/LC_MESSAGES/plasma-overlay.mo share/locale/ar/LC_MESSAGES/plasma-remote-helper.mo -share/locale/ar/LC_MESSAGES/plasma-windowed.mo -share/locale/ar/LC_MESSAGES/plasma_applet_BbalL.mo -share/locale/ar/LC_MESSAGES/plasma_applet_CharSelectApplet.mo -share/locale/ar/LC_MESSAGES/plasma_applet_akonotes_note.mo -share/locale/ar/LC_MESSAGES/plasma_applet_battery.mo -share/locale/ar/LC_MESSAGES/plasma_applet_binaryclock.mo -share/locale/ar/LC_MESSAGES/plasma_applet_bubblemon.mo -share/locale/ar/LC_MESSAGES/plasma_applet_calculator.mo -share/locale/ar/LC_MESSAGES/plasma_applet_clock.mo -share/locale/ar/LC_MESSAGES/plasma_applet_comic.mo -share/locale/ar/LC_MESSAGES/plasma_applet_currentappcontrol.mo -share/locale/ar/LC_MESSAGES/plasma_applet_dig_clock.mo -share/locale/ar/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo -share/locale/ar/LC_MESSAGES/plasma_applet_fileWatcher.mo -share/locale/ar/LC_MESSAGES/plasma_applet_folderview.mo -share/locale/ar/LC_MESSAGES/plasma_applet_frame.mo -share/locale/ar/LC_MESSAGES/plasma_applet_fuzzy_clock.mo -share/locale/ar/LC_MESSAGES/plasma_applet_icon.mo -share/locale/ar/LC_MESSAGES/plasma_applet_icontasks.mo -share/locale/ar/LC_MESSAGES/plasma_applet_incomingmsg.mo -share/locale/ar/LC_MESSAGES/plasma_applet_katesession.mo share/locale/ar/LC_MESSAGES/plasma_applet_kget.mo -share/locale/ar/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/ar/LC_MESSAGES/plasma_applet_launcher.mo -share/locale/ar/LC_MESSAGES/plasma_applet_leavenote.mo -share/locale/ar/LC_MESSAGES/plasma_applet_life.mo -share/locale/ar/LC_MESSAGES/plasma_applet_lockout.mo -share/locale/ar/LC_MESSAGES/plasma_applet_luna.mo -share/locale/ar/LC_MESSAGES/plasma_applet_magnifique.mo -share/locale/ar/LC_MESSAGES/plasma_applet_microblog.mo -share/locale/ar/LC_MESSAGES/plasma_applet_netpanel.mo -share/locale/ar/LC_MESSAGES/plasma_applet_news.mo share/locale/ar/LC_MESSAGES/plasma_applet_newspaper.mo -share/locale/ar/LC_MESSAGES/plasma_applet_notes.mo -share/locale/ar/LC_MESSAGES/plasma_applet_notifier.mo -share/locale/ar/LC_MESSAGES/plasma_applet_nowplaying.mo -share/locale/ar/LC_MESSAGES/plasma_applet_opendesktop.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.notifications.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.printmanager.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo -share/locale/ar/LC_MESSAGES/plasma_applet_pager.mo -share/locale/ar/LC_MESSAGES/plasma_applet_panel.mo -share/locale/ar/LC_MESSAGES/plasma_applet_panelspacer_internal.mo -share/locale/ar/LC_MESSAGES/plasma_applet_paste.mo -share/locale/ar/LC_MESSAGES/plasma_applet_pastebin.mo -share/locale/ar/LC_MESSAGES/plasma_applet_previewer.mo -share/locale/ar/LC_MESSAGES/plasma_applet_qalculate.mo -share/locale/ar/LC_MESSAGES/plasma_applet_qstardict.mo -share/locale/ar/LC_MESSAGES/plasma_applet_quicklaunch.mo -share/locale/ar/LC_MESSAGES/plasma_applet_rssnow.mo -share/locale/ar/LC_MESSAGES/plasma_applet_rtm.mo -share/locale/ar/LC_MESSAGES/plasma_applet_sal.mo -share/locale/ar/LC_MESSAGES/plasma_applet_saverdesktop.mo -share/locale/ar/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/ar/LC_MESSAGES/plasma_applet_showdashboard.mo -share/locale/ar/LC_MESSAGES/plasma_applet_showdesktop.mo -share/locale/ar/LC_MESSAGES/plasma_applet_skapplet.mo -share/locale/ar/LC_MESSAGES/plasma_applet_system-monitor.mo -share/locale/ar/LC_MESSAGES/plasma_applet_systemloadviewer.mo -share/locale/ar/LC_MESSAGES/plasma_applet_systemtray.mo -share/locale/ar/LC_MESSAGES/plasma_applet_tasks.mo -share/locale/ar/LC_MESSAGES/plasma_applet_timer.mo -share/locale/ar/LC_MESSAGES/plasma_applet_trash.mo -share/locale/ar/LC_MESSAGES/plasma_applet_unitconverter.mo -share/locale/ar/LC_MESSAGES/plasma_applet_weather.mo -share/locale/ar/LC_MESSAGES/plasma_applet_weatherstation.mo -share/locale/ar/LC_MESSAGES/plasma_applet_webbrowser.mo -share/locale/ar/LC_MESSAGES/plasma_applet_windowlist.mo -share/locale/ar/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo -share/locale/ar/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/ar/LC_MESSAGES/plasma_containmentactions_switchactivity.mo -share/locale/ar/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo -share/locale/ar/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/ar/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/ar/LC_MESSAGES/plasma_engine_kuiserver.mo -share/locale/ar/LC_MESSAGES/plasma_engine_metadata.mo -share/locale/ar/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/ar/LC_MESSAGES/plasma_engine_network.mo -share/locale/ar/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/ar/LC_MESSAGES/plasma_engine_nowplaying.mo -share/locale/ar/LC_MESSAGES/plasma_engine_rss.mo -share/locale/ar/LC_MESSAGES/plasma_engine_share.mo -share/locale/ar/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/ar/LC_MESSAGES/plasma_engine_weather.mo -share/locale/ar/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo -share/locale/ar/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo -share/locale/ar/LC_MESSAGES/plasma_packagestructure_comic.mo -share/locale/ar/LC_MESSAGES/plasma_runner_activities.mo -share/locale/ar/LC_MESSAGES/plasma_runner_audioplayercontrol.mo -share/locale/ar/LC_MESSAGES/plasma_runner_baloosearchrunner.mo -share/locale/ar/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/ar/LC_MESSAGES/plasma_runner_browserhistory.mo -share/locale/ar/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/ar/LC_MESSAGES/plasma_runner_contacts.mo -share/locale/ar/LC_MESSAGES/plasma_runner_converterrunner.mo -share/locale/ar/LC_MESSAGES/plasma_runner_events.mo -share/locale/ar/LC_MESSAGES/plasma_runner_katesessions.mo -share/locale/ar/LC_MESSAGES/plasma_runner_kill.mo -share/locale/ar/LC_MESSAGES/plasma_runner_konquerorsessions.mo -share/locale/ar/LC_MESSAGES/plasma_runner_konsolesessions.mo -share/locale/ar/LC_MESSAGES/plasma_runner_krunner_dictionary.mo -share/locale/ar/LC_MESSAGES/plasma_runner_locations.mo -share/locale/ar/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo -share/locale/ar/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/ar/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/ar/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/ar/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/ar/LC_MESSAGES/plasma_runner_services.mo -share/locale/ar/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/ar/LC_MESSAGES/plasma_runner_shell.mo -share/locale/ar/LC_MESSAGES/plasma_runner_solid.mo -share/locale/ar/LC_MESSAGES/plasma_runner_spellcheckrunner.mo -share/locale/ar/LC_MESSAGES/plasma_runner_translator.mo -share/locale/ar/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/ar/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/ar/LC_MESSAGES/plasma_runner_windows.mo -share/locale/ar/LC_MESSAGES/plasma_runner_youtube.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/plasma_runner_baloosearchrunner.mo share/locale/ar/LC_MESSAGES/plasma_scriptengine_qscript.mo -share/locale/ar/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo -share/locale/ar/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo -share/locale/ar/LC_MESSAGES/plasma_wallpaper_color.mo -share/locale/ar/LC_MESSAGES/plasma_wallpaper_image.mo -share/locale/ar/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo -share/locale/ar/LC_MESSAGES/plasma_wallpaper_marble.mo -share/locale/ar/LC_MESSAGES/plasma_wallpaper_pattern.mo -share/locale/ar/LC_MESSAGES/plasma_wallpaper_virus.mo -share/locale/ar/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/ar/LC_MESSAGES/plasmagenericshell.mo share/locale/ar/LC_MESSAGES/plasmapkg.mo -share/locale/ar/LC_MESSAGES/powerdevil.mo -share/locale/ar/LC_MESSAGES/powerdevilactivitiesconfig.mo -share/locale/ar/LC_MESSAGES/powerdevilglobalconfig.mo -share/locale/ar/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/ar/LC_MESSAGES/processcore.mo -share/locale/ar/LC_MESSAGES/processui.mo -share/locale/ar/LC_MESSAGES/randrmonitor.mo -share/locale/ar/LC_MESSAGES/rellinks.mo -share/locale/ar/LC_MESSAGES/searchbarplugin.mo share/locale/ar/LC_MESSAGES/solid-hardware.mo share/locale/ar/LC_MESSAGES/solid_qt.mo -share/locale/ar/LC_MESSAGES/soliduiserver.mo -share/locale/ar/LC_MESSAGES/step.mo -share/locale/ar/LC_MESSAGES/strigila_diff.mo -share/locale/ar/LC_MESSAGES/superkaramba.mo -share/locale/ar/LC_MESSAGES/svgpart.mo +%%KDE4%%share/locale/ar/LC_MESSAGES/soliduiserver.mo share/locale/ar/LC_MESSAGES/sweeper.mo -share/locale/ar/LC_MESSAGES/systemsettings.mo share/locale/ar/LC_MESSAGES/timezones4.mo -share/locale/ar/LC_MESSAGES/uachangerplugin.mo share/locale/ar/LC_MESSAGES/umbrello.mo -share/locale/ar/LC_MESSAGES/useraccount.mo -share/locale/ar/LC_MESSAGES/validatorsplugin.mo -share/locale/ar/LC_MESSAGES/webarchiver.mo -share/locale/ar/LC_MESSAGES/xml_mimetypes.mo share/locale/ar/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/ar/entry.desktop Index: arabic/kde5-l10n/Makefile =================================================================== --- arabic/kde5-l10n/Makefile +++ arabic/kde5-l10n/Makefile @@ -1,13 +1,14 @@ +# Created by: tcberner # $FreeBSD$ -PORTNAME= kde-l10n -PORTVERSION= ${KDE4_VERSION} +PORTNAME= kde5-l10n +PORTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= arabic kde MAINTAINER= kde@FreeBSD.org -COMMENT= Arabic messages and documentation for KDE SC 4 +COMMENT= Arabic messages and documentation for KDE -KDE4_L10N= ar +KDE_L10N= ar:5 -.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde-l10n/files/bsd.l10n.mk" .include Index: arabic/kde5-l10n/pkg-plist =================================================================== --- arabic/kde5-l10n/pkg-plist +++ arabic/kde5-l10n/pkg-plist @@ -1,470 +1,292 @@ -share/apps/klettres/ar/alpha/a-01.ogg -share/apps/klettres/ar/alpha/a-02.ogg -share/apps/klettres/ar/alpha/a-03.ogg -share/apps/klettres/ar/alpha/a-04.ogg -share/apps/klettres/ar/alpha/a-05.ogg -share/apps/klettres/ar/alpha/a-06.ogg -share/apps/klettres/ar/alpha/a-07.ogg -share/apps/klettres/ar/alpha/a-08.ogg -share/apps/klettres/ar/alpha/a-09.ogg -share/apps/klettres/ar/alpha/a-10.ogg -share/apps/klettres/ar/alpha/a-11.ogg -share/apps/klettres/ar/alpha/a-12.ogg -share/apps/klettres/ar/alpha/a-13.ogg -share/apps/klettres/ar/alpha/a-14.ogg -share/apps/klettres/ar/alpha/a-15.ogg -share/apps/klettres/ar/alpha/a-16.ogg -share/apps/klettres/ar/alpha/a-17.ogg -share/apps/klettres/ar/alpha/a-18.ogg -share/apps/klettres/ar/alpha/a-19.ogg -share/apps/klettres/ar/alpha/a-20.ogg -share/apps/klettres/ar/alpha/a-21.ogg -share/apps/klettres/ar/alpha/a-22.ogg -share/apps/klettres/ar/alpha/a-23.ogg -share/apps/klettres/ar/alpha/a-24.ogg -share/apps/klettres/ar/alpha/a-25.ogg -share/apps/klettres/ar/alpha/a-26.ogg -share/apps/klettres/ar/alpha/a-27.ogg -share/apps/klettres/ar/alpha/a-28.ogg -share/apps/klettres/ar/sounds.xml +share/klettres/ar/alpha/a-01.ogg +share/klettres/ar/alpha/a-02.ogg +share/klettres/ar/alpha/a-03.ogg +share/klettres/ar/alpha/a-04.ogg +share/klettres/ar/alpha/a-05.ogg +share/klettres/ar/alpha/a-06.ogg +share/klettres/ar/alpha/a-07.ogg +share/klettres/ar/alpha/a-08.ogg +share/klettres/ar/alpha/a-09.ogg +share/klettres/ar/alpha/a-10.ogg +share/klettres/ar/alpha/a-11.ogg +share/klettres/ar/alpha/a-12.ogg +share/klettres/ar/alpha/a-13.ogg +share/klettres/ar/alpha/a-14.ogg +share/klettres/ar/alpha/a-15.ogg +share/klettres/ar/alpha/a-16.ogg +share/klettres/ar/alpha/a-17.ogg +share/klettres/ar/alpha/a-18.ogg +share/klettres/ar/alpha/a-19.ogg +share/klettres/ar/alpha/a-20.ogg +share/klettres/ar/alpha/a-21.ogg +share/klettres/ar/alpha/a-22.ogg +share/klettres/ar/alpha/a-23.ogg +share/klettres/ar/alpha/a-24.ogg +share/klettres/ar/alpha/a-25.ogg +share/klettres/ar/alpha/a-26.ogg +share/klettres/ar/alpha/a-27.ogg +share/klettres/ar/alpha/a-28.ogg +share/klettres/ar/sounds.xml +share/locale/ar/LC_MESSAGES/accountwizard.mo share/locale/ar/LC_MESSAGES/accountwizard_contacts.mo +share/locale/ar/LC_MESSAGES/accountwizard_ical.mo +share/locale/ar/LC_MESSAGES/accountwizard_imap.mo +share/locale/ar/LC_MESSAGES/accountwizard_mailbox.mo +share/locale/ar/LC_MESSAGES/accountwizard_maildir.mo +share/locale/ar/LC_MESSAGES/accountwizard_pop3.mo +share/locale/ar/LC_MESSAGES/accountwizard_tine20.mo +share/locale/ar/LC_MESSAGES/accountwizard_vcard.mo +share/locale/ar/LC_MESSAGES/accountwizard_vcarddir.mo share/locale/ar/LC_MESSAGES/adblock.mo +share/locale/ar/LC_MESSAGES/akonadi-filestore.mo +share/locale/ar/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/ar/LC_MESSAGES/akonadi_baloo_indexer.mo share/locale/ar/LC_MESSAGES/akonadi_birthdays_resource.mo +share/locale/ar/LC_MESSAGES/akonadi_contacts_resource.mo +share/locale/ar/LC_MESSAGES/akonadi_followupreminder_agent.mo +share/locale/ar/LC_MESSAGES/akonadi_gmail_resource.mo +share/locale/ar/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/ar/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/ar/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_next.mo -share/locale/ar/LC_MESSAGES/akonadi_nntp_resource.mo +share/locale/ar/LC_MESSAGES/akonadi_mailfilter_agent.mo +share/locale/ar/LC_MESSAGES/akonadi_notes_agent.mo +share/locale/ar/LC_MESSAGES/akonadi_sendlater_agent.mo share/locale/ar/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/ar/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/ar/LC_MESSAGES/akonadi_vcarddir_resource.mo -share/locale/ar/LC_MESSAGES/akonaditray.mo +share/locale/ar/LC_MESSAGES/akonadicontact5.mo +share/locale/ar/LC_MESSAGES/akonadinotes5.mo share/locale/ar/LC_MESSAGES/akregator.mo share/locale/ar/LC_MESSAGES/akregator_konqplugin.mo -share/locale/ar/LC_MESSAGES/amor.mo -share/locale/ar/LC_MESSAGES/analitza.mo -share/locale/ar/LC_MESSAGES/ark.appdata.mo +share/locale/ar/LC_MESSAGES/analitza_qt.qm share/locale/ar/LC_MESSAGES/ark.mo -share/locale/ar/LC_MESSAGES/attica_kde.mo share/locale/ar/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/ar/LC_MESSAGES/audiocd_encoder_vorbis.mo -share/locale/ar/LC_MESSAGES/audiorename_plugin.mo share/locale/ar/LC_MESSAGES/autorefresh.mo share/locale/ar/LC_MESSAGES/babelfish.mo -share/locale/ar/LC_MESSAGES/baloo_file.mo -share/locale/ar/LC_MESSAGES/baloo_file_extractor.mo -share/locale/ar/LC_MESSAGES/baloo_queryparser.mo -share/locale/ar/LC_MESSAGES/baloosearch.mo -share/locale/ar/LC_MESSAGES/balooshow.mo +share/locale/ar/LC_MESSAGES/baloo_naturalqueryparser.mo share/locale/ar/LC_MESSAGES/baloowidgets.mo share/locale/ar/LC_MESSAGES/blinken.mo +share/locale/ar/LC_MESSAGES/blogilo.mo share/locale/ar/LC_MESSAGES/bomber.mo share/locale/ar/LC_MESSAGES/bovo.mo share/locale/ar/LC_MESSAGES/calendarsupport.mo share/locale/ar/LC_MESSAGES/cervisia.mo +share/locale/ar/LC_MESSAGES/contactthemeeditor.mo +share/locale/ar/LC_MESSAGES/cryptopageplugin.mo +share/locale/ar/LC_MESSAGES/customtoolsplugin.mo share/locale/ar/LC_MESSAGES/cvsservice.mo share/locale/ar/LC_MESSAGES/dirfilterplugin.mo -share/locale/ar/LC_MESSAGES/display.mo -share/locale/ar/LC_MESSAGES/dolphin.appdata.mo share/locale/ar/LC_MESSAGES/dolphin.mo share/locale/ar/LC_MESSAGES/domtreeviewer.mo share/locale/ar/LC_MESSAGES/dragonplayer.mo -share/locale/ar/LC_MESSAGES/drkonqi.mo -share/locale/ar/LC_MESSAGES/filetypes.mo -share/locale/ar/LC_MESSAGES/freespacenotifier.mo share/locale/ar/LC_MESSAGES/fsview.mo +share/locale/ar/LC_MESSAGES/granatier.mo share/locale/ar/LC_MESSAGES/gwenview.mo -share/locale/ar/LC_MESSAGES/htmlsearch.mo -share/locale/ar/LC_MESSAGES/imagerename_plugin.mo +share/locale/ar/LC_MESSAGES/headerthemeeditor.mo share/locale/ar/LC_MESSAGES/imgalleryplugin.mo -share/locale/ar/LC_MESSAGES/jovie.mo -share/locale/ar/LC_MESSAGES/joystick.mo -share/locale/ar/LC_MESSAGES/juk.mo -share/locale/ar/LC_MESSAGES/kabc.mo -share/locale/ar/LC_MESSAGES/kabc_akonadi.mo -share/locale/ar/LC_MESSAGES/kabc_dir.mo -share/locale/ar/LC_MESSAGES/kabc_file.mo -share/locale/ar/LC_MESSAGES/kabc_ldapkio.mo -share/locale/ar/LC_MESSAGES/kabc_net.mo -share/locale/ar/LC_MESSAGES/kabcclient.mo -share/locale/ar/LC_MESSAGES/kabcformat_binary.mo -share/locale/ar/LC_MESSAGES/kaccess.mo -share/locale/ar/LC_MESSAGES/kactivitymanagerd.mo +share/locale/ar/LC_MESSAGES/importwizard.mo +share/locale/ar/LC_MESSAGES/kaccounts-integration.mo +share/locale/ar/LC_MESSAGES/kaccounts-providers.mo share/locale/ar/LC_MESSAGES/kaddressbook.mo +share/locale/ar/LC_MESSAGES/kaddressbook_importexportplugins.mo +share/locale/ar/LC_MESSAGES/kaddressbook_plugins.mo share/locale/ar/LC_MESSAGES/kalarm.mo share/locale/ar/LC_MESSAGES/kalgebra.mo share/locale/ar/LC_MESSAGES/kalzium.mo share/locale/ar/LC_MESSAGES/kanagram.mo share/locale/ar/LC_MESSAGES/kapman.mo +share/locale/ar/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/ar/LC_MESSAGES/kate-replicode-plugin.mo share/locale/ar/LC_MESSAGES/kate.mo -share/locale/ar/LC_MESSAGES/kate_kttsd.mo +share/locale/ar/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/ar/LC_MESSAGES/katebuild-plugin.mo share/locale/ar/LC_MESSAGES/katecloseexceptplugin.mo share/locale/ar/LC_MESSAGES/katefilebrowserplugin.mo -share/locale/ar/LC_MESSAGES/katefiletemplates.mo -share/locale/ar/LC_MESSAGES/katehelloworld.mo +share/locale/ar/LC_MESSAGES/katefiletree.mo +share/locale/ar/LC_MESSAGES/kategdbplugin.mo share/locale/ar/LC_MESSAGES/katekonsoleplugin.mo -share/locale/ar/LC_MESSAGES/katemailfilesplugin.mo share/locale/ar/LC_MESSAGES/kateopenheader.mo -share/locale/ar/LC_MESSAGES/katepart4.mo share/locale/ar/LC_MESSAGES/kateproject.mo share/locale/ar/LC_MESSAGES/katesearch.mo share/locale/ar/LC_MESSAGES/katesnippetsplugin.mo share/locale/ar/LC_MESSAGES/katesql.mo share/locale/ar/LC_MESSAGES/katesymbolviewer.mo -share/locale/ar/LC_MESSAGES/katetabbarextension.mo -share/locale/ar/LC_MESSAGES/katetabifyplugin.mo share/locale/ar/LC_MESSAGES/katetextfilter.mo share/locale/ar/LC_MESSAGES/katexmlcheck.mo share/locale/ar/LC_MESSAGES/katexmltools.mo share/locale/ar/LC_MESSAGES/katomic.mo share/locale/ar/LC_MESSAGES/kblackbox.mo -share/locale/ar/LC_MESSAGES/kblankscrn.mo share/locale/ar/LC_MESSAGES/kblocks.mo share/locale/ar/LC_MESSAGES/kbounce.mo share/locale/ar/LC_MESSAGES/kbreakout.mo share/locale/ar/LC_MESSAGES/kbruch.mo -share/locale/ar/LC_MESSAGES/kcachegrind.mo -share/locale/ar/LC_MESSAGES/kcal_akonadi.mo share/locale/ar/LC_MESSAGES/kcalc.mo -share/locale/ar/LC_MESSAGES/kcertpart.mo share/locale/ar/LC_MESSAGES/kcharselect.mo -share/locale/ar/LC_MESSAGES/kcm-kwin-scripts.mo -share/locale/ar/LC_MESSAGES/kcm_activities.mo -share/locale/ar/LC_MESSAGES/kcm_akonadi.mo -share/locale/ar/LC_MESSAGES/kcm_attica.mo -share/locale/ar/LC_MESSAGES/kcm_autostart.mo -share/locale/ar/LC_MESSAGES/kcm_baloofile.mo -share/locale/ar/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/ar/LC_MESSAGES/kcm_desktopthemedetails.mo -share/locale/ar/LC_MESSAGES/kcm_device_automounter.mo -share/locale/ar/LC_MESSAGES/kcm_emoticons.mo -share/locale/ar/LC_MESSAGES/kcm_infobase.mo -share/locale/ar/LC_MESSAGES/kcm_infosummary.mo -share/locale/ar/LC_MESSAGES/kcm_kwindesktop.mo -share/locale/ar/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/ar/LC_MESSAGES/kcm_memory.mo -share/locale/ar/LC_MESSAGES/kcm_nepomuk.mo -share/locale/ar/LC_MESSAGES/kcm_pci.mo -share/locale/ar/LC_MESSAGES/kcm_phonon.mo -share/locale/ar/LC_MESSAGES/kcm_platform.mo -share/locale/ar/LC_MESSAGES/kcm_solid_actions.mo -share/locale/ar/LC_MESSAGES/kcm_standard_actions.mo -share/locale/ar/LC_MESSAGES/kcmaccess.mo +share/locale/ar/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/ar/LC_MESSAGES/kcm_ktp_accounts.mo +share/locale/ar/LC_MESSAGES/kcm_ktp_chat_appearance.mo +share/locale/ar/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/ar/LC_MESSAGES/kcmaudiocd.mo -share/locale/ar/LC_MESSAGES/kcmbackground.mo -share/locale/ar/LC_MESSAGES/kcmbell.mo +share/locale/ar/LC_MESSAGES/kcmbookmarks.mo share/locale/ar/LC_MESSAGES/kcmcddb.mo -share/locale/ar/LC_MESSAGES/kcmcgi.mo -share/locale/ar/LC_MESSAGES/kcmcolors.mo -share/locale/ar/LC_MESSAGES/kcmcomponentchooser.mo -share/locale/ar/LC_MESSAGES/kcmcrypto.mo -share/locale/ar/LC_MESSAGES/kcmdevinfo.mo -share/locale/ar/LC_MESSAGES/kcmfonts.mo -share/locale/ar/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/ar/LC_MESSAGES/kcmicons.mo -share/locale/ar/LC_MESSAGES/kcminfo.mo -share/locale/ar/LC_MESSAGES/kcminit.mo -share/locale/ar/LC_MESSAGES/kcminput.mo share/locale/ar/LC_MESSAGES/kcmkamera.mo -share/locale/ar/LC_MESSAGES/kcmkclock.mo -share/locale/ar/LC_MESSAGES/kcmkded.mo -share/locale/ar/LC_MESSAGES/kcmkdnssd.mo -share/locale/ar/LC_MESSAGES/kcmkeyboard.mo -share/locale/ar/LC_MESSAGES/kcmkeys.mo -share/locale/ar/LC_MESSAGES/kcmkgamma.mo -share/locale/ar/LC_MESSAGES/kcmkio.mo share/locale/ar/LC_MESSAGES/kcmkonq.mo share/locale/ar/LC_MESSAGES/kcmkonqhtml.mo -share/locale/ar/LC_MESSAGES/kcmkurifilt.mo share/locale/ar/LC_MESSAGES/kcmkwallet.mo -share/locale/ar/LC_MESSAGES/kcmkwincompositing.mo -share/locale/ar/LC_MESSAGES/kcmkwindecoration.mo -share/locale/ar/LC_MESSAGES/kcmkwinrules.mo -share/locale/ar/LC_MESSAGES/kcmkwinscreenedges.mo -share/locale/ar/LC_MESSAGES/kcmkwm.mo -share/locale/ar/LC_MESSAGES/kcmlaunch.mo -share/locale/ar/LC_MESSAGES/kcmlocale.mo -share/locale/ar/LC_MESSAGES/kcmnic.mo -share/locale/ar/LC_MESSAGES/kcmnotify.mo -share/locale/ar/LC_MESSAGES/kcmopengl.mo share/locale/ar/LC_MESSAGES/kcmperformance.mo -share/locale/ar/LC_MESSAGES/kcmsamba.mo -share/locale/ar/LC_MESSAGES/kcmscreensaver.mo -share/locale/ar/LC_MESSAGES/kcmshell.mo -share/locale/ar/LC_MESSAGES/kcmsmartcard.mo -share/locale/ar/LC_MESSAGES/kcmsmserver.mo -share/locale/ar/LC_MESSAGES/kcmstyle.mo -share/locale/ar/LC_MESSAGES/kcmusb.mo -share/locale/ar/LC_MESSAGES/kcmview1394.mo -share/locale/ar/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/ar/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo +share/locale/ar/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo +share/locale/ar/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo +share/locale/ar/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo +share/locale/ar/LC_MESSAGES/kcmtelepathyaccounts_plugin_morse.mo +share/locale/ar/LC_MESSAGES/kcmtelepathyaccounts_plugin_pintxo.mo +share/locale/ar/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/ar/LC_MESSAGES/kcolorchooser.mo +share/locale/ar/LC_MESSAGES/kcontacts5.mo share/locale/ar/LC_MESSAGES/kcron.mo -share/locale/ar/LC_MESSAGES/kde-menu.mo -share/locale/ar/LC_MESSAGES/kdebugdialog.mo -share/locale/ar/LC_MESSAGES/kdecalendarsystems.mo -share/locale/ar/LC_MESSAGES/kdelibs4.mo -share/locale/ar/LC_MESSAGES/kdelibs_colors4.mo -share/locale/ar/LC_MESSAGES/kdepasswd.mo -share/locale/ar/LC_MESSAGES/kdeqt.mo -share/locale/ar/LC_MESSAGES/kdesu.mo -share/locale/ar/LC_MESSAGES/kdesud.mo +share/locale/ar/LC_MESSAGES/kdebugsettings.mo +share/locale/ar/LC_MESSAGES/kded_ktp_approver.mo +share/locale/ar/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/ar/LC_MESSAGES/kdenlive.mo share/locale/ar/LC_MESSAGES/kdf.mo share/locale/ar/LC_MESSAGES/kdialog.mo share/locale/ar/LC_MESSAGES/kdiamond.mo -share/locale/ar/LC_MESSAGES/kdmconfig.mo -share/locale/ar/LC_MESSAGES/kdmgreet.mo -share/locale/ar/LC_MESSAGES/kdontchangethehostname.mo share/locale/ar/LC_MESSAGES/keditbookmarks.mo -share/locale/ar/LC_MESSAGES/kfile.mo -share/locale/ar/LC_MESSAGES/kfile_dds.mo share/locale/ar/LC_MESSAGES/kfile_drgeo.mo -share/locale/ar/LC_MESSAGES/kfile_exr.mo share/locale/ar/LC_MESSAGES/kfile_kig.mo -share/locale/ar/LC_MESSAGES/kfile_pnm.mo -share/locale/ar/LC_MESSAGES/kfile_raw.mo -share/locale/ar/LC_MESSAGES/kfile_rgb.mo -share/locale/ar/LC_MESSAGES/kfile_tiff.mo -share/locale/ar/LC_MESSAGES/kfile_xps.mo -share/locale/ar/LC_MESSAGES/kfileaudiopreview4.mo -share/locale/ar/LC_MESSAGES/kfilereplace.mo +share/locale/ar/LC_MESSAGES/kfileaudiopreview5.mo share/locale/ar/LC_MESSAGES/kfileshare.mo -share/locale/ar/LC_MESSAGES/kfindpart.mo +share/locale/ar/LC_MESSAGES/kfind.mo share/locale/ar/LC_MESSAGES/kfloppy.mo share/locale/ar/LC_MESSAGES/kfmclient.mo -share/locale/ar/LC_MESSAGES/kfontinst.mo share/locale/ar/LC_MESSAGES/kfourinline.mo share/locale/ar/LC_MESSAGES/kgeography.mo -share/locale/ar/LC_MESSAGES/kget.mo -share/locale/ar/LC_MESSAGES/kgetplugin.mo -share/locale/ar/LC_MESSAGES/kglobalaccel.mo -share/locale/ar/LC_MESSAGES/kgoldrunner.mo share/locale/ar/LC_MESSAGES/kgpg.mo -share/locale/ar/LC_MESSAGES/kgreet_classic.mo -share/locale/ar/LC_MESSAGES/kgreet_generic.mo -share/locale/ar/LC_MESSAGES/kgreet_winbind.mo share/locale/ar/LC_MESSAGES/khangman.mo share/locale/ar/LC_MESSAGES/khelpcenter.mo -share/locale/ar/LC_MESSAGES/khotkeys.mo -share/locale/ar/LC_MESSAGES/khotnewstuff.mo -share/locale/ar/LC_MESSAGES/khtmlkttsd.mo share/locale/ar/LC_MESSAGES/khtmlsettingsplugin.mo -share/locale/ar/LC_MESSAGES/kiconfinder.mo +share/locale/ar/LC_MESSAGES/khtmltts.mo share/locale/ar/LC_MESSAGES/kig.mo -share/locale/ar/LC_MESSAGES/kimagemapeditor.mo -share/locale/ar/LC_MESSAGES/kinfocenter.mo -share/locale/ar/LC_MESSAGES/kio4.mo +share/locale/ar/LC_MESSAGES/kio5_activities.mo share/locale/ar/LC_MESSAGES/kio_akonadi.mo -share/locale/ar/LC_MESSAGES/kio_applications.mo share/locale/ar/LC_MESSAGES/kio_archive.mo share/locale/ar/LC_MESSAGES/kio_audiocd.mo -share/locale/ar/LC_MESSAGES/kio_baloosearch.mo share/locale/ar/LC_MESSAGES/kio_bookmarks.mo -share/locale/ar/LC_MESSAGES/kio_finger.mo share/locale/ar/LC_MESSAGES/kio_fish.mo -share/locale/ar/LC_MESSAGES/kio_floppy.mo -share/locale/ar/LC_MESSAGES/kio_help4.mo -share/locale/ar/LC_MESSAGES/kio_imap4.mo share/locale/ar/LC_MESSAGES/kio_info.mo -share/locale/ar/LC_MESSAGES/kio_jabberdisco.mo share/locale/ar/LC_MESSAGES/kio_ldap.mo share/locale/ar/LC_MESSAGES/kio_man.mo -share/locale/ar/LC_MESSAGES/kio_mbox.mo -share/locale/ar/LC_MESSAGES/kio_nepomuk.mo -share/locale/ar/LC_MESSAGES/kio_nepomuksearch.mo -share/locale/ar/LC_MESSAGES/kio_nepomuktags.mo -share/locale/ar/LC_MESSAGES/kio_nepomuktimeline.mo +share/locale/ar/LC_MESSAGES/kio_mtp.mo share/locale/ar/LC_MESSAGES/kio_nfs.mo -share/locale/ar/LC_MESSAGES/kio_nntp.mo share/locale/ar/LC_MESSAGES/kio_pop3.mo share/locale/ar/LC_MESSAGES/kio_recentdocuments.mo -share/locale/ar/LC_MESSAGES/kio_remote.mo share/locale/ar/LC_MESSAGES/kio_sftp.mo share/locale/ar/LC_MESSAGES/kio_sieve.mo share/locale/ar/LC_MESSAGES/kio_smb.mo share/locale/ar/LC_MESSAGES/kio_smtp.mo -share/locale/ar/LC_MESSAGES/kio_svn.mo share/locale/ar/LC_MESSAGES/kio_thumbnail.mo -share/locale/ar/LC_MESSAGES/kio_trash.mo -share/locale/ar/LC_MESSAGES/kio_zeroconf.mo -share/locale/ar/LC_MESSAGES/kioclient.mo -share/locale/ar/LC_MESSAGES/kioexec.mo share/locale/ar/LC_MESSAGES/kiriki.mo share/locale/ar/LC_MESSAGES/kiten.mo -share/locale/ar/LC_MESSAGES/kjots.mo share/locale/ar/LC_MESSAGES/kjumpingcube.mo share/locale/ar/LC_MESSAGES/kleopatra.mo share/locale/ar/LC_MESSAGES/klettres.mo share/locale/ar/LC_MESSAGES/klines.mo -share/locale/ar/LC_MESSAGES/klinkstatus.mo -share/locale/ar/LC_MESSAGES/klipper.mo -share/locale/ar/LC_MESSAGES/klock.mo -share/locale/ar/LC_MESSAGES/kmag.mo share/locale/ar/LC_MESSAGES/kmahjongg.mo share/locale/ar/LC_MESSAGES/kmail.mo -share/locale/ar/LC_MESSAGES/kmailcvt.mo -share/locale/ar/LC_MESSAGES/kmenuedit.mo -share/locale/ar/LC_MESSAGES/kmimetypefinder.mo +share/locale/ar/LC_MESSAGES/kmail_editor_plugins.mo +share/locale/ar/LC_MESSAGES/kmail_plugins.mo share/locale/ar/LC_MESSAGES/kmines.mo -share/locale/ar/LC_MESSAGES/kmix.mo -share/locale/ar/LC_MESSAGES/kmousetool.mo -share/locale/ar/LC_MESSAGES/kmouth.mo share/locale/ar/LC_MESSAGES/kmplot.mo share/locale/ar/LC_MESSAGES/knavalbattle.mo -share/locale/ar/LC_MESSAGES/knetattach.mo share/locale/ar/LC_MESSAGES/knetwalk.mo -share/locale/ar/LC_MESSAGES/knode.mo share/locale/ar/LC_MESSAGES/knotes.mo -share/locale/ar/LC_MESSAGES/knotify4.mo -share/locale/ar/LC_MESSAGES/kolf.mo share/locale/ar/LC_MESSAGES/kolourpaint.mo -share/locale/ar/LC_MESSAGES/kommander.mo share/locale/ar/LC_MESSAGES/kompare.mo share/locale/ar/LC_MESSAGES/konqueror.mo -share/locale/ar/LC_MESSAGES/konquest.mo share/locale/ar/LC_MESSAGES/konsole.mo share/locale/ar/LC_MESSAGES/konsolekalendar.mo -share/locale/ar/LC_MESSAGES/konsoleprofiles.mo share/locale/ar/LC_MESSAGES/kontact.mo -share/locale/ar/LC_MESSAGES/kontactinterfaces.mo -share/locale/ar/LC_MESSAGES/kopete.mo +share/locale/ar/LC_MESSAGES/kontactinterfaces5.mo share/locale/ar/LC_MESSAGES/korganizer.mo -share/locale/ar/LC_MESSAGES/kpartsaver.mo -share/locale/ar/LC_MESSAGES/kpasswdserver.mo +share/locale/ar/LC_MESSAGES/korganizer_plugins.mo share/locale/ar/LC_MESSAGES/kpat.mo -share/locale/ar/LC_MESSAGES/kppp.mo -share/locale/ar/LC_MESSAGES/kppplogview.mo -share/locale/ar/LC_MESSAGES/kquitapp.mo -share/locale/ar/LC_MESSAGES/krandr.mo -share/locale/ar/LC_MESSAGES/krdb.mo share/locale/ar/LC_MESSAGES/krdc.mo -share/locale/ar/LC_MESSAGES/kreadconfig.mo -share/locale/ar/LC_MESSAGES/kres_blog.mo -share/locale/ar/LC_MESSAGES/kres_remote.mo -share/locale/ar/LC_MESSAGES/kreversi.mo share/locale/ar/LC_MESSAGES/krfb.mo share/locale/ar/LC_MESSAGES/kruler.mo -share/locale/ar/LC_MESSAGES/krunner.mo -share/locale/ar/LC_MESSAGES/ksaneplugin.mo -share/locale/ar/LC_MESSAGES/kscd.mo -share/locale/ar/LC_MESSAGES/kscreenlocker.mo -share/locale/ar/LC_MESSAGES/kscreenlocker_greet.mo -share/locale/ar/LC_MESSAGES/kscreensaver.mo -share/locale/ar/LC_MESSAGES/ksgrd.mo share/locale/ar/LC_MESSAGES/kshellcmdplugin.mo share/locale/ar/LC_MESSAGES/kshisen.mo -share/locale/ar/LC_MESSAGES/kshorturifilter.mo -share/locale/ar/LC_MESSAGES/ksirk.mo -share/locale/ar/LC_MESSAGES/ksmserver.mo -share/locale/ar/LC_MESSAGES/ksnapshot.mo -share/locale/ar/LC_MESSAGES/kspaceduel.mo -share/locale/ar/LC_MESSAGES/ksplashthemes.mo share/locale/ar/LC_MESSAGES/ksquares.mo share/locale/ar/LC_MESSAGES/kstars.mo -share/locale/ar/LC_MESSAGES/kstart.mo -share/locale/ar/LC_MESSAGES/kstartperf.mo -share/locale/ar/LC_MESSAGES/kstyle_config.mo -share/locale/ar/LC_MESSAGES/kstyle_phase_config.mo -share/locale/ar/LC_MESSAGES/ksudoku.mo -share/locale/ar/LC_MESSAGES/ksysguard.mo -share/locale/ar/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ar/LC_MESSAGES/ksystemlog.mo -share/locale/ar/LC_MESSAGES/ksystraycmd.mo share/locale/ar/LC_MESSAGES/kteatime.mo -share/locale/ar/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/ar/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo +share/locale/ar/LC_MESSAGES/kterustcompletion.mo share/locale/ar/LC_MESSAGES/ktimer.mo -share/locale/ar/LC_MESSAGES/ktimetracker.mo share/locale/ar/LC_MESSAGES/ktouch.mo -share/locale/ar/LC_MESSAGES/ktouchpadenabler.mo -share/locale/ar/LC_MESSAGES/ktraderclient.mo +share/locale/ar/LC_MESSAGES/ktp-auth-handler.mo +share/locale/ar/LC_MESSAGES/ktp-contactlist.mo +share/locale/ar/LC_MESSAGES/ktp-debugger.mo +share/locale/ar/LC_MESSAGES/ktp-filters.mo +share/locale/ar/LC_MESSAGES/ktp-log-viewer.mo +share/locale/ar/LC_MESSAGES/ktp-send-file.mo +share/locale/ar/LC_MESSAGES/ktpchat.mo share/locale/ar/LC_MESSAGES/ktuberling.mo share/locale/ar/LC_MESSAGES/kturtle.mo -share/locale/ar/LC_MESSAGES/ktux.mo -share/locale/ar/LC_MESSAGES/kuiserver.mo -share/locale/ar/LC_MESSAGES/kuiviewer.mo -share/locale/ar/LC_MESSAGES/kurifilter.mo -share/locale/ar/LC_MESSAGES/kuser.mo -share/locale/ar/LC_MESSAGES/kwalletd.mo share/locale/ar/LC_MESSAGES/kwalletmanager.mo share/locale/ar/LC_MESSAGES/kwatchgnupg.mo -share/locale/ar/LC_MESSAGES/kwin.mo -share/locale/ar/LC_MESSAGES/kwin_art_clients.mo -share/locale/ar/LC_MESSAGES/kwin_clients.mo -share/locale/ar/LC_MESSAGES/kwin_effects.mo -share/locale/ar/LC_MESSAGES/kwinshutdown.mo -share/locale/ar/LC_MESSAGES/kwinstartmenu.mo share/locale/ar/LC_MESSAGES/kwordquiz.mo share/locale/ar/LC_MESSAGES/kwrite.mo -share/locale/ar/LC_MESSAGES/kwriteconfig.mo -share/locale/ar/LC_MESSAGES/kxkb.mo -share/locale/ar/LC_MESSAGES/kxsconfig.mo -share/locale/ar/LC_MESSAGES/lancelot.mo -share/locale/ar/LC_MESSAGES/libakonadi.mo +share/locale/ar/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/ar/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/ar/LC_MESSAGES/libakonadi5.mo +share/locale/ar/LC_MESSAGES/libcomposereditorwebengine.mo share/locale/ar/LC_MESSAGES/libfolderarchivesettings.mo -share/locale/ar/LC_MESSAGES/libkalarmcal.mo +share/locale/ar/LC_MESSAGES/libgrantleetheme.mo +share/locale/ar/LC_MESSAGES/libgrantleethemeeditor.mo +share/locale/ar/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/ar/LC_MESSAGES/libkalarmcal5.mo share/locale/ar/LC_MESSAGES/libkasten.mo -share/locale/ar/LC_MESSAGES/libkblog.mo -share/locale/ar/LC_MESSAGES/libkcal.mo -share/locale/ar/LC_MESSAGES/libkcalutils.mo +share/locale/ar/LC_MESSAGES/libkblog5.mo +share/locale/ar/LC_MESSAGES/libkcalutils5.mo share/locale/ar/LC_MESSAGES/libkcddb.mo share/locale/ar/LC_MESSAGES/libkcompactdisc.mo -share/locale/ar/LC_MESSAGES/libkdcraw.mo -share/locale/ar/LC_MESSAGES/libkdecorations.mo -share/locale/ar/LC_MESSAGES/libkdeedu.mo -share/locale/ar/LC_MESSAGES/libkdegames.mo +share/locale/ar/LC_MESSAGES/libkdegames5.mo share/locale/ar/LC_MESSAGES/libkdepim.mo -share/locale/ar/LC_MESSAGES/libkexiv2.mo -share/locale/ar/LC_MESSAGES/libkholidays.mo -share/locale/ar/LC_MESSAGES/libkldap.mo +share/locale/ar/LC_MESSAGES/libkeduvocdocument.mo +share/locale/ar/LC_MESSAGES/libkgeomap.mo +share/locale/ar/LC_MESSAGES/libkholidays5_qt.qm +share/locale/ar/LC_MESSAGES/libkldap5.mo share/locale/ar/LC_MESSAGES/libkleopatra.mo -share/locale/ar/LC_MESSAGES/libkmahjongg.mo -share/locale/ar/LC_MESSAGES/libkmime.mo +share/locale/ar/LC_MESSAGES/libkmahjongg5.mo +share/locale/ar/LC_MESSAGES/libkmime5.mo share/locale/ar/LC_MESSAGES/libkomparediff2.mo share/locale/ar/LC_MESSAGES/libkonq.mo -share/locale/ar/LC_MESSAGES/libkpgp.mo -share/locale/ar/LC_MESSAGES/libkpimidentities.mo -share/locale/ar/LC_MESSAGES/libkpimutils.mo -share/locale/ar/LC_MESSAGES/libkresources.mo +share/locale/ar/LC_MESSAGES/libkpimidentities5.mo +share/locale/ar/LC_MESSAGES/libkpimtextedit.mo share/locale/ar/LC_MESSAGES/libksane.mo -share/locale/ar/LC_MESSAGES/libkscreensaver.mo share/locale/ar/LC_MESSAGES/libksieve.mo -share/locale/ar/LC_MESSAGES/libktnef.mo -share/locale/ar/LC_MESSAGES/libkunitconversion.mo -share/locale/ar/LC_MESSAGES/libkworkspace.mo -share/locale/ar/LC_MESSAGES/libkxmlrpcclient.mo +share/locale/ar/LC_MESSAGES/libktnef5.mo share/locale/ar/LC_MESSAGES/libmailimporter.mo -share/locale/ar/LC_MESSAGES/libmailtransport.mo +share/locale/ar/LC_MESSAGES/libmailtransport5.mo +share/locale/ar/LC_MESSAGES/libmessagecore.mo share/locale/ar/LC_MESSAGES/libmessagelist.mo share/locale/ar/LC_MESSAGES/libmessageviewer.mo +share/locale/ar/LC_MESSAGES/libmimetreeparser.mo share/locale/ar/LC_MESSAGES/liboktetacore.mo share/locale/ar/LC_MESSAGES/liboktetakasten.mo -share/locale/ar/LC_MESSAGES/libphonon.mo -share/locale/ar/LC_MESSAGES/libplasma.mo -share/locale/ar/LC_MESSAGES/libplasmaclock.mo -share/locale/ar/LC_MESSAGES/libplasmaweather.mo -share/locale/ar/LC_MESSAGES/libtaskmanager.mo +share/locale/ar/LC_MESSAGES/libsendlater.mo +share/locale/ar/LC_MESSAGES/libwebengineviewer.mo share/locale/ar/LC_MESSAGES/lokalize.mo -share/locale/ar/LC_MESSAGES/lskat.mo +share/locale/ar/LC_MESSAGES/mailreader.mo share/locale/ar/LC_MESSAGES/marble.mo -share/locale/ar/LC_MESSAGES/marble_qt.mo +share/locale/ar/LC_MESSAGES/marble_qt.qm +share/locale/ar/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/ar/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/ar/LC_MESSAGES/messageviewer_text_vcard_plugin.mo -share/locale/ar/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo +share/locale/ar/LC_MESSAGES/messageviewerheaderplugins.mo +share/locale/ar/LC_MESSAGES/messageviewerplugins.mo share/locale/ar/LC_MESSAGES/mf_konqplugin.mo share/locale/ar/LC_MESSAGES/minitoolsplugin.mo -share/locale/ar/LC_MESSAGES/mplayerthumbs.mo -share/locale/ar/LC_MESSAGES/mplayerthumbsconfig.mo -share/locale/ar/LC_MESSAGES/nepomukbackup.mo -share/locale/ar/LC_MESSAGES/nepomukfileindexer.mo -share/locale/ar/LC_MESSAGES/nepomukserver.mo -share/locale/ar/LC_MESSAGES/nepomukservicestub.mo -share/locale/ar/LC_MESSAGES/nepomukstorage.mo -share/locale/ar/LC_MESSAGES/nepomukwidgets.mo -share/locale/ar/LC_MESSAGES/nsplugin.mo share/locale/ar/LC_MESSAGES/okteta.mo share/locale/ar/LC_MESSAGES/oktetapart.mo share/locale/ar/LC_MESSAGES/okular.mo @@ -481,170 +303,22 @@ share/locale/ar/LC_MESSAGES/okular_ooo.mo share/locale/ar/LC_MESSAGES/okular_plucker.mo share/locale/ar/LC_MESSAGES/okular_poppler.mo -share/locale/ar/LC_MESSAGES/okular_tiff.mo share/locale/ar/LC_MESSAGES/okular_txt.mo share/locale/ar/LC_MESSAGES/okular_xps.mo share/locale/ar/LC_MESSAGES/parley.mo -share/locale/ar/LC_MESSAGES/phonon_gstreamer.mo -share/locale/ar/LC_MESSAGES/phonon_kde.mo -share/locale/ar/LC_MESSAGES/phononserver.mo -share/locale/ar/LC_MESSAGES/plasma-desktop.mo -share/locale/ar/LC_MESSAGES/plasma-netbook.mo -share/locale/ar/LC_MESSAGES/plasma-overlay.mo -share/locale/ar/LC_MESSAGES/plasma-remote-helper.mo -share/locale/ar/LC_MESSAGES/plasma-windowed.mo -share/locale/ar/LC_MESSAGES/plasma_applet_BbalL.mo -share/locale/ar/LC_MESSAGES/plasma_applet_CharSelectApplet.mo -share/locale/ar/LC_MESSAGES/plasma_applet_akonotes_note.mo -share/locale/ar/LC_MESSAGES/plasma_applet_battery.mo -share/locale/ar/LC_MESSAGES/plasma_applet_binaryclock.mo -share/locale/ar/LC_MESSAGES/plasma_applet_bubblemon.mo -share/locale/ar/LC_MESSAGES/plasma_applet_calculator.mo -share/locale/ar/LC_MESSAGES/plasma_applet_clock.mo -share/locale/ar/LC_MESSAGES/plasma_applet_comic.mo -share/locale/ar/LC_MESSAGES/plasma_applet_currentappcontrol.mo -share/locale/ar/LC_MESSAGES/plasma_applet_dig_clock.mo -share/locale/ar/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo -share/locale/ar/LC_MESSAGES/plasma_applet_fileWatcher.mo -share/locale/ar/LC_MESSAGES/plasma_applet_folderview.mo -share/locale/ar/LC_MESSAGES/plasma_applet_frame.mo -share/locale/ar/LC_MESSAGES/plasma_applet_fuzzy_clock.mo -share/locale/ar/LC_MESSAGES/plasma_applet_icon.mo -share/locale/ar/LC_MESSAGES/plasma_applet_icontasks.mo -share/locale/ar/LC_MESSAGES/plasma_applet_incomingmsg.mo -share/locale/ar/LC_MESSAGES/plasma_applet_katesession.mo -share/locale/ar/LC_MESSAGES/plasma_applet_kget.mo -share/locale/ar/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/ar/LC_MESSAGES/plasma_applet_launcher.mo -share/locale/ar/LC_MESSAGES/plasma_applet_leavenote.mo -share/locale/ar/LC_MESSAGES/plasma_applet_life.mo -share/locale/ar/LC_MESSAGES/plasma_applet_lockout.mo -share/locale/ar/LC_MESSAGES/plasma_applet_luna.mo -share/locale/ar/LC_MESSAGES/plasma_applet_magnifique.mo -share/locale/ar/LC_MESSAGES/plasma_applet_microblog.mo -share/locale/ar/LC_MESSAGES/plasma_applet_netpanel.mo -share/locale/ar/LC_MESSAGES/plasma_applet_news.mo -share/locale/ar/LC_MESSAGES/plasma_applet_newspaper.mo -share/locale/ar/LC_MESSAGES/plasma_applet_notes.mo -share/locale/ar/LC_MESSAGES/plasma_applet_notifier.mo -share/locale/ar/LC_MESSAGES/plasma_applet_nowplaying.mo -share/locale/ar/LC_MESSAGES/plasma_applet_opendesktop.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.notifications.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.printmanager.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo -share/locale/ar/LC_MESSAGES/plasma_applet_pager.mo -share/locale/ar/LC_MESSAGES/plasma_applet_panel.mo -share/locale/ar/LC_MESSAGES/plasma_applet_panelspacer_internal.mo -share/locale/ar/LC_MESSAGES/plasma_applet_paste.mo -share/locale/ar/LC_MESSAGES/plasma_applet_pastebin.mo -share/locale/ar/LC_MESSAGES/plasma_applet_previewer.mo -share/locale/ar/LC_MESSAGES/plasma_applet_qalculate.mo -share/locale/ar/LC_MESSAGES/plasma_applet_qstardict.mo -share/locale/ar/LC_MESSAGES/plasma_applet_quicklaunch.mo -share/locale/ar/LC_MESSAGES/plasma_applet_rssnow.mo -share/locale/ar/LC_MESSAGES/plasma_applet_rtm.mo -share/locale/ar/LC_MESSAGES/plasma_applet_sal.mo -share/locale/ar/LC_MESSAGES/plasma_applet_saverdesktop.mo -share/locale/ar/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/ar/LC_MESSAGES/plasma_applet_showdashboard.mo -share/locale/ar/LC_MESSAGES/plasma_applet_showdesktop.mo -share/locale/ar/LC_MESSAGES/plasma_applet_skapplet.mo -share/locale/ar/LC_MESSAGES/plasma_applet_system-monitor.mo -share/locale/ar/LC_MESSAGES/plasma_applet_systemloadviewer.mo -share/locale/ar/LC_MESSAGES/plasma_applet_systemtray.mo -share/locale/ar/LC_MESSAGES/plasma_applet_tasks.mo -share/locale/ar/LC_MESSAGES/plasma_applet_timer.mo -share/locale/ar/LC_MESSAGES/plasma_applet_trash.mo -share/locale/ar/LC_MESSAGES/plasma_applet_unitconverter.mo -share/locale/ar/LC_MESSAGES/plasma_applet_weather.mo -share/locale/ar/LC_MESSAGES/plasma_applet_weatherstation.mo -share/locale/ar/LC_MESSAGES/plasma_applet_webbrowser.mo -share/locale/ar/LC_MESSAGES/plasma_applet_windowlist.mo -share/locale/ar/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo -share/locale/ar/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/ar/LC_MESSAGES/plasma_containmentactions_switchactivity.mo -share/locale/ar/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo -share/locale/ar/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/ar/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/ar/LC_MESSAGES/plasma_engine_kuiserver.mo -share/locale/ar/LC_MESSAGES/plasma_engine_metadata.mo -share/locale/ar/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/ar/LC_MESSAGES/plasma_engine_network.mo -share/locale/ar/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/ar/LC_MESSAGES/plasma_engine_nowplaying.mo -share/locale/ar/LC_MESSAGES/plasma_engine_rss.mo -share/locale/ar/LC_MESSAGES/plasma_engine_share.mo -share/locale/ar/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/ar/LC_MESSAGES/plasma_engine_weather.mo -share/locale/ar/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo -share/locale/ar/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo -share/locale/ar/LC_MESSAGES/plasma_packagestructure_comic.mo -share/locale/ar/LC_MESSAGES/plasma_runner_activities.mo -share/locale/ar/LC_MESSAGES/plasma_runner_audioplayercontrol.mo -share/locale/ar/LC_MESSAGES/plasma_runner_baloosearchrunner.mo -share/locale/ar/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/ar/LC_MESSAGES/plasma_runner_browserhistory.mo -share/locale/ar/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/ar/LC_MESSAGES/plasma_runner_contacts.mo -share/locale/ar/LC_MESSAGES/plasma_runner_converterrunner.mo -share/locale/ar/LC_MESSAGES/plasma_runner_events.mo -share/locale/ar/LC_MESSAGES/plasma_runner_katesessions.mo -share/locale/ar/LC_MESSAGES/plasma_runner_kill.mo -share/locale/ar/LC_MESSAGES/plasma_runner_konquerorsessions.mo -share/locale/ar/LC_MESSAGES/plasma_runner_konsolesessions.mo -share/locale/ar/LC_MESSAGES/plasma_runner_krunner_dictionary.mo -share/locale/ar/LC_MESSAGES/plasma_runner_locations.mo -share/locale/ar/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo -share/locale/ar/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/ar/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/ar/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/ar/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/ar/LC_MESSAGES/plasma_runner_services.mo -share/locale/ar/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/ar/LC_MESSAGES/plasma_runner_shell.mo -share/locale/ar/LC_MESSAGES/plasma_runner_solid.mo -share/locale/ar/LC_MESSAGES/plasma_runner_spellcheckrunner.mo -share/locale/ar/LC_MESSAGES/plasma_runner_translator.mo -share/locale/ar/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/ar/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/ar/LC_MESSAGES/plasma_runner_windows.mo -share/locale/ar/LC_MESSAGES/plasma_runner_youtube.mo -share/locale/ar/LC_MESSAGES/plasma_scriptengine_qscript.mo -share/locale/ar/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo -share/locale/ar/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo -share/locale/ar/LC_MESSAGES/plasma_wallpaper_color.mo -share/locale/ar/LC_MESSAGES/plasma_wallpaper_image.mo -share/locale/ar/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo -share/locale/ar/LC_MESSAGES/plasma_wallpaper_marble.mo -share/locale/ar/LC_MESSAGES/plasma_wallpaper_pattern.mo -share/locale/ar/LC_MESSAGES/plasma_wallpaper_virus.mo -share/locale/ar/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/ar/LC_MESSAGES/plasmagenericshell.mo -share/locale/ar/LC_MESSAGES/plasmapkg.mo -share/locale/ar/LC_MESSAGES/powerdevil.mo -share/locale/ar/LC_MESSAGES/powerdevilactivitiesconfig.mo -share/locale/ar/LC_MESSAGES/powerdevilglobalconfig.mo -share/locale/ar/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/ar/LC_MESSAGES/processcore.mo -share/locale/ar/LC_MESSAGES/processui.mo -share/locale/ar/LC_MESSAGES/randrmonitor.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.ktp-chat.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.person.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.katesessions.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.printmanager.mo +share/locale/ar/LC_MESSAGES/print-manager.mo share/locale/ar/LC_MESSAGES/rellinks.mo share/locale/ar/LC_MESSAGES/searchbarplugin.mo -share/locale/ar/LC_MESSAGES/solid-hardware.mo -share/locale/ar/LC_MESSAGES/solid_qt.mo -share/locale/ar/LC_MESSAGES/soliduiserver.mo +share/locale/ar/LC_MESSAGES/spectacle.mo share/locale/ar/LC_MESSAGES/step.mo -share/locale/ar/LC_MESSAGES/strigila_diff.mo -share/locale/ar/LC_MESSAGES/superkaramba.mo +share/locale/ar/LC_MESSAGES/storageservices.mo share/locale/ar/LC_MESSAGES/svgpart.mo -share/locale/ar/LC_MESSAGES/sweeper.mo -share/locale/ar/LC_MESSAGES/systemsettings.mo -share/locale/ar/LC_MESSAGES/timezones4.mo +share/locale/ar/LC_MESSAGES/tabswitcherplugin.mo share/locale/ar/LC_MESSAGES/uachangerplugin.mo -share/locale/ar/LC_MESSAGES/umbrello.mo -share/locale/ar/LC_MESSAGES/useraccount.mo share/locale/ar/LC_MESSAGES/validatorsplugin.mo share/locale/ar/LC_MESSAGES/webarchiver.mo -share/locale/ar/LC_MESSAGES/xml_mimetypes.mo -share/locale/ar/LC_SCRIPTS/kdelibs4/kdelibs4.js -share/locale/ar/entry.desktop +share/locale/ar/LC_MESSAGES/webenginepart.mo Index: archivers/ark/Makefile =================================================================== --- archivers/ark/Makefile +++ archivers/ark/Makefile @@ -2,19 +2,18 @@ # $FreeBSD$ PORTNAME= ark -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 -CATEGORIES= archivers kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= archivers kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Archiving tool for KDE LIB_DEPENDS= libqjson.so:devel/qjson -USES= cmake:outsource kde:4 libarchive cpe tar:xz -USE_KDE= automoc4 kdelibs libkonq -CPE_VENDOR= kde -USE_QT4= qtestlib qmake_build moc_build rcc_build uic_build +USES= cmake:outsource gettext libarchive kde:5 tar:xz +USE_KDE= archive config crash dbusaddons doctools ecm i18n iconthemes \ + khtml kio pty service widgetsaddons +USE_QT5= buildtools_build core gui widgets qmake_build USE_LDCONFIG= yes OPTIONS_DEFINE= 7ZIP RAR ZIP Index: archivers/ark/distinfo =================================================================== --- archivers/ark/distinfo +++ archivers/ark/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/ark-4.14.3.tar.xz) = cb2ef7ea9bbfccf3b16a1242681b33c1e6c17a7458f50f0703e87678a249b8dc -SIZE (KDE/4.14.3/ark-4.14.3.tar.xz) = 236116 +TIMESTAMP = 1486501513 +SHA256 (KDE/applications/16.12.2/ark-16.12.2.tar.xz) = 23d346f331de8d3bce14ce073244f79f99321bf59c037e3a229d398b6511571e +SIZE (KDE/applications/16.12.2/ark-16.12.2.tar.xz) = 1348476 Index: archivers/ark/files/patch-git_cd8ad27 =================================================================== --- archivers/ark/files/patch-git_cd8ad27 +++ /dev/null @@ -1,71 +0,0 @@ -commit cd8ad2761d41d1ec0a18cff7f4d166b53c899fc2 -Author: Raphael Kubo da Costa -Date: Mon Nov 24 01:37:06 2014 +0200 - - Stop crashing on exit when being used solely as a KPart. - - This change fixes a crash introduced by commit 3b981ca ("Remove Part - from KXMLGUIFactory on exit"). - - Part::~Part() is the wrong place to call KXMLGUIFactory::removeClient(), - as it assumes addClient() had been called in the first place. - - This is only true if Ark is called as a standalone program, since that - is done in MainWindow::loadPart()'s call to KXMLGuiWindow::createGUI(). - - Conversely, if the Ark KPart is being used as an embedded viewer in, - say, Konqueror or to preview an archive inside an archive (ie. Ark - inside Ark) that does not hold true and we try to access a - KXMLGUIFactory that does not exist. - - Instead, call KXMLGuiWindow::removeClient() in MainWindow's destructor, - since in this case we are certain that addClient() was been called - before. - - CCBUG: 341187 - - (cherry picked from commit 9c30f30b38c36a31e6fcb3aa047a0247ac5a22fb) - This was committed for completeness, as there will be no additional - releases from the KDE/4.14 branch. - - Conflicts: - part/part.cpp - ---- app/mainwindow.cpp.orig 2014-10-25 12:53:24 UTC -+++ app/mainwindow.cpp -@@ -38,6 +38,7 @@ - #include - #include - #include -+#include - - #include - #include -@@ -69,6 +70,8 @@ MainWindow::~MainWindow() - if (m_recentFilesAction) { - m_recentFilesAction->saveEntries(KGlobal::config()->group("Recent Files")); - } -+ -+ guiFactory()->removeClient(m_part); - delete m_part; - m_part = 0; - } ---- part/part.cpp.orig 2014-10-25 12:53:24 UTC -+++ part/part.cpp -@@ -53,7 +53,6 @@ - #include - #include - #include --#include - - #include - #include -@@ -138,8 +137,6 @@ Part::Part(QWidget *parentWidget, QObjec - - Part::~Part() - { -- factory()->removeClient(this); -- - saveSplitterSizes(); - - m_extractFilesAction->menu()->deleteLater(); Index: archivers/ark/pkg-plist =================================================================== --- archivers/ark/pkg-plist +++ archivers/ark/pkg-plist @@ -1,46 +1,37 @@ bin/ark -lib/kde4/arkpart.so -lib/kde4/kerfuffle_cli7z.so -lib/kde4/kerfuffle_clilha.so -lib/kde4/kerfuffle_clirar.so -lib/kde4/kerfuffle_clizip.so -lib/kde4/kerfuffle_libarchive.so -lib/kde4/kerfuffle_libbz2.so -lib/kde4/kerfuffle_libgz.so -lib/kde4/kerfuffle_libxz.so -lib/kde4/libextracthere.so -lib/libkerfuffle.so -lib/libkerfuffle.so.4 -lib/libkerfuffle.so.%%KDE4_GENERIC_LIB_VERSION%% +etc/xdg/ark.categories +lib/libkerfuffle.so.16 +lib/libkerfuffle.so.%%KDE_APPLICATIONS_VERSION%% +%%QT_PLUGINDIR%%/arkpart.so +%%QT_PLUGINDIR%%/kerfuffle/kerfuffle_cli7z.so +%%QT_PLUGINDIR%%/kerfuffle/kerfuffle_clirar.so +%%QT_PLUGINDIR%%/kerfuffle/kerfuffle_cliunarchiver.so +%%QT_PLUGINDIR%%/kerfuffle/kerfuffle_clizip.so +%%QT_PLUGINDIR%%/kerfuffle/kerfuffle_libarchive.so +%%QT_PLUGINDIR%%/kerfuffle/kerfuffle_libarchive_readonly.so +%%QT_PLUGINDIR%%/kerfuffle/kerfuffle_libbz2.so +%%QT_PLUGINDIR%%/kerfuffle/kerfuffle_libgz.so +%%QT_PLUGINDIR%%/kerfuffle/kerfuffle_libxz.so +%%QT_PLUGINDIR%%/kf5/kfileitemaction/compressfileitemaction.so +%%QT_PLUGINDIR%%/kf5/kfileitemaction/extractfileitemaction.so +%%QT_PLUGINDIR%%/kf5/kio_dnd/extracthere.so man/man1/ark.1.gz -share/appdata/ark.appdata.xml -share/applications/kde4/ark.desktop -share/apps/ark/ark_part.rc -share/apps/ark/arkui.rc +share/applications/org.kde.ark.desktop share/config.kcfg/ark.kcfg +share/doc/HTML/en/ark/create-archive.png +share/doc/HTML/en/ark/create-protected-archive.png +share/doc/HTML/en/ark/ark-comment.png share/doc/HTML/en/ark/ark-mainwindow.png -share/doc/HTML/en/ark/common +share/doc/HTML/en/ark/extract-dialog.png share/doc/HTML/en/ark/index.cache.bz2 share/doc/HTML/en/ark/index.docbook -share/doc/HTML/en/ark/man-ark.1.docbook share/icons/hicolor/128x128/apps/ark.png -share/icons/hicolor/16x16/apps/ark.png -share/icons/hicolor/22x22/apps/ark.png -share/icons/hicolor/32x32/apps/ark.png share/icons/hicolor/48x48/apps/ark.png share/icons/hicolor/64x64/apps/ark.png share/icons/hicolor/scalable/apps/ark.svgz -share/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop -share/kde4/services/ServiceMenus/ark_servicemenu.desktop -share/kde4/services/ark_dndextract.desktop -share/kde4/services/ark_part.desktop -share/kde4/services/kerfuffle_cli7z.desktop -share/kde4/services/kerfuffle_clilha.desktop -share/kde4/services/kerfuffle_clirar.desktop -share/kde4/services/kerfuffle_clizip.desktop -share/kde4/services/kerfuffle_libarchive.desktop -share/kde4/services/kerfuffle_libarchive_readonly.desktop -share/kde4/services/kerfuffle_libbz2.desktop -share/kde4/services/kerfuffle_libgz.desktop -share/kde4/services/kerfuffle_libxz.desktop -share/kde4/servicetypes/kerfufflePlugin.desktop +share/kservices5/ark_part.desktop +share/kservicetypes5/kerfufflePlugin.desktop +share/kxmlgui5/ark/ark_part.rc +share/kxmlgui5/ark/arkui.rc +share/metainfo/org.kde.ark.appdata.xml +share/mime/packages/kerfuffle.xml Index: astro/kstars/Makefile =================================================================== --- astro/kstars/Makefile +++ astro/kstars/Makefile @@ -1,12 +1,12 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= kstars -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 -CATEGORIES= astro kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= astro kde kde-applications MAINTAINER= kde@FreeBSD.org -COMMENT= KDE 4 desktop planetarium +COMMENT= KDE desktop planetarium LIB_DEPENDS= libcfitsio.so:astro/cfitsio \ libwcs.so:astro/wcslib @@ -14,13 +14,25 @@ xplanet:astro/xplanet RUN_DEPENDS= xplanet:astro/xplanet -USES= cmake:outsource compiler:c++11-lib kde:4 tar:xz -USE_KDE= kdelibs automoc4 -USE_QT4= opengl qmake_build moc_build rcc_build uic_build - -OPTIONS_DEFINE= PYKDE - -PYKDE_DESC= Support for updating supernovae data -PYKDE_USE= KDE=pykde4_run +USES= cmake:outsource gettext compiler:c++11-lib kde:5 \ + pkgconfig tar:xz +USE_QT5= buildtools_build core gui multimedia network opengl \ + printsupport qmake_build qml quick sql svg testlib widgets \ + xml +USE_KDE= config dbusaddons doctools ecm guiaddons i18n iconthemes init \ + jobwidgets kio newstuff notifications parts plotting \ + texteditor widgetsaddons xmlgui + +# TODO: pykde... +# OPTIONS_DEFINE= PYKDE +# +# PYKDE_DESC= Support for updating supernovae data +# PYKDE_USE= KDE4=pykde4_run + +post-patch: +# climits defines ULLONG_MAX and LLONG_MAX + ${REINPLACE_CMD} -e 's#ULONG_LONG_MAX#ULLONG_MAX#g' \ + -e 's#LONG_LONG_MAX#LLONG_MAX#g' \ + ${WRKSRC}/kstars/fitsviewer/fitsdata.cpp .include Index: astro/kstars/distinfo =================================================================== --- astro/kstars/distinfo +++ astro/kstars/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kstars-4.14.3.tar.xz) = 771c46e8985724d7f5be74f4813bfba0a62cbb48e1c8d0cd27394a6f0ef15bde -SIZE (KDE/4.14.3/kstars-4.14.3.tar.xz) = 12374500 +TIMESTAMP = 1486501514 +SHA256 (KDE/applications/16.12.2/kstars-16.12.2.tar.xz) = f756705a8a3de6269e771220f713e7144b6265e26e690747810e9c94618e8b29 +SIZE (KDE/applications/16.12.2/kstars-16.12.2.tar.xz) = 38873332 Index: astro/kstars/files/patch-kstars_skyobjects_kscomet.cpp =================================================================== --- astro/kstars/files/patch-kstars_skyobjects_kscomet.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- kstars/skyobjects/kscomet.cpp.orig 2014-09-19 05:39:42 UTC -+++ kstars/skyobjects/kscomet.cpp -@@ -119,7 +119,7 @@ KSComet::KSComet( const QString &_s, con - qint64 fragment = letterDesigToN( rePro.cap(6) ); - - uidPart = -- 1 << 43 | -+ 1ull << 43 | - type << 40 | // Bits 40-42 (3) - halfMonth << 33 | // Bits 33-39 (7) Hope this is enough - nHalfMonth << 28 | // Bits 28-32 (5) Index: astro/kstars/pkg-plist =================================================================== --- astro/kstars/pkg-plist +++ astro/kstars/pkg-plist @@ -1,331 +1,8 @@ bin/kstars lib/libhtmesh.a -share/appdata/kstars.appdata.xml -share/applications/kde4/kstars.desktop -share/apps/kstars/Cities.dat -share/apps/kstars/Interesting.dat -share/apps/kstars/PlanetFacts.dat -share/apps/kstars/TZrules.dat -share/apps/kstars/advinterface.dat -share/apps/kstars/asteroids.dat -share/apps/kstars/cbounds-3.idx -share/apps/kstars/cbounds-4.idx -share/apps/kstars/cbounds-5.idx -share/apps/kstars/cbounds-6.idx -share/apps/kstars/cbounds.dat -share/apps/kstars/chart.colors -share/apps/kstars/classic.colors -share/apps/kstars/clines.dat -share/apps/kstars/cnames.dat -share/apps/kstars/comets.dat -share/apps/kstars/defaultflag.gif -share/apps/kstars/earth.B0.vsop -share/apps/kstars/earth.B1.vsop -share/apps/kstars/earth.B2.vsop -share/apps/kstars/earth.B3.vsop -share/apps/kstars/earth.B4.vsop -share/apps/kstars/earth.L0.vsop -share/apps/kstars/earth.L1.vsop -share/apps/kstars/earth.L2.vsop -share/apps/kstars/earth.L3.vsop -share/apps/kstars/earth.L4.vsop -share/apps/kstars/earth.L5.vsop -share/apps/kstars/earth.R0.vsop -share/apps/kstars/earth.R1.vsop -share/apps/kstars/earth.R2.vsop -share/apps/kstars/earth.R3.vsop -share/apps/kstars/earth.R4.vsop -share/apps/kstars/earth.R5.vsop -share/apps/kstars/earth.orbit -share/apps/kstars/fitsviewer.rc -share/apps/kstars/geomap.png -share/apps/kstars/glossary.xml -share/apps/kstars/histogram.png -share/apps/kstars/icons/hicolor/22x22/actions/kstars_cbound.png -share/apps/kstars/icons/hicolor/22x22/actions/kstars_clines.png -share/apps/kstars/icons/hicolor/22x22/actions/kstars_cnames.png -share/apps/kstars/icons/hicolor/22x22/actions/kstars_deepsky.png -share/apps/kstars/icons/hicolor/22x22/actions/kstars_flag.png -share/apps/kstars/icons/hicolor/22x22/actions/kstars_grid.png -share/apps/kstars/icons/hicolor/22x22/actions/kstars_hgrid.png -share/apps/kstars/icons/hicolor/22x22/actions/kstars_horizon.png -share/apps/kstars/icons/hicolor/22x22/actions/kstars_mw.png -share/apps/kstars/icons/hicolor/22x22/actions/kstars_planets.png -share/apps/kstars/icons/hicolor/22x22/actions/kstars_satellites.png -share/apps/kstars/icons/hicolor/22x22/actions/kstars_stars.png -share/apps/kstars/icons/hicolor/22x22/actions/kstars_supernovae.png -share/apps/kstars/icons/hicolor/32x32/actions/kstars_clines.png -share/apps/kstars/icons/hicolor/32x32/actions/kstars_cnames.png -share/apps/kstars/icons/hicolor/32x32/actions/kstars_deepsky.png -share/apps/kstars/icons/hicolor/32x32/actions/kstars_flag.png -share/apps/kstars/icons/hicolor/32x32/actions/kstars_grid.png -share/apps/kstars/icons/hicolor/32x32/actions/kstars_hgrid.png -share/apps/kstars/icons/hicolor/32x32/actions/kstars_horizon.png -share/apps/kstars/icons/hicolor/32x32/actions/kstars_mw.png -share/apps/kstars/icons/hicolor/32x32/actions/kstars_planets.png -share/apps/kstars/icons/hicolor/32x32/actions/kstars_satellites.png -share/apps/kstars/icons/hicolor/32x32/actions/kstars_stars.png -share/apps/kstars/icons/hicolor/32x32/actions/kstars_supernovae.png -share/apps/kstars/icons/hicolor/48x48/actions/kstars_clines.png -share/apps/kstars/icons/hicolor/48x48/actions/kstars_cnames.png -share/apps/kstars/icons/hicolor/48x48/actions/kstars_deepsky.png -share/apps/kstars/icons/hicolor/48x48/actions/kstars_flag.png -share/apps/kstars/icons/hicolor/48x48/actions/kstars_grid.png -share/apps/kstars/icons/hicolor/48x48/actions/kstars_hgrid.png -share/apps/kstars/icons/hicolor/48x48/actions/kstars_horizon.png -share/apps/kstars/icons/hicolor/48x48/actions/kstars_mw.png -share/apps/kstars/icons/hicolor/48x48/actions/kstars_planets.png -share/apps/kstars/icons/hicolor/48x48/actions/kstars_satellites.png -share/apps/kstars/icons/hicolor/48x48/actions/kstars_stars.png -share/apps/kstars/icons/hicolor/48x48/actions/kstars_supernovae.png -share/apps/kstars/icons/hicolor/64x64/actions/kstars_advanced.png -share/apps/kstars/icons/hicolor/64x64/actions/kstars_catalog.png -share/apps/kstars/icons/hicolor/64x64/actions/kstars_cbound.png -share/apps/kstars/icons/hicolor/64x64/actions/kstars_clines.png -share/apps/kstars/icons/hicolor/64x64/actions/kstars_cnames.png -share/apps/kstars/icons/hicolor/64x64/actions/kstars_colors.png -share/apps/kstars/icons/hicolor/64x64/actions/kstars_deepsky.png -share/apps/kstars/icons/hicolor/64x64/actions/kstars_flag.png -share/apps/kstars/icons/hicolor/64x64/actions/kstars_grid.png -share/apps/kstars/icons/hicolor/64x64/actions/kstars_guides.png -share/apps/kstars/icons/hicolor/64x64/actions/kstars_hgrid.png -share/apps/kstars/icons/hicolor/64x64/actions/kstars_horizon.png -share/apps/kstars/icons/hicolor/64x64/actions/kstars_mw.png -share/apps/kstars/icons/hicolor/64x64/actions/kstars_planets.png -share/apps/kstars/icons/hicolor/64x64/actions/kstars_satellites.png -share/apps/kstars/icons/hicolor/64x64/actions/kstars_solarsystem.png -share/apps/kstars/icons/hicolor/64x64/actions/kstars_stars.png -share/apps/kstars/icons/hicolor/64x64/actions/kstars_supernovae.png -share/apps/kstars/icons/hicolor/64x64/actions/kstars_xplanet.png -share/apps/kstars/icons/hicolor/scalable/actions/kstars_cbound.svgz -share/apps/kstars/icons/hicolor/scalable/actions/kstars_clines.svgz -share/apps/kstars/icons/hicolor/scalable/actions/kstars_cnames.svgz -share/apps/kstars/icons/hicolor/scalable/actions/kstars_deepsky.svgz -share/apps/kstars/icons/hicolor/scalable/actions/kstars_grid.svgz -share/apps/kstars/icons/hicolor/scalable/actions/kstars_horizon.svgz -share/apps/kstars/icons/hicolor/scalable/actions/kstars_mw.svgz -share/apps/kstars/icons/hicolor/scalable/actions/kstars_planets.svgz -share/apps/kstars/icons/hicolor/scalable/actions/kstars_stars.svgz -share/apps/kstars/image_url.dat -share/apps/kstars/info_url.dat -share/apps/kstars/jupiter.B0.vsop -share/apps/kstars/jupiter.B1.vsop -share/apps/kstars/jupiter.B2.vsop -share/apps/kstars/jupiter.B3.vsop -share/apps/kstars/jupiter.B4.vsop -share/apps/kstars/jupiter.B5.vsop -share/apps/kstars/jupiter.L0.vsop -share/apps/kstars/jupiter.L1.vsop -share/apps/kstars/jupiter.L2.vsop -share/apps/kstars/jupiter.L3.vsop -share/apps/kstars/jupiter.L4.vsop -share/apps/kstars/jupiter.L5.vsop -share/apps/kstars/jupiter.R0.vsop -share/apps/kstars/jupiter.R1.vsop -share/apps/kstars/jupiter.R2.vsop -share/apps/kstars/jupiter.R3.vsop -share/apps/kstars/jupiter.R4.vsop -share/apps/kstars/jupiter.R5.vsop -share/apps/kstars/jupiter.orbit -share/apps/kstars/kstars.png -share/apps/kstars/kstarsui.rc -share/apps/kstars/lmc.dat -share/apps/kstars/mars.B0.vsop -share/apps/kstars/mars.B1.vsop -share/apps/kstars/mars.B2.vsop -share/apps/kstars/mars.B3.vsop -share/apps/kstars/mars.B4.vsop -share/apps/kstars/mars.B5.vsop -share/apps/kstars/mars.L0.vsop -share/apps/kstars/mars.L1.vsop -share/apps/kstars/mars.L2.vsop -share/apps/kstars/mars.L3.vsop -share/apps/kstars/mars.L4.vsop -share/apps/kstars/mars.L5.vsop -share/apps/kstars/mars.R0.vsop -share/apps/kstars/mars.R1.vsop -share/apps/kstars/mars.R2.vsop -share/apps/kstars/mars.R3.vsop -share/apps/kstars/mars.R4.vsop -share/apps/kstars/mars.R5.vsop -share/apps/kstars/mars.orbit -share/apps/kstars/mercury.B0.vsop -share/apps/kstars/mercury.B1.vsop -share/apps/kstars/mercury.B2.vsop -share/apps/kstars/mercury.B3.vsop -share/apps/kstars/mercury.B4.vsop -share/apps/kstars/mercury.B5.vsop -share/apps/kstars/mercury.L0.vsop -share/apps/kstars/mercury.L1.vsop -share/apps/kstars/mercury.L2.vsop -share/apps/kstars/mercury.L3.vsop -share/apps/kstars/mercury.L4.vsop -share/apps/kstars/mercury.L5.vsop -share/apps/kstars/mercury.R0.vsop -share/apps/kstars/mercury.R1.vsop -share/apps/kstars/mercury.R2.vsop -share/apps/kstars/mercury.R3.vsop -share/apps/kstars/mercury.R4.vsop -share/apps/kstars/mercury.R5.vsop -share/apps/kstars/mercury.orbit -share/apps/kstars/milkyway.dat -share/apps/kstars/moonB.dat -share/apps/kstars/moonLR.dat -share/apps/kstars/moonless-night.colors -share/apps/kstars/namedstars.dat -share/apps/kstars/neptune.B0.vsop -share/apps/kstars/neptune.B1.vsop -share/apps/kstars/neptune.B2.vsop -share/apps/kstars/neptune.B3.vsop -share/apps/kstars/neptune.B4.vsop -share/apps/kstars/neptune.B5.vsop -share/apps/kstars/neptune.L0.vsop -share/apps/kstars/neptune.L1.vsop -share/apps/kstars/neptune.L2.vsop -share/apps/kstars/neptune.L3.vsop -share/apps/kstars/neptune.L4.vsop -share/apps/kstars/neptune.L5.vsop -share/apps/kstars/neptune.R0.vsop -share/apps/kstars/neptune.R1.vsop -share/apps/kstars/neptune.R2.vsop -share/apps/kstars/neptune.R3.vsop -share/apps/kstars/neptune.R4.vsop -share/apps/kstars/neptune.orbit -share/apps/kstars/ngcic.dat -share/apps/kstars/night.colors -share/apps/kstars/noimage.png -share/apps/kstars/pluto.orbit -share/apps/kstars/satellites.dat -share/apps/kstars/saturn.B0.vsop -share/apps/kstars/saturn.B1.vsop -share/apps/kstars/saturn.B2.vsop -share/apps/kstars/saturn.B3.vsop -share/apps/kstars/saturn.B4.vsop -share/apps/kstars/saturn.B5.vsop -share/apps/kstars/saturn.L0.vsop -share/apps/kstars/saturn.L1.vsop -share/apps/kstars/saturn.L2.vsop -share/apps/kstars/saturn.L3.vsop -share/apps/kstars/saturn.L4.vsop -share/apps/kstars/saturn.L5.vsop -share/apps/kstars/saturn.R0.vsop -share/apps/kstars/saturn.R1.vsop -share/apps/kstars/saturn.R2.vsop -share/apps/kstars/saturn.R3.vsop -share/apps/kstars/saturn.R4.vsop -share/apps/kstars/saturn.R5.vsop -share/apps/kstars/saturn.orbit -share/apps/kstars/scripts/supernova_updates_parser.py -share/apps/kstars/smc.dat -share/apps/kstars/starlnum.idx -share/apps/kstars/starnames.dat -share/apps/kstars/stars.dat -share/apps/kstars/textures/defaultflag.png -share/apps/kstars/textures/galaxy-cluster.png -share/apps/kstars/textures/galaxy.png -share/apps/kstars/textures/gaseous-nebula.png -share/apps/kstars/textures/globular-cluster.png -share/apps/kstars/textures/jupiter.png -share/apps/kstars/textures/mars.png -share/apps/kstars/textures/mercury.png -share/apps/kstars/textures/moon00.png -share/apps/kstars/textures/moon01.png -share/apps/kstars/textures/moon02.png -share/apps/kstars/textures/moon03.png -share/apps/kstars/textures/moon04.png -share/apps/kstars/textures/moon05.png -share/apps/kstars/textures/moon06.png -share/apps/kstars/textures/moon07.png -share/apps/kstars/textures/moon08.png -share/apps/kstars/textures/moon09.png -share/apps/kstars/textures/moon10.png -share/apps/kstars/textures/moon11.png -share/apps/kstars/textures/moon12.png -share/apps/kstars/textures/moon13.png -share/apps/kstars/textures/moon14.png -share/apps/kstars/textures/moon15.png -share/apps/kstars/textures/moon16.png -share/apps/kstars/textures/moon17.png -share/apps/kstars/textures/moon18.png -share/apps/kstars/textures/moon19.png -share/apps/kstars/textures/moon20.png -share/apps/kstars/textures/moon21.png -share/apps/kstars/textures/moon22.png -share/apps/kstars/textures/moon23.png -share/apps/kstars/textures/moon24.png -share/apps/kstars/textures/moon25.png -share/apps/kstars/textures/moon26.png -share/apps/kstars/textures/moon27.png -share/apps/kstars/textures/moon28.png -share/apps/kstars/textures/moon29.png -share/apps/kstars/textures/moon30.png -share/apps/kstars/textures/moon31.png -share/apps/kstars/textures/moon32.png -share/apps/kstars/textures/moon33.png -share/apps/kstars/textures/moon34.png -share/apps/kstars/textures/moon35.png -share/apps/kstars/textures/neptune.png -share/apps/kstars/textures/obslistsymbol.png -share/apps/kstars/textures/open-cluster.png -share/apps/kstars/textures/planetary-nebula.png -share/apps/kstars/textures/pluto.png -share/apps/kstars/textures/saturn.png -share/apps/kstars/textures/star.png -share/apps/kstars/textures/sun.png -share/apps/kstars/textures/uranus.png -share/apps/kstars/textures/venus.png -share/apps/kstars/tools/whatsinteresting/qml/ScrollBar.qml -share/apps/kstars/tools/whatsinteresting/qml/leftArrow.png -share/apps/kstars/tools/whatsinteresting/qml/next.png -share/apps/kstars/tools/whatsinteresting/qml/previous.png -share/apps/kstars/tools/whatsinteresting/qml/reloadIcon.png -share/apps/kstars/tools/whatsinteresting/qml/settingsIcon.png -share/apps/kstars/tools/whatsinteresting/qml/wiview.qml -share/apps/kstars/tips -share/apps/kstars/unnamedstars.dat -share/apps/kstars/uranus.B0.vsop -share/apps/kstars/uranus.B1.vsop -share/apps/kstars/uranus.B2.vsop -share/apps/kstars/uranus.B3.vsop -share/apps/kstars/uranus.B4.vsop -share/apps/kstars/uranus.L0.vsop -share/apps/kstars/uranus.L1.vsop -share/apps/kstars/uranus.L2.vsop -share/apps/kstars/uranus.L3.vsop -share/apps/kstars/uranus.L4.vsop -share/apps/kstars/uranus.L5.vsop -share/apps/kstars/uranus.R0.vsop -share/apps/kstars/uranus.R1.vsop -share/apps/kstars/uranus.R2.vsop -share/apps/kstars/uranus.R3.vsop -share/apps/kstars/uranus.R4.vsop -share/apps/kstars/uranus.orbit -share/apps/kstars/valaav.txt -share/apps/kstars/venus.B0.vsop -share/apps/kstars/venus.B1.vsop -share/apps/kstars/venus.B2.vsop -share/apps/kstars/venus.B3.vsop -share/apps/kstars/venus.B4.vsop -share/apps/kstars/venus.B5.vsop -share/apps/kstars/venus.L0.vsop -share/apps/kstars/venus.L1.vsop -share/apps/kstars/venus.L2.vsop -share/apps/kstars/venus.L3.vsop -share/apps/kstars/venus.L4.vsop -share/apps/kstars/venus.L5.vsop -share/apps/kstars/venus.R0.vsop -share/apps/kstars/venus.R1.vsop -share/apps/kstars/venus.R2.vsop -share/apps/kstars/venus.R3.vsop -share/apps/kstars/venus.R4.vsop -share/apps/kstars/venus.R5.vsop -share/apps/kstars/venus.orbit -share/apps/kstars/wzdownload.png -share/apps/kstars/wzgeo.png -share/apps/kstars/wzscope.png -share/apps/kstars/wzstars.png +share/metainfo/org.kde.kstars.appdata.xml +share/applications/org.kde.kstars.desktop share/config.kcfg/kstars.kcfg -share/config/kstars.knsrc share/doc/HTML/en/kstars/Add_Object_to_Session_plan.png share/doc/HTML/en/kstars/Another_way4.png share/doc/HTML/en/kstars/Another_way5.png @@ -335,7 +12,9 @@ share/doc/HTML/en/kstars/Delete_all_images.png share/doc/HTML/en/kstars/KStars_Neptune.png share/doc/HTML/en/kstars/Savin_session.png -share/doc/HTML/en/kstars/aavso.png +share/doc/HTML/en/kstars/add_catalog.png +share/doc/HTML/en/kstars/added_ldn.png +share/doc/HTML/en/kstars/advanced_tab.png share/doc/HTML/en/kstars/ai-contents.docbook share/doc/HTML/en/kstars/alpha.png share/doc/HTML/en/kstars/altvstime.docbook @@ -369,20 +48,23 @@ share/doc/HTML/en/kstars/cequator.docbook share/doc/HTML/en/kstars/color_indices.png share/doc/HTML/en/kstars/colorandtemp.docbook +share/doc/HTML/en/kstars/colors_tab.png share/doc/HTML/en/kstars/commands.docbook -share/doc/HTML/en/kstars/common +share/doc/HTML/en/kstars/complete_info_ldn.png share/doc/HTML/en/kstars/config.docbook share/doc/HTML/en/kstars/cosmicdist.docbook share/doc/HTML/en/kstars/cpoles.docbook share/doc/HTML/en/kstars/credits.docbook share/doc/HTML/en/kstars/csphere.docbook share/doc/HTML/en/kstars/darkmatter.docbook +share/doc/HTML/en/kstars/delete_catalog.png share/doc/HTML/en/kstars/detaildialog.png share/doc/HTML/en/kstars/details.docbook share/doc/HTML/en/kstars/devicemanager.png share/doc/HTML/en/kstars/dss.png share/doc/HTML/en/kstars/dumpmode.docbook share/doc/HTML/en/kstars/ecliptic.docbook +share/doc/HTML/en/kstars/ekos_tab.png share/doc/HTML/en/kstars/ellipticalgalaxies.docbook share/doc/HTML/en/kstars/epoch.docbook share/doc/HTML/en/kstars/equinox.docbook @@ -390,6 +72,7 @@ share/doc/HTML/en/kstars/execute_session_the_nt.png share/doc/HTML/en/kstars/faq.docbook share/doc/HTML/en/kstars/find.png +share/doc/HTML/en/kstars/find2.png share/doc/HTML/en/kstars/fitsarea.png share/doc/HTML/en/kstars/fitsviewer.docbook share/doc/HTML/en/kstars/flux.docbook @@ -400,11 +83,14 @@ share/doc/HTML/en/kstars/geocoords.docbook share/doc/HTML/en/kstars/geolocator.png share/doc/HTML/en/kstars/greatcircle.docbook +share/doc/HTML/en/kstars/guides_tab.png share/doc/HTML/en/kstars/horizon.docbook share/doc/HTML/en/kstars/hourangle.docbook +share/doc/HTML/en/kstars/import_catalog.png share/doc/HTML/en/kstars/index.cache.bz2 share/doc/HTML/en/kstars/index.docbook share/doc/HTML/en/kstars/indi.docbook +share/doc/HTML/en/kstars/indi_tab.png share/doc/HTML/en/kstars/indicapture.png share/doc/HTML/en/kstars/indiclient.png share/doc/HTML/en/kstars/indicontrolpanel.png @@ -414,11 +100,13 @@ share/doc/HTML/en/kstars/julianday.docbook share/doc/HTML/en/kstars/kepler2nd.png share/doc/HTML/en/kstars/kepler3d.png +share/doc/HTML/en/kstars/kstars_horizon.png share/doc/HTML/en/kstars/lambda_ex.png share/doc/HTML/en/kstars/lambda_max.png share/doc/HTML/en/kstars/leapyear.docbook share/doc/HTML/en/kstars/lightcurve.png share/doc/HTML/en/kstars/lightcurves.docbook +share/doc/HTML/en/kstars/load_catalog.png share/doc/HTML/en/kstars/luminosity.docbook share/doc/HTML/en/kstars/luminosity.png share/doc/HTML/en/kstars/luminosity_ex.png @@ -426,11 +114,15 @@ share/doc/HTML/en/kstars/meridian.docbook share/doc/HTML/en/kstars/newfov.png share/doc/HTML/en/kstars/obsplanner.docbook +share/doc/HTML/en/kstars/overwrite_catalog.png +share/doc/HTML/en/kstars/open_dialog_ldn.png +share/doc/HTML/en/kstars/open_ldn.png share/doc/HTML/en/kstars/parallax.docbook share/doc/HTML/en/kstars/popup.png share/doc/HTML/en/kstars/precession.docbook share/doc/HTML/en/kstars/quicktour.docbook share/doc/HTML/en/kstars/retrograde.docbook +share/doc/HTML/en/kstars/satellites_tab.png share/doc/HTML/en/kstars/screen1.png share/doc/HTML/en/kstars/scriptbuilder.docbook share/doc/HTML/en/kstars/scriptbuilder.png @@ -440,9 +132,11 @@ share/doc/HTML/en/kstars/skymapdevice.png share/doc/HTML/en/kstars/solarsys.docbook share/doc/HTML/en/kstars/solarsystem.png +share/doc/HTML/en/kstars/solarsystem_tab.png share/doc/HTML/en/kstars/spiralgalaxies.docbook share/doc/HTML/en/kstars/star_colors.png share/doc/HTML/en/kstars/stars.docbook +share/doc/HTML/en/kstars/supernovae_tab.png share/doc/HTML/en/kstars/telescopes.docbook share/doc/HTML/en/kstars/timezones.docbook share/doc/HTML/en/kstars/tools.docbook @@ -457,3 +151,358 @@ share/icons/hicolor/48x48/apps/kstars.png share/icons/hicolor/64x64/apps/kstars.png share/icons/hicolor/scalable/apps/kstars.svgz +share/knotifications5/kstars.notifyrc +%%DATADIR%%/Henry-Draper.idx +%%DATADIR%%/Interesting.dat +%%DATADIR%%/PlanetFacts.dat +%%DATADIR%%/TZrules.dat +%%DATADIR%%/advinterface.dat +%%DATADIR%%/asteroids.dat +%%DATADIR%%/cbounds-3.idx +%%DATADIR%%/cbounds-4.idx +%%DATADIR%%/cbounds-5.idx +%%DATADIR%%/cbounds-6.idx +%%DATADIR%%/cbounds.dat +%%DATADIR%%/chart.colors +%%DATADIR%%/citydb.sqlite +%%DATADIR%%/classic.colors +%%DATADIR%%/clines.dat +%%DATADIR%%/cnames.dat +%%DATADIR%%/comets.dat +%%DATADIR%%/defaultflag.gif +%%DATADIR%%/earth.B0.vsop +%%DATADIR%%/earth.B1.vsop +%%DATADIR%%/earth.B2.vsop +%%DATADIR%%/earth.B3.vsop +%%DATADIR%%/earth.B4.vsop +%%DATADIR%%/earth.L0.vsop +%%DATADIR%%/earth.L1.vsop +%%DATADIR%%/earth.L2.vsop +%%DATADIR%%/earth.L3.vsop +%%DATADIR%%/earth.L4.vsop +%%DATADIR%%/earth.L5.vsop +%%DATADIR%%/earth.R0.vsop +%%DATADIR%%/earth.R1.vsop +%%DATADIR%%/earth.R2.vsop +%%DATADIR%%/earth.R3.vsop +%%DATADIR%%/earth.R4.vsop +%%DATADIR%%/earth.R5.vsop +%%DATADIR%%/earth.orbit +%%DATADIR%%/geomap.png +%%DATADIR%%/glossary.xml +%%DATADIR%%/image_url.dat +%%DATADIR%%/info_url.dat +%%DATADIR%%/jupiter.B0.vsop +%%DATADIR%%/jupiter.B1.vsop +%%DATADIR%%/jupiter.B2.vsop +%%DATADIR%%/jupiter.B3.vsop +%%DATADIR%%/jupiter.B4.vsop +%%DATADIR%%/jupiter.B5.vsop +%%DATADIR%%/jupiter.L0.vsop +%%DATADIR%%/jupiter.L1.vsop +%%DATADIR%%/jupiter.L2.vsop +%%DATADIR%%/jupiter.L3.vsop +%%DATADIR%%/jupiter.L4.vsop +%%DATADIR%%/jupiter.L5.vsop +%%DATADIR%%/jupiter.R0.vsop +%%DATADIR%%/jupiter.R1.vsop +%%DATADIR%%/jupiter.R2.vsop +%%DATADIR%%/jupiter.R3.vsop +%%DATADIR%%/jupiter.R4.vsop +%%DATADIR%%/jupiter.R5.vsop +%%DATADIR%%/jupiter.orbit +%%DATADIR%%/kstars.png +%%DATADIR%%/lmc.dat +%%DATADIR%%/mars.B0.vsop +%%DATADIR%%/mars.B1.vsop +%%DATADIR%%/mars.B2.vsop +%%DATADIR%%/mars.B3.vsop +%%DATADIR%%/mars.B4.vsop +%%DATADIR%%/mars.B5.vsop +%%DATADIR%%/mars.L0.vsop +%%DATADIR%%/mars.L1.vsop +%%DATADIR%%/mars.L2.vsop +%%DATADIR%%/mars.L3.vsop +%%DATADIR%%/mars.L4.vsop +%%DATADIR%%/mars.L5.vsop +%%DATADIR%%/mars.R0.vsop +%%DATADIR%%/mars.R1.vsop +%%DATADIR%%/mars.R2.vsop +%%DATADIR%%/mars.R3.vsop +%%DATADIR%%/mars.R4.vsop +%%DATADIR%%/mars.R5.vsop +%%DATADIR%%/mars.orbit +%%DATADIR%%/mercury.B0.vsop +%%DATADIR%%/mercury.B1.vsop +%%DATADIR%%/mercury.B2.vsop +%%DATADIR%%/mercury.B3.vsop +%%DATADIR%%/mercury.B4.vsop +%%DATADIR%%/mercury.B5.vsop +%%DATADIR%%/mercury.L0.vsop +%%DATADIR%%/mercury.L1.vsop +%%DATADIR%%/mercury.L2.vsop +%%DATADIR%%/mercury.L3.vsop +%%DATADIR%%/mercury.L4.vsop +%%DATADIR%%/mercury.L5.vsop +%%DATADIR%%/mercury.R0.vsop +%%DATADIR%%/mercury.R1.vsop +%%DATADIR%%/mercury.R2.vsop +%%DATADIR%%/mercury.R3.vsop +%%DATADIR%%/mercury.R4.vsop +%%DATADIR%%/mercury.R5.vsop +%%DATADIR%%/mercury.orbit +%%DATADIR%%/milkyway.dat +%%DATADIR%%/moonB.dat +%%DATADIR%%/moonLR.dat +%%DATADIR%%/moonless-night.colors +%%DATADIR%%/namedstars.dat +%%DATADIR%%/neptune.B0.vsop +%%DATADIR%%/neptune.B1.vsop +%%DATADIR%%/neptune.B2.vsop +%%DATADIR%%/neptune.B3.vsop +%%DATADIR%%/neptune.B4.vsop +%%DATADIR%%/neptune.B5.vsop +%%DATADIR%%/neptune.L0.vsop +%%DATADIR%%/neptune.L1.vsop +%%DATADIR%%/neptune.L2.vsop +%%DATADIR%%/neptune.L3.vsop +%%DATADIR%%/neptune.L4.vsop +%%DATADIR%%/neptune.L5.vsop +%%DATADIR%%/neptune.R0.vsop +%%DATADIR%%/neptune.R1.vsop +%%DATADIR%%/neptune.R2.vsop +%%DATADIR%%/neptune.R3.vsop +%%DATADIR%%/neptune.R4.vsop +%%DATADIR%%/neptune.orbit +%%DATADIR%%/ngcic.dat +%%DATADIR%%/night.colors +%%DATADIR%%/pluto.orbit +%%DATADIR%%/satellites.dat +%%DATADIR%%/saturn.B0.vsop +%%DATADIR%%/saturn.B1.vsop +%%DATADIR%%/saturn.B2.vsop +%%DATADIR%%/saturn.B3.vsop +%%DATADIR%%/saturn.B4.vsop +%%DATADIR%%/saturn.B5.vsop +%%DATADIR%%/saturn.L0.vsop +%%DATADIR%%/saturn.L1.vsop +%%DATADIR%%/saturn.L2.vsop +%%DATADIR%%/saturn.L3.vsop +%%DATADIR%%/saturn.L4.vsop +%%DATADIR%%/saturn.L5.vsop +%%DATADIR%%/saturn.R0.vsop +%%DATADIR%%/saturn.R1.vsop +%%DATADIR%%/saturn.R2.vsop +%%DATADIR%%/saturn.R3.vsop +%%DATADIR%%/saturn.R4.vsop +%%DATADIR%%/saturn.R5.vsop +%%DATADIR%%/saturn.orbit +%%DATADIR%%/scripts/supernova_updates_parser.py +%%DATADIR%%/skycultures.sqlite +%%DATADIR%%/skycultures/inuit/blubber-container.png +%%DATADIR%%/skycultures/inuit/breastbone.png +%%DATADIR%%/skycultures/inuit/caribou.png +%%DATADIR%%/skycultures/inuit/collarbones.png +%%DATADIR%%/skycultures/inuit/dogs.png +%%DATADIR%%/skycultures/inuit/lamp-stand.png +%%DATADIR%%/skycultures/inuit/runners.png +%%DATADIR%%/skycultures/inuit/the-one-behind.png +%%DATADIR%%/skycultures/inuit/two-in-front.png +%%DATADIR%%/skycultures/inuit/two-placed-far-apart.png +%%DATADIR%%/skycultures/inuit/two-sunbeams.png +%%DATADIR%%/skycultures/western/andromeda.png +%%DATADIR%%/skycultures/western/antlia.png +%%DATADIR%%/skycultures/western/apus.png +%%DATADIR%%/skycultures/western/aquarius.png +%%DATADIR%%/skycultures/western/aquila.png +%%DATADIR%%/skycultures/western/ara.png +%%DATADIR%%/skycultures/western/argonavis.png +%%DATADIR%%/skycultures/western/aries.png +%%DATADIR%%/skycultures/western/auriga.png +%%DATADIR%%/skycultures/western/bootes.png +%%DATADIR%%/skycultures/western/caelum.png +%%DATADIR%%/skycultures/western/camelopardalis.png +%%DATADIR%%/skycultures/western/cancer.png +%%DATADIR%%/skycultures/western/canes-venatici.png +%%DATADIR%%/skycultures/western/canis-major.png +%%DATADIR%%/skycultures/western/canis-minor.png +%%DATADIR%%/skycultures/western/capricornus.png +%%DATADIR%%/skycultures/western/cassiopeia.png +%%DATADIR%%/skycultures/western/centaurus.png +%%DATADIR%%/skycultures/western/cepheus.png +%%DATADIR%%/skycultures/western/cetus.png +%%DATADIR%%/skycultures/western/chamaeleon.png +%%DATADIR%%/skycultures/western/circinus.png +%%DATADIR%%/skycultures/western/columba.png +%%DATADIR%%/skycultures/western/coma-berenices.png +%%DATADIR%%/skycultures/western/corona-australis.png +%%DATADIR%%/skycultures/western/corona-borealis.png +%%DATADIR%%/skycultures/western/corvus.png +%%DATADIR%%/skycultures/western/crater.png +%%DATADIR%%/skycultures/western/crux.png +%%DATADIR%%/skycultures/western/cygnus.png +%%DATADIR%%/skycultures/western/delphinus.png +%%DATADIR%%/skycultures/western/dorado.png +%%DATADIR%%/skycultures/western/draco.png +%%DATADIR%%/skycultures/western/equuleus.png +%%DATADIR%%/skycultures/western/eridanus.png +%%DATADIR%%/skycultures/western/fornax.png +%%DATADIR%%/skycultures/western/gemini.png +%%DATADIR%%/skycultures/western/grus.png +%%DATADIR%%/skycultures/western/hercules.png +%%DATADIR%%/skycultures/western/horlogium.png +%%DATADIR%%/skycultures/western/hydra.png +%%DATADIR%%/skycultures/western/hydrus.png +%%DATADIR%%/skycultures/western/indus.png +%%DATADIR%%/skycultures/western/lacerta.png +%%DATADIR%%/skycultures/western/leo-minor.png +%%DATADIR%%/skycultures/western/leo.png +%%DATADIR%%/skycultures/western/lepus.png +%%DATADIR%%/skycultures/western/libra.png +%%DATADIR%%/skycultures/western/lupus.png +%%DATADIR%%/skycultures/western/lynx.png +%%DATADIR%%/skycultures/western/lyra.png +%%DATADIR%%/skycultures/western/mensa.png +%%DATADIR%%/skycultures/western/microscopium.png +%%DATADIR%%/skycultures/western/monoceros.png +%%DATADIR%%/skycultures/western/musca.png +%%DATADIR%%/skycultures/western/norma.png +%%DATADIR%%/skycultures/western/octans.png +%%DATADIR%%/skycultures/western/ophiuchus.png +%%DATADIR%%/skycultures/western/orion.png +%%DATADIR%%/skycultures/western/pavo.png +%%DATADIR%%/skycultures/western/pegasus.png +%%DATADIR%%/skycultures/western/perseus.png +%%DATADIR%%/skycultures/western/phoenix.png +%%DATADIR%%/skycultures/western/pictor.png +%%DATADIR%%/skycultures/western/pisces.png +%%DATADIR%%/skycultures/western/piscis-austrinus.png +%%DATADIR%%/skycultures/western/pyxis.png +%%DATADIR%%/skycultures/western/reticulum.png +%%DATADIR%%/skycultures/western/sagitta.png +%%DATADIR%%/skycultures/western/sagittarius.png +%%DATADIR%%/skycultures/western/scorpius.png +%%DATADIR%%/skycultures/western/sculptor.png +%%DATADIR%%/skycultures/western/scutum.png +%%DATADIR%%/skycultures/western/sextans.png +%%DATADIR%%/skycultures/western/taurus.png +%%DATADIR%%/skycultures/western/telescopium.png +%%DATADIR%%/skycultures/western/triangulum-australe.png +%%DATADIR%%/skycultures/western/triangulum.png +%%DATADIR%%/skycultures/western/tucana.png +%%DATADIR%%/skycultures/western/ursa-major.png +%%DATADIR%%/skycultures/western/ursa-minor.png +%%DATADIR%%/skycultures/western/virgo.png +%%DATADIR%%/skycultures/western/volans.png +%%DATADIR%%/skycultures/western/vulpecula.png +%%DATADIR%%/smc.dat +%%DATADIR%%/starlnum.idx +%%DATADIR%%/starnames.dat +%%DATADIR%%/stars.dat +%%DATADIR%%/textures/defaultflag.png +%%DATADIR%%/textures/galaxy-cluster.png +%%DATADIR%%/textures/galaxy.png +%%DATADIR%%/textures/gaseous-nebula.png +%%DATADIR%%/textures/globular-cluster.png +%%DATADIR%%/textures/jupiter.png +%%DATADIR%%/textures/mars.png +%%DATADIR%%/textures/mercury.png +%%DATADIR%%/textures/moon00.png +%%DATADIR%%/textures/moon01.png +%%DATADIR%%/textures/moon02.png +%%DATADIR%%/textures/moon03.png +%%DATADIR%%/textures/moon04.png +%%DATADIR%%/textures/moon05.png +%%DATADIR%%/textures/moon06.png +%%DATADIR%%/textures/moon07.png +%%DATADIR%%/textures/moon08.png +%%DATADIR%%/textures/moon09.png +%%DATADIR%%/textures/moon10.png +%%DATADIR%%/textures/moon11.png +%%DATADIR%%/textures/moon12.png +%%DATADIR%%/textures/moon13.png +%%DATADIR%%/textures/moon14.png +%%DATADIR%%/textures/moon15.png +%%DATADIR%%/textures/moon16.png +%%DATADIR%%/textures/moon17.png +%%DATADIR%%/textures/moon18.png +%%DATADIR%%/textures/moon19.png +%%DATADIR%%/textures/moon20.png +%%DATADIR%%/textures/moon21.png +%%DATADIR%%/textures/moon22.png +%%DATADIR%%/textures/moon23.png +%%DATADIR%%/textures/moon24.png +%%DATADIR%%/textures/moon25.png +%%DATADIR%%/textures/moon26.png +%%DATADIR%%/textures/moon27.png +%%DATADIR%%/textures/moon28.png +%%DATADIR%%/textures/moon29.png +%%DATADIR%%/textures/moon30.png +%%DATADIR%%/textures/moon31.png +%%DATADIR%%/textures/moon32.png +%%DATADIR%%/textures/moon33.png +%%DATADIR%%/textures/moon34.png +%%DATADIR%%/textures/moon35.png +%%DATADIR%%/textures/neptune.png +%%DATADIR%%/textures/obslistsymbol.png +%%DATADIR%%/textures/open-cluster.png +%%DATADIR%%/textures/planetary-nebula.png +%%DATADIR%%/textures/pluto.png +%%DATADIR%%/textures/saturn.png +%%DATADIR%%/textures/star.png +%%DATADIR%%/textures/sun.png +%%DATADIR%%/textures/uranus.png +%%DATADIR%%/textures/venus.png +%%DATADIR%%/tips +%%DATADIR%%/tools/whatsinteresting/qml/CategoryTitle.qml +%%DATADIR%%/tools/whatsinteresting/qml/DetailsItem.qml +%%DATADIR%%/tools/whatsinteresting/qml/leftArrow.png +%%DATADIR%%/tools/whatsinteresting/qml/next.png +%%DATADIR%%/tools/whatsinteresting/qml/previous.png +%%DATADIR%%/tools/whatsinteresting/qml/reloadIcon.png +%%DATADIR%%/tools/whatsinteresting/qml/settingsIcon.png +%%DATADIR%%/tools/whatsinteresting/qml/wiview.qml +%%DATADIR%%/unnamedstars.dat +%%DATADIR%%/uranus.B0.vsop +%%DATADIR%%/uranus.B1.vsop +%%DATADIR%%/uranus.B2.vsop +%%DATADIR%%/uranus.B3.vsop +%%DATADIR%%/uranus.B4.vsop +%%DATADIR%%/uranus.L0.vsop +%%DATADIR%%/uranus.L1.vsop +%%DATADIR%%/uranus.L2.vsop +%%DATADIR%%/uranus.L3.vsop +%%DATADIR%%/uranus.L4.vsop +%%DATADIR%%/uranus.L5.vsop +%%DATADIR%%/uranus.R0.vsop +%%DATADIR%%/uranus.R1.vsop +%%DATADIR%%/uranus.R2.vsop +%%DATADIR%%/uranus.R3.vsop +%%DATADIR%%/uranus.R4.vsop +%%DATADIR%%/uranus.orbit +%%DATADIR%%/valaav.txt +%%DATADIR%%/venus.B0.vsop +%%DATADIR%%/venus.B1.vsop +%%DATADIR%%/venus.B2.vsop +%%DATADIR%%/venus.B3.vsop +%%DATADIR%%/venus.B4.vsop +%%DATADIR%%/venus.B5.vsop +%%DATADIR%%/venus.L0.vsop +%%DATADIR%%/venus.L1.vsop +%%DATADIR%%/venus.L2.vsop +%%DATADIR%%/venus.L3.vsop +%%DATADIR%%/venus.L4.vsop +%%DATADIR%%/venus.L5.vsop +%%DATADIR%%/venus.R0.vsop +%%DATADIR%%/venus.R1.vsop +%%DATADIR%%/venus.R2.vsop +%%DATADIR%%/venus.R3.vsop +%%DATADIR%%/venus.R4.vsop +%%DATADIR%%/venus.R5.vsop +%%DATADIR%%/venus.orbit +%%DATADIR%%/wzdownload.png +%%DATADIR%%/wzgeo.png +%%DATADIR%%/wzscope.png +%%DATADIR%%/wzstars.png +share/sounds/KDE-KStars-Alert.ogg +share/sounds/KDE-KStars-Warning.ogg Index: astro/libkgeomap/Makefile =================================================================== --- astro/libkgeomap/Makefile +++ astro/libkgeomap/Makefile @@ -1,23 +1,29 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= libkgeomap -PORTVERSION= ${KDE4_APPLICATIONS_VERSION} -PORTREVISION= 2 -CATEGORIES= astro kde -MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= astro kde kde-applications MAINTAINER= kde@FreeBSD.org -COMMENT= KDE4 library for browsing photos on a map +COMMENT= KDE library for browsing photos on a map LICENSE= GPLv2+ LGPL20+ LICENSE_COMB= multi BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/buffer_concepts.hpp:devel/boost-libs +# Ugly "fix" to work with both the quarterly branch and head +.if !exists(${.CURDIR:H:H}/graphics/opencv) +LIB_DEPENDS= libopencv_legacy.so:graphics/opencv2 +.else +LIB_DEPENDS= libopencv_legacy.so:graphics/opencv +.endif + +USES= cmake:outsource gettext kde:5 pkgconfig tar:xz +USE_QT5= buildtools_build concurrent core gui network qmake_build \ + webkit widgets xml +USE_KDE= config ecm i18n kio marble textwidgets -USES= cmake:outsource kde:4 pathfix tar:xz -USE_KDE= kdelibs automoc4 marble USE_LDCONFIG= yes -USE_QT4= network phonon xml moc_build qmake_build rcc_build uic_build .include Index: astro/libkgeomap/distinfo =================================================================== --- astro/libkgeomap/distinfo +++ astro/libkgeomap/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/15.04.3/libkgeomap-15.04.3.tar.xz) = b305977b27ebb1da798facf35488beef848f750e70a743ee8a8fab6edb0e1cc0 -SIZE (KDE/15.04.3/libkgeomap-15.04.3.tar.xz) = 124160 +TIMESTAMP = 1486501514 +SHA256 (KDE/applications/16.12.2/libkgeomap-16.12.2.tar.xz) = 38b543e3e253a9bfffefde643de089d19169c43e19246a8748f2df0bc7ab75ea +SIZE (KDE/applications/16.12.2/libkgeomap-16.12.2.tar.xz) = 125344 Index: astro/libkgeomap/pkg-plist =================================================================== --- astro/libkgeomap/pkg-plist +++ astro/libkgeomap/pkg-plist @@ -1,54 +1,72 @@ -include/kde4/libkgeomap/abstractmarkertiler.h -include/kde4/libkgeomap/dragdrophandler.h -include/kde4/libkgeomap/geocoordinates.h -include/kde4/libkgeomap/itemmarkertiler.h -include/kde4/libkgeomap/kgeomap_primitives.h -include/kde4/libkgeomap/kgeomap_widget.h -include/kde4/libkgeomap/libkgeomap_export.h -include/kde4/libkgeomap/lookup_altitude.h -include/kde4/libkgeomap/lookup_factory.h -include/kde4/libkgeomap/modelhelper.h -include/kde4/libkgeomap/tileindex.h -include/kde4/libkgeomap/track_reader.h -include/kde4/libkgeomap/tracks.h -include/kde4/libkgeomap/version.h -lib/libkgeomap.so -lib/libkgeomap.so.2 -lib/libkgeomap.so.2.1.0 -libdata/pkgconfig/libkgeomap.pc -share/apps/cmake/modules/FindKGeoMap.cmake -share/apps/libkgeomap/backend-googlemaps-js.js -share/apps/libkgeomap/backend-googlemaps.html -share/apps/libkgeomap/backend-osm-js.js -share/apps/libkgeomap/backend-osm.html -share/apps/libkgeomap/cluster-circle-00ff00-selected.png -share/apps/libkgeomap/cluster-circle-00ff00-someselected.png -share/apps/libkgeomap/cluster-circle-00ff00.png -share/apps/libkgeomap/cluster-circle-00ffff-selected.png -share/apps/libkgeomap/cluster-circle-00ffff-someselected.png -share/apps/libkgeomap/cluster-circle-00ffff.png -share/apps/libkgeomap/cluster-circle-ff0000-selected.png -share/apps/libkgeomap/cluster-circle-ff0000-someselected.png -share/apps/libkgeomap/cluster-circle-ff0000.png -share/apps/libkgeomap/cluster-circle-ff7f00-selected.png -share/apps/libkgeomap/cluster-circle-ff7f00-someselected.png -share/apps/libkgeomap/cluster-circle-ff7f00.png -share/apps/libkgeomap/cluster-circle-ffff00-selected.png -share/apps/libkgeomap/cluster-circle-ffff00-someselected.png -share/apps/libkgeomap/cluster-circle-ffff00.png -share/apps/libkgeomap/marker-00ff00-selected.png -share/apps/libkgeomap/marker-00ff00-someselected.png -share/apps/libkgeomap/marker-00ff00.png -share/apps/libkgeomap/marker-00ffff-selected.png -share/apps/libkgeomap/marker-00ffff-someselected.png -share/apps/libkgeomap/marker-00ffff.png -share/apps/libkgeomap/marker-ff0000-selected.png -share/apps/libkgeomap/marker-ff0000-someselected.png -share/apps/libkgeomap/marker-ff0000.png -share/apps/libkgeomap/marker-ff7f00-selected.png -share/apps/libkgeomap/marker-ff7f00-someselected.png -share/apps/libkgeomap/marker-ff7f00.png -share/apps/libkgeomap/marker-ffff00-selected.png -share/apps/libkgeomap/marker-ffff00-someselected.png -share/apps/libkgeomap/marker-ffff00.png -share/apps/libkgeomap/marker-icon-16x16.png +include/KF5/KGeoMap/KGeoMap/AbstractMarkerTiler +include/KF5/KGeoMap/KGeoMap/DragDropHandler +include/KF5/KGeoMap/KGeoMap/GeoCoordinates +include/KF5/KGeoMap/KGeoMap/GroupState +include/KF5/KGeoMap/KGeoMap/GroupStateComputer +include/KF5/KGeoMap/KGeoMap/ItemMarkerTiler +include/KF5/KGeoMap/KGeoMap/LookupAltitude +include/KF5/KGeoMap/KGeoMap/LookupFactory +include/KF5/KGeoMap/KGeoMap/MapWidget +include/KF5/KGeoMap/KGeoMap/ModelHelper +include/KF5/KGeoMap/KGeoMap/TileIndex +include/KF5/KGeoMap/KGeoMap/TrackReader +include/KF5/KGeoMap/KGeoMap/Tracks +include/KF5/KGeoMap/KGeoMap/Types +include/KF5/KGeoMap/kgeomap/abstractmarkertiler.h +include/KF5/KGeoMap/kgeomap/dragdrophandler.h +include/KF5/KGeoMap/kgeomap/geocoordinates.h +include/KF5/KGeoMap/kgeomap/groupstate.h +include/KF5/KGeoMap/kgeomap/groupstatecomputer.h +include/KF5/KGeoMap/kgeomap/itemmarkertiler.h +include/KF5/KGeoMap/kgeomap/libkgeomap_export.h +include/KF5/KGeoMap/kgeomap/lookupaltitude.h +include/KF5/KGeoMap/kgeomap/lookupfactory.h +include/KF5/KGeoMap/kgeomap/mapwidget.h +include/KF5/KGeoMap/kgeomap/modelhelper.h +include/KF5/KGeoMap/kgeomap/tileindex.h +include/KF5/KGeoMap/kgeomap/trackreader.h +include/KF5/KGeoMap/kgeomap/tracks.h +include/KF5/KGeoMap/kgeomap/types.h +include/KF5/libkgeomap_version.h +lib/cmake/KF5KGeoMap/KF5KGeoMapConfig.cmake +lib/cmake/KF5KGeoMap/KF5KGeoMapConfigVersion.cmake +lib/cmake/KF5KGeoMap/KF5KGeoMapTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5KGeoMap/KF5KGeoMapTargets.cmake +lib/libKF5KGeoMap.so +lib/libKF5KGeoMap.so.10.0.0 +lib/libKF5KGeoMap.so.5.0.0 +%%DATADIR%%/backend-googlemaps-js.js +%%DATADIR%%/backend-googlemaps.html +%%DATADIR%%/backend-osm-js.js +%%DATADIR%%/backend-osm.html +%%DATADIR%%/cluster-circle-00ff00-selected.png +%%DATADIR%%/cluster-circle-00ff00-someselected.png +%%DATADIR%%/cluster-circle-00ff00.png +%%DATADIR%%/cluster-circle-00ffff-selected.png +%%DATADIR%%/cluster-circle-00ffff-someselected.png +%%DATADIR%%/cluster-circle-00ffff.png +%%DATADIR%%/cluster-circle-ff0000-selected.png +%%DATADIR%%/cluster-circle-ff0000-someselected.png +%%DATADIR%%/cluster-circle-ff0000.png +%%DATADIR%%/cluster-circle-ff7f00-selected.png +%%DATADIR%%/cluster-circle-ff7f00-someselected.png +%%DATADIR%%/cluster-circle-ff7f00.png +%%DATADIR%%/cluster-circle-ffff00-selected.png +%%DATADIR%%/cluster-circle-ffff00-someselected.png +%%DATADIR%%/cluster-circle-ffff00.png +%%DATADIR%%/marker-00ff00-selected.png +%%DATADIR%%/marker-00ff00-someselected.png +%%DATADIR%%/marker-00ff00.png +%%DATADIR%%/marker-00ffff-selected.png +%%DATADIR%%/marker-00ffff-someselected.png +%%DATADIR%%/marker-00ffff.png +%%DATADIR%%/marker-ff0000-selected.png +%%DATADIR%%/marker-ff0000-someselected.png +%%DATADIR%%/marker-ff0000.png +%%DATADIR%%/marker-ff7f00-selected.png +%%DATADIR%%/marker-ff7f00-someselected.png +%%DATADIR%%/marker-ff7f00.png +%%DATADIR%%/marker-ffff00-selected.png +%%DATADIR%%/marker-ffff00-someselected.png +%%DATADIR%%/marker-ffff00.png +%%DATADIR%%/marker-icon-16x16.png Index: astro/marble/Makefile =================================================================== --- astro/marble/Makefile +++ astro/marble/Makefile @@ -1,34 +1,36 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= marble -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= astro kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= astro kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Virtual globe and world atlas for KDE -LIB_DEPENDS= libquazip.so:archivers/quazip +LIB_DEPENDS= libquazip5.so:archivers/quazip-qt5 + +USES= cmake:outsource desktop-file-utils gettext gmake kde:5 tar:xz +USE_KDE= attica5 auth codecs completion config configwidgets coreaddons \ + crash doctools ecm i18n jobwidgets kio newstuff package parts \ + plasma-framework runner service sonnet textwidgets wallet \ + widgetsaddons xmlgui +USE_QT5= buildtools_build concurrent core dbus designer \ + gui location network opengl phonon4 printsupport qmake_build \ + qml quick script sql svg webkit widgets xml -USES= cmake:outsource gmake kde:4 shared-mime-info tar:xz -USE_KDE= kdelibs automoc4 -USE_QT4= corelib dbus declarative designer_build gui network phonon \ - qtestlib script sql svg webkit xml \ - qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes MAKE_ENV= XDG_CONFIG_HOME=/dev/null -CMAKE_ARGS= -DMOBILE:BOOL=FALSE +# We have to set QT_IMPORTS_PATH, as it does not get picked up +CMAKE_ARGS= -DMOBILE:BOOL=FALSE \ + -DQT_IMPORTS_DIR:PATH=${QT_IMPORTDIR} OPTIONS_DEFINE= GPS -OPTIONS_DEFAULT= GPS +OPTIONS_DEFAULT=GPS OPTIONS_SUB= yes -GPS_DESC= Support for GPS position provider +GPS_DESC= Support for GPS position provider GPS_LIB_DEPENDS= libgps.so:astro/gpsd -GPS_CMAKE_OFF= -DWITH_libgps:BOOL=FALSE - -# pre-configure: -# # Prevent updating MIME during build. -# ${REINPLACE_CMD} -e '/update_xdg_mimetypes/ d' \ -# ${PATCH_WRKSRC}/data/CMakeLists.txt +GPS_CMAKE_OFF= -DWITH_libgps:BOOL=FALSE .include Index: astro/marble/distinfo =================================================================== --- astro/marble/distinfo +++ astro/marble/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/marble-4.14.3.tar.xz) = 4d6667cf67ae9976e4c1efc306be222d13f2ee5927483325411ae0e9631dc0f0 -SIZE (KDE/4.14.3/marble-4.14.3.tar.xz) = 19709200 +TIMESTAMP = 1486501515 +SHA256 (KDE/applications/16.12.2/marble-16.12.2.tar.xz) = e0c55d8c944ee6b53279307edd0087d607df4eb94404e8eb852f3940a150f35c +SIZE (KDE/applications/16.12.2/marble-16.12.2.tar.xz) = 24401768 Index: astro/marble/files/patch-git_486f618 =================================================================== --- astro/marble/files/patch-git_486f618 +++ /dev/null @@ -1,63 +0,0 @@ -Backport of the the commit 486f618 to old marble. - -From 486f6181d6fef15c9b6c72504e3588be502bea80 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Dennis=20Nienh=C3=BCser?= -Date: Sun, 20 Mar 2016 17:43:25 +0100 -Subject: [PATCH] Use std::isnan from cmath - ---- src/plugins/positionprovider/gpsd/GpsdPositionProviderPlugin.cpp.orig 2014-10-23 21:53:08 UTC -+++ src/plugins/positionprovider/gpsd/GpsdPositionProviderPlugin.cpp -@@ -12,7 +12,7 @@ - - #include "GpsdThread.h" - #include "MarbleDebug.h" --#include -+#include - - using namespace Marble; - /* TRANSLATOR Marble::GpsdPositionProviderPlugin */ -@@ -76,7 +76,7 @@ void GpsdPositionProviderPlugin::update( - { - PositionProviderStatus oldStatus = m_status; - GeoDataCoordinates oldPosition = m_position; -- if ( data.status == STATUS_NO_FIX || isnan( data.fix.longitude ) || isnan( data.fix.latitude ) ) -+ if ( data.status == STATUS_NO_FIX || std::isnan( data.fix.longitude ) || std::isnan( data.fix.latitude ) ) - m_status = PositionProviderStatusUnavailable; - else { - m_status = PositionProviderStatusAvailable; -@@ -88,29 +88,29 @@ void GpsdPositionProviderPlugin::update( - - m_accuracy.level = GeoDataAccuracy::Detailed; - #if defined( GPSD_API_MAJOR_VERSION ) && ( GPSD_API_MAJOR_VERSION >= 3 ) -- if ( !isnan( data.fix.epx ) && !isnan( data.fix.epy ) ) { -+ if ( !std::isnan( data.fix.epx ) && !std::isnan( data.fix.epy ) ) { - m_accuracy.horizontal = qMax( data.fix.epx, data.fix.epy ); - } - #else -- if ( !isnan( data.fix.eph ) ) { -+ if ( !std::isnan( data.fix.eph ) ) { - m_accuracy.horizontal = data.fix.eph; - } - #endif -- if ( !isnan( data.fix.epv ) ) { -+ if ( !std::isnan( data.fix.epv ) ) { - m_accuracy.vertical = data.fix.epv; - } - -- if( !isnan(data.fix.speed ) ) -+ if( !std::isnan(data.fix.speed ) ) - { - m_speed = data.fix.speed; - } - -- if( !isnan( data.fix.track ) ) -+ if( !std::isnan( data.fix.track ) ) - { - m_track = data.fix.track; - } - -- if ( !isnan( data.fix.time ) ) -+ if ( !std::isnan( data.fix.time ) ) - { - m_timestamp = QDateTime::fromMSecsSinceEpoch( data.fix.time * 1000 ); - } Index: astro/marble/pkg-plist =================================================================== --- astro/marble/pkg-plist +++ astro/marble/pkg-plist @@ -1,7 +1,6 @@ bin/marble -bin/marble-mobile bin/marble-qt -bin/marble-touch +etc/xdg/marble.knsrc include/astro/astr2lib.h include/astro/astrolib.h include/astro/astrolib_export.h @@ -16,17 +15,22 @@ include/marble/AbstractMarbleGraphicsLayout.h include/marble/AbstractProjection.h include/marble/AbstractWorkerThread.h +include/marble/AddLinkDialog.h include/marble/AlternativeRoutesModel.h include/marble/AutoNavigation.h include/marble/BillboardGraphicsItem.h include/marble/BookmarkManager.h +include/marble/CelestialSortFilterProxyModel.h include/marble/ClipPainter.h include/marble/CurrentLocationWidget.h include/marble/DialogConfigurationInterface.h include/marble/DownloadRegion.h include/marble/DownloadRegionDialog.h +include/marble/EditPlacemarkDialog.h include/marble/ElevationModel.h include/marble/FileViewWidget.h +include/marble/FlyToEditWidget.h +include/marble/FormattedTextWidget.h include/marble/FrameGraphicsItem.h include/marble/GeoDataAbstractView.h include/marble/GeoDataAccuracy.h @@ -69,11 +73,13 @@ include/marble/GeoDataTimeStamp.h include/marble/GeoDataTrack.h include/marble/GeoDataTreeModel.h +include/marble/GeoDataTypes.h include/marble/GeoDocument.h include/marble/GeoGraphicsItem.h include/marble/GeoGraphicsScene.h include/marble/GeoPainter.h include/marble/GeoWriter.h +include/marble/HttpDownloadManager.h include/marble/LabelGraphicsItem.h include/marble/LatLonBoxWidget.h include/marble/LatLonEdit.h @@ -82,11 +88,11 @@ include/marble/Maneuver.h include/marble/MapThemeDownloadDialog.h include/marble/MapThemeManager.h +include/marble/MapViewItemDelegate.h include/marble/MapViewWidget.h include/marble/MapWizard.h include/marble/MarbleAboutDialog.h include/marble/MarbleColors.h -include/marble/MarbleControlBox.h include/marble/MarbleDebug.h include/marble/MarbleDirs.h include/marble/MarbleGlobal.h @@ -95,17 +101,19 @@ include/marble/MarbleInputHandler.h include/marble/MarbleLocale.h include/marble/MarbleMap.h +include/marble/MarbleMath.h include/marble/MarbleModel.h include/marble/MarbleNavigator.h include/marble/MarbleWebView.h include/marble/MarbleWidget.h include/marble/MarbleWidgetInputHandler.h include/marble/MarbleWidgetPopupMenu.h -include/marble/NavigationWidget.h include/marble/ParseRunnerPlugin.h include/marble/ParsingRunner.h include/marble/ParsingRunnerManager.h +include/marble/PlacemarkEditHeader.h include/marble/Planet.h +include/marble/PlanetFactory.h include/marble/PluginAboutDialog.h include/marble/PluginInterface.h include/marble/PluginManager.h @@ -114,6 +122,7 @@ include/marble/PositionTracking.h include/marble/QtMarbleConfigDialog.h include/marble/Quaternion.h +include/marble/RemoveItemEditWidget.h include/marble/RenderPlugin.h include/marble/RenderPluginInterface.h include/marble/RenderState.h @@ -135,6 +144,7 @@ include/marble/SearchRunnerManager.h include/marble/SearchRunnerPlugin.h include/marble/Serializable.h +include/marble/SoundCueEditWidget.h include/marble/SunLocator.h include/marble/TileCoordsPyramid.h include/marble/TileCreator.h @@ -142,901 +152,107 @@ include/marble/TileId.h include/marble/TileLevelRangeWidget.h include/marble/TinyWebBrowser.h +include/marble/TourControlEditWidget.h +include/marble/TourItemDelegate.h include/marble/TourPlayback.h include/marble/TourWidget.h include/marble/ViewportParams.h +include/marble/WaitEditWidget.h include/marble/WidgetGraphicsItem.h include/marble/geodata_export.h -include/marble/global.h include/marble/marble_export.h -lib/kde4/libmarble_part.so -lib/kde4/marblethumbnail.so -lib/kde4/plasma_applet_worldclock.so -lib/kde4/plasma_runner_marble.so -lib/kde4/plugins/designer/LatLonEditPlugin.so -lib/kde4/plugins/designer/MarbleNavigatorPlugin.so -lib/kde4/plugins/designer/MarbleWidgetPlugin.so -lib/kde4/plugins/marble/AnnotatePlugin.so -lib/kde4/plugins/marble/AprsPlugin.so -lib/kde4/plugins/marble/AtmospherePlugin.so -lib/kde4/plugins/marble/CachePlugin.so -lib/kde4/plugins/marble/CompassFloatItem.so -lib/kde4/plugins/marble/CrosshairsPlugin.so -lib/kde4/plugins/marble/CycleStreetsPlugin.so -lib/kde4/plugins/marble/EarthquakePlugin.so -lib/kde4/plugins/marble/EclipsesPlugin.so -lib/kde4/plugins/marble/ElevationProfileFloatItem.so -lib/kde4/plugins/marble/ElevationProfileMarker.so -lib/kde4/plugins/marble/FlightGearPositionProviderPlugin.so -lib/kde4/plugins/marble/FoursquarePlugin.so -lib/kde4/plugins/marble/GosmoreReverseGeocodingPlugin.so -lib/kde4/plugins/marble/GosmoreRoutingPlugin.so -lib/kde4/plugins/marble/GpsInfo.so -lib/kde4/plugins/marble/GpsbabelPlugin.so -%%GPS%%lib/kde4/plugins/marble/GpsdPositionProviderPlugin.so -lib/kde4/plugins/marble/GpxPlugin.so -lib/kde4/plugins/marble/GraticulePlugin.so -lib/kde4/plugins/marble/HostipPlugin.so -lib/kde4/plugins/marble/JsonPlugin.so -lib/kde4/plugins/marble/KmlPlugin.so -lib/kde4/plugins/marble/LatLonPlugin.so -lib/kde4/plugins/marble/License.so -lib/kde4/plugins/marble/LocalDatabasePlugin.so -lib/kde4/plugins/marble/LocalOsmSearchPlugin.so -lib/kde4/plugins/marble/LogPlugin.so -lib/kde4/plugins/marble/MapQuestPlugin.so -lib/kde4/plugins/marble/MapScaleFloatItem.so -lib/kde4/plugins/marble/MeasureTool.so -lib/kde4/plugins/marble/MonavPlugin.so -lib/kde4/plugins/marble/NavigationFloatItem.so -lib/kde4/plugins/marble/NominatimReverseGeocodingPlugin.so -lib/kde4/plugins/marble/NominatimSearchPlugin.so -lib/kde4/plugins/marble/OSRMPlugin.so -lib/kde4/plugins/marble/OpenCachingComPlugin.so -lib/kde4/plugins/marble/OpenDesktopPlugin.so -lib/kde4/plugins/marble/OpenRouteServicePlugin.so -lib/kde4/plugins/marble/OsmPlugin.so -lib/kde4/plugins/marble/OverviewMap.so -lib/kde4/plugins/marble/Photo.so -lib/kde4/plugins/marble/PlacemarkPositionProviderPlugin.so -lib/kde4/plugins/marble/Pn2Plugin.so -lib/kde4/plugins/marble/PntPlugin.so -lib/kde4/plugins/marble/PositionMarker.so -lib/kde4/plugins/marble/PostalCode.so -lib/kde4/plugins/marble/ProgressFloatItem.so -lib/kde4/plugins/marble/RouteSimulationPositionProviderPlugin.so -lib/kde4/plugins/marble/RoutingPlugin.so -lib/kde4/plugins/marble/RoutinoPlugin.so -lib/kde4/plugins/marble/SatellitesPlugin.so -lib/kde4/plugins/marble/Speedometer.so -lib/kde4/plugins/marble/StarsPlugin.so -lib/kde4/plugins/marble/SunPlugin.so -lib/kde4/plugins/marble/Weather.so -lib/kde4/plugins/marble/Wikipedia.so -lib/kde4/plugins/marble/YoursPlugin.so +lib/cmake/Astro/AstroConfig.cmake +lib/cmake/Astro/AstroConfigVersion.cmake +lib/cmake/Astro/AstroTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/Astro/AstroTargets.cmake +lib/cmake/Marble/MarbleConfig.cmake +lib/cmake/Marble/MarbleConfigVersion.cmake +lib/cmake/Marble/MarbleTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/Marble/MarbleTargets.cmake lib/libastro.so lib/libastro.so.0.17.20 lib/libastro.so.1 -lib/libmarblewidget.so -lib/libmarblewidget.so.0.19.2 -lib/libmarblewidget.so.19 -%%QT_IMPORTDIR%%/org/kde/edu/marble/MarbleSettings.qml -%%QT_IMPORTDIR%%/org/kde/edu/marble/libMarbleDeclarativePlugin.so -%%QT_IMPORTDIR%%/org/kde/edu/marble/qmldir -share/appdata/marble.appdata.xml -share/applications/kde4/marble-mobile.desktop -share/applications/kde4/marble-qt.desktop -share/applications/kde4/marble-touch.desktop -share/applications/kde4/marble.desktop -share/applications/kde4/marble_geo.desktop -share/applications/kde4/marble_gpx.desktop -share/applications/kde4/marble_kml.desktop -share/applications/kde4/marble_kmz.desktop -share/applications/kde4/marble_osm.desktop -share/applications/kde4/marble_worldwind.desktop -share/apps/cmake/modules/FindMarble.cmake -share/apps/marble/data/LICENSE.txt -share/apps/marble/data/audio/KDE-Sys-App-Positive.ogg -share/apps/marble/data/audio/KDE-Sys-List-End.ogg -share/apps/marble/data/bitmaps/airport.png -share/apps/marble/data/bitmaps/annotation.png -share/apps/marble/data/bitmaps/antarctic_shelves.png -share/apps/marble/data/bitmaps/audio-x-generic.png -share/apps/marble/data/bitmaps/bookmark.png -share/apps/marble/data/bitmaps/border_1.png -share/apps/marble/data/bitmaps/border_2.png -share/apps/marble/data/bitmaps/border_disputed.png -share/apps/marble/data/bitmaps/border_maritime.png -share/apps/marble/data/bitmaps/city_1_orange.png -share/apps/marble/data/bitmaps/city_1_red.png -share/apps/marble/data/bitmaps/city_1_white.png -share/apps/marble/data/bitmaps/city_1_yellow.png -share/apps/marble/data/bitmaps/city_2_orange.png -share/apps/marble/data/bitmaps/city_2_red.png -share/apps/marble/data/bitmaps/city_2_white.png -share/apps/marble/data/bitmaps/city_2_yellow.png -share/apps/marble/data/bitmaps/city_3_orange.png -share/apps/marble/data/bitmaps/city_3_red.png -share/apps/marble/data/bitmaps/city_3_white.png -share/apps/marble/data/bitmaps/city_3_yellow.png -share/apps/marble/data/bitmaps/city_4_orange.png -share/apps/marble/data/bitmaps/city_4_red.png -share/apps/marble/data/bitmaps/city_4_white.png -share/apps/marble/data/bitmaps/city_4_yellow.png -share/apps/marble/data/bitmaps/coordinate.png -share/apps/marble/data/bitmaps/crater.png -share/apps/marble/data/bitmaps/cursor_bc.png -share/apps/marble/data/bitmaps/cursor_bl.png -share/apps/marble/data/bitmaps/cursor_br.png -share/apps/marble/data/bitmaps/cursor_cl.png -share/apps/marble/data/bitmaps/cursor_cr.png -share/apps/marble/data/bitmaps/cursor_tc.png -share/apps/marble/data/bitmaps/cursor_tl.png -share/apps/marble/data/bitmaps/cursor_tr.png -share/apps/marble/data/bitmaps/default_location.png -share/apps/marble/data/bitmaps/document-edit.png -share/apps/marble/data/bitmaps/earth_apollo.jpg -share/apps/marble/data/bitmaps/flag.png -share/apps/marble/data/bitmaps/folder.png -share/apps/marble/data/bitmaps/glacier.png -share/apps/marble/data/bitmaps/highway_footway.png -share/apps/marble/data/bitmaps/highway_motorway.png -share/apps/marble/data/bitmaps/highway_path.png -share/apps/marble/data/bitmaps/highway_primary.png -share/apps/marble/data/bitmaps/highway_secondary.png -share/apps/marble/data/bitmaps/highway_tertiary.png -share/apps/marble/data/bitmaps/highway_track.png -share/apps/marble/data/bitmaps/highway_trunk.png -share/apps/marble/data/bitmaps/highway_unclassified.png -share/apps/marble/data/bitmaps/lake.png -share/apps/marble/data/bitmaps/lake_historic.png -share/apps/marble/data/bitmaps/manned_landing.png -share/apps/marble/data/bitmaps/media-playback-pause.png -share/apps/marble/data/bitmaps/mountain_1.png -share/apps/marble/data/bitmaps/nation.png -share/apps/marble/data/bitmaps/observatory.png -share/apps/marble/data/bitmaps/ocean.png -share/apps/marble/data/bitmaps/osm.png -share/apps/marble/data/bitmaps/other.png -share/apps/marble/data/bitmaps/playa.png -share/apps/marble/data/bitmaps/player-time.png -share/apps/marble/data/bitmaps/poi/accommodation_camping.p.16.png -share/apps/marble/data/bitmaps/poi/accommodation_hostel.p.16.png -share/apps/marble/data/bitmaps/poi/accommodation_hotel2.p.16.png -share/apps/marble/data/bitmaps/poi/accommodation_motel.p.16.png -share/apps/marble/data/bitmaps/poi/accommodation_youth_hostel.p.16.png -share/apps/marble/data/bitmaps/poi/amenity_library.p.16.png -share/apps/marble/data/bitmaps/poi/education_college.p.16.png -share/apps/marble/data/bitmaps/poi/education_school.p.16.png -share/apps/marble/data/bitmaps/poi/education_university.p.16.png -share/apps/marble/data/bitmaps/poi/food_bar.p.16.png -share/apps/marble/data/bitmaps/poi/food_biergarten.p.16.png -share/apps/marble/data/bitmaps/poi/food_cafe.p.16.png -share/apps/marble/data/bitmaps/poi/food_fastfood2.p.16.png -share/apps/marble/data/bitmaps/poi/food_pub.p.16.png -share/apps/marble/data/bitmaps/poi/food_restaurant.p.16.png -share/apps/marble/data/bitmaps/poi/health_doctors2.p.16.png -share/apps/marble/data/bitmaps/poi/health_hospital.p.16.png -share/apps/marble/data/bitmaps/poi/health_pharmacy.p.16.png -share/apps/marble/data/bitmaps/poi/money_atm2.p.16.png -share/apps/marble/data/bitmaps/poi/money_bank2.p.16.png -share/apps/marble/data/bitmaps/poi/place_of_worship_bahai3.p.16.png -share/apps/marble/data/bitmaps/poi/place_of_worship_buddhist3.p.16.png -share/apps/marble/data/bitmaps/poi/place_of_worship_christian3.p.16.png -share/apps/marble/data/bitmaps/poi/place_of_worship_hindu3.p.16.png -share/apps/marble/data/bitmaps/poi/place_of_worship_islamic3.p.16.png -share/apps/marble/data/bitmaps/poi/place_of_worship_jain3.p.16.png -share/apps/marble/data/bitmaps/poi/place_of_worship_jewish3.p.16.png -share/apps/marble/data/bitmaps/poi/place_of_worship_shinto3.p.16.png -share/apps/marble/data/bitmaps/poi/place_of_worship_sikh3.p.16.png -share/apps/marble/data/bitmaps/poi/place_of_worship_unknown3.p.16.png -share/apps/marble/data/bitmaps/poi/shopping_alcohol.p.16.png -share/apps/marble/data/bitmaps/poi/shopping_hifi.p.16.png -share/apps/marble/data/bitmaps/poi/shopping_supermarket.p.16.png -share/apps/marble/data/bitmaps/poi/tourist_attraction.p.16.png -share/apps/marble/data/bitmaps/poi/tourist_castle2.p.16.png -share/apps/marble/data/bitmaps/poi/tourist_cinema.p.16.png -share/apps/marble/data/bitmaps/poi/tourist_monument.p.16.png -share/apps/marble/data/bitmaps/poi/tourist_museum.p.16.png -share/apps/marble/data/bitmaps/poi/tourist_ruin.p.16.png -share/apps/marble/data/bitmaps/poi/tourist_theatre.p.16.png -share/apps/marble/data/bitmaps/poi/tourist_theme_park.p.16.png -share/apps/marble/data/bitmaps/poi/tourist_view_point.p.16.png -share/apps/marble/data/bitmaps/poi/tourist_zoo.p.16.png -share/apps/marble/data/bitmaps/poi/transport_aerodrome.p.16.png -share/apps/marble/data/bitmaps/poi/transport_airport_terminal.p.16.png -share/apps/marble/data/bitmaps/poi/transport_bus_station.p.16.png -share/apps/marble/data/bitmaps/poi/transport_bus_stop.p.16.png -share/apps/marble/data/bitmaps/poi/transport_car_share.p.16.png -share/apps/marble/data/bitmaps/poi/transport_fuel.p.16.png -share/apps/marble/data/bitmaps/poi/transport_parking.p.16.png -share/apps/marble/data/bitmaps/poi/transport_rental_bicycle.p.16.png -share/apps/marble/data/bitmaps/poi/transport_rental_car.p.16.png -share/apps/marble/data/bitmaps/poi/transport_taxi_rank.p.16.png -share/apps/marble/data/bitmaps/poi/transport_train_station.p.16.png -share/apps/marble/data/bitmaps/poi/transport_tram_stop.p.16.png -share/apps/marble/data/bitmaps/pole_1.png -share/apps/marble/data/bitmaps/pole_2.png -share/apps/marble/data/bitmaps/river.png -share/apps/marble/data/bitmaps/robotic_rover.png -share/apps/marble/data/bitmaps/routing_pick.png -share/apps/marble/data/bitmaps/routing_remove.png -share/apps/marble/data/bitmaps/routing_step.png -share/apps/marble/data/bitmaps/satellite.png -share/apps/marble/data/bitmaps/shadowframe.png -share/apps/marble/data/bitmaps/shipwreck.png -share/apps/marble/data/bitmaps/stars/star_0_blue.png -share/apps/marble/data/bitmaps/stars/star_0_bluewhite.png -share/apps/marble/data/bitmaps/stars/star_0_garnetred.png -share/apps/marble/data/bitmaps/stars/star_0_orange.png -share/apps/marble/data/bitmaps/stars/star_0_red.png -share/apps/marble/data/bitmaps/stars/star_0_white.png -share/apps/marble/data/bitmaps/stars/star_0_yellow.png -share/apps/marble/data/bitmaps/stars/star_3_blue.png -share/apps/marble/data/bitmaps/stars/star_3_bluewhite.png -share/apps/marble/data/bitmaps/stars/star_3_garnetred.png -share/apps/marble/data/bitmaps/stars/star_3_orange.png -share/apps/marble/data/bitmaps/stars/star_3_red.png -share/apps/marble/data/bitmaps/stars/star_3_white.png -share/apps/marble/data/bitmaps/stars/star_3_yellow.png -share/apps/marble/data/bitmaps/turn-around.png -share/apps/marble/data/bitmaps/turn-continue.png -share/apps/marble/data/bitmaps/turn-exit-left.png -share/apps/marble/data/bitmaps/turn-exit-right.png -share/apps/marble/data/bitmaps/turn-left.png -share/apps/marble/data/bitmaps/turn-merge.png -share/apps/marble/data/bitmaps/turn-right.png -share/apps/marble/data/bitmaps/turn-roundabout-far.png -share/apps/marble/data/bitmaps/turn-roundabout-first.png -share/apps/marble/data/bitmaps/turn-roundabout-second.png -share/apps/marble/data/bitmaps/turn-roundabout-third.png -share/apps/marble/data/bitmaps/turn-sharp-left.png -share/apps/marble/data/bitmaps/turn-sharp-right.png -share/apps/marble/data/bitmaps/turn-slight-left.png -share/apps/marble/data/bitmaps/turn-slight-right.png -share/apps/marble/data/bitmaps/unmanned_hard_landing.png -share/apps/marble/data/bitmaps/unmanned_soft_landing.png -share/apps/marble/data/bitmaps/urban_area.png -share/apps/marble/data/bitmaps/valley.png -share/apps/marble/data/bitmaps/volcano_1.png -share/apps/marble/data/bitmaps/waypoint.png -share/apps/marble/data/bitmaps/wikipedia.png -share/apps/marble/data/credits_authors.html -share/apps/marble/data/credits_data.html -share/apps/marble/data/flags/flag_ad.svg -share/apps/marble/data/flags/flag_ae.svg -share/apps/marble/data/flags/flag_af.svg -share/apps/marble/data/flags/flag_ag.svg -share/apps/marble/data/flags/flag_ai.svg -share/apps/marble/data/flags/flag_al.svg -share/apps/marble/data/flags/flag_am.svg -share/apps/marble/data/flags/flag_an.svg -share/apps/marble/data/flags/flag_ao.svg -share/apps/marble/data/flags/flag_aq.svg -share/apps/marble/data/flags/flag_ar.svg -share/apps/marble/data/flags/flag_as.svg -share/apps/marble/data/flags/flag_at.svg -share/apps/marble/data/flags/flag_au.svg -share/apps/marble/data/flags/flag_aw.svg -share/apps/marble/data/flags/flag_ax.svg -share/apps/marble/data/flags/flag_az.svg -share/apps/marble/data/flags/flag_ba.svg -share/apps/marble/data/flags/flag_bb.svg -share/apps/marble/data/flags/flag_bd.svg -share/apps/marble/data/flags/flag_be.svg -share/apps/marble/data/flags/flag_bf.svg -share/apps/marble/data/flags/flag_bg.svg -share/apps/marble/data/flags/flag_bh.svg -share/apps/marble/data/flags/flag_bi.svg -share/apps/marble/data/flags/flag_bj.svg -share/apps/marble/data/flags/flag_bm.svg -share/apps/marble/data/flags/flag_bn.svg -share/apps/marble/data/flags/flag_bo.svg -share/apps/marble/data/flags/flag_br.svg -share/apps/marble/data/flags/flag_bs.svg -share/apps/marble/data/flags/flag_bt.svg -share/apps/marble/data/flags/flag_bv.svg -share/apps/marble/data/flags/flag_bw.svg -share/apps/marble/data/flags/flag_by.svg -share/apps/marble/data/flags/flag_bz.svg -share/apps/marble/data/flags/flag_ca.svg -share/apps/marble/data/flags/flag_cc.svg -share/apps/marble/data/flags/flag_cd.svg -share/apps/marble/data/flags/flag_cf.svg -share/apps/marble/data/flags/flag_cg.svg -share/apps/marble/data/flags/flag_ch.svg -share/apps/marble/data/flags/flag_ci.svg -share/apps/marble/data/flags/flag_ck.svg -share/apps/marble/data/flags/flag_cl.svg -share/apps/marble/data/flags/flag_cm.svg -share/apps/marble/data/flags/flag_cn.svg -share/apps/marble/data/flags/flag_co.svg -share/apps/marble/data/flags/flag_cr.svg -share/apps/marble/data/flags/flag_cu.svg -share/apps/marble/data/flags/flag_cv.svg -share/apps/marble/data/flags/flag_cx.svg -share/apps/marble/data/flags/flag_cy.svg -share/apps/marble/data/flags/flag_cz.svg -share/apps/marble/data/flags/flag_de.svg -share/apps/marble/data/flags/flag_dj.svg -share/apps/marble/data/flags/flag_dk.svg -share/apps/marble/data/flags/flag_dm.svg -share/apps/marble/data/flags/flag_do.svg -share/apps/marble/data/flags/flag_dz.svg -share/apps/marble/data/flags/flag_ec.svg -share/apps/marble/data/flags/flag_ee.svg -share/apps/marble/data/flags/flag_eg.svg -share/apps/marble/data/flags/flag_eh.svg -share/apps/marble/data/flags/flag_er.svg -share/apps/marble/data/flags/flag_es.svg -share/apps/marble/data/flags/flag_et.svg -share/apps/marble/data/flags/flag_fi.svg -share/apps/marble/data/flags/flag_fj.svg -share/apps/marble/data/flags/flag_fk.svg -share/apps/marble/data/flags/flag_fm.svg -share/apps/marble/data/flags/flag_fo.svg -share/apps/marble/data/flags/flag_fr.svg -share/apps/marble/data/flags/flag_ga.svg -share/apps/marble/data/flags/flag_gb.svg -share/apps/marble/data/flags/flag_gd.svg -share/apps/marble/data/flags/flag_ge.svg -share/apps/marble/data/flags/flag_gf.svg -share/apps/marble/data/flags/flag_gg.svg -share/apps/marble/data/flags/flag_gh.svg -share/apps/marble/data/flags/flag_gi.svg -share/apps/marble/data/flags/flag_gl.svg -share/apps/marble/data/flags/flag_gm.svg -share/apps/marble/data/flags/flag_gn.svg -share/apps/marble/data/flags/flag_gp.svg -share/apps/marble/data/flags/flag_gq.svg -share/apps/marble/data/flags/flag_gr.svg -share/apps/marble/data/flags/flag_gs.svg -share/apps/marble/data/flags/flag_gt.svg -share/apps/marble/data/flags/flag_gu.svg -share/apps/marble/data/flags/flag_gw.svg -share/apps/marble/data/flags/flag_gy.svg -share/apps/marble/data/flags/flag_hk.svg -share/apps/marble/data/flags/flag_hm.svg -share/apps/marble/data/flags/flag_hn.svg -share/apps/marble/data/flags/flag_hr.svg -share/apps/marble/data/flags/flag_ht.svg -share/apps/marble/data/flags/flag_hu.svg -share/apps/marble/data/flags/flag_id.svg -share/apps/marble/data/flags/flag_ie.svg -share/apps/marble/data/flags/flag_il.svg -share/apps/marble/data/flags/flag_im.svg -share/apps/marble/data/flags/flag_in.svg -share/apps/marble/data/flags/flag_io.svg -share/apps/marble/data/flags/flag_iq.svg -share/apps/marble/data/flags/flag_ir.svg -share/apps/marble/data/flags/flag_is.svg -share/apps/marble/data/flags/flag_it.svg -share/apps/marble/data/flags/flag_je.svg -share/apps/marble/data/flags/flag_jm.svg -share/apps/marble/data/flags/flag_jo.svg -share/apps/marble/data/flags/flag_jp.svg -share/apps/marble/data/flags/flag_ke.svg -share/apps/marble/data/flags/flag_kg.svg -share/apps/marble/data/flags/flag_kh.svg -share/apps/marble/data/flags/flag_ki.svg -share/apps/marble/data/flags/flag_km.svg -share/apps/marble/data/flags/flag_kn.svg -share/apps/marble/data/flags/flag_kp.svg -share/apps/marble/data/flags/flag_kr.svg -share/apps/marble/data/flags/flag_kw.svg -share/apps/marble/data/flags/flag_ky.svg -share/apps/marble/data/flags/flag_kz.svg -share/apps/marble/data/flags/flag_la.svg -share/apps/marble/data/flags/flag_lb.svg -share/apps/marble/data/flags/flag_lc.svg -share/apps/marble/data/flags/flag_li.svg -share/apps/marble/data/flags/flag_lk.svg -share/apps/marble/data/flags/flag_lr.svg -share/apps/marble/data/flags/flag_ls.svg -share/apps/marble/data/flags/flag_lt.svg -share/apps/marble/data/flags/flag_lu.svg -share/apps/marble/data/flags/flag_lv.svg -share/apps/marble/data/flags/flag_ly.svg -share/apps/marble/data/flags/flag_ma.svg -share/apps/marble/data/flags/flag_mc.svg -share/apps/marble/data/flags/flag_md.svg -share/apps/marble/data/flags/flag_me.svg -share/apps/marble/data/flags/flag_mg.svg -share/apps/marble/data/flags/flag_mh.svg -share/apps/marble/data/flags/flag_mk.svg -share/apps/marble/data/flags/flag_ml.svg -share/apps/marble/data/flags/flag_mm.svg -share/apps/marble/data/flags/flag_mn.svg -share/apps/marble/data/flags/flag_mo.svg -share/apps/marble/data/flags/flag_mp.svg -share/apps/marble/data/flags/flag_mq.svg -share/apps/marble/data/flags/flag_mr.svg -share/apps/marble/data/flags/flag_ms.svg -share/apps/marble/data/flags/flag_mt.svg -share/apps/marble/data/flags/flag_mu.svg -share/apps/marble/data/flags/flag_mv.svg -share/apps/marble/data/flags/flag_mw.svg -share/apps/marble/data/flags/flag_mx.svg -share/apps/marble/data/flags/flag_my.svg -share/apps/marble/data/flags/flag_mz.svg -share/apps/marble/data/flags/flag_na.svg -share/apps/marble/data/flags/flag_nc.svg -share/apps/marble/data/flags/flag_ne.svg -share/apps/marble/data/flags/flag_nf.svg -share/apps/marble/data/flags/flag_ng.svg -share/apps/marble/data/flags/flag_ni.svg -share/apps/marble/data/flags/flag_nl.svg -share/apps/marble/data/flags/flag_no.svg -share/apps/marble/data/flags/flag_np.svg -share/apps/marble/data/flags/flag_nr.svg -share/apps/marble/data/flags/flag_nu.svg -share/apps/marble/data/flags/flag_nz.svg -share/apps/marble/data/flags/flag_om.svg -share/apps/marble/data/flags/flag_pa.svg -share/apps/marble/data/flags/flag_pe.svg -share/apps/marble/data/flags/flag_pf.svg -share/apps/marble/data/flags/flag_pg.svg -share/apps/marble/data/flags/flag_ph.svg -share/apps/marble/data/flags/flag_pk.svg -share/apps/marble/data/flags/flag_pl.svg -share/apps/marble/data/flags/flag_pm.svg -share/apps/marble/data/flags/flag_pn.svg -share/apps/marble/data/flags/flag_pr.svg -share/apps/marble/data/flags/flag_ps.svg -share/apps/marble/data/flags/flag_pt.svg -share/apps/marble/data/flags/flag_pw.svg -share/apps/marble/data/flags/flag_py.svg -share/apps/marble/data/flags/flag_qa.svg -share/apps/marble/data/flags/flag_re.svg -share/apps/marble/data/flags/flag_ro.svg -share/apps/marble/data/flags/flag_rs.svg -share/apps/marble/data/flags/flag_ru.svg -share/apps/marble/data/flags/flag_rw.svg -share/apps/marble/data/flags/flag_sa.svg -share/apps/marble/data/flags/flag_sb.svg -share/apps/marble/data/flags/flag_sc.svg -share/apps/marble/data/flags/flag_sd.svg -share/apps/marble/data/flags/flag_se.svg -share/apps/marble/data/flags/flag_sg.svg -share/apps/marble/data/flags/flag_sh.svg -share/apps/marble/data/flags/flag_si.svg -share/apps/marble/data/flags/flag_sj.svg -share/apps/marble/data/flags/flag_sk.svg -share/apps/marble/data/flags/flag_sl.svg -share/apps/marble/data/flags/flag_sm.svg -share/apps/marble/data/flags/flag_sn.svg -share/apps/marble/data/flags/flag_so.svg -share/apps/marble/data/flags/flag_sr.svg -share/apps/marble/data/flags/flag_st.svg -share/apps/marble/data/flags/flag_sv.svg -share/apps/marble/data/flags/flag_sy.svg -share/apps/marble/data/flags/flag_sz.svg -share/apps/marble/data/flags/flag_tc.svg -share/apps/marble/data/flags/flag_td.svg -share/apps/marble/data/flags/flag_tf.svg -share/apps/marble/data/flags/flag_tg.svg -share/apps/marble/data/flags/flag_th.svg -share/apps/marble/data/flags/flag_tj.svg -share/apps/marble/data/flags/flag_tk.svg -share/apps/marble/data/flags/flag_tl.svg -share/apps/marble/data/flags/flag_tm.svg -share/apps/marble/data/flags/flag_tn.svg -share/apps/marble/data/flags/flag_to.svg -share/apps/marble/data/flags/flag_tr.svg -share/apps/marble/data/flags/flag_tt.svg -share/apps/marble/data/flags/flag_tv.svg -share/apps/marble/data/flags/flag_tw.svg -share/apps/marble/data/flags/flag_tz.svg -share/apps/marble/data/flags/flag_ua.svg -share/apps/marble/data/flags/flag_ug.svg -share/apps/marble/data/flags/flag_um.svg -share/apps/marble/data/flags/flag_us.svg -share/apps/marble/data/flags/flag_uy.svg -share/apps/marble/data/flags/flag_uz.svg -share/apps/marble/data/flags/flag_vc.svg -share/apps/marble/data/flags/flag_ve.svg -share/apps/marble/data/flags/flag_vg.svg -share/apps/marble/data/flags/flag_vi.svg -share/apps/marble/data/flags/flag_vn.svg -share/apps/marble/data/flags/flag_vu.svg -share/apps/marble/data/flags/flag_wf.svg -share/apps/marble/data/flags/flag_ws.svg -share/apps/marble/data/flags/flag_ye.svg -share/apps/marble/data/flags/flag_yt.svg -share/apps/marble/data/flags/flag_za.svg -share/apps/marble/data/flags/flag_zm.svg -share/apps/marble/data/flags/flag_zw.svg -share/apps/marble/data/landcolors.leg -share/apps/marble/data/legend.css -share/apps/marble/data/legend.html -share/apps/marble/data/licenses/lgpl2.txt -share/apps/marble/data/maps/earth/bluemarble/bluemarble-preview.png -share/apps/marble/data/maps/earth/bluemarble/bluemarble.dgml -share/apps/marble/data/maps/earth/bluemarble/bluemarble.jpg -share/apps/marble/data/maps/earth/bluemarble/legend/desert.png -share/apps/marble/data/maps/earth/bluemarble/legend/ice.png -share/apps/marble/data/maps/earth/bluemarble/legend/mountain.png -share/apps/marble/data/maps/earth/bluemarble/legend/vegetation.png -share/apps/marble/data/maps/earth/bluemarble/legend/water.png -share/apps/marble/data/maps/earth/citylights/citylights-preview.png -share/apps/marble/data/maps/earth/citylights/citylights.dgml -share/apps/marble/data/maps/earth/citylights/citylights.jpg -share/apps/marble/data/maps/earth/citylights/legend/city.png -share/apps/marble/data/maps/earth/citylights/legend/darkterrain.png -share/apps/marble/data/maps/earth/citylights/legend/lightterrain.png -share/apps/marble/data/maps/earth/citylights/legend/water.png -share/apps/marble/data/maps/earth/clouds/0/000000/000000_000000.jpg -share/apps/marble/data/maps/earth/clouds/0/000000/000000_000001.jpg -share/apps/marble/data/maps/earth/hillshading/0/0/0.png -share/apps/marble/data/maps/earth/openstreetmap/0/0/0.png -share/apps/marble/data/maps/earth/openstreetmap/legend.html -share/apps/marble/data/maps/earth/openstreetmap/legend/airportapron.png -share/apps/marble/data/maps/earth/openstreetmap/legend/airportrunway.png -share/apps/marble/data/maps/earth/openstreetmap/legend/boundary.png -share/apps/marble/data/maps/earth/openstreetmap/legend/bridge.png -share/apps/marble/data/maps/earth/openstreetmap/legend/bridleway.png -share/apps/marble/data/maps/earth/openstreetmap/legend/byway.png -share/apps/marble/data/maps/earth/openstreetmap/legend/cycleway.png -share/apps/marble/data/maps/earth/openstreetmap/legend/footway.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/accommodation_hotel2.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/accommodation_motel.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/amenity_court.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/amenity_firestation.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/amenity_library.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/amenity_playground.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/amenity_post_office.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/amenity_public_building.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/amenity_toilets.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/education_college.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/education_nursery.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/education_school.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/education_university.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/food_bar.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/food_biergarten.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/food_cafe.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/food_drinkingtap.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/food_fastfood.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/food_ice_cream.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/food_pub.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/food_restaurant.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/health_dentist.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/health_doctors.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/health_hospital.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/health_pharmacy.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/health_veterinary.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/money_atm.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/money_bank.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/money_currency_exchange.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/place_of_worship_christian.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/place_of_worship_unknown.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/poi_embassy.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/power_station_gas.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/shopping_alcohol.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/shopping_bakery.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/shopping_book.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/shopping_car.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/shopping_clothes.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/shopping_convenience.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/shopping_gift.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/tourist_cinema.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/tourist_monument.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/tourist_ruin.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons/tourist_theatre.p.12.png -share/apps/marble/data/maps/earth/openstreetmap/legend/motorway.png -share/apps/marble/data/maps/earth/openstreetmap/legend/primaryroad.png -share/apps/marble/data/maps/earth/openstreetmap/legend/railway.png -share/apps/marble/data/maps/earth/openstreetmap/legend/railwaystation.png -share/apps/marble/data/maps/earth/openstreetmap/legend/secondaryroad.png -share/apps/marble/data/maps/earth/openstreetmap/legend/significantbuilding.png -share/apps/marble/data/maps/earth/openstreetmap/legend/subway.png -share/apps/marble/data/maps/earth/openstreetmap/legend/summitpeak.png -share/apps/marble/data/maps/earth/openstreetmap/legend/track.png -share/apps/marble/data/maps/earth/openstreetmap/legend/tram.png -share/apps/marble/data/maps/earth/openstreetmap/legend/trunkroad.png -share/apps/marble/data/maps/earth/openstreetmap/legend/tunnel.png -share/apps/marble/data/maps/earth/openstreetmap/legend/unclassifiedroad.png -share/apps/marble/data/maps/earth/openstreetmap/legend/unsurfacedroad.png -share/apps/marble/data/maps/earth/openstreetmap/openstreetmap-preview.png -share/apps/marble/data/maps/earth/openstreetmap/openstreetmap.dgml -share/apps/marble/data/maps/earth/plain/plain-preview.png -share/apps/marble/data/maps/earth/plain/plain.dgml -share/apps/marble/data/maps/earth/political/political-preview.png -share/apps/marble/data/maps/earth/political/political.dgml -share/apps/marble/data/maps/earth/precip-dec/precip-dec-preview.png -share/apps/marble/data/maps/earth/precip-dec/precip-dec.dgml -share/apps/marble/data/maps/earth/precip-dec/precip-dec.jpg -share/apps/marble/data/maps/earth/precip-july/precip-july-preview.png -share/apps/marble/data/maps/earth/precip-july/precip-july.dgml -share/apps/marble/data/maps/earth/precip-july/precip-july.jpg -share/apps/marble/data/maps/earth/schagen1689/legend.html -share/apps/marble/data/maps/earth/schagen1689/legend/lake.png -share/apps/marble/data/maps/earth/schagen1689/legend/mountain.png -share/apps/marble/data/maps/earth/schagen1689/legend/river.png -share/apps/marble/data/maps/earth/schagen1689/legend/schagen_orig.png -share/apps/marble/data/maps/earth/schagen1689/legend/schagen_title.png -share/apps/marble/data/maps/earth/schagen1689/legend/town.png -share/apps/marble/data/maps/earth/schagen1689/schagen1689-preview.png -share/apps/marble/data/maps/earth/schagen1689/schagen1689.dgml -share/apps/marble/data/maps/earth/schagen1689/schagen1689.jpg -share/apps/marble/data/maps/earth/srtm/0/000000/000000_000000.jpg -share/apps/marble/data/maps/earth/srtm/0/000000/000000_000001.jpg -share/apps/marble/data/maps/earth/srtm/1/000000/000000_000000.jpg -share/apps/marble/data/maps/earth/srtm/1/000000/000000_000001.jpg -share/apps/marble/data/maps/earth/srtm/1/000000/000000_000002.jpg -share/apps/marble/data/maps/earth/srtm/1/000000/000000_000003.jpg -share/apps/marble/data/maps/earth/srtm/1/000001/000001_000000.jpg -share/apps/marble/data/maps/earth/srtm/1/000001/000001_000001.jpg -share/apps/marble/data/maps/earth/srtm/1/000001/000001_000002.jpg -share/apps/marble/data/maps/earth/srtm/1/000001/000001_000003.jpg -share/apps/marble/data/maps/earth/srtm/2/000000/000000_000000.jpg -share/apps/marble/data/maps/earth/srtm/2/000000/000000_000001.jpg -share/apps/marble/data/maps/earth/srtm/2/000000/000000_000002.jpg -share/apps/marble/data/maps/earth/srtm/2/000000/000000_000003.jpg -share/apps/marble/data/maps/earth/srtm/2/000000/000000_000004.jpg -share/apps/marble/data/maps/earth/srtm/2/000000/000000_000005.jpg -share/apps/marble/data/maps/earth/srtm/2/000000/000000_000006.jpg -share/apps/marble/data/maps/earth/srtm/2/000000/000000_000007.jpg -share/apps/marble/data/maps/earth/srtm/2/000001/000001_000000.jpg -share/apps/marble/data/maps/earth/srtm/2/000001/000001_000001.jpg -share/apps/marble/data/maps/earth/srtm/2/000001/000001_000002.jpg -share/apps/marble/data/maps/earth/srtm/2/000001/000001_000003.jpg -share/apps/marble/data/maps/earth/srtm/2/000001/000001_000004.jpg -share/apps/marble/data/maps/earth/srtm/2/000001/000001_000005.jpg -share/apps/marble/data/maps/earth/srtm/2/000001/000001_000006.jpg -share/apps/marble/data/maps/earth/srtm/2/000001/000001_000007.jpg -share/apps/marble/data/maps/earth/srtm/2/000002/000002_000000.jpg -share/apps/marble/data/maps/earth/srtm/2/000002/000002_000001.jpg -share/apps/marble/data/maps/earth/srtm/2/000002/000002_000002.jpg -share/apps/marble/data/maps/earth/srtm/2/000002/000002_000003.jpg -share/apps/marble/data/maps/earth/srtm/2/000002/000002_000004.jpg -share/apps/marble/data/maps/earth/srtm/2/000002/000002_000005.jpg -share/apps/marble/data/maps/earth/srtm/2/000002/000002_000006.jpg -share/apps/marble/data/maps/earth/srtm/2/000002/000002_000007.jpg -share/apps/marble/data/maps/earth/srtm/2/000003/000003_000000.jpg -share/apps/marble/data/maps/earth/srtm/2/000003/000003_000001.jpg -share/apps/marble/data/maps/earth/srtm/2/000003/000003_000002.jpg -share/apps/marble/data/maps/earth/srtm/2/000003/000003_000003.jpg -share/apps/marble/data/maps/earth/srtm/2/000003/000003_000004.jpg -share/apps/marble/data/maps/earth/srtm/2/000003/000003_000005.jpg -share/apps/marble/data/maps/earth/srtm/2/000003/000003_000006.jpg -share/apps/marble/data/maps/earth/srtm/2/000003/000003_000007.jpg -share/apps/marble/data/maps/earth/srtm/3/000000/000000_000000.jpg -share/apps/marble/data/maps/earth/srtm/3/000000/000000_000001.jpg -share/apps/marble/data/maps/earth/srtm/3/000000/000000_000002.jpg -share/apps/marble/data/maps/earth/srtm/3/000000/000000_000003.jpg -share/apps/marble/data/maps/earth/srtm/3/000000/000000_000004.jpg -share/apps/marble/data/maps/earth/srtm/3/000000/000000_000005.jpg -share/apps/marble/data/maps/earth/srtm/3/000000/000000_000006.jpg -share/apps/marble/data/maps/earth/srtm/3/000000/000000_000007.jpg -share/apps/marble/data/maps/earth/srtm/3/000000/000000_000008.jpg -share/apps/marble/data/maps/earth/srtm/3/000000/000000_000009.jpg -share/apps/marble/data/maps/earth/srtm/3/000000/000000_000010.jpg -share/apps/marble/data/maps/earth/srtm/3/000000/000000_000011.jpg -share/apps/marble/data/maps/earth/srtm/3/000000/000000_000012.jpg -share/apps/marble/data/maps/earth/srtm/3/000000/000000_000013.jpg -share/apps/marble/data/maps/earth/srtm/3/000000/000000_000014.jpg -share/apps/marble/data/maps/earth/srtm/3/000000/000000_000015.jpg -share/apps/marble/data/maps/earth/srtm/3/000001/000001_000000.jpg -share/apps/marble/data/maps/earth/srtm/3/000001/000001_000001.jpg -share/apps/marble/data/maps/earth/srtm/3/000001/000001_000002.jpg -share/apps/marble/data/maps/earth/srtm/3/000001/000001_000003.jpg -share/apps/marble/data/maps/earth/srtm/3/000001/000001_000004.jpg -share/apps/marble/data/maps/earth/srtm/3/000001/000001_000005.jpg -share/apps/marble/data/maps/earth/srtm/3/000001/000001_000006.jpg -share/apps/marble/data/maps/earth/srtm/3/000001/000001_000007.jpg -share/apps/marble/data/maps/earth/srtm/3/000001/000001_000008.jpg -share/apps/marble/data/maps/earth/srtm/3/000001/000001_000009.jpg -share/apps/marble/data/maps/earth/srtm/3/000001/000001_000010.jpg -share/apps/marble/data/maps/earth/srtm/3/000001/000001_000011.jpg -share/apps/marble/data/maps/earth/srtm/3/000001/000001_000012.jpg -share/apps/marble/data/maps/earth/srtm/3/000001/000001_000013.jpg -share/apps/marble/data/maps/earth/srtm/3/000001/000001_000014.jpg -share/apps/marble/data/maps/earth/srtm/3/000001/000001_000015.jpg -share/apps/marble/data/maps/earth/srtm/3/000002/000002_000000.jpg -share/apps/marble/data/maps/earth/srtm/3/000002/000002_000001.jpg -share/apps/marble/data/maps/earth/srtm/3/000002/000002_000002.jpg -share/apps/marble/data/maps/earth/srtm/3/000002/000002_000003.jpg -share/apps/marble/data/maps/earth/srtm/3/000002/000002_000004.jpg -share/apps/marble/data/maps/earth/srtm/3/000002/000002_000005.jpg -share/apps/marble/data/maps/earth/srtm/3/000002/000002_000006.jpg -share/apps/marble/data/maps/earth/srtm/3/000002/000002_000007.jpg -share/apps/marble/data/maps/earth/srtm/3/000002/000002_000008.jpg -share/apps/marble/data/maps/earth/srtm/3/000002/000002_000009.jpg -share/apps/marble/data/maps/earth/srtm/3/000002/000002_000010.jpg -share/apps/marble/data/maps/earth/srtm/3/000002/000002_000011.jpg -share/apps/marble/data/maps/earth/srtm/3/000002/000002_000012.jpg -share/apps/marble/data/maps/earth/srtm/3/000002/000002_000013.jpg -share/apps/marble/data/maps/earth/srtm/3/000002/000002_000014.jpg -share/apps/marble/data/maps/earth/srtm/3/000002/000002_000015.jpg -share/apps/marble/data/maps/earth/srtm/3/000003/000003_000000.jpg -share/apps/marble/data/maps/earth/srtm/3/000003/000003_000001.jpg -share/apps/marble/data/maps/earth/srtm/3/000003/000003_000002.jpg -share/apps/marble/data/maps/earth/srtm/3/000003/000003_000003.jpg -share/apps/marble/data/maps/earth/srtm/3/000003/000003_000004.jpg -share/apps/marble/data/maps/earth/srtm/3/000003/000003_000005.jpg -share/apps/marble/data/maps/earth/srtm/3/000003/000003_000006.jpg -share/apps/marble/data/maps/earth/srtm/3/000003/000003_000007.jpg -share/apps/marble/data/maps/earth/srtm/3/000003/000003_000008.jpg -share/apps/marble/data/maps/earth/srtm/3/000003/000003_000009.jpg -share/apps/marble/data/maps/earth/srtm/3/000003/000003_000010.jpg -share/apps/marble/data/maps/earth/srtm/3/000003/000003_000011.jpg -share/apps/marble/data/maps/earth/srtm/3/000003/000003_000012.jpg -share/apps/marble/data/maps/earth/srtm/3/000003/000003_000013.jpg -share/apps/marble/data/maps/earth/srtm/3/000003/000003_000014.jpg -share/apps/marble/data/maps/earth/srtm/3/000003/000003_000015.jpg -share/apps/marble/data/maps/earth/srtm/3/000004/000004_000000.jpg -share/apps/marble/data/maps/earth/srtm/3/000004/000004_000001.jpg -share/apps/marble/data/maps/earth/srtm/3/000004/000004_000002.jpg -share/apps/marble/data/maps/earth/srtm/3/000004/000004_000003.jpg -share/apps/marble/data/maps/earth/srtm/3/000004/000004_000004.jpg -share/apps/marble/data/maps/earth/srtm/3/000004/000004_000005.jpg -share/apps/marble/data/maps/earth/srtm/3/000004/000004_000006.jpg -share/apps/marble/data/maps/earth/srtm/3/000004/000004_000007.jpg -share/apps/marble/data/maps/earth/srtm/3/000004/000004_000008.jpg -share/apps/marble/data/maps/earth/srtm/3/000004/000004_000009.jpg -share/apps/marble/data/maps/earth/srtm/3/000004/000004_000010.jpg -share/apps/marble/data/maps/earth/srtm/3/000004/000004_000011.jpg -share/apps/marble/data/maps/earth/srtm/3/000004/000004_000012.jpg -share/apps/marble/data/maps/earth/srtm/3/000004/000004_000013.jpg -share/apps/marble/data/maps/earth/srtm/3/000004/000004_000014.jpg -share/apps/marble/data/maps/earth/srtm/3/000004/000004_000015.jpg -share/apps/marble/data/maps/earth/srtm/3/000005/000005_000000.jpg -share/apps/marble/data/maps/earth/srtm/3/000005/000005_000001.jpg -share/apps/marble/data/maps/earth/srtm/3/000005/000005_000002.jpg -share/apps/marble/data/maps/earth/srtm/3/000005/000005_000003.jpg -share/apps/marble/data/maps/earth/srtm/3/000005/000005_000004.jpg -share/apps/marble/data/maps/earth/srtm/3/000005/000005_000005.jpg -share/apps/marble/data/maps/earth/srtm/3/000005/000005_000006.jpg -share/apps/marble/data/maps/earth/srtm/3/000005/000005_000007.jpg -share/apps/marble/data/maps/earth/srtm/3/000005/000005_000008.jpg -share/apps/marble/data/maps/earth/srtm/3/000005/000005_000009.jpg -share/apps/marble/data/maps/earth/srtm/3/000005/000005_000010.jpg -share/apps/marble/data/maps/earth/srtm/3/000005/000005_000011.jpg -share/apps/marble/data/maps/earth/srtm/3/000005/000005_000012.jpg -share/apps/marble/data/maps/earth/srtm/3/000005/000005_000013.jpg -share/apps/marble/data/maps/earth/srtm/3/000005/000005_000014.jpg -share/apps/marble/data/maps/earth/srtm/3/000005/000005_000015.jpg -share/apps/marble/data/maps/earth/srtm/3/000006/000006_000000.jpg -share/apps/marble/data/maps/earth/srtm/3/000006/000006_000001.jpg -share/apps/marble/data/maps/earth/srtm/3/000006/000006_000002.jpg -share/apps/marble/data/maps/earth/srtm/3/000006/000006_000003.jpg -share/apps/marble/data/maps/earth/srtm/3/000006/000006_000004.jpg -share/apps/marble/data/maps/earth/srtm/3/000006/000006_000005.jpg -share/apps/marble/data/maps/earth/srtm/3/000006/000006_000006.jpg -share/apps/marble/data/maps/earth/srtm/3/000006/000006_000007.jpg -share/apps/marble/data/maps/earth/srtm/3/000006/000006_000008.jpg -share/apps/marble/data/maps/earth/srtm/3/000006/000006_000009.jpg -share/apps/marble/data/maps/earth/srtm/3/000006/000006_000010.jpg -share/apps/marble/data/maps/earth/srtm/3/000006/000006_000011.jpg -share/apps/marble/data/maps/earth/srtm/3/000006/000006_000012.jpg -share/apps/marble/data/maps/earth/srtm/3/000006/000006_000013.jpg -share/apps/marble/data/maps/earth/srtm/3/000006/000006_000014.jpg -share/apps/marble/data/maps/earth/srtm/3/000006/000006_000015.jpg -share/apps/marble/data/maps/earth/srtm/3/000007/000007_000000.jpg -share/apps/marble/data/maps/earth/srtm/3/000007/000007_000001.jpg -share/apps/marble/data/maps/earth/srtm/3/000007/000007_000002.jpg -share/apps/marble/data/maps/earth/srtm/3/000007/000007_000003.jpg -share/apps/marble/data/maps/earth/srtm/3/000007/000007_000004.jpg -share/apps/marble/data/maps/earth/srtm/3/000007/000007_000005.jpg -share/apps/marble/data/maps/earth/srtm/3/000007/000007_000006.jpg -share/apps/marble/data/maps/earth/srtm/3/000007/000007_000007.jpg -share/apps/marble/data/maps/earth/srtm/3/000007/000007_000008.jpg -share/apps/marble/data/maps/earth/srtm/3/000007/000007_000009.jpg -share/apps/marble/data/maps/earth/srtm/3/000007/000007_000010.jpg -share/apps/marble/data/maps/earth/srtm/3/000007/000007_000011.jpg -share/apps/marble/data/maps/earth/srtm/3/000007/000007_000012.jpg -share/apps/marble/data/maps/earth/srtm/3/000007/000007_000013.jpg -share/apps/marble/data/maps/earth/srtm/3/000007/000007_000014.jpg -share/apps/marble/data/maps/earth/srtm/3/000007/000007_000015.jpg -share/apps/marble/data/maps/earth/srtm/srtm-preview.png -share/apps/marble/data/maps/earth/srtm/srtm.dgml -share/apps/marble/data/maps/earth/srtm2/0/000000/000000_000000.png -share/apps/marble/data/maps/earth/srtm2/0/000000/000000_000001.png -share/apps/marble/data/maps/earth/srtm2/srtm2.dgml -share/apps/marble/data/maps/earth/temp-dec/temp-dec-preview.png -share/apps/marble/data/maps/earth/temp-dec/temp-dec.dgml -share/apps/marble/data/maps/earth/temp-dec/temp-dec.jpg -share/apps/marble/data/maps/earth/temp-july/temp-july-preview.png -share/apps/marble/data/maps/earth/temp-july/temp-july.dgml -share/apps/marble/data/maps/earth/temp-july/temp-july.jpg -share/apps/marble/data/maps/moon/clementine/clementine-preview.png -share/apps/marble/data/maps/moon/clementine/clementine.dgml -share/apps/marble/data/maps/moon/clementine/clementine.jpg -share/apps/marble/data/maps/moon/clementine/legend.html -share/apps/marble/data/maps/moon/clementine/tour.kml -share/apps/marble/data/mwdbii/DATELINE.PNT -share/apps/marble/data/mwdbii/PCOAST.PNT -share/apps/marble/data/mwdbii/PDIFFBORDER.PNT -share/apps/marble/data/mwdbii/PGLACIER.PNT -share/apps/marble/data/mwdbii/PISLAND.PNT -share/apps/marble/data/mwdbii/PLAKE.PNT -share/apps/marble/data/mwdbii/PLAKEISLAND.PNT -share/apps/marble/data/mwdbii/PUSA48.DIFF.PNT -share/apps/marble/data/mwdbii/RIVER.PNT -share/apps/marble/data/naturalearth/ne_10m_admin_0_boundary_lines_land.pn2 -share/apps/marble/data/naturalearth/ne_10m_rivers_lake_centerlines.pn2 -share/apps/marble/data/naturalearth/ne_50m_admin_0_boundary_lines_land.pn2 -share/apps/marble/data/naturalearth/ne_50m_admin_0_boundary_lines_maritime_indicator.pn2 -share/apps/marble/data/naturalearth/ne_50m_admin_0_breakaway_disputed_areas.pn2 -share/apps/marble/data/naturalearth/ne_50m_admin_0_countries.pn2 -share/apps/marble/data/naturalearth/ne_50m_admin_0_pacific_groupings.pn2 -share/apps/marble/data/naturalearth/ne_50m_admin_1_states_provinces_lines.pn2 -share/apps/marble/data/naturalearth/ne_50m_antarctic_ice_shelves_lines.pn2 -share/apps/marble/data/naturalearth/ne_50m_antarctic_ice_shelves_polys.pn2 -share/apps/marble/data/naturalearth/ne_50m_coastline.pn2 -share/apps/marble/data/naturalearth/ne_50m_glaciated_areas.pn2 -share/apps/marble/data/naturalearth/ne_50m_lakes.pn2 -share/apps/marble/data/naturalearth/ne_50m_lakes_historic.pn2 -share/apps/marble/data/naturalearth/ne_50m_land.pn2 -share/apps/marble/data/naturalearth/ne_50m_playas.pn2 -share/apps/marble/data/naturalearth/ne_50m_rivers_lake_centerlines.pn2 -share/apps/marble/data/naturalearth/ne_50m_urban_areas.pn2 -share/apps/marble/data/placemarks/baseplacemarks.cache -share/apps/marble/data/placemarks/boundaryplacemarks.cache -share/apps/marble/data/placemarks/cityplacemarks.cache -share/apps/marble/data/placemarks/elevplacemarks.cache -share/apps/marble/data/placemarks/moonlandingsites.cache -share/apps/marble/data/placemarks/moonterrain.cache -share/apps/marble/data/placemarks/otherplacemarks.cache -share/apps/marble/data/precipcolors.leg -share/apps/marble/data/seacolors.leg -share/apps/marble/data/stars/constellations.dat -share/apps/marble/data/stars/deepsky.png -share/apps/marble/data/stars/dso.dat -share/apps/marble/data/stars/names.csv -share/apps/marble/data/stars/stars.dat -share/apps/marble/data/svg/application-x-marble-gray.png -share/apps/marble/data/svg/application-x-marble.png -share/apps/marble/data/svg/application-x-marble.svg -share/apps/marble/data/svg/coordinate.svg -share/apps/marble/data/svg/glow.png -share/apps/marble/data/svg/lunarmap.svg -share/apps/marble/data/svg/marble-logo-32dpi.png -share/apps/marble/data/svg/marble-logo-72dpi.png -share/apps/marble/data/svg/marble-logo-inverted-32dpi.png -share/apps/marble/data/svg/marble-logo-inverted-72dpi.png -share/apps/marble/data/svg/marble-logo.png -share/apps/marble/data/svg/marble-logo.svg -share/apps/marble/data/svg/marsmap.svg -share/apps/marble/data/svg/moon.png -share/apps/marble/data/svg/sun.png -share/apps/marble/data/svg/sunshine.png -share/apps/marble/data/svg/track_turtle.svg -share/apps/marble/data/svg/wikipedia.svg -share/apps/marble/data/svg/wikipedia_shadow.svg -share/apps/marble/data/svg/worldmap.svg -share/apps/marble/data/tempcolors.leg -share/apps/marble/data/weather/bbc-stations.xml -share/apps/marble/data/weather/weather-clear-night.png -share/apps/marble/data/weather/weather-clear.png -share/apps/marble/data/weather/weather-clouds-night.png -share/apps/marble/data/weather/weather-clouds.png -share/apps/marble/data/weather/weather-few-clouds-night.png -share/apps/marble/data/weather/weather-few-clouds.png -share/apps/marble/data/weather/weather-hail.png -share/apps/marble/data/weather/weather-many-clouds.png -share/apps/marble/data/weather/weather-mist.png -share/apps/marble/data/weather/weather-none-available.png -share/apps/marble/data/weather/weather-showers-day.png -share/apps/marble/data/weather/weather-showers-night.png -share/apps/marble/data/weather/weather-showers-scattered-day.png -share/apps/marble/data/weather/weather-showers-scattered-night.png -share/apps/marble/data/weather/weather-showers-scattered.png -share/apps/marble/data/weather/weather-showers.png -share/apps/marble/data/weather/weather-snow-rain.png -share/apps/marble/data/weather/weather-snow-scattered-day.png -share/apps/marble/data/weather/weather-snow-scattered-night.png -share/apps/marble/data/weather/weather-snow-scattered.png -share/apps/marble/data/weather/weather-snow.png -share/apps/marble/data/weather/weather-storm-day.png -share/apps/marble/data/weather/weather-storm-night.png -share/apps/marble/data/weather/weather-storm.png -share/apps/marble/data/weather/wind-arrows.svgz -share/apps/marble/marble.knsrc -share/apps/marble/marble_part.rc -share/apps/marble/marbleui.rc +lib/libmarbledeclarative.so +lib/libmarblewidget-qt5.so +lib/libmarblewidget-qt5.so.0.26.0 +lib/libmarblewidget-qt5.so.26 +lib/marble/plugins/libAnnotatePlugin.so +lib/marble/plugins/libAprsPlugin.so +lib/marble/plugins/libAtmospherePlugin.so +lib/marble/plugins/libCachePlugin.so +lib/marble/plugins/libCompassFloatItem.so +lib/marble/plugins/libCrosshairsPlugin.so +lib/marble/plugins/libCycleStreetsPlugin.so +lib/marble/plugins/libEarthquakePlugin.so +lib/marble/plugins/libEclipsesPlugin.so +lib/marble/plugins/libElevationProfileFloatItem.so +lib/marble/plugins/libElevationProfileMarker.so +lib/marble/plugins/libFlightGearPositionProviderPlugin.so +lib/marble/plugins/libFoursquarePlugin.so +lib/marble/plugins/libGeoUriPlugin.so +lib/marble/plugins/libGosmoreReverseGeocodingPlugin.so +lib/marble/plugins/libGosmoreRoutingPlugin.so +lib/marble/plugins/libGpsInfo.so +lib/marble/plugins/libGpsbabelPlugin.so +%%GPS%%lib/marble/plugins/libGpsdPositionProviderPlugin.so +lib/marble/plugins/libGpxPlugin.so +lib/marble/plugins/libGraticulePlugin.so +lib/marble/plugins/libHostipPlugin.so +lib/marble/plugins/libJsonPlugin.so +lib/marble/plugins/libKmlPlugin.so +lib/marble/plugins/libLatLonPlugin.so +lib/marble/plugins/libLicense.so +lib/marble/plugins/libLocalDatabasePlugin.so +lib/marble/plugins/libLocalOsmSearchPlugin.so +lib/marble/plugins/libLogPlugin.so +lib/marble/plugins/libMapQuestPlugin.so +lib/marble/plugins/libMapScaleFloatItem.so +lib/marble/plugins/libMeasureTool.so +lib/marble/plugins/libMonavPlugin.so +lib/marble/plugins/libNavigationFloatItem.so +lib/marble/plugins/libNominatimReverseGeocodingPlugin.so +lib/marble/plugins/libNominatimSearchPlugin.so +lib/marble/plugins/libOSRMPlugin.so +lib/marble/plugins/libOpenCachingComPlugin.so +lib/marble/plugins/libOpenDesktopPlugin.so +lib/marble/plugins/libOpenLocationCodeSearchPlugin.so +lib/marble/plugins/libOpenRouteServicePlugin.so +lib/marble/plugins/libOsmPlugin.so +lib/marble/plugins/libOverviewMap.so +lib/marble/plugins/libPhoto.so +lib/marble/plugins/libPn2Plugin.so +lib/marble/plugins/libPntPlugin.so +lib/marble/plugins/libPositionMarker.so +lib/marble/plugins/libPostalCode.so +lib/marble/plugins/libProgressFloatItem.so +%%GPS%%lib/marble/plugins/libQtPositioningPositionProviderPlugin.so +lib/marble/plugins/libRoutingPlugin.so +lib/marble/plugins/libRoutinoPlugin.so +lib/marble/plugins/libSatellitesPlugin.so +lib/marble/plugins/libSpeedometer.so +lib/marble/plugins/libStarsPlugin.so +lib/marble/plugins/libSunPlugin.so +lib/marble/plugins/libWeather.so +lib/marble/plugins/libWikipedia.so +lib/marble/plugins/libYoursPlugin.so +lib/plugins/designer/libLatLonEditPlugin.so +lib/plugins/designer/libMarbleNavigatorPlugin.so +lib/plugins/designer/libMarbleWidgetPlugin.so +%%QT_MKSPECDIR%%/modules/qt_Marble.pri +%%QT_PLUGINDIR%%/libmarble_part.so +%%QT_PLUGINDIR%%/libmarblethumbnail.so +%%QT_PLUGINDIR%%/plasma_runner_marble.so +%%QT_QMLDIR%%/org/kde/marble/private/plasma/libmarblequick.so +%%QT_QMLDIR%%/org/kde/marble/private/plasma/qmldir +share/applications/marble_geo.desktop +share/applications/marble_geojson.desktop +share/applications/marble_gpx.desktop +share/applications/marble_kml.desktop +share/applications/marble_kmz.desktop +share/applications/marble_worldwind.desktop +share/applications/org.kde.marble-qt.desktop +share/applications/org.kde.marble.desktop share/config.kcfg/marble.kcfg -share/doc/HTML/en/marble/common share/doc/HTML/en/marble/configure-cacheproxy.png share/doc/HTML/en/marble/configure-dateandtime.png share/doc/HTML/en/marble/configure-navigation.png @@ -1067,15 +283,1246 @@ share/icons/hicolor/32x32/apps/marble.png share/icons/hicolor/48x48/apps/marble.png share/icons/hicolor/64x64/apps/marble.png -share/kde4/services/marble_part.desktop -share/kde4/services/marble_part_gpx.desktop -share/kde4/services/marble_part_kml.desktop -share/kde4/services/marble_part_kmz.desktop -share/kde4/services/marble_part_osm.desktop -share/kde4/services/marble_thumbnail_gpx.desktop -share/kde4/services/marble_thumbnail_kml.desktop -share/kde4/services/marble_thumbnail_kmz.desktop -share/kde4/services/marble_thumbnail_osm.desktop -share/kde4/services/plasma-applet-kworldclock.desktop -share/kde4/services/plasma-runner-marble.desktop +share/kservices5/marble_part.desktop +share/kservices5/marble_thumbnail_geojson.desktop +share/kservices5/marble_thumbnail_gpx.desktop +share/kservices5/marble_thumbnail_kml.desktop +share/kservices5/marble_thumbnail_kmz.desktop +share/kservices5/marble_thumbnail_osm.desktop +share/kservices5/plasma-applet-org.kde.plasma.worldclock.desktop +share/kservices5/plasma-runner-marble.desktop +share/kservices5/plasma-wallpaper-org.kde.plasma.wallpaper.worldmap.desktop +share/kxmlgui5/marble/marble_part.rc +share/kxmlgui5/marble/marbleui.rc +%%DATADIR%%/data/LICENSE.txt +%%DATADIR%%/data/audio/KDE-Sys-App-Positive.ogg +%%DATADIR%%/data/audio/KDE-Sys-List-End.ogg +%%DATADIR%%/data/bitmaps/airport.png +%%DATADIR%%/data/bitmaps/annotation.png +%%DATADIR%%/data/bitmaps/antarctic_shelves.png +%%DATADIR%%/data/bitmaps/audio-x-generic.png +%%DATADIR%%/data/bitmaps/bookmark.png +%%DATADIR%%/data/bitmaps/border_1.png +%%DATADIR%%/data/bitmaps/border_2.png +%%DATADIR%%/data/bitmaps/border_disputed.png +%%DATADIR%%/data/bitmaps/border_maritime.png +%%DATADIR%%/data/bitmaps/city_1_orange.png +%%DATADIR%%/data/bitmaps/city_1_red.png +%%DATADIR%%/data/bitmaps/city_1_white.png +%%DATADIR%%/data/bitmaps/city_1_yellow.png +%%DATADIR%%/data/bitmaps/city_2_orange.png +%%DATADIR%%/data/bitmaps/city_2_red.png +%%DATADIR%%/data/bitmaps/city_2_white.png +%%DATADIR%%/data/bitmaps/city_2_yellow.png +%%DATADIR%%/data/bitmaps/city_3_orange.png +%%DATADIR%%/data/bitmaps/city_3_red.png +%%DATADIR%%/data/bitmaps/city_3_white.png +%%DATADIR%%/data/bitmaps/city_3_yellow.png +%%DATADIR%%/data/bitmaps/city_4_orange.png +%%DATADIR%%/data/bitmaps/city_4_red.png +%%DATADIR%%/data/bitmaps/city_4_white.png +%%DATADIR%%/data/bitmaps/city_4_yellow.png +%%DATADIR%%/data/bitmaps/coordinate.png +%%DATADIR%%/data/bitmaps/crater.png +%%DATADIR%%/data/bitmaps/cursor_bc.png +%%DATADIR%%/data/bitmaps/cursor_bl.png +%%DATADIR%%/data/bitmaps/cursor_br.png +%%DATADIR%%/data/bitmaps/cursor_cl.png +%%DATADIR%%/data/bitmaps/cursor_cr.png +%%DATADIR%%/data/bitmaps/cursor_tc.png +%%DATADIR%%/data/bitmaps/cursor_tl.png +%%DATADIR%%/data/bitmaps/cursor_tr.png +%%DATADIR%%/data/bitmaps/default_location.png +%%DATADIR%%/data/bitmaps/document-edit.png +%%DATADIR%%/data/bitmaps/earth_apollo.jpg +%%DATADIR%%/data/bitmaps/editarrows/arrow-diagonal-topleft-active.png +%%DATADIR%%/data/bitmaps/editarrows/arrow-diagonal-topleft.png +%%DATADIR%%/data/bitmaps/editarrows/arrow-diagonal-topright-active.png +%%DATADIR%%/data/bitmaps/editarrows/arrow-diagonal-topright.png +%%DATADIR%%/data/bitmaps/editarrows/arrow-horizontal-active.png +%%DATADIR%%/data/bitmaps/editarrows/arrow-horizontal.png +%%DATADIR%%/data/bitmaps/editarrows/arrow-rotation-bottomleft-active.png +%%DATADIR%%/data/bitmaps/editarrows/arrow-rotation-bottomleft.png +%%DATADIR%%/data/bitmaps/editarrows/arrow-rotation-bottomright-active.png +%%DATADIR%%/data/bitmaps/editarrows/arrow-rotation-bottomright.png +%%DATADIR%%/data/bitmaps/editarrows/arrow-rotation-topleft-active.png +%%DATADIR%%/data/bitmaps/editarrows/arrow-rotation-topleft.png +%%DATADIR%%/data/bitmaps/editarrows/arrow-rotation-topright-active.png +%%DATADIR%%/data/bitmaps/editarrows/arrow-rotation-topright.png +%%DATADIR%%/data/bitmaps/editarrows/arrow-vertical-active.png +%%DATADIR%%/data/bitmaps/editarrows/arrow-vertical.png +%%DATADIR%%/data/bitmaps/flag.png +%%DATADIR%%/data/bitmaps/folder.png +%%DATADIR%%/data/bitmaps/glacier.png +%%DATADIR%%/data/bitmaps/highway_footway.png +%%DATADIR%%/data/bitmaps/highway_motorway.png +%%DATADIR%%/data/bitmaps/highway_path.png +%%DATADIR%%/data/bitmaps/highway_primary.png +%%DATADIR%%/data/bitmaps/highway_secondary.png +%%DATADIR%%/data/bitmaps/highway_tertiary.png +%%DATADIR%%/data/bitmaps/highway_track.png +%%DATADIR%%/data/bitmaps/highway_trunk.png +%%DATADIR%%/data/bitmaps/highway_unclassified.png +%%DATADIR%%/data/bitmaps/lake.png +%%DATADIR%%/data/bitmaps/lake_historic.png +%%DATADIR%%/data/bitmaps/manned_landing.png +%%DATADIR%%/data/bitmaps/media-playback-pause.png +%%DATADIR%%/data/bitmaps/mountain_1.png +%%DATADIR%%/data/bitmaps/nation.png +%%DATADIR%%/data/bitmaps/observatory.png +%%DATADIR%%/data/bitmaps/ocean.png +%%DATADIR%%/data/bitmaps/osm.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/allotments.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/beach.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/cliff.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/cliff2.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/danger.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/embankment.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/forest.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/glacier.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/grave_yard_christian.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/grave_yard_generic.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/grave_yard_jewish.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/grey_vertical_hatch.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/military_red_hatch.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/orchard.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/quarry.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/rock_overlay.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/scree_overlay.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/scrub.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/vineyard.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/wetland.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/wetland_bog.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/wetland_mangrove.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/wetland_marsh.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/wetland_reed.png +%%DATADIR%%/data/bitmaps/osmcarto/patterns/wetland_swamp.png +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_10x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_10x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_10x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_10x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_11x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_11x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_11x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_11x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_1x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_1x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_1x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_1x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_2x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_2x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_2x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_2x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_3x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_3x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_3x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_3x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_4x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_4x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_4x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_4x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_5x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_5x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_5x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_5x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_6x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_6x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_6x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_6x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_7x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_7x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_7x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_7x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_8x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_8x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_8x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_8x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_9x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_9x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_9x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/motorway_9x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_10x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_10x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_10x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_10x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_11x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_11x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_11x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_11x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_1x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_1x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_1x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_1x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_2x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_2x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_2x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_2x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_3x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_3x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_3x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_3x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_4x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_4x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_4x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_4x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_5x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_5x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_5x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_5x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_6x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_6x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_6x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_6x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_7x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_7x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_7x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_7x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_8x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_8x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_8x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_8x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_9x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_9x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_9x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/primary_9x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_10x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_10x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_10x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_10x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_11x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_11x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_11x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_11x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_1x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_1x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_1x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_1x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_2x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_2x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_2x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_2x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_3x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_3x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_3x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_3x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_4x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_4x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_4x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_4x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_5x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_5x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_5x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_5x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_6x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_6x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_6x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_6x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_7x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_7x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_7x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_7x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_8x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_8x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_8x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_8x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_9x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_9x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_9x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/secondary_9x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_10x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_10x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_10x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_10x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_11x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_11x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_11x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_11x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_1x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_1x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_1x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_1x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_2x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_2x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_2x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_2x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_3x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_3x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_3x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_3x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_4x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_4x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_4x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_4x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_5x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_5x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_5x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_5x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_6x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_6x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_6x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_6x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_7x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_7x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_7x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_7x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_8x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_8x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_8x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_8x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_9x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_9x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_9x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/tertiary_9x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_10x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_10x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_10x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_10x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_11x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_11x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_11x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_11x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_1x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_1x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_1x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_1x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_2x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_2x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_2x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_2x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_3x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_3x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_3x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_3x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_4x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_4x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_4x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_4x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_5x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_5x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_5x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_5x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_6x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_6x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_6x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_6x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_7x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_7x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_7x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_7x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_8x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_8x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_8x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_8x4.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_9x1.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_9x2.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_9x3.svg +%%DATADIR%%/data/bitmaps/osmcarto/shields/svg/trunk_9x4.svg +%%DATADIR%%/data/bitmaps/other.png +%%DATADIR%%/data/bitmaps/playa.png +%%DATADIR%%/data/bitmaps/player-time.png +%%DATADIR%%/data/bitmaps/pole_1.png +%%DATADIR%%/data/bitmaps/pole_2.png +%%DATADIR%%/data/bitmaps/redflag_22.png +%%DATADIR%%/data/bitmaps/redflag_32.png +%%DATADIR%%/data/bitmaps/river.png +%%DATADIR%%/data/bitmaps/robotic_rover.png +%%DATADIR%%/data/bitmaps/routing_pick.png +%%DATADIR%%/data/bitmaps/routing_remove.png +%%DATADIR%%/data/bitmaps/routing_step.png +%%DATADIR%%/data/bitmaps/satellite.png +%%DATADIR%%/data/bitmaps/shadowframe.png +%%DATADIR%%/data/bitmaps/shipwreck.png +%%DATADIR%%/data/bitmaps/stars/star_0_blue.png +%%DATADIR%%/data/bitmaps/stars/star_0_bluewhite.png +%%DATADIR%%/data/bitmaps/stars/star_0_garnetred.png +%%DATADIR%%/data/bitmaps/stars/star_0_orange.png +%%DATADIR%%/data/bitmaps/stars/star_0_red.png +%%DATADIR%%/data/bitmaps/stars/star_0_white.png +%%DATADIR%%/data/bitmaps/stars/star_0_yellow.png +%%DATADIR%%/data/bitmaps/stars/star_3_blue.png +%%DATADIR%%/data/bitmaps/stars/star_3_bluewhite.png +%%DATADIR%%/data/bitmaps/stars/star_3_garnetred.png +%%DATADIR%%/data/bitmaps/stars/star_3_orange.png +%%DATADIR%%/data/bitmaps/stars/star_3_red.png +%%DATADIR%%/data/bitmaps/stars/star_3_white.png +%%DATADIR%%/data/bitmaps/stars/star_3_yellow.png +%%DATADIR%%/data/bitmaps/turn-around.png +%%DATADIR%%/data/bitmaps/turn-continue.png +%%DATADIR%%/data/bitmaps/turn-end.png +%%DATADIR%%/data/bitmaps/turn-exit-left.png +%%DATADIR%%/data/bitmaps/turn-exit-right.png +%%DATADIR%%/data/bitmaps/turn-ferry.png +%%DATADIR%%/data/bitmaps/turn-left.png +%%DATADIR%%/data/bitmaps/turn-merge.png +%%DATADIR%%/data/bitmaps/turn-right.png +%%DATADIR%%/data/bitmaps/turn-roundabout-ccw-far.png +%%DATADIR%%/data/bitmaps/turn-roundabout-ccw-first.png +%%DATADIR%%/data/bitmaps/turn-roundabout-ccw-second.png +%%DATADIR%%/data/bitmaps/turn-roundabout-ccw-third.png +%%DATADIR%%/data/bitmaps/turn-roundabout-cw-far.png +%%DATADIR%%/data/bitmaps/turn-roundabout-cw-first.png +%%DATADIR%%/data/bitmaps/turn-roundabout-cw-second.png +%%DATADIR%%/data/bitmaps/turn-roundabout-cw-third.png +%%DATADIR%%/data/bitmaps/turn-sharp-left.png +%%DATADIR%%/data/bitmaps/turn-sharp-right.png +%%DATADIR%%/data/bitmaps/turn-slight-left.png +%%DATADIR%%/data/bitmaps/turn-slight-right.png +%%DATADIR%%/data/bitmaps/unmanned_hard_landing.png +%%DATADIR%%/data/bitmaps/unmanned_soft_landing.png +%%DATADIR%%/data/bitmaps/urban_area.png +%%DATADIR%%/data/bitmaps/valley.png +%%DATADIR%%/data/bitmaps/volcano_1.png +%%DATADIR%%/data/bitmaps/waypoint.png +%%DATADIR%%/data/bitmaps/wikipedia.png +%%DATADIR%%/data/credits_authors.html +%%DATADIR%%/data/credits_data.html +%%DATADIR%%/data/flags/flag_ad.svg +%%DATADIR%%/data/flags/flag_ae.svg +%%DATADIR%%/data/flags/flag_af.svg +%%DATADIR%%/data/flags/flag_ag.svg +%%DATADIR%%/data/flags/flag_ai.svg +%%DATADIR%%/data/flags/flag_al.svg +%%DATADIR%%/data/flags/flag_am.svg +%%DATADIR%%/data/flags/flag_an.svg +%%DATADIR%%/data/flags/flag_ao.svg +%%DATADIR%%/data/flags/flag_aq.svg +%%DATADIR%%/data/flags/flag_ar.svg +%%DATADIR%%/data/flags/flag_as.svg +%%DATADIR%%/data/flags/flag_at.svg +%%DATADIR%%/data/flags/flag_au.svg +%%DATADIR%%/data/flags/flag_aw.svg +%%DATADIR%%/data/flags/flag_ax.svg +%%DATADIR%%/data/flags/flag_az.svg +%%DATADIR%%/data/flags/flag_ba.svg +%%DATADIR%%/data/flags/flag_bb.svg +%%DATADIR%%/data/flags/flag_bd.svg +%%DATADIR%%/data/flags/flag_be.svg +%%DATADIR%%/data/flags/flag_bf.svg +%%DATADIR%%/data/flags/flag_bg.svg +%%DATADIR%%/data/flags/flag_bh.svg +%%DATADIR%%/data/flags/flag_bi.svg +%%DATADIR%%/data/flags/flag_bj.svg +%%DATADIR%%/data/flags/flag_bm.svg +%%DATADIR%%/data/flags/flag_bn.svg +%%DATADIR%%/data/flags/flag_bo.svg +%%DATADIR%%/data/flags/flag_br.svg +%%DATADIR%%/data/flags/flag_bs.svg +%%DATADIR%%/data/flags/flag_bt.svg +%%DATADIR%%/data/flags/flag_bv.svg +%%DATADIR%%/data/flags/flag_bw.svg +%%DATADIR%%/data/flags/flag_by.svg +%%DATADIR%%/data/flags/flag_bz.svg +%%DATADIR%%/data/flags/flag_ca.svg +%%DATADIR%%/data/flags/flag_cc.svg +%%DATADIR%%/data/flags/flag_cd.svg +%%DATADIR%%/data/flags/flag_cf.svg +%%DATADIR%%/data/flags/flag_cg.svg +%%DATADIR%%/data/flags/flag_ch.svg +%%DATADIR%%/data/flags/flag_ci.svg +%%DATADIR%%/data/flags/flag_ck.svg +%%DATADIR%%/data/flags/flag_cl.svg +%%DATADIR%%/data/flags/flag_cm.svg +%%DATADIR%%/data/flags/flag_cn.svg +%%DATADIR%%/data/flags/flag_co.svg +%%DATADIR%%/data/flags/flag_cr.svg +%%DATADIR%%/data/flags/flag_cu.svg +%%DATADIR%%/data/flags/flag_cv.svg +%%DATADIR%%/data/flags/flag_cx.svg +%%DATADIR%%/data/flags/flag_cy.svg +%%DATADIR%%/data/flags/flag_cz.svg +%%DATADIR%%/data/flags/flag_de.svg +%%DATADIR%%/data/flags/flag_dj.svg +%%DATADIR%%/data/flags/flag_dk.svg +%%DATADIR%%/data/flags/flag_dm.svg +%%DATADIR%%/data/flags/flag_do.svg +%%DATADIR%%/data/flags/flag_dz.svg +%%DATADIR%%/data/flags/flag_ec.svg +%%DATADIR%%/data/flags/flag_ee.svg +%%DATADIR%%/data/flags/flag_eg.svg +%%DATADIR%%/data/flags/flag_eh.svg +%%DATADIR%%/data/flags/flag_er.svg +%%DATADIR%%/data/flags/flag_es.svg +%%DATADIR%%/data/flags/flag_et.svg +%%DATADIR%%/data/flags/flag_fi.svg +%%DATADIR%%/data/flags/flag_fj.svg +%%DATADIR%%/data/flags/flag_fk.svg +%%DATADIR%%/data/flags/flag_fm.svg +%%DATADIR%%/data/flags/flag_fo.svg +%%DATADIR%%/data/flags/flag_fr.svg +%%DATADIR%%/data/flags/flag_ga.svg +%%DATADIR%%/data/flags/flag_gb.svg +%%DATADIR%%/data/flags/flag_gd.svg +%%DATADIR%%/data/flags/flag_ge.svg +%%DATADIR%%/data/flags/flag_gf.svg +%%DATADIR%%/data/flags/flag_gg.svg +%%DATADIR%%/data/flags/flag_gh.svg +%%DATADIR%%/data/flags/flag_gi.svg +%%DATADIR%%/data/flags/flag_gl.svg +%%DATADIR%%/data/flags/flag_gm.svg +%%DATADIR%%/data/flags/flag_gn.svg +%%DATADIR%%/data/flags/flag_gp.svg +%%DATADIR%%/data/flags/flag_gq.svg +%%DATADIR%%/data/flags/flag_gr.svg +%%DATADIR%%/data/flags/flag_gs.svg +%%DATADIR%%/data/flags/flag_gt.svg +%%DATADIR%%/data/flags/flag_gu.svg +%%DATADIR%%/data/flags/flag_gw.svg +%%DATADIR%%/data/flags/flag_gy.svg +%%DATADIR%%/data/flags/flag_hk.svg +%%DATADIR%%/data/flags/flag_hm.svg +%%DATADIR%%/data/flags/flag_hn.svg +%%DATADIR%%/data/flags/flag_hr.svg +%%DATADIR%%/data/flags/flag_ht.svg +%%DATADIR%%/data/flags/flag_hu.svg +%%DATADIR%%/data/flags/flag_id.svg +%%DATADIR%%/data/flags/flag_ie.svg +%%DATADIR%%/data/flags/flag_il.svg +%%DATADIR%%/data/flags/flag_im.svg +%%DATADIR%%/data/flags/flag_in.svg +%%DATADIR%%/data/flags/flag_io.svg +%%DATADIR%%/data/flags/flag_iq.svg +%%DATADIR%%/data/flags/flag_ir.svg +%%DATADIR%%/data/flags/flag_is.svg +%%DATADIR%%/data/flags/flag_it.svg +%%DATADIR%%/data/flags/flag_je.svg +%%DATADIR%%/data/flags/flag_jm.svg +%%DATADIR%%/data/flags/flag_jo.svg +%%DATADIR%%/data/flags/flag_jp.svg +%%DATADIR%%/data/flags/flag_ke.svg +%%DATADIR%%/data/flags/flag_kg.svg +%%DATADIR%%/data/flags/flag_kh.svg +%%DATADIR%%/data/flags/flag_ki.svg +%%DATADIR%%/data/flags/flag_km.svg +%%DATADIR%%/data/flags/flag_kn.svg +%%DATADIR%%/data/flags/flag_kp.svg +%%DATADIR%%/data/flags/flag_kr.svg +%%DATADIR%%/data/flags/flag_kw.svg +%%DATADIR%%/data/flags/flag_ky.svg +%%DATADIR%%/data/flags/flag_kz.svg +%%DATADIR%%/data/flags/flag_la.svg +%%DATADIR%%/data/flags/flag_lb.svg +%%DATADIR%%/data/flags/flag_lc.svg +%%DATADIR%%/data/flags/flag_li.svg +%%DATADIR%%/data/flags/flag_lk.svg +%%DATADIR%%/data/flags/flag_lr.svg +%%DATADIR%%/data/flags/flag_ls.svg +%%DATADIR%%/data/flags/flag_lt.svg +%%DATADIR%%/data/flags/flag_lu.svg +%%DATADIR%%/data/flags/flag_lv.svg +%%DATADIR%%/data/flags/flag_ly.svg +%%DATADIR%%/data/flags/flag_ma.svg +%%DATADIR%%/data/flags/flag_mc.svg +%%DATADIR%%/data/flags/flag_md.svg +%%DATADIR%%/data/flags/flag_me.svg +%%DATADIR%%/data/flags/flag_mg.svg +%%DATADIR%%/data/flags/flag_mh.svg +%%DATADIR%%/data/flags/flag_mk.svg +%%DATADIR%%/data/flags/flag_ml.svg +%%DATADIR%%/data/flags/flag_mm.svg +%%DATADIR%%/data/flags/flag_mn.svg +%%DATADIR%%/data/flags/flag_mo.svg +%%DATADIR%%/data/flags/flag_mp.svg +%%DATADIR%%/data/flags/flag_mq.svg +%%DATADIR%%/data/flags/flag_mr.svg +%%DATADIR%%/data/flags/flag_ms.svg +%%DATADIR%%/data/flags/flag_mt.svg +%%DATADIR%%/data/flags/flag_mu.svg +%%DATADIR%%/data/flags/flag_mv.svg +%%DATADIR%%/data/flags/flag_mw.svg +%%DATADIR%%/data/flags/flag_mx.svg +%%DATADIR%%/data/flags/flag_my.svg +%%DATADIR%%/data/flags/flag_mz.svg +%%DATADIR%%/data/flags/flag_na.svg +%%DATADIR%%/data/flags/flag_nc.svg +%%DATADIR%%/data/flags/flag_ne.svg +%%DATADIR%%/data/flags/flag_nf.svg +%%DATADIR%%/data/flags/flag_ng.svg +%%DATADIR%%/data/flags/flag_ni.svg +%%DATADIR%%/data/flags/flag_nl.svg +%%DATADIR%%/data/flags/flag_no.svg +%%DATADIR%%/data/flags/flag_np.svg +%%DATADIR%%/data/flags/flag_nr.svg +%%DATADIR%%/data/flags/flag_nu.svg +%%DATADIR%%/data/flags/flag_nz.svg +%%DATADIR%%/data/flags/flag_om.svg +%%DATADIR%%/data/flags/flag_pa.svg +%%DATADIR%%/data/flags/flag_pe.svg +%%DATADIR%%/data/flags/flag_pf.svg +%%DATADIR%%/data/flags/flag_pg.svg +%%DATADIR%%/data/flags/flag_ph.svg +%%DATADIR%%/data/flags/flag_pk.svg +%%DATADIR%%/data/flags/flag_pl.svg +%%DATADIR%%/data/flags/flag_pm.svg +%%DATADIR%%/data/flags/flag_pn.svg +%%DATADIR%%/data/flags/flag_pr.svg +%%DATADIR%%/data/flags/flag_ps.svg +%%DATADIR%%/data/flags/flag_pt.svg +%%DATADIR%%/data/flags/flag_pw.svg +%%DATADIR%%/data/flags/flag_py.svg +%%DATADIR%%/data/flags/flag_qa.svg +%%DATADIR%%/data/flags/flag_re.svg +%%DATADIR%%/data/flags/flag_ro.svg +%%DATADIR%%/data/flags/flag_rs.svg +%%DATADIR%%/data/flags/flag_ru.svg +%%DATADIR%%/data/flags/flag_rw.svg +%%DATADIR%%/data/flags/flag_sa.svg +%%DATADIR%%/data/flags/flag_sb.svg +%%DATADIR%%/data/flags/flag_sc.svg +%%DATADIR%%/data/flags/flag_sd.svg +%%DATADIR%%/data/flags/flag_se.svg +%%DATADIR%%/data/flags/flag_sg.svg +%%DATADIR%%/data/flags/flag_sh.svg +%%DATADIR%%/data/flags/flag_si.svg +%%DATADIR%%/data/flags/flag_sj.svg +%%DATADIR%%/data/flags/flag_sk.svg +%%DATADIR%%/data/flags/flag_sl.svg +%%DATADIR%%/data/flags/flag_sm.svg +%%DATADIR%%/data/flags/flag_sn.svg +%%DATADIR%%/data/flags/flag_so.svg +%%DATADIR%%/data/flags/flag_sr.svg +%%DATADIR%%/data/flags/flag_st.svg +%%DATADIR%%/data/flags/flag_sv.svg +%%DATADIR%%/data/flags/flag_sy.svg +%%DATADIR%%/data/flags/flag_sz.svg +%%DATADIR%%/data/flags/flag_tc.svg +%%DATADIR%%/data/flags/flag_td.svg +%%DATADIR%%/data/flags/flag_tf.svg +%%DATADIR%%/data/flags/flag_tg.svg +%%DATADIR%%/data/flags/flag_th.svg +%%DATADIR%%/data/flags/flag_tj.svg +%%DATADIR%%/data/flags/flag_tk.svg +%%DATADIR%%/data/flags/flag_tl.svg +%%DATADIR%%/data/flags/flag_tm.svg +%%DATADIR%%/data/flags/flag_tn.svg +%%DATADIR%%/data/flags/flag_to.svg +%%DATADIR%%/data/flags/flag_tr.svg +%%DATADIR%%/data/flags/flag_tt.svg +%%DATADIR%%/data/flags/flag_tv.svg +%%DATADIR%%/data/flags/flag_tw.svg +%%DATADIR%%/data/flags/flag_tz.svg +%%DATADIR%%/data/flags/flag_ua.svg +%%DATADIR%%/data/flags/flag_ug.svg +%%DATADIR%%/data/flags/flag_um.svg +%%DATADIR%%/data/flags/flag_us.svg +%%DATADIR%%/data/flags/flag_uy.svg +%%DATADIR%%/data/flags/flag_uz.svg +%%DATADIR%%/data/flags/flag_vc.svg +%%DATADIR%%/data/flags/flag_ve.svg +%%DATADIR%%/data/flags/flag_vg.svg +%%DATADIR%%/data/flags/flag_vi.svg +%%DATADIR%%/data/flags/flag_vn.svg +%%DATADIR%%/data/flags/flag_vu.svg +%%DATADIR%%/data/flags/flag_wf.svg +%%DATADIR%%/data/flags/flag_ws.svg +%%DATADIR%%/data/flags/flag_ye.svg +%%DATADIR%%/data/flags/flag_yt.svg +%%DATADIR%%/data/flags/flag_za.svg +%%DATADIR%%/data/flags/flag_zm.svg +%%DATADIR%%/data/flags/flag_zw.svg +%%DATADIR%%/data/landcolors.leg +%%DATADIR%%/data/legend.css +%%DATADIR%%/data/legend.html +%%DATADIR%%/data/licenses/lgpl2.txt +%%DATADIR%%/data/maps/earth/behaim1492/0/000000/000000_000000.jpg +%%DATADIR%%/data/maps/earth/behaim1492/0/000000/000000_000001.jpg +%%DATADIR%%/data/maps/earth/behaim1492/1/000000/000000_000000.jpg +%%DATADIR%%/data/maps/earth/behaim1492/1/000000/000000_000001.jpg +%%DATADIR%%/data/maps/earth/behaim1492/1/000000/000000_000002.jpg +%%DATADIR%%/data/maps/earth/behaim1492/1/000000/000000_000003.jpg +%%DATADIR%%/data/maps/earth/behaim1492/1/000001/000001_000000.jpg +%%DATADIR%%/data/maps/earth/behaim1492/1/000001/000001_000001.jpg +%%DATADIR%%/data/maps/earth/behaim1492/1/000001/000001_000002.jpg +%%DATADIR%%/data/maps/earth/behaim1492/1/000001/000001_000003.jpg +%%DATADIR%%/data/maps/earth/behaim1492/behaim1492-preview.png +%%DATADIR%%/data/maps/earth/behaim1492/behaim1492.dgml +%%DATADIR%%/data/maps/earth/behaim1492/behaim1492.kml +%%DATADIR%%/data/maps/earth/behaim1492/figuren.kml +%%DATADIR%%/data/maps/earth/behaim1492/ghillany/0/000000/000000_000000.jpg +%%DATADIR%%/data/maps/earth/behaim1492/ghillany/0/000000/000000_000001.jpg +%%DATADIR%%/data/maps/earth/behaim1492/legend.html +%%DATADIR%%/data/maps/earth/behaim1492/legend/Martin_Behaim.jpg +%%DATADIR%%/data/maps/earth/behaim1492/legend/globus.jpg +%%DATADIR%%/data/maps/earth/behaim1492/ravenstein/0/000000/000000_000000.jpg +%%DATADIR%%/data/maps/earth/behaim1492/ravenstein/0/000000/000000_000001.jpg +%%DATADIR%%/data/maps/earth/behaim1492/texte.kml +%%DATADIR%%/data/maps/earth/bluemarble/bluemarble-preview.png +%%DATADIR%%/data/maps/earth/bluemarble/bluemarble.dgml +%%DATADIR%%/data/maps/earth/bluemarble/bluemarble.jpg +%%DATADIR%%/data/maps/earth/bluemarble/legend/desert.png +%%DATADIR%%/data/maps/earth/bluemarble/legend/ice.png +%%DATADIR%%/data/maps/earth/bluemarble/legend/mountain.png +%%DATADIR%%/data/maps/earth/bluemarble/legend/vegetation.png +%%DATADIR%%/data/maps/earth/bluemarble/legend/water.png +%%DATADIR%%/data/maps/earth/citylights/citylights-preview.png +%%DATADIR%%/data/maps/earth/citylights/citylights.dgml +%%DATADIR%%/data/maps/earth/citylights/citylights.jpg +%%DATADIR%%/data/maps/earth/citylights/legend/city.png +%%DATADIR%%/data/maps/earth/citylights/legend/darkterrain.png +%%DATADIR%%/data/maps/earth/citylights/legend/lightterrain.png +%%DATADIR%%/data/maps/earth/citylights/legend/water.png +%%DATADIR%%/data/maps/earth/clouds/0/000000/000000_000000.jpg +%%DATADIR%%/data/maps/earth/clouds/0/000000/000000_000001.jpg +%%DATADIR%%/data/maps/earth/hillshading/0/0/0.png +%%DATADIR%%/data/maps/earth/openstreetmap/0/0/0.png +%%DATADIR%%/data/maps/earth/openstreetmap/Alcatraz.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Brasilia.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Church of the Holy Sepulchre.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Death Valley.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Desert breath.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Disneyland.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Dunnottar Castle.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Eiffel Tower.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Kheops Pyramid.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Klyuchevskaya Sopka.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Maree Man.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Moscow Kremlin.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Nazca Lines.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Palace Het Loo.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Palm Jumeirah.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Russell Square.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Santorini.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Shuttle Landing Facility.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Sofievka.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/St Peter's Basilica.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Stonehenge.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Sydney Opera House.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Taj Mahal.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Taranaki.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/The Great Wall of China.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/The World.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/Vesuvius.jpg +%%DATADIR%%/data/maps/earth/openstreetmap/legend.html +%%DATADIR%%/data/maps/earth/openstreetmap/legend/airportapron.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/airportrunway.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/boundary.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/bridge.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/bridleway.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/byway.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/cycleway.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/footway.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/accommodation_hotel2.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/accommodation_motel.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/amenity_court.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/amenity_firestation.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/amenity_library.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/amenity_playground.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/amenity_post_office.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/amenity_public_building.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/amenity_toilets.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/education_college.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/education_nursery.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/education_school.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/education_university.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/food_bar.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/food_biergarten.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/food_cafe.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/food_drinkingtap.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/food_fastfood.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/food_ice_cream.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/food_pub.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/food_restaurant.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/health_dentist.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/health_doctors.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/health_hospital.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/health_pharmacy.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/health_veterinary.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/money_atm.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/money_bank.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/money_currency_exchange.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/place_of_worship_christian.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/place_of_worship_unknown.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/poi_embassy.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/power_station_gas.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/shopping_alcohol.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/shopping_bakery.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/shopping_book.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/shopping_car.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/shopping_clothes.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/shopping_convenience.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/shopping_gift.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/tourist_cinema.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/tourist_monument.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/tourist_ruin.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/mapicons/tourist_theatre.p.12.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/motorway.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/primaryroad.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/railway.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/railwaystation.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/secondaryroad.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/significantbuilding.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/subway.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/summitpeak.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/track.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/tram.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/trunkroad.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/tunnel.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/unclassifiedroad.png +%%DATADIR%%/data/maps/earth/openstreetmap/legend/unsurfacedroad.png +%%DATADIR%%/data/maps/earth/openstreetmap/openstreetmap-preview.png +%%DATADIR%%/data/maps/earth/openstreetmap/openstreetmap.dgml +%%DATADIR%%/data/maps/earth/openstreetmap/tour.kml +%%DATADIR%%/data/maps/earth/plain/plain-preview.png +%%DATADIR%%/data/maps/earth/plain/plain.dgml +%%DATADIR%%/data/maps/earth/political/political-preview.png +%%DATADIR%%/data/maps/earth/political/political.dgml +%%DATADIR%%/data/maps/earth/precip-dec/precip-dec-preview.png +%%DATADIR%%/data/maps/earth/precip-dec/precip-dec.dgml +%%DATADIR%%/data/maps/earth/precip-dec/precip-dec.jpg +%%DATADIR%%/data/maps/earth/precip-july/precip-july-preview.png +%%DATADIR%%/data/maps/earth/precip-july/precip-july.dgml +%%DATADIR%%/data/maps/earth/precip-july/precip-july.jpg +%%DATADIR%%/data/maps/earth/schagen1689/legend.html +%%DATADIR%%/data/maps/earth/schagen1689/legend/lake.png +%%DATADIR%%/data/maps/earth/schagen1689/legend/mountain.png +%%DATADIR%%/data/maps/earth/schagen1689/legend/river.png +%%DATADIR%%/data/maps/earth/schagen1689/legend/schagen_orig.png +%%DATADIR%%/data/maps/earth/schagen1689/legend/schagen_title.png +%%DATADIR%%/data/maps/earth/schagen1689/legend/town.png +%%DATADIR%%/data/maps/earth/schagen1689/schagen1689-preview.png +%%DATADIR%%/data/maps/earth/schagen1689/schagen1689.dgml +%%DATADIR%%/data/maps/earth/schagen1689/schagen1689.jpg +%%DATADIR%%/data/maps/earth/srtm/0/000000/000000_000000.jpg +%%DATADIR%%/data/maps/earth/srtm/0/000000/000000_000001.jpg +%%DATADIR%%/data/maps/earth/srtm/1/000000/000000_000000.jpg +%%DATADIR%%/data/maps/earth/srtm/1/000000/000000_000001.jpg +%%DATADIR%%/data/maps/earth/srtm/1/000000/000000_000002.jpg +%%DATADIR%%/data/maps/earth/srtm/1/000000/000000_000003.jpg +%%DATADIR%%/data/maps/earth/srtm/1/000001/000001_000000.jpg +%%DATADIR%%/data/maps/earth/srtm/1/000001/000001_000001.jpg +%%DATADIR%%/data/maps/earth/srtm/1/000001/000001_000002.jpg +%%DATADIR%%/data/maps/earth/srtm/1/000001/000001_000003.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000000/000000_000000.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000000/000000_000001.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000000/000000_000002.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000000/000000_000003.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000000/000000_000004.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000000/000000_000005.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000000/000000_000006.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000000/000000_000007.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000001/000001_000000.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000001/000001_000001.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000001/000001_000002.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000001/000001_000003.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000001/000001_000004.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000001/000001_000005.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000001/000001_000006.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000001/000001_000007.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000002/000002_000000.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000002/000002_000001.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000002/000002_000002.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000002/000002_000003.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000002/000002_000004.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000002/000002_000005.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000002/000002_000006.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000002/000002_000007.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000003/000003_000000.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000003/000003_000001.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000003/000003_000002.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000003/000003_000003.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000003/000003_000004.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000003/000003_000005.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000003/000003_000006.jpg +%%DATADIR%%/data/maps/earth/srtm/2/000003/000003_000007.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000000/000000_000000.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000000/000000_000001.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000000/000000_000002.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000000/000000_000003.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000000/000000_000004.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000000/000000_000005.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000000/000000_000006.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000000/000000_000007.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000000/000000_000008.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000000/000000_000009.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000000/000000_000010.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000000/000000_000011.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000000/000000_000012.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000000/000000_000013.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000000/000000_000014.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000000/000000_000015.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000001/000001_000000.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000001/000001_000001.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000001/000001_000002.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000001/000001_000003.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000001/000001_000004.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000001/000001_000005.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000001/000001_000006.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000001/000001_000007.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000001/000001_000008.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000001/000001_000009.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000001/000001_000010.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000001/000001_000011.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000001/000001_000012.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000001/000001_000013.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000001/000001_000014.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000001/000001_000015.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000002/000002_000000.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000002/000002_000001.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000002/000002_000002.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000002/000002_000003.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000002/000002_000004.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000002/000002_000005.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000002/000002_000006.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000002/000002_000007.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000002/000002_000008.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000002/000002_000009.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000002/000002_000010.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000002/000002_000011.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000002/000002_000012.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000002/000002_000013.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000002/000002_000014.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000002/000002_000015.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000003/000003_000000.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000003/000003_000001.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000003/000003_000002.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000003/000003_000003.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000003/000003_000004.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000003/000003_000005.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000003/000003_000006.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000003/000003_000007.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000003/000003_000008.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000003/000003_000009.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000003/000003_000010.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000003/000003_000011.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000003/000003_000012.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000003/000003_000013.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000003/000003_000014.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000003/000003_000015.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000004/000004_000000.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000004/000004_000001.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000004/000004_000002.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000004/000004_000003.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000004/000004_000004.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000004/000004_000005.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000004/000004_000006.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000004/000004_000007.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000004/000004_000008.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000004/000004_000009.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000004/000004_000010.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000004/000004_000011.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000004/000004_000012.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000004/000004_000013.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000004/000004_000014.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000004/000004_000015.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000005/000005_000000.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000005/000005_000001.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000005/000005_000002.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000005/000005_000003.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000005/000005_000004.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000005/000005_000005.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000005/000005_000006.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000005/000005_000007.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000005/000005_000008.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000005/000005_000009.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000005/000005_000010.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000005/000005_000011.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000005/000005_000012.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000005/000005_000013.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000005/000005_000014.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000005/000005_000015.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000006/000006_000000.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000006/000006_000001.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000006/000006_000002.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000006/000006_000003.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000006/000006_000004.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000006/000006_000005.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000006/000006_000006.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000006/000006_000007.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000006/000006_000008.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000006/000006_000009.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000006/000006_000010.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000006/000006_000011.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000006/000006_000012.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000006/000006_000013.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000006/000006_000014.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000006/000006_000015.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000007/000007_000000.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000007/000007_000001.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000007/000007_000002.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000007/000007_000003.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000007/000007_000004.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000007/000007_000005.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000007/000007_000006.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000007/000007_000007.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000007/000007_000008.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000007/000007_000009.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000007/000007_000010.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000007/000007_000011.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000007/000007_000012.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000007/000007_000013.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000007/000007_000014.jpg +%%DATADIR%%/data/maps/earth/srtm/3/000007/000007_000015.jpg +%%DATADIR%%/data/maps/earth/srtm/srtm-preview.png +%%DATADIR%%/data/maps/earth/srtm/srtm.dgml +%%DATADIR%%/data/maps/earth/srtm2/0/000000/000000_000000.png +%%DATADIR%%/data/maps/earth/srtm2/0/000000/000000_000001.png +%%DATADIR%%/data/maps/earth/srtm2/srtm2.dgml +%%DATADIR%%/data/maps/earth/temp-dec/temp-dec-preview.png +%%DATADIR%%/data/maps/earth/temp-dec/temp-dec.dgml +%%DATADIR%%/data/maps/earth/temp-dec/temp-dec.jpg +%%DATADIR%%/data/maps/earth/temp-july/temp-july-preview.png +%%DATADIR%%/data/maps/earth/temp-july/temp-july.dgml +%%DATADIR%%/data/maps/earth/temp-july/temp-july.jpg +%%DATADIR%%/data/maps/earth/vectorosm/0/0/0.o5m +%%DATADIR%%/data/maps/earth/vectorosm/0/0/0.osm +%%DATADIR%%/data/maps/earth/vectorosm/0/0/0.osm.zip +%%DATADIR%%/data/maps/earth/vectorosm/legend.html +%%DATADIR%%/data/maps/earth/vectorosm/vectorosm-preview.png +%%DATADIR%%/data/maps/earth/vectorosm/vectorosm.dgml +%%DATADIR%%/data/maps/moon/clementine/clementine-preview.png +%%DATADIR%%/data/maps/moon/clementine/clementine.dgml +%%DATADIR%%/data/maps/moon/clementine/clementine.jpg +%%DATADIR%%/data/maps/moon/clementine/legend.html +%%DATADIR%%/data/maps/moon/clementine/tour.kml +%%DATADIR%%/data/mwdbii/DATELINE.PNT +%%DATADIR%%/data/mwdbii/PCOAST.PNT +%%DATADIR%%/data/mwdbii/PDIFFBORDER.PNT +%%DATADIR%%/data/mwdbii/PGLACIER.PNT +%%DATADIR%%/data/mwdbii/PISLAND.PNT +%%DATADIR%%/data/mwdbii/PLAKE.PNT +%%DATADIR%%/data/mwdbii/PLAKEISLAND.PNT +%%DATADIR%%/data/mwdbii/PUSA48.DIFF.PNT +%%DATADIR%%/data/mwdbii/RIVER.PNT +%%DATADIR%%/data/naturalearth/ne_50m_admin_0_boundary_lines_land.pn2 +%%DATADIR%%/data/naturalearth/ne_50m_admin_0_boundary_lines_maritime_indicator.pn2 +%%DATADIR%%/data/naturalearth/ne_50m_admin_0_breakaway_disputed_areas.pn2 +%%DATADIR%%/data/naturalearth/ne_50m_admin_0_countries.pn2 +%%DATADIR%%/data/naturalearth/ne_50m_admin_0_pacific_groupings.pn2 +%%DATADIR%%/data/naturalearth/ne_50m_admin_1_states_provinces_lines.pn2 +%%DATADIR%%/data/naturalearth/ne_50m_antarctic_ice_shelves_lines.pn2 +%%DATADIR%%/data/naturalearth/ne_50m_antarctic_ice_shelves_polys.pn2 +%%DATADIR%%/data/naturalearth/ne_50m_coastline.pn2 +%%DATADIR%%/data/naturalearth/ne_50m_glaciated_areas.pn2 +%%DATADIR%%/data/naturalearth/ne_50m_lakes.pn2 +%%DATADIR%%/data/naturalearth/ne_50m_lakes_historic.pn2 +%%DATADIR%%/data/naturalearth/ne_50m_land.pn2 +%%DATADIR%%/data/naturalearth/ne_50m_playas.pn2 +%%DATADIR%%/data/naturalearth/ne_50m_rivers_lake_centerlines.pn2 +%%DATADIR%%/data/naturalearth/ne_50m_urban_areas.pn2 +%%DATADIR%%/data/placemarks/baseplacemarks.cache +%%DATADIR%%/data/placemarks/boundaryplacemarks.cache +%%DATADIR%%/data/placemarks/cityplacemarks.cache +%%DATADIR%%/data/placemarks/elevplacemarks.cache +%%DATADIR%%/data/placemarks/moonlandingsites.cache +%%DATADIR%%/data/placemarks/moonterrain.cache +%%DATADIR%%/data/placemarks/otherplacemarks.cache +%%DATADIR%%/data/precipcolors.leg +%%DATADIR%%/data/seacolors.leg +%%DATADIR%%/data/stars/constellations.dat +%%DATADIR%%/data/stars/deepsky.png +%%DATADIR%%/data/stars/dso.dat +%%DATADIR%%/data/stars/names.csv +%%DATADIR%%/data/stars/stars.dat +%%DATADIR%%/data/svg/application-x-marble-gray.png +%%DATADIR%%/data/svg/application-x-marble.png +%%DATADIR%%/data/svg/application-x-marble.svg +%%DATADIR%%/data/svg/bookmark.svg +%%DATADIR%%/data/svg/coordinate.svg +%%DATADIR%%/data/svg/glow.png +%%DATADIR%%/data/svg/lunarmap.svg +%%DATADIR%%/data/svg/marble-logo-32dpi.png +%%DATADIR%%/data/svg/marble-logo-72dpi.png +%%DATADIR%%/data/svg/marble-logo-inverted-32dpi.png +%%DATADIR%%/data/svg/marble-logo-inverted-72dpi.png +%%DATADIR%%/data/svg/marble-logo.png +%%DATADIR%%/data/svg/marble-logo.svg +%%DATADIR%%/data/svg/marsmap.svg +%%DATADIR%%/data/svg/moon.png +%%DATADIR%%/data/svg/osmcarto/svg/airtransport/aerodrome.svg +%%DATADIR%%/data/svg/osmcarto/svg/airtransport/helipad.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/archaeological_site.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/atm.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/bank.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/bar.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/biergarten.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/cafe.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/cinema.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/community_centre-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/courthouse-16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/drinking_water.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/emergency_phone.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/fast_food.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/firestation.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/fountain-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/information.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/library.20.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/monument.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/museum.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/nightclub.18.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/picnic.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/playground.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/police.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/post_box-12.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/post_office-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/prison.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/pub.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/recycling.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/restaurant.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/shelter-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/telephone.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/theatre.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/toilets.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/tourist_memorial.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/town_hall.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/viewpoint.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/water_park.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/water_tower.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/amenity/windmill.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/black/buddhist.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/black/christian.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/black/hinduist.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/black/jewish.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/black/muslim.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/black/place_of_worship.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/black/power_wind-16.svg +%%DATADIR%%/data/svg/osmcarto/svg/black/shintoist.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/black/sikhist.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/black/taoist.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/health/dentist.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/health/doctors.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/health/hospital.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/health/pharmacy.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/health/veterinary-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/individual/bench.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/individual/entrance.10.svg +%%DATADIR%%/data/svg/osmcarto/svg/individual/gate.svg +%%DATADIR%%/data/svg/osmcarto/svg/individual/level_crossing.svg +%%DATADIR%%/data/svg/osmcarto/svg/individual/level_crossing2.svg +%%DATADIR%%/data/svg/osmcarto/svg/individual/liftgate.svg +%%DATADIR%%/data/svg/osmcarto/svg/individual/mini_roundabout.svg +%%DATADIR%%/data/svg/osmcarto/svg/individual/peak.svg +%%DATADIR%%/data/svg/osmcarto/svg/individual/power_tower.svg +%%DATADIR%%/data/svg/osmcarto/svg/individual/power_tower_small.svg +%%DATADIR%%/data/svg/osmcarto/svg/individual/railway_station.svg +%%DATADIR%%/data/svg/osmcarto/svg/individual/saddle.svg +%%DATADIR%%/data/svg/osmcarto/svg/individual/spring.svg +%%DATADIR%%/data/svg/osmcarto/svg/individual/square.svg +%%DATADIR%%/data/svg/osmcarto/svg/individual/traffic_light.svg +%%DATADIR%%/data/svg/osmcarto/svg/individual/tree-16.svg +%%DATADIR%%/data/svg/osmcarto/svg/individual/tree-29-autumn.svg +%%DATADIR%%/data/svg/osmcarto/svg/individual/tree-29-winter.svg +%%DATADIR%%/data/svg/osmcarto/svg/individual/tree-29.svg +%%DATADIR%%/data/svg/osmcarto/svg/individual/waste_basket.10.svg +%%DATADIR%%/data/svg/osmcarto/svg/manmade/communications.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/manmade/hunting-stand.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/place/place-4-z7.svg +%%DATADIR%%/data/svg/osmcarto/svg/place/place-4.svg +%%DATADIR%%/data/svg/osmcarto/svg/place/place-6-z7.svg +%%DATADIR%%/data/svg/osmcarto/svg/place/place-6.svg +%%DATADIR%%/data/svg/osmcarto/svg/place/place-capital-6.svg +%%DATADIR%%/data/svg/osmcarto/svg/place/place-capital-8.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/bag-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/beauty-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/beverages-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/butcher-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/car_parts-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/chemist-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/computer-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/confectionery-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/department_store-16.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/florist.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/garden_centre-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/greengrocer-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/hifi-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/ice-cream-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/kiosk-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/laundry-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/motorcycle-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/musical_instrument-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/newsagent-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/outdoor-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/perfumery-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/photo-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/seafood-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/shop-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/shop_alcohol.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/shop_bakery.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/shop_bicycle.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/shop_books.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/shop_car.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/shop_clothes.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/shop_convenience.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/shop_diy.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/shop_electronics.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/shop_furniture.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/shop_gift.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/shop_hairdresser.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/shop_jewelry.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/shop_mobile_phone.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/shop_optician.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/shop_pet.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/shop_shoes.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/shop_supermarket.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/shopping_car_repair.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/stationery-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/toys-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/travel_agency-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/shop/variety_store-14.svg +%%DATADIR%%/data/svg/osmcarto/svg/transportation/alpinehut.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/transportation/bicycle_parking.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/transportation/bus_station.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/transportation/bus_stop.12.svg +%%DATADIR%%/data/svg/osmcarto/svg/transportation/camping.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/transportation/car_share.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/transportation/caravan_park.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/transportation/elevator-12.svg +%%DATADIR%%/data/svg/osmcarto/svg/transportation/embassy.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/transportation/ford.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/transportation/fuel.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/transportation/guest_house.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/transportation/hostel.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/transportation/hotel.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/transportation/lighthouse.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/transportation/motel.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/transportation/motorcycle_parking.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/transportation/parking.svg +%%DATADIR%%/data/svg/osmcarto/svg/transportation/rental_bicycle.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/transportation/rental_car.16.svg +%%DATADIR%%/data/svg/osmcarto/svg/transportation/subway_entrance.svg +%%DATADIR%%/data/svg/osmcarto/svg/transportation/taxi.16.svg +%%DATADIR%%/data/svg/sun.png +%%DATADIR%%/data/svg/sunshine.png +%%DATADIR%%/data/svg/track_turtle.svg +%%DATADIR%%/data/svg/wikipedia.svg +%%DATADIR%%/data/svg/wikipedia_shadow.svg +%%DATADIR%%/data/svg/worldmap.svg +%%DATADIR%%/data/tempcolors.leg +%%DATADIR%%/data/weather/bbc-stations.xml +%%DATADIR%%/data/weather/weather-clear-night.png +%%DATADIR%%/data/weather/weather-clear.png +%%DATADIR%%/data/weather/weather-clouds-night.png +%%DATADIR%%/data/weather/weather-clouds.png +%%DATADIR%%/data/weather/weather-few-clouds-night.png +%%DATADIR%%/data/weather/weather-few-clouds.png +%%DATADIR%%/data/weather/weather-hail.png +%%DATADIR%%/data/weather/weather-many-clouds.png +%%DATADIR%%/data/weather/weather-mist.png +%%DATADIR%%/data/weather/weather-none-available.png +%%DATADIR%%/data/weather/weather-showers-day.png +%%DATADIR%%/data/weather/weather-showers-night.png +%%DATADIR%%/data/weather/weather-showers-scattered-day.png +%%DATADIR%%/data/weather/weather-showers-scattered-night.png +%%DATADIR%%/data/weather/weather-showers-scattered.png +%%DATADIR%%/data/weather/weather-showers.png +%%DATADIR%%/data/weather/weather-snow-rain.png +%%DATADIR%%/data/weather/weather-snow-scattered-day.png +%%DATADIR%%/data/weather/weather-snow-scattered-night.png +%%DATADIR%%/data/weather/weather-snow-scattered.png +%%DATADIR%%/data/weather/weather-snow.png +%%DATADIR%%/data/weather/weather-storm-day.png +%%DATADIR%%/data/weather/weather-storm-night.png +%%DATADIR%%/data/weather/weather-storm.png +%%DATADIR%%/data/weather/wind-arrows.svgz +share/metainfo/org.kde.marble.appdata.xml share/mime/packages/geo.xml +share/plasma/plasmoids/org.kde.plasma.worldclock/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.worldclock/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.worldclock/contents/ui/configMapDisplay.qml +share/plasma/plasmoids/org.kde.plasma.worldclock/contents/ui/configTimeZones.qml +share/plasma/plasmoids/org.kde.plasma.worldclock/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.worldclock/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.worldclock/metadata.json +share/plasma/wallpapers/org.kde.plasma.wallpaper.worldmap/contents/config/main.xml +share/plasma/wallpapers/org.kde.plasma.wallpaper.worldmap/contents/ui/config.qml +share/plasma/wallpapers/org.kde.plasma.wallpaper.worldmap/contents/ui/main.qml +share/plasma/wallpapers/org.kde.plasma.wallpaper.worldmap/metadata.desktop +share/plasma/wallpapers/org.kde.plasma.wallpaper.worldmap/metadata.json Index: audio/Makefile =================================================================== --- audio/Makefile +++ audio/Makefile @@ -609,6 +609,7 @@ SUBDIR += picard SUBDIR += pidgin-musictracker SUBDIR += pithos + SUBDIR += plasma5-plasma-pa SUBDIR += play SUBDIR += playgsf SUBDIR += playmidi Index: audio/audiocd-kio/Makefile =================================================================== --- audio/audiocd-kio/Makefile +++ audio/audiocd-kio/Makefile @@ -1,10 +1,9 @@ +# Created by: tcberner # $FreeBSD$ -PORTNAME= kio-audiocd -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 -CATEGORIES= audio kde kde-kde4 -DISTNAME= audiocd-kio-${PORTVERSION} +PORTNAME= audiocd-kio +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= audio kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE IOSlave for accessing audio CDs @@ -14,12 +13,14 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ libcdda_paranoia.so:audio/cdparanoia \ libogg.so:audio/libogg \ - libvorbis.so:audio/libvorbis + libvorbis.so:audio/libvorbis \ + libKF5Cddb.so:audio/libkcddb-kf5 \ + libKF5CompactDisc.so:audio/libkcompactdisc-kf5 + +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build core qmake_build -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkcddb libkcompactdisc \ - automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes OPTIONS_DEFINE= LAME Index: audio/audiocd-kio/distinfo =================================================================== --- audio/audiocd-kio/distinfo +++ audio/audiocd-kio/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/audiocd-kio-4.14.3.tar.xz) = 635c017fe2d24d26442138913cadf29a1bd7de05828bd8471b8512fb2987e214 -SIZE (KDE/4.14.3/audiocd-kio-4.14.3.tar.xz) = 51648 +TIMESTAMP = 1486501515 +SHA256 (KDE/applications/16.12.2/audiocd-kio-16.12.2.tar.xz) = eaf5434602455afb00b026e3c1241a092edb96e96c9aa999d3695f6703ce8fa0 +SIZE (KDE/applications/16.12.2/audiocd-kio-16.12.2.tar.xz) = 53600 Index: audio/audiocd-kio/files/patch-audiocd.cpp =================================================================== --- audio/audiocd-kio/files/patch-audiocd.cpp +++ audio/audiocd-kio/files/patch-audiocd.cpp @@ -0,0 +1,43 @@ +--- audiocd.cpp.orig 2010-06-06 08:15:20.000000000 -0400 ++++ audiocd.cpp 2010-06-06 08:18:01.000000000 -0400 +@@ -229,20 +229,21 @@ + // name associated with the device, which throws the rest of audiocd + // for a loop. + // ++ QString devname; + if ( !(drive->dev) || (COOKED_IOCTL == drive->interface) ) + { + // For ATAPI devices, we have no real choice. Use the + // user selected value, even if there is none. + // + kWarning(7117) << "Found an ATAPI device, assuming it is the one specified by the user."; +- cd->setDevice( drive->cdda_device_name ); ++ devname = drive->cdda_device_name; + } + else + { + kDebug(7117) << "Found a SCSI or ATAPICAM device."; + if ( strlen(drive->dev->device_path) > 0 ) + { +- cd->setDevice( drive->dev->device_path ); ++ devname = drive->dev->device_path; + } + else + { +@@ -250,13 +251,14 @@ + // circumstances, so build a representation from + // the unit number and SCSI device name. + // +- QString devname = QString::fromLatin1( "/dev/%1%2" ) ++ devname = QString::fromLatin1( "/dev/%1%2" ) + .arg( drive->dev->given_dev_name ) + .arg( drive->dev->given_unit_number ) ; + kDebug(7117) << " Using derived name " << devname; +- cd->setDevice( devname ); + } + } ++ if ( cd->deviceName() != devname ) ++ cd->setDevice( devname ); + #else + #ifdef __GNUC__ + #warning audiocd ioslave is not going to work for you Index: audio/audiocd-kio/pkg-plist =================================================================== --- audio/audiocd-kio/pkg-plist +++ audio/audiocd-kio/pkg-plist @@ -1,18 +1,18 @@ -include/kde4/audiocdencoder.h -lib/kde4/kcm_audiocd.so -lib/kde4/kio_audiocd.so -lib/kde4/libaudiocd_encoder_flac.so -lib/kde4/libaudiocd_encoder_lame.so -lib/kde4/libaudiocd_encoder_wav.so +include/audiocdencoder.h +include/audiocdplugins_export.h lib/libaudiocdplugins.so -lib/libaudiocdplugins.so.4 -lib/libaudiocdplugins.so.%%KDE4_GENERIC_LIB_VERSION%% -share/apps/konqsidebartng/virtual_folders/services/audiocd.desktop -share/apps/solid/actions/solid_audiocd.desktop +lib/libaudiocdplugins.so.5 +lib/libaudiocdplugins.so.5.0.0 +%%QT_PLUGINDIR%%/libaudiocd_encoder_flac.so +%%QT_PLUGINDIR%%/libaudiocd_encoder_lame.so +%%QT_PLUGINDIR%%/libaudiocd_encoder_wav.so +%%QT_PLUGINDIR%%/libkcm_audiocd.so +%%QT_PLUGINDIR%%/libkio_audiocd.so share/config.kcfg/audiocd_flac_encoder.kcfg share/config.kcfg/audiocd_lame_encoder.kcfg -share/doc/HTML/en/kioslave/audiocd/common -share/doc/HTML/en/kioslave/audiocd/index.cache.bz2 -share/doc/HTML/en/kioslave/audiocd/index.docbook -share/kde4/services/audiocd.desktop -share/kde4/services/audiocd.protocol +share/doc/HTML/en/kioslave5/audiocd/index.cache.bz2 +share/doc/HTML/en/kioslave5/audiocd/index.docbook +share/konqsidebartng/virtual_folders/services/audiocd.desktop +share/kservices5/audiocd.desktop +share/kservices5/audiocd.protocol +share/solid/actions/solid_audiocd.desktop Index: audio/juk/Makefile =================================================================== --- audio/juk/Makefile +++ audio/juk/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= juk -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= audio kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= audio kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Jukebox, tagger and music collection manager Index: audio/juk/distinfo =================================================================== --- audio/juk/distinfo +++ audio/juk/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/juk-4.14.3.tar.xz) = 03f517c9b389ebd8a0bd153c5c0400682c34089ce102e92e4f4cad46c606bb09 -SIZE (KDE/4.14.3/juk-4.14.3.tar.xz) = 439436 +TIMESTAMP = 1486501515 +SHA256 (KDE/applications/16.12.2/juk-16.12.2.tar.xz) = 2cd8d1c557d2d0778564d048ac45fe8fb66e56c6eef4e142ea153fd53fd0a390 +SIZE (KDE/applications/16.12.2/juk-16.12.2.tar.xz) = 446228 Index: audio/juk/pkg-plist =================================================================== --- audio/juk/pkg-plist +++ audio/juk/pkg-plist @@ -1,6 +1,5 @@ bin/juk -share/appdata/juk.appdata.xml -share/applications/kde4/juk.desktop +share/applications/kde4/org.kde.juk.desktop share/apps/juk/juk.notifyrc share/apps/juk/jukui-rtl.rc share/apps/juk/jukui.rc @@ -28,3 +27,4 @@ share/icons/hicolor/48x48/apps/juk.png share/icons/hicolor/64x64/apps/juk.png share/kde4/services/ServiceMenus/jukservicemenu.desktop +share/metainfo/org.kde.juk.appdata.xml Index: audio/kio-audiocd/Makefile =================================================================== --- audio/kio-audiocd/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# $FreeBSD$ - -PORTNAME= kio-audiocd -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 -CATEGORIES= audio kde kde-kde4 -DISTNAME= audiocd-kio-${PORTVERSION} - -MAINTAINER= kde@FreeBSD.org -COMMENT= KDE IOSlave for accessing audio CDs - -LICENSE= GPLv2 - -LIB_DEPENDS= libFLAC.so:audio/flac \ - libcdda_paranoia.so:audio/cdparanoia \ - libogg.so:audio/libogg \ - libvorbis.so:audio/libvorbis - -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkcddb libkcompactdisc \ - automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build -USE_LDCONFIG= yes - -OPTIONS_DEFINE= LAME -LAME_DESC= Install LAME MP3 audio encoder -LAME_RUN_DEPENDS= lame:audio/lame - -.include Index: audio/kio-audiocd/distinfo =================================================================== --- audio/kio-audiocd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/4.14.3/audiocd-kio-4.14.3.tar.xz) = 635c017fe2d24d26442138913cadf29a1bd7de05828bd8471b8512fb2987e214 -SIZE (KDE/4.14.3/audiocd-kio-4.14.3.tar.xz) = 51648 Index: audio/kio-audiocd/files/patch-audiocd.cpp =================================================================== --- audio/kio-audiocd/files/patch-audiocd.cpp +++ /dev/null @@ -1,43 +0,0 @@ ---- audiocd.cpp.orig 2014-10-09 07:07:27 UTC -+++ audiocd.cpp -@@ -228,20 +228,21 @@ static void setDeviceToCd(KCompactDisc * - // name associated with the device, which throws the rest of audiocd - // for a loop. - // -+ QString devname; - if ( !(drive->dev) || (COOKED_IOCTL == drive->interface) ) - { - // For ATAPI devices, we have no real choice. Use the - // user selected value, even if there is none. - // - kWarning(7117) << "Found an ATAPI device, assuming it is the one specified by the user."; -- cd->setDevice( drive->cdda_device_name ); -+ devname = drive->cdda_device_name; - } - else - { - kDebug(7117) << "Found a SCSI or ATAPICAM device."; - if ( strlen(drive->dev->device_path) > 0 ) - { -- cd->setDevice( drive->dev->device_path ); -+ devname = drive->dev->device_path; - } - else - { -@@ -249,13 +250,14 @@ static void setDeviceToCd(KCompactDisc * - // circumstances, so build a representation from - // the unit number and SCSI device name. - // -- QString devname = QString::fromLatin1( "/dev/%1%2" ) -+ devname = QString::fromLatin1( "/dev/%1%2" ) - .arg( drive->dev->given_dev_name ) - .arg( drive->dev->given_unit_number ) ; - kDebug(7117) << " Using derived name " << devname; -- cd->setDevice( devname ); - } - } -+ if ( cd->deviceName() != devname ) -+ cd->setDevice( devname ); - #else - #ifdef __GNUC__ - #warning audiocd ioslave is not going to work for you Index: audio/kio-audiocd/pkg-descr =================================================================== --- audio/kio-audiocd/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -KDE IOSlave for accessing audio CDs. - -WWW: http://www.kde.org/ Index: audio/kio-audiocd/pkg-plist =================================================================== --- audio/kio-audiocd/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -include/kde4/audiocdencoder.h -lib/kde4/kcm_audiocd.so -lib/kde4/kio_audiocd.so -lib/kde4/libaudiocd_encoder_flac.so -lib/kde4/libaudiocd_encoder_lame.so -lib/kde4/libaudiocd_encoder_wav.so -lib/libaudiocdplugins.so -lib/libaudiocdplugins.so.4 -lib/libaudiocdplugins.so.%%KDE4_GENERIC_LIB_VERSION%% -share/apps/konqsidebartng/virtual_folders/services/audiocd.desktop -share/apps/solid/actions/solid_audiocd.desktop -share/config.kcfg/audiocd_flac_encoder.kcfg -share/config.kcfg/audiocd_lame_encoder.kcfg -share/doc/HTML/en/kioslave/audiocd/common -share/doc/HTML/en/kioslave/audiocd/index.cache.bz2 -share/doc/HTML/en/kioslave/audiocd/index.docbook -share/kde4/services/audiocd.desktop -share/kde4/services/audiocd.protocol Index: audio/kmix/Makefile =================================================================== --- audio/kmix/Makefile +++ audio/kmix/Makefile @@ -2,23 +2,30 @@ # $FreeBSD$ PORTNAME= kmix -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= audio kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= audio kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Sound mixer for KDE LICENSE= GPLv2 -USES= cmake:outsource kde:4 tar:xz -USE_KDE= automoc4 kdelibs -USE_QT4= gui phonon xml \ - moc_build qmake_build rcc_build uic_build +LIB_DEPENDS= libasound.so:audio/alsa-lib -OPTIONS_DEFINE= ALSA PULSEAUDIO - -ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib -ALSA_EXTRA_PATCHES_OFF= ${FILESDIR}/extrapatch-no_alsa +USES= cmake:outsource gettext kde:5 tar:xz +USE_QT5= buildtools_build core gui qmake_build +USE_KDE= configwidgets dbusaddons ecm emoticons globalaccel i18n \ + iconthemes init itemmodels itemviews kcmutils kdelibs4support \ + plasma-framework xmlgui + +# we want the KF5 version of kmix +CMAKE_ARGS= -DKMIX_KF5_BUILD:BOOL=TRUE + +OPTIONS_DEFINE= PULSEAUDIO +# TODO: readd ALSA option +# +# ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib +# ALSA_EXTRA_PATCHES_OFF= ${FILESDIR}/extrapatch-no_alsa PULSEAUDIO_LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libpulse.so:audio/pulseaudio Index: audio/kmix/distinfo =================================================================== --- audio/kmix/distinfo +++ audio/kmix/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kmix-4.14.3.tar.xz) = d7dd97ad5ee005fa039696d88ce21a6ede2b5d795001f1d023899f5a848b6e94 -SIZE (KDE/4.14.3/kmix-4.14.3.tar.xz) = 379220 +TIMESTAMP = 1486501516 +SHA256 (KDE/applications/16.12.2/kmix-16.12.2.tar.xz) = 1f163ea62341199ccf0f0c13faaca849c51ea5a29dd7eabaab4ab1b7e4880de9 +SIZE (KDE/applications/16.12.2/kmix-16.12.2.tar.xz) = 388780 Index: audio/kmix/files/extrapatch-no_alsa =================================================================== --- audio/kmix/files/extrapatch-no_alsa +++ /dev/null @@ -1,20 +0,0 @@ ---- CMakeLists.txt.orig 2014-07-16 08:24:17 UTC -+++ CMakeLists.txt -@@ -9,7 +9,7 @@ include(MacroLibrary) - # Do not yet REQUIRE Phonon. Hint: As long as we do not find_package(), ${KDE4_PHONON_LIBS} will be empty below, but that should not hurt. - #find_package(Phonon REQUIRED) - --find_package(Alsa) -+find_file(CONFIG_ALSA_H_CMAKE config-alsa.h.cmake ${CMAKE_MODULE_PATH}) - - set(PA_VER "0.9.16") - macro_optional_find_package(PulseAudio "${PA_VER}") -@@ -20,7 +20,7 @@ macro_optional_find_package(Canberra) - macro_log_feature(CANBERRA_FOUND "libcanberra" "libcanberra audio library" - "http://0pointer.de/lennart/projects/libcanberra/" FALSE "" "libcanberra is needed for kmix sound feedback") - --alsa_configure_file(${CMAKE_BINARY_DIR}/config-alsa.h) -+configure_file(${CONFIG_ALSA_H_CMAKE} ${CMAKE_BINARY_DIR}/config-alsa.h) - - - add_definitions (${QT_DEFINITIONS} ${QT_QTDBUS_DEFINITIONS} ${KDE4_DEFINITIONS} ) Index: audio/kmix/files/patch-backends_mixer__oss.cpp =================================================================== --- audio/kmix/files/patch-backends_mixer__oss.cpp +++ /dev/null @@ -1,25 +0,0 @@ -kmix assumes volume range 1:100 for oss mixer instead of 0:100. - -See https://bugs.kde.org/344468 -and https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=184996 - ---- backends/mixer_oss.cpp.orig 2014-07-16 08:24:17 UTC -+++ backends/mixer_oss.cpp -@@ -146,7 +146,7 @@ int Mixer_OSS::open() - { - if( devmask & ( 1 << idx ) ) // device active? - { -- Volume playbackVol( 100, 1, true, false ); -+ Volume playbackVol( 100, 0, true, false ); - playbackVol.addVolumeChannel(VolumeChannel(Volume::LEFT)); - if ( stereodevs & ( 1 << idx ) ) - playbackVol.addVolumeChannel(VolumeChannel(Volume::RIGHT)); -@@ -163,7 +163,7 @@ int Mixer_OSS::open() - // Tutorial: Howto add a simple capture switch - if ( recmask & ( 1 << idx ) ) { - // can be captured => add capture volume, with no capture volume -- Volume captureVol( 100, 1, true, true ); -+ Volume captureVol( 100, 0, true, true ); - md->addCaptureVolume(captureVol); - } - Index: audio/kmix/files/patch-mixer_oss =================================================================== --- /dev/null +++ audio/kmix/files/patch-mixer_oss @@ -0,0 +1,25 @@ +kmix assumes volume range 1:100 for oss mixer instead of 0:100. + +See https://bugs.kde.org/344468 +and https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=184996 + +--- backends/mixer_oss.cpp.orig 2014-07-16 08:24:17 UTC ++++ backends/mixer_oss.cpp +@@ -146,7 +146,7 @@ int Mixer_OSS::open() + { + if( devmask & ( 1 << idx ) ) // device active? + { +- Volume playbackVol( 100, 1, true, false ); ++ Volume playbackVol( 100, 0, true, false ); + playbackVol.addVolumeChannel(VolumeChannel(Volume::LEFT)); + if ( stereodevs & ( 1 << idx ) ) + playbackVol.addVolumeChannel(VolumeChannel(Volume::RIGHT)); +@@ -163,7 +163,7 @@ int Mixer_OSS::open() + // Tutorial: Howto add a simple capture switch + if ( recmask & ( 1 << idx ) ) { + // can be captured => add capture volume, with no capture volume +- Volume captureVol( 100, 1, true, true ); ++ Volume captureVol( 100, 0, true, true ); + md->addCaptureVolume(captureVol); + } + Index: audio/kmix/pkg-plist =================================================================== --- audio/kmix/pkg-plist +++ audio/kmix/pkg-plist @@ -1,56 +1,49 @@ bin/kmix bin/kmixctrl bin/kmixremote -lib/kde4/kded_kmixd.so -lib/kde4/plasma_engine_mixer.so -lib/libkdeinit4_kmix.so -lib/libkdeinit4_kmixctrl.so -share/applications/kde4/kmix.desktop -share/apps/kmix/kmixui.rc -share/apps/kmix/pics/kmixdocked.png -share/apps/kmix/pics/kmixdocked_error.png -share/apps/kmix/pics/kmixdocked_mute.png -share/apps/kmix/pics/mixer-ac97.png -share/apps/kmix/pics/mixer-capture.png -share/apps/kmix/pics/mixer-cd.png -share/apps/kmix/pics/mixer-digital.png -share/apps/kmix/pics/mixer-front.png -share/apps/kmix/pics/mixer-headset.png -share/apps/kmix/pics/mixer-lfe.png -share/apps/kmix/pics/mixer-line.png -share/apps/kmix/pics/mixer-master.png -share/apps/kmix/pics/mixer-microphone.png -share/apps/kmix/pics/mixer-midi.png -share/apps/kmix/pics/mixer-pcm-default.png -share/apps/kmix/pics/mixer-pcm.png -share/apps/kmix/pics/mixer-surround.png -share/apps/kmix/pics/mixer-video.png -share/apps/kmix/profiles/ALSA.TerraTec_DMX6Fire.1.default.xml -share/apps/kmix/profiles/ALSA.capture.xml -share/apps/kmix/profiles/ALSA.default.xml -share/apps/kmix/profiles/ALSA.playback.xml -share/apps/kmix/profiles/OSS.default.xml -share/apps/plasma/services/mixer.operations -share/autostart/kmix_autostart.desktop -share/autostart/restore_kmix_volumes.desktop +etc/xdg/autostart/kmix_autostart.desktop +etc/xdg/autostart/restore_kmix_volumes.desktop +lib/libkdeinit5_kmix.so +lib/libkdeinit5_kmixctrl.so +%%QT_PLUGINDIR%%/libkded_kmixd.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_mixer.so +share/applications/kmix.desktop share/dbus-1/interfaces/org.kde.kmix.control.xml share/dbus-1/interfaces/org.kde.kmix.mixer.xml share/dbus-1/interfaces/org.kde.kmix.mixset.xml -share/doc/HTML/en/kmix/common -share/doc/HTML/en/kmix/index.cache.bz2 -share/doc/HTML/en/kmix/index.docbook -share/doc/HTML/en/kmix/kmix-configure-general.png -share/doc/HTML/en/kmix/kmix-configure-sound-menu.png -share/doc/HTML/en/kmix/kmix-configure-start.png -share/doc/HTML/en/kmix/kmix-file.png -share/doc/HTML/en/kmix/kmix-master.png -share/doc/HTML/en/kmix/kmix-options.png -share/doc/HTML/en/kmix/kmix.png -share/icons/hicolor/128x128/apps/kmix.png -share/icons/hicolor/16x16/apps/kmix.png -share/icons/hicolor/32x32/apps/kmix.png -share/icons/hicolor/48x48/apps/kmix.png -share/icons/hicolor/64x64/apps/kmix.png -share/kde4/services/kded/kmixd.desktop -share/kde4/services/kmixctrl_restore.desktop -share/kde4/services/plasma-engine-mixer.desktop +share/icons/hicolor/128x128/actions/kmix.png +share/icons/hicolor/16x16/actions/kmix.png +share/icons/hicolor/32x32/actions/kmix.png +share/icons/hicolor/48x48/actions/kmix.png +share/icons/hicolor/64x64/actions/kmix.png +share/kservices5/plasma-dataengine-mixer.desktop +share/kxmlgui5/kmix/kmixui.rc +share/plasma/services/mixer.operations +%%DATADIR%%/pics/kmixdocked.png +%%DATADIR%%/pics/kmixdocked_error.png +%%DATADIR%%/pics/kmixdocked_mute.png +%%DATADIR%%/pics/mixer-ac97.png +%%DATADIR%%/pics/mixer-capture.png +%%DATADIR%%/pics/mixer-cd.png +%%DATADIR%%/pics/mixer-digital.png +%%DATADIR%%/pics/mixer-front.png +%%DATADIR%%/pics/mixer-headset.png +%%DATADIR%%/pics/mixer-lfe.png +%%DATADIR%%/pics/mixer-line.png +%%DATADIR%%/pics/mixer-master.png +%%DATADIR%%/pics/mixer-microphone.png +%%DATADIR%%/pics/mixer-midi.png +%%DATADIR%%/pics/mixer-pcm-default.png +%%DATADIR%%/pics/mixer-pcm.png +%%DATADIR%%/pics/mixer-surround.png +%%DATADIR%%/pics/mixer-video.png +%%DATADIR%%/profiles/ALSA.TerraTec_DMX6Fire.1.default.xml +%%DATADIR%%/profiles/ALSA.capture.xml +%%DATADIR%%/profiles/ALSA.default.xml +%%DATADIR%%/profiles/ALSA.playback.xml +%%DATADIR%%/profiles/MPRIS2.default.xml +%%DATADIR%%/profiles/OSS.default.xml +%%DATADIR%%/profiles/PulseAudio.default.xml +%%DATADIR%%/profiles/SUNAudio.default.xml +share/kservices5/kded/kmixd.desktop +share/kservices5/kmixctrl_restore.desktop Index: audio/kscd/Makefile =================================================================== --- audio/kscd/Makefile +++ audio/kscd/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= kscd -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= audio kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= audio kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= CD Player for KDE @@ -16,9 +16,4 @@ USE_KDE= kdelibs automoc4 USE_QT4= phonon moc_build qmake_build rcc_build uic_build -OPTIONS_DEFINE= ALSA - -ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib -ALSA_EXTRA_PATCHES_OFF= ${FILESDIR}/extrapatch-no_alsa - .include Index: audio/kscd/distinfo =================================================================== --- audio/kscd/distinfo +++ audio/kscd/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kscd-4.14.3.tar.xz) = cd2cb429d1d643b5ff0e384cf3a89e4fa29a2b7dd8cdfae0da5793758d87cc06 -SIZE (KDE/4.14.3/kscd-4.14.3.tar.xz) = 92428 +TIMESTAMP = 1486501516 +SHA256 (KDE/applications/16.12.2/kscd-16.12.2.tar.xz) = a05e058081bbaeb198cc323c04e447edce33d06ad788729dbc28e470b9632ff0 +SIZE (KDE/applications/16.12.2/kscd-16.12.2.tar.xz) = 93056 Index: audio/libkcddb/Makefile =================================================================== --- audio/libkcddb/Makefile +++ audio/libkcddb/Makefile @@ -1,19 +1,21 @@ -# Created by: Raphael Kubo da Costa +# Created by: tcberner # $FreeBSD$ PORTNAME= libkcddb -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 -CATEGORIES= audio kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= audio kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE CDDB library LIB_DEPENDS= libmusicbrainz5.so:audio/libmusicbrainz5 -USES= cmake:outsource kde:4 tar:xz -USE_KDE= automoc4 kdelibs -USE_QT4= qtestlib moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= auth codecs completion config configwidgets \ + coreaddons ecm i18n jobwidgets kio service \ + widgetsaddons +USE_QT5= core gui network widgets xml \ + buildtools_build qmake_build USE_LDCONFIG= yes .include Index: audio/libkcddb/distinfo =================================================================== --- audio/libkcddb/distinfo +++ audio/libkcddb/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/libkcddb-4.14.3.tar.xz) = c1e65df44c30659c32dfff0f18e167c9a9679549f0172aa8ca04d27247793577 -SIZE (KDE/4.14.3/libkcddb-4.14.3.tar.xz) = 157824 +TIMESTAMP = 1486501516 +SHA256 (KDE/applications/16.12.2/libkcddb-16.12.2.tar.xz) = 0279509f55eb63be8692dca689abf6a217a92b8ab8a4cb2d5b7fbdaca3ff403f +SIZE (KDE/applications/16.12.2/libkcddb-16.12.2.tar.xz) = 159080 Index: audio/libkcddb/pkg-plist =================================================================== --- audio/libkcddb/pkg-plist +++ audio/libkcddb/pkg-plist @@ -1,23 +1,36 @@ -include/kde4/libkcddb/cdinfo.h -include/kde4/libkcddb/cdinfodialog.h -include/kde4/libkcddb/client.h -include/kde4/libkcddb/configbase.h -include/kde4/libkcddb/genres.h -include/kde4/libkcddb/kcddb.h -include/kde4/libkcddb/kcddb_export.h -include/kde4/libkcddb/kcddbconfig.h -lib/cmake/libkcddb/LibkcddbConfig.cmake -lib/cmake/libkcddb/LibkcddbTargets.cmake -lib/cmake/libkcddb/LibkcddbTargets-%%CMAKE_BUILD_TYPE%%.cmake -lib/kde4/kcm_cddb.so -lib/libkcddb.so -lib/libkcddb.so.4 -lib/libkcddb.so.%%KDE4_GENERIC_LIB_VERSION%% -share/config.kcfg/libkcddb.kcfg -share/doc/HTML/en/kcontrol/cddbretrieval/common -share/doc/HTML/en/kcontrol/cddbretrieval/index.cache.bz2 -share/doc/HTML/en/kcontrol/cddbretrieval/index.docbook -share/doc/HTML/en/kcontrol/cddbretrieval/kscd13.png -share/doc/HTML/en/kcontrol/cddbretrieval/kscd14.png -share/doc/HTML/en/kcontrol/cddbretrieval/kscd16.png -share/kde4/services/libkcddb.desktop +include/KF5/KCddb/Categories +include/KF5/KCddb/Cdinfo +include/KF5/KCddb/CdinfoDialog +include/KF5/KCddb/Client +include/KF5/KCddb/Genres +include/KF5/KCddb/Kcddb +include/KF5/KCddb/KcddbConfig +include/KF5/KCddb/categories.h +include/KF5/KCddb/cdinfo.h +include/KF5/KCddb/cdinfodialog.h +include/KF5/KCddb/client.h +include/KF5/KCddb/configbase.h +include/KF5/KCddb/genres.h +include/KF5/KCddb/kcddb.h +include/KF5/KCddb/kcddb_export.h +include/KF5/KCddb/kcddbconfig.h +include/KF5/kcddb_version.h +lib/cmake/KF5Cddb/KF5CddbConfig.cmake +lib/cmake/KF5Cddb/KF5CddbConfigVersion.cmake +lib/cmake/KF5Cddb/KF5CddbTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Cddb/KF5CddbTargets.cmake +lib/libKF5Cddb.so +lib/libKF5Cddb.so.5 +lib/libKF5Cddb.so.5.0.0 +lib/libKF5CddbWidgets.so +lib/libKF5CddbWidgets.so.5 +lib/libKF5CddbWidgets.so.5.0.0 +%%QT_MKSPECDIR%%/modules/qt_KCddb.pri +%%QT_PLUGINDIR%%/kcm_cddb.so +share/config.kcfg/libkcddb5.kcfg +share/doc/HTML/en/kcontrol/cddbretrieval5/index.cache.bz2 +share/doc/HTML/en/kcontrol/cddbretrieval5/index.docbook +share/doc/HTML/en/kcontrol/cddbretrieval5/kscd13.png +share/doc/HTML/en/kcontrol/cddbretrieval5/kscd14.png +share/doc/HTML/en/kcontrol/cddbretrieval5/kscd16.png +share/kservices5/libkcddb.desktop Index: audio/libkcompactdisc/Makefile =================================================================== --- audio/libkcompactdisc/Makefile +++ audio/libkcompactdisc/Makefile @@ -1,17 +1,16 @@ -# Created by: Raphael Kubo da Costa +# Created by: tcberner # $FreeBSD$ PORTNAME= libkcompactdisc -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 -CATEGORIES= audio kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= audio kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE library for interfacing with audio CDs -USES= cmake:outsource kde:4 tar:xz -USE_KDE= automoc4 kdelibs -USE_QT4= phonon moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= coreaddons ecm emoticons i18n itemmodels itemviews kdelibs4support +USE_QT5= buildtools_build core dbus qmake_build USE_LDCONFIG= yes OPTIONS_DEFINE= ALSA Index: audio/libkcompactdisc/distinfo =================================================================== --- audio/libkcompactdisc/distinfo +++ audio/libkcompactdisc/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/libkcompactdisc-4.14.3.tar.xz) = afae7101cb16e2d52e3d05159f8170078378e5fe197cd8affbfaff1d28a61292 -SIZE (KDE/4.14.3/libkcompactdisc-4.14.3.tar.xz) = 75556 +TIMESTAMP = 1486501516 +SHA256 (KDE/applications/16.12.2/libkcompactdisc-16.12.2.tar.xz) = 6a9b7a018f76fbc8906a52d4b8a4d906534ef52deddb4a6d7a1f8c0b4774b0f9 +SIZE (KDE/applications/16.12.2/libkcompactdisc-16.12.2.tar.xz) = 77448 Index: audio/libkcompactdisc/files/patch-git_d6927712 =================================================================== --- audio/libkcompactdisc/files/patch-git_d6927712 +++ /dev/null @@ -1,33 +0,0 @@ -Makes the port build with clang when the ALSA option is on. - -commit d69277128afb60999e420c533e826b0061fc40eb -Author: Raphael Kubo da Costa -Date: Sat Nov 28 14:27:45 2015 +0100 - - Extend -std=c99 compiler flag to clang. - - The ALSA headers use features such as the `inline' keyword that require - C99 support. Commit e36c628 ("Fix compilation: ALSA no longer compiles - with -std=c90") started passing it to the compiler when GCC is used. - - We now do the same for clang with a better comment, and also append the - flag to the existing CMAKE_C_FLAGS, otherwise we lose several other - options which are set by FindKDE4Internal.cmake. - ---- CMakeLists.txt -+++ CMakeLists.txt -@@ -7,9 +7,12 @@ include(MacroLibrary) - add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) - - ## Compiler flags --if(CMAKE_COMPILER_IS_GNUCXX) -- set(CMAKE_C_FLAGS "-std=c99") ## ALSA no longer compiles with -std=c90, see https://bugzilla.novell.com/show_bug.cgi?id=817077 -+if (CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang") -+ # ALSA does not build with the default -std=iso9899:1990 from FindKDE4Internal.cmake. -+ # See https://bugzilla.novell.com/show_bug.cgi?id=817077 for more information. -+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99") - endif() -+ - find_package(Alsa) - alsa_configure_file(${CMAKE_CURRENT_BINARY_DIR}/config-alsa.h) - Index: audio/libkcompactdisc/pkg-plist =================================================================== --- audio/libkcompactdisc/pkg-plist +++ audio/libkcompactdisc/pkg-plist @@ -1,7 +1,12 @@ -include/kde4/libkcompactdisc/kcompactdisc.h -lib/cmake/libkcompactdisc/LibkcompactdiscConfig.cmake -lib/cmake/libkcompactdisc/LibkcompactdiscTargets.cmake -lib/cmake/libkcompactdisc/LibkcompactdiscTargets-%%CMAKE_BUILD_TYPE%%.cmake -lib/libkcompactdisc.so -lib/libkcompactdisc.so.4 -lib/libkcompactdisc.so.%%KDE4_GENERIC_LIB_VERSION%% +include/KF5/KCompactDisc/KCompactDisc +include/KF5/KCompactDisc/kcompactdisc.h +include/KF5/KCompactDisc/kcompactdisc_export.h +include/KF5/kcompactdisc_version.h +lib/cmake/KF5CompactDisc/KF5CompactDiscConfig.cmake +lib/cmake/KF5CompactDisc/KF5CompactDiscConfigVersion.cmake +lib/cmake/KF5CompactDisc/KF5CompactDiscTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5CompactDisc/KF5CompactDiscTargets.cmake +lib/libKF5CompactDisc.so +lib/libKF5CompactDisc.so.5 +lib/libKF5CompactDisc.so.5.0.0 +lib/qt5/mkspecs/modules/qt_KCompactDisc.pri Index: audio/plasma5-plasma-pa/Makefile =================================================================== --- /dev/null +++ audio/plasma5-plasma-pa/Makefile @@ -0,0 +1,22 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= plasma-pa +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= audio kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 Plasma pulse audio mixer + +LIB_DEPENDS= libcanberra.so:audio/libcanberra \ + libpulse.so:audio/pulseaudio + +USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 \ + pkgconfig tar:xz +USE_GNOME= gconf2 +USE_KDE= config configwidgets coreaddons ecm globalaccel i18n \ + kdeclarative package plasma-framework +USE_QT5= buildtools_build core dbus gui network qmake_build \ + qml quick widgets + +.include Index: audio/plasma5-plasma-pa/distinfo =================================================================== --- /dev/null +++ audio/plasma5-plasma-pa/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101551 +SHA256 (KDE/plasma/5.9.2/plasma-pa-5.9.2.tar.xz) = a6e35cf87acf10ee8d55c1fb04a574d1756d350d52cf663edc9c65b26c55b21e +SIZE (KDE/plasma/5.9.2/plasma-pa-5.9.2.tar.xz) = 70288 Index: audio/plasma5-plasma-pa/pkg-descr =================================================================== --- /dev/null +++ audio/plasma5-plasma-pa/pkg-descr @@ -0,0 +1,3 @@ +Pulse audio mixer control + +WWW: git://anongit.kde.org/plasma-pa Index: audio/plasma5-plasma-pa/pkg-plist =================================================================== --- /dev/null +++ audio/plasma5-plasma-pa/pkg-plist @@ -0,0 +1,115 @@ +lib/libQPulseAudioPrivate.so +%%QT_PLUGINDIR%%/kcms/kcm_pulseaudio.so +%%QT_QMLDIR%%/org/kde/plasma/private/volume/PulseObjectFilterModel.qml +%%QT_QMLDIR%%/org/kde/plasma/private/volume/libplasma-volume-declarative.so +%%QT_QMLDIR%%/org/kde/plasma/private/volume/qmldir +share/doc/HTML/en/kcontrol/plasma-pa/index.cache.bz2 +share/doc/HTML/en/kcontrol/plasma-pa/index.docbook +share/kconf_update/disable_kmix.upd +share/kconf_update/plasmaVolumeDisableKMixAutostart.pl +share/kde4/apps/kconf_update/disable_kmix.upd +share/kde4/apps/kconf_update/plasmaVolumeDisableKMixAutostart.pl +share/kpackage/kcms/kcm_pulseaudio/contents/ui/CardListItem.qml +share/kpackage/kcms/kcm_pulseaudio/contents/ui/CardView.qml +share/kpackage/kcms/kcm_pulseaudio/contents/ui/DefaultDeviceButton.qml +share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceComboBox.qml +share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceListItem.qml +share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceView.qml +share/kpackage/kcms/kcm_pulseaudio/contents/ui/ListItemSeperator.qml +share/kpackage/kcms/kcm_pulseaudio/contents/ui/MuteButton.qml +share/kpackage/kcms/kcm_pulseaudio/contents/ui/PulseView.qml +share/kpackage/kcms/kcm_pulseaudio/contents/ui/SinkInputView.qml +share/kpackage/kcms/kcm_pulseaudio/contents/ui/SourceOutputView.qml +share/kpackage/kcms/kcm_pulseaudio/contents/ui/StreamListItem.qml +share/kpackage/kcms/kcm_pulseaudio/contents/ui/VolumeSlider.qml +share/kpackage/kcms/kcm_pulseaudio/contents/ui/main.qml +share/kpackage/kcms/kcm_pulseaudio/metadata.desktop +share/kpackage/kcms/kcm_pulseaudio/metadata.json +share/kservices5/kcm_pulseaudio.desktop +share/kservices5/plasma-applet-org.kde.plasma.volume.desktop +share/locale/ar/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/ast/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/ca/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/cs/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/da/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/de/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/el/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/en_GB/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/es/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/et/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/fi/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/fr/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/gl/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/he/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/ia/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/it/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/ja/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/ko/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/lt/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/nb/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/nl/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/nn/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/pa/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/pl/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/pt/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/pt_BR/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/ru/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/sk/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/sl/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/sr/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/sr@latin/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/sv/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/uk/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/zh_CN/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/zh_TW/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/metainfo/org.kde.plasma.volume.appdata.xml +share/plasma/plasmoids/org.kde.plasma.volume/contents/code/icon.js +share/plasma/plasmoids/org.kde.plasma.volume/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.volume/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/ConfigGeneral.qml +share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/DeviceListItem.qml +share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/Header.qml +share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/ListItemBase.qml +share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/StreamListItem.qml +share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.volume/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.volume/metadata.json Index: chinese/Makefile =================================================================== --- chinese/Makefile +++ chinese/Makefile @@ -62,6 +62,8 @@ SUBDIR += kcfonts SUBDIR += kde4-l10n-zh_CN SUBDIR += kde4-l10n-zh_TW + SUBDIR += kde5-l10n-zh_CN + SUBDIR += kde5-l10n-zh_TW SUBDIR += libchewing SUBDIR += libgooglepinyin SUBDIR += libpinyin Index: chinese/kde4-l10n-zh_CN/Makefile =================================================================== --- chinese/kde4-l10n-zh_CN/Makefile +++ chinese/kde4-l10n-zh_CN/Makefile @@ -1,14 +1,14 @@ # Created by: Martin Wilke # $FreeBSD$ -PORTNAME= kde-l10n -PORTVERSION= ${KDE4_VERSION} +PORTNAME= kde4-l10n +PORTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= chinese kde MAINTAINER= kde@FreeBSD.org -COMMENT= Simplified Chinese messages and documentation for KDE SC 4 +COMMENT= Simplified Chinese messages and documentation for KDE -KDE4_L10N= zh_CN +KDE_L10N= zh_CN:4 -.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde-l10n/files/bsd.l10n.mk" .include Index: chinese/kde4-l10n-zh_CN/distinfo =================================================================== --- chinese/kde4-l10n-zh_CN/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/4.14.3/kde-l10n/kde-l10n-zh_CN-4.14.3.tar.xz) = b84a9de26a9de253a1e9d7c4757af2e2957126521c32c6e76d9391d49aeaafe4 -SIZE (KDE/4.14.3/kde-l10n/kde-l10n-zh_CN-4.14.3.tar.xz) = 3634472 Index: chinese/kde4-l10n-zh_CN/pkg-plist =================================================================== --- chinese/kde4-l10n-zh_CN/pkg-plist +++ chinese/kde4-l10n-zh_CN/pkg-plist @@ -1,17 +1,3 @@ -share/apps/kvtml/zh_CN/TangPoem.kvtml -share/apps/kvtml/zh_CN/idiom0.kvtml -share/apps/kvtml/zh_CN/idiom1.kvtml -share/apps/kvtml/zh_CN/idiom10.kvtml -share/apps/kvtml/zh_CN/idiom11.kvtml -share/apps/kvtml/zh_CN/idiom12.kvtml -share/apps/kvtml/zh_CN/idiom2.kvtml -share/apps/kvtml/zh_CN/idiom3.kvtml -share/apps/kvtml/zh_CN/idiom4.kvtml -share/apps/kvtml/zh_CN/idiom5.kvtml -share/apps/kvtml/zh_CN/idiom6.kvtml -share/apps/kvtml/zh_CN/idiom7.kvtml -share/apps/kvtml/zh_CN/idiom8.kvtml -share/apps/kvtml/zh_CN/idiom9.kvtml share/apps/step/objinfo/l10n/zh_CN/Box.html share/apps/step/objinfo/l10n/zh_CN/ChargedParticle.html share/apps/step/objinfo/l10n/zh_CN/Disk.html @@ -28,548 +14,144 @@ share/doc/HTML/zh_CN/common/gpl-translated.html share/doc/HTML/zh_CN/common/kde-localised.css share/doc/HTML/zh_CN/common/lgpl-translated.html -share/doc/HTML/zh_CN/gwenview/browse_mode.png -share/doc/HTML/zh_CN/gwenview/common -share/doc/HTML/zh_CN/gwenview/fullscreen_mode.png -share/doc/HTML/zh_CN/gwenview/index.cache.bz2 -share/doc/HTML/zh_CN/gwenview/index.docbook -share/doc/HTML/zh_CN/gwenview/interface.docbook -share/doc/HTML/zh_CN/gwenview/introduction.docbook -share/doc/HTML/zh_CN/gwenview/keybindings.docbook -share/doc/HTML/zh_CN/gwenview/mouse.docbook -share/doc/HTML/zh_CN/gwenview/view_mode.png -share/locale/zh_CN/LC_MESSAGES/accountwizard.mo -share/locale/zh_CN/LC_MESSAGES/accountwizard_ical.mo -share/locale/zh_CN/LC_MESSAGES/accountwizard_imap.mo -share/locale/zh_CN/LC_MESSAGES/accountwizard_kolab.mo -share/locale/zh_CN/LC_MESSAGES/accountwizard_mailbox.mo -share/locale/zh_CN/LC_MESSAGES/accountwizard_maildir.mo -share/locale/zh_CN/LC_MESSAGES/accountwizard_pop3.mo -share/locale/zh_CN/LC_MESSAGES/accountwizard_tine20.mo -share/locale/zh_CN/LC_MESSAGES/adblock.mo -share/locale/zh_CN/LC_MESSAGES/akonadi-filestore.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_archivemail_agent.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_baloo_indexer.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_davgroupware_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_googlecalendar_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_googlecontacts_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_icaldir_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_invitations_agent.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_kalarm_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_kdeaccounts_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_mailfilter_agent.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_newmailnotifier_agent.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_next.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_openxchange_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_serializer_plugins.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_vcarddir_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadicontact.mo -share/locale/zh_CN/LC_MESSAGES/akonadinotes.mo -share/locale/zh_CN/LC_MESSAGES/akonaditray.mo -share/locale/zh_CN/LC_MESSAGES/akregator.mo -share/locale/zh_CN/LC_MESSAGES/akregator_konqplugin.mo -share/locale/zh_CN/LC_MESSAGES/amor.mo -share/locale/zh_CN/LC_MESSAGES/analitza.mo -share/locale/zh_CN/LC_MESSAGES/ark.appdata.mo -share/locale/zh_CN/LC_MESSAGES/ark.mo -share/locale/zh_CN/LC_MESSAGES/attica_kde.mo -share/locale/zh_CN/LC_MESSAGES/audiocd_encoder_lame.mo -share/locale/zh_CN/LC_MESSAGES/audiocd_encoder_vorbis.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/akonadi_baloo_indexer.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/attica_kde.mo share/locale/zh_CN/LC_MESSAGES/audiorename_plugin.mo -share/locale/zh_CN/LC_MESSAGES/autorefresh.mo -share/locale/zh_CN/LC_MESSAGES/babelfish.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/baloosearch.mo -share/locale/zh_CN/LC_MESSAGES/balooshow.mo -share/locale/zh_CN/LC_MESSAGES/baloowidgets.mo -share/locale/zh_CN/LC_MESSAGES/blinken.mo -share/locale/zh_CN/LC_MESSAGES/blogilo.mo -share/locale/zh_CN/LC_MESSAGES/bomber.mo -share/locale/zh_CN/LC_MESSAGES/bovo.mo -share/locale/zh_CN/LC_MESSAGES/calendarsupport.mo -share/locale/zh_CN/LC_MESSAGES/cantor.mo -share/locale/zh_CN/LC_MESSAGES/cervisia.mo -share/locale/zh_CN/LC_MESSAGES/cryptopageplugin.mo -share/locale/zh_CN/LC_MESSAGES/cvsservice.mo -share/locale/zh_CN/LC_MESSAGES/dirfilterplugin.mo -share/locale/zh_CN/LC_MESSAGES/display.mo -share/locale/zh_CN/LC_MESSAGES/dolphin.mo -share/locale/zh_CN/LC_MESSAGES/domtreeviewer.mo -share/locale/zh_CN/LC_MESSAGES/dragonplayer.mo -share/locale/zh_CN/LC_MESSAGES/drkonqi.mo -share/locale/zh_CN/LC_MESSAGES/filelight.mo -share/locale/zh_CN/LC_MESSAGES/filetypes.mo -share/locale/zh_CN/LC_MESSAGES/fileviewbazaarplugin.mo -share/locale/zh_CN/LC_MESSAGES/fileviewgitplugin.mo -share/locale/zh_CN/LC_MESSAGES/fileviewhgplugin.mo -share/locale/zh_CN/LC_MESSAGES/fileviewsvnplugin.mo -share/locale/zh_CN/LC_MESSAGES/freespacenotifier.mo -share/locale/zh_CN/LC_MESSAGES/fsview.mo -share/locale/zh_CN/LC_MESSAGES/granatier.mo -share/locale/zh_CN/LC_MESSAGES/gwenview.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/baloo_file.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/baloo_file_extractor.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/baloosearch.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/balooshow.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/baloowidgets.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/drkonqi.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/filetypes.mo share/locale/zh_CN/LC_MESSAGES/htmlsearch.mo share/locale/zh_CN/LC_MESSAGES/imagerename_plugin.mo -share/locale/zh_CN/LC_MESSAGES/imgalleryplugin.mo -share/locale/zh_CN/LC_MESSAGES/importwizard.mo share/locale/zh_CN/LC_MESSAGES/jovie.mo -share/locale/zh_CN/LC_MESSAGES/joystick.mo share/locale/zh_CN/LC_MESSAGES/juk.mo -share/locale/zh_CN/LC_MESSAGES/kabc.mo -share/locale/zh_CN/LC_MESSAGES/kabc_akonadi.mo -share/locale/zh_CN/LC_MESSAGES/kabc_dir.mo -share/locale/zh_CN/LC_MESSAGES/kabc_file.mo -share/locale/zh_CN/LC_MESSAGES/kabc_ldapkio.mo -share/locale/zh_CN/LC_MESSAGES/kabc_net.mo -share/locale/zh_CN/LC_MESSAGES/kabcclient.mo -share/locale/zh_CN/LC_MESSAGES/kabcformat_binary.mo -share/locale/zh_CN/LC_MESSAGES/kaccess.mo share/locale/zh_CN/LC_MESSAGES/kaccessibleapp.mo share/locale/zh_CN/LC_MESSAGES/kactivitymanagerd.mo share/locale/zh_CN/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo -share/locale/zh_CN/LC_MESSAGES/kaddressbook-mobile.mo -share/locale/zh_CN/LC_MESSAGES/kaddressbook.mo -share/locale/zh_CN/LC_MESSAGES/kaddressbookmigrator.mo share/locale/zh_CN/LC_MESSAGES/kajongg.mo -share/locale/zh_CN/LC_MESSAGES/kalarm.mo -share/locale/zh_CN/LC_MESSAGES/kalgebra.mo -share/locale/zh_CN/LC_MESSAGES/kalzium.mo -share/locale/zh_CN/LC_MESSAGES/kanagram.mo -share/locale/zh_CN/LC_MESSAGES/kapman.mo -share/locale/zh_CN/LC_MESSAGES/kapptemplate.mo -share/locale/zh_CN/LC_MESSAGES/kate-ctags-plugin.mo -share/locale/zh_CN/LC_MESSAGES/kate.mo -share/locale/zh_CN/LC_MESSAGES/kate_kttsd.mo -share/locale/zh_CN/LC_MESSAGES/katebacktracebrowserplugin.mo -share/locale/zh_CN/LC_MESSAGES/katebuild-plugin.mo -share/locale/zh_CN/LC_MESSAGES/katecloseexceptplugin.mo -share/locale/zh_CN/LC_MESSAGES/katefilebrowserplugin.mo -share/locale/zh_CN/LC_MESSAGES/katefiletemplates.mo -share/locale/zh_CN/LC_MESSAGES/kategdbplugin.mo -share/locale/zh_CN/LC_MESSAGES/katehelloworld.mo -share/locale/zh_CN/LC_MESSAGES/katekonsoleplugin.mo -share/locale/zh_CN/LC_MESSAGES/katemailfilesplugin.mo -share/locale/zh_CN/LC_MESSAGES/kateopenheader.mo -share/locale/zh_CN/LC_MESSAGES/katepart4.mo -share/locale/zh_CN/LC_MESSAGES/kateproject.mo -share/locale/zh_CN/LC_MESSAGES/katesearch.mo -share/locale/zh_CN/LC_MESSAGES/katesnippetsplugin.mo -share/locale/zh_CN/LC_MESSAGES/katesql.mo -share/locale/zh_CN/LC_MESSAGES/katesymbolviewer.mo -share/locale/zh_CN/LC_MESSAGES/katetabbarextension.mo -share/locale/zh_CN/LC_MESSAGES/katetabifyplugin.mo -share/locale/zh_CN/LC_MESSAGES/katetextfilter.mo -share/locale/zh_CN/LC_MESSAGES/katexmlcheck.mo -share/locale/zh_CN/LC_MESSAGES/katexmltools.mo -share/locale/zh_CN/LC_MESSAGES/katomic.mo -share/locale/zh_CN/LC_MESSAGES/kblackbox.mo -share/locale/zh_CN/LC_MESSAGES/kblankscrn.mo -share/locale/zh_CN/LC_MESSAGES/kblocks.mo -share/locale/zh_CN/LC_MESSAGES/kbounce.mo -share/locale/zh_CN/LC_MESSAGES/kbreakout.mo -share/locale/zh_CN/LC_MESSAGES/kbruch.mo share/locale/zh_CN/LC_MESSAGES/kcachegrind.mo share/locale/zh_CN/LC_MESSAGES/kcachegrind_qt.mo -share/locale/zh_CN/LC_MESSAGES/kcal_akonadi.mo -share/locale/zh_CN/LC_MESSAGES/kcalc.mo share/locale/zh_CN/LC_MESSAGES/kcertpart.mo -share/locale/zh_CN/LC_MESSAGES/kcharselect.mo -share/locale/zh_CN/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/zh_CN/LC_MESSAGES/kcm_activities.mo -share/locale/zh_CN/LC_MESSAGES/kcm_akonadi.mo -share/locale/zh_CN/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/zh_CN/LC_MESSAGES/kcm_attica.mo -share/locale/zh_CN/LC_MESSAGES/kcm_autostart.mo -share/locale/zh_CN/LC_MESSAGES/kcm_baloofile.mo -share/locale/zh_CN/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/zh_CN/LC_MESSAGES/kcm_desktopthemedetails.mo -share/locale/zh_CN/LC_MESSAGES/kcm_device_automounter.mo -share/locale/zh_CN/LC_MESSAGES/kcm_emoticons.mo -share/locale/zh_CN/LC_MESSAGES/kcm_infobase.mo -share/locale/zh_CN/LC_MESSAGES/kcm_infosummary.mo -share/locale/zh_CN/LC_MESSAGES/kcm_kwindesktop.mo -share/locale/zh_CN/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/zh_CN/LC_MESSAGES/kcm_memory.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kcm_baloofile.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kcm_device_automounter.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kcm_emoticons.mo share/locale/zh_CN/LC_MESSAGES/kcm_nepomuk.mo -share/locale/zh_CN/LC_MESSAGES/kcm_pci.mo -share/locale/zh_CN/LC_MESSAGES/kcm_phonon.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kcm_phonon.mo share/locale/zh_CN/LC_MESSAGES/kcm_platform.mo share/locale/zh_CN/LC_MESSAGES/kcm_remotecontrol.mo -share/locale/zh_CN/LC_MESSAGES/kcm_solid_actions.mo -share/locale/zh_CN/LC_MESSAGES/kcm_standard_actions.mo -share/locale/zh_CN/LC_MESSAGES/kcmaccess.mo -share/locale/zh_CN/LC_MESSAGES/kcmaudiocd.mo -share/locale/zh_CN/LC_MESSAGES/kcmbackground.mo -share/locale/zh_CN/LC_MESSAGES/kcmbell.mo -share/locale/zh_CN/LC_MESSAGES/kcmcddb.mo share/locale/zh_CN/LC_MESSAGES/kcmcgi.mo -share/locale/zh_CN/LC_MESSAGES/kcmcolors.mo -share/locale/zh_CN/LC_MESSAGES/kcmcomponentchooser.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kcmcomponentchooser.mo share/locale/zh_CN/LC_MESSAGES/kcmcrypto.mo -share/locale/zh_CN/LC_MESSAGES/kcmdevinfo.mo -share/locale/zh_CN/LC_MESSAGES/kcmfonts.mo share/locale/zh_CN/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/zh_CN/LC_MESSAGES/kcmicons.mo -share/locale/zh_CN/LC_MESSAGES/kcminfo.mo -share/locale/zh_CN/LC_MESSAGES/kcminit.mo -share/locale/zh_CN/LC_MESSAGES/kcminput.mo -share/locale/zh_CN/LC_MESSAGES/kcmkamera.mo -share/locale/zh_CN/LC_MESSAGES/kcmkclock.mo -share/locale/zh_CN/LC_MESSAGES/kcmkded.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kcmicons.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kcmkded.mo share/locale/zh_CN/LC_MESSAGES/kcmkdnssd.mo -share/locale/zh_CN/LC_MESSAGES/kcmkeyboard.mo -share/locale/zh_CN/LC_MESSAGES/kcmkeys.mo -share/locale/zh_CN/LC_MESSAGES/kcmkgamma.mo -share/locale/zh_CN/LC_MESSAGES/kcmkio.mo -share/locale/zh_CN/LC_MESSAGES/kcmkonq.mo -share/locale/zh_CN/LC_MESSAGES/kcmkonqhtml.mo -share/locale/zh_CN/LC_MESSAGES/kcmkurifilt.mo -share/locale/zh_CN/LC_MESSAGES/kcmkwallet.mo -share/locale/zh_CN/LC_MESSAGES/kcmkwincompositing.mo -share/locale/zh_CN/LC_MESSAGES/kcmkwindecoration.mo -share/locale/zh_CN/LC_MESSAGES/kcmkwinrules.mo -share/locale/zh_CN/LC_MESSAGES/kcmkwinscreenedges.mo -share/locale/zh_CN/LC_MESSAGES/kcmkwm.mo -share/locale/zh_CN/LC_MESSAGES/kcmlaunch.mo share/locale/zh_CN/LC_MESSAGES/kcmlocale.mo -share/locale/zh_CN/LC_MESSAGES/kcmnic.mo -share/locale/zh_CN/LC_MESSAGES/kcmnotify.mo -share/locale/zh_CN/LC_MESSAGES/kcmopengl.mo -share/locale/zh_CN/LC_MESSAGES/kcmperformance.mo -share/locale/zh_CN/LC_MESSAGES/kcmsamba.mo -share/locale/zh_CN/LC_MESSAGES/kcmscreensaver.mo -share/locale/zh_CN/LC_MESSAGES/kcmshell.mo -share/locale/zh_CN/LC_MESSAGES/kcmsmartcard.mo -share/locale/zh_CN/LC_MESSAGES/kcmsmserver.mo -share/locale/zh_CN/LC_MESSAGES/kcmstyle.mo -share/locale/zh_CN/LC_MESSAGES/kcmusb.mo -share/locale/zh_CN/LC_MESSAGES/kcmview1394.mo -share/locale/zh_CN/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/zh_CN/LC_MESSAGES/kcolorchooser.mo -share/locale/zh_CN/LC_MESSAGES/kcron.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kcmnotify.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kcmshell.mo share/locale/zh_CN/LC_MESSAGES/kde-menu.mo -share/locale/zh_CN/LC_MESSAGES/kdeasciiquarium.mo share/locale/zh_CN/LC_MESSAGES/kdebugdialog.mo share/locale/zh_CN/LC_MESSAGES/kdecalendarsystems.mo share/locale/zh_CN/LC_MESSAGES/kdelibs4.mo share/locale/zh_CN/LC_MESSAGES/kdelibs_colors4.mo -share/locale/zh_CN/LC_MESSAGES/kdepasswd.mo -share/locale/zh_CN/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/zh_CN/LC_MESSAGES/kdeqt.mo -share/locale/zh_CN/LC_MESSAGES/kdesu.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kdesu.mo share/locale/zh_CN/LC_MESSAGES/kdesud.mo -share/locale/zh_CN/LC_MESSAGES/kdf.mo -share/locale/zh_CN/LC_MESSAGES/kdgantt2.mo -share/locale/zh_CN/LC_MESSAGES/kdialog.mo -share/locale/zh_CN/LC_MESSAGES/kdiamond.mo -share/locale/zh_CN/LC_MESSAGES/kdmconfig.mo -share/locale/zh_CN/LC_MESSAGES/kdmgreet.mo share/locale/zh_CN/LC_MESSAGES/kdontchangethehostname.mo -share/locale/zh_CN/LC_MESSAGES/keditbookmarks.mo share/locale/zh_CN/LC_MESSAGES/kfile.mo -share/locale/zh_CN/LC_MESSAGES/kfile_dds.mo -share/locale/zh_CN/LC_MESSAGES/kfile_drgeo.mo -share/locale/zh_CN/LC_MESSAGES/kfile_exr.mo -share/locale/zh_CN/LC_MESSAGES/kfile_kig.mo -share/locale/zh_CN/LC_MESSAGES/kfile_pnm.mo -share/locale/zh_CN/LC_MESSAGES/kfile_raw.mo -share/locale/zh_CN/LC_MESSAGES/kfile_rgb.mo -share/locale/zh_CN/LC_MESSAGES/kfile_tiff.mo -share/locale/zh_CN/LC_MESSAGES/kfile_xps.mo share/locale/zh_CN/LC_MESSAGES/kfileaudiopreview4.mo -share/locale/zh_CN/LC_MESSAGES/kfilemetadata.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kfilemetadata.mo share/locale/zh_CN/LC_MESSAGES/kfilereplace.mo -share/locale/zh_CN/LC_MESSAGES/kfileshare.mo -share/locale/zh_CN/LC_MESSAGES/kfindpart.mo -share/locale/zh_CN/LC_MESSAGES/kfloppy.mo -share/locale/zh_CN/LC_MESSAGES/kfmclient.mo -share/locale/zh_CN/LC_MESSAGES/kfontinst.mo -share/locale/zh_CN/LC_MESSAGES/kfourinline.mo -share/locale/zh_CN/LC_MESSAGES/kgeography.mo share/locale/zh_CN/LC_MESSAGES/kget.mo share/locale/zh_CN/LC_MESSAGES/kgetplugin.mo share/locale/zh_CN/LC_MESSAGES/kglobalaccel.mo share/locale/zh_CN/LC_MESSAGES/kgoldrunner.mo -share/locale/zh_CN/LC_MESSAGES/kgpg.appdata.mo -share/locale/zh_CN/LC_MESSAGES/kgpg.mo -share/locale/zh_CN/LC_MESSAGES/kgreet_classic.mo -share/locale/zh_CN/LC_MESSAGES/kgreet_generic.mo -share/locale/zh_CN/LC_MESSAGES/kgreet_winbind.mo -share/locale/zh_CN/LC_MESSAGES/khangman.mo -share/locale/zh_CN/LC_MESSAGES/khelpcenter.mo -share/locale/zh_CN/LC_MESSAGES/khotkeys.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/khelpcenter.mo share/locale/zh_CN/LC_MESSAGES/khotnewstuff.mo -share/locale/zh_CN/LC_MESSAGES/khtmlkttsd.mo -share/locale/zh_CN/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/zh_CN/LC_MESSAGES/kiconfinder.mo -share/locale/zh_CN/LC_MESSAGES/kig.mo share/locale/zh_CN/LC_MESSAGES/kigo.mo -share/locale/zh_CN/LC_MESSAGES/killbots.mo share/locale/zh_CN/LC_MESSAGES/kimagemapeditor.mo -share/locale/zh_CN/LC_MESSAGES/kinfocenter.mo share/locale/zh_CN/LC_MESSAGES/kio4.mo share/locale/zh_CN/LC_MESSAGES/kio_activities.mo -share/locale/zh_CN/LC_MESSAGES/kio_akonadi.mo -share/locale/zh_CN/LC_MESSAGES/kio_applications.mo -share/locale/zh_CN/LC_MESSAGES/kio_archive.mo -share/locale/zh_CN/LC_MESSAGES/kio_audiocd.mo -share/locale/zh_CN/LC_MESSAGES/kio_baloosearch.mo -share/locale/zh_CN/LC_MESSAGES/kio_bookmarks.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kio_applications.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kio_archive.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kio_baloosearch.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kio_bookmarks.mo share/locale/zh_CN/LC_MESSAGES/kio_finger.mo -share/locale/zh_CN/LC_MESSAGES/kio_fish.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kio_fish.mo share/locale/zh_CN/LC_MESSAGES/kio_floppy.mo share/locale/zh_CN/LC_MESSAGES/kio_help4.mo -share/locale/zh_CN/LC_MESSAGES/kio_imap4.mo -share/locale/zh_CN/LC_MESSAGES/kio_info.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kio_info.mo share/locale/zh_CN/LC_MESSAGES/kio_jabberdisco.mo -share/locale/zh_CN/LC_MESSAGES/kio_ldap.mo -share/locale/zh_CN/LC_MESSAGES/kio_man.mo -share/locale/zh_CN/LC_MESSAGES/kio_mbox.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kio_man.mo share/locale/zh_CN/LC_MESSAGES/kio_nepomuk.mo share/locale/zh_CN/LC_MESSAGES/kio_nepomuksearch.mo share/locale/zh_CN/LC_MESSAGES/kio_nepomuktags.mo share/locale/zh_CN/LC_MESSAGES/kio_nepomuktimeline.mo -share/locale/zh_CN/LC_MESSAGES/kio_nfs.mo -share/locale/zh_CN/LC_MESSAGES/kio_nntp.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kio_nfs.mo share/locale/zh_CN/LC_MESSAGES/kio_perldoc.mo -share/locale/zh_CN/LC_MESSAGES/kio_pop3.mo -share/locale/zh_CN/LC_MESSAGES/kio_recentdocuments.mo -share/locale/zh_CN/LC_MESSAGES/kio_remote.mo -share/locale/zh_CN/LC_MESSAGES/kio_sftp.mo -share/locale/zh_CN/LC_MESSAGES/kio_sieve.mo -share/locale/zh_CN/LC_MESSAGES/kio_smb.mo -share/locale/zh_CN/LC_MESSAGES/kio_smtp.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kio_recentdocuments.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kio_remote.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kio_sftp.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kio_smb.mo share/locale/zh_CN/LC_MESSAGES/kio_svn.mo -share/locale/zh_CN/LC_MESSAGES/kio_tags.mo -share/locale/zh_CN/LC_MESSAGES/kio_thumbnail.mo -share/locale/zh_CN/LC_MESSAGES/kio_timeline.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kio_tags.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kio_thumbnail.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kio_timeline.mo share/locale/zh_CN/LC_MESSAGES/kio_trash.mo share/locale/zh_CN/LC_MESSAGES/kio_zeroconf.mo -share/locale/zh_CN/LC_MESSAGES/kioclient.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kioclient.mo share/locale/zh_CN/LC_MESSAGES/kioexec.mo -share/locale/zh_CN/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo -share/locale/zh_CN/LC_MESSAGES/kiriki.mo -share/locale/zh_CN/LC_MESSAGES/kiten.mo -share/locale/zh_CN/LC_MESSAGES/kjots.mo -share/locale/zh_CN/LC_MESSAGES/kjotsmigrator.mo -share/locale/zh_CN/LC_MESSAGES/kjumpingcube.mo -share/locale/zh_CN/LC_MESSAGES/kleopatra.mo -share/locale/zh_CN/LC_MESSAGES/klettres.mo -share/locale/zh_CN/LC_MESSAGES/klickety.mo -share/locale/zh_CN/LC_MESSAGES/klines.mo share/locale/zh_CN/LC_MESSAGES/klinkstatus.mo -share/locale/zh_CN/LC_MESSAGES/klipper.mo -share/locale/zh_CN/LC_MESSAGES/klock.mo share/locale/zh_CN/LC_MESSAGES/kmag.mo -share/locale/zh_CN/LC_MESSAGES/kmahjongg.mo -share/locale/zh_CN/LC_MESSAGES/kmail-migrator.mo -share/locale/zh_CN/LC_MESSAGES/kmail-mobile.mo -share/locale/zh_CN/LC_MESSAGES/kmail.mo -share/locale/zh_CN/LC_MESSAGES/kmailcvt.mo -share/locale/zh_CN/LC_MESSAGES/kmenuedit.mo -share/locale/zh_CN/LC_MESSAGES/kmimetypefinder.mo -share/locale/zh_CN/LC_MESSAGES/kmines.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kmimetypefinder.mo share/locale/zh_CN/LC_MESSAGES/kmix.mo share/locale/zh_CN/LC_MESSAGES/kmousetool.mo share/locale/zh_CN/LC_MESSAGES/kmouth.mo -share/locale/zh_CN/LC_MESSAGES/kmplot.mo -share/locale/zh_CN/LC_MESSAGES/knavalbattle.mo -share/locale/zh_CN/LC_MESSAGES/knetattach.mo -share/locale/zh_CN/LC_MESSAGES/knetwalk.mo -share/locale/zh_CN/LC_MESSAGES/knode.mo -share/locale/zh_CN/LC_MESSAGES/knotes.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/knetattach.mo share/locale/zh_CN/LC_MESSAGES/knotify4.mo share/locale/zh_CN/LC_MESSAGES/kolf.mo -share/locale/zh_CN/LC_MESSAGES/kollision.mo -share/locale/zh_CN/LC_MESSAGES/kolourpaint.mo share/locale/zh_CN/LC_MESSAGES/kommander.mo -share/locale/zh_CN/LC_MESSAGES/kompare.mo -share/locale/zh_CN/LC_MESSAGES/konqprofiles.mo -share/locale/zh_CN/LC_MESSAGES/konqueror.mo share/locale/zh_CN/LC_MESSAGES/konquest.mo -share/locale/zh_CN/LC_MESSAGES/konsole.mo -share/locale/zh_CN/LC_MESSAGES/konsolekalendar.mo -share/locale/zh_CN/LC_MESSAGES/konsoleprofiles.mo -share/locale/zh_CN/LC_MESSAGES/kontact.mo -share/locale/zh_CN/LC_MESSAGES/kontactinterfaces.mo share/locale/zh_CN/LC_MESSAGES/kopete.mo -share/locale/zh_CN/LC_MESSAGES/korganizer-mobile.mo -share/locale/zh_CN/LC_MESSAGES/korganizer.mo share/locale/zh_CN/LC_MESSAGES/kpartloader.mo -share/locale/zh_CN/LC_MESSAGES/kpartsaver.mo share/locale/zh_CN/LC_MESSAGES/kpasswdserver.mo -share/locale/zh_CN/LC_MESSAGES/kpat.mo share/locale/zh_CN/LC_MESSAGES/kppp.mo share/locale/zh_CN/LC_MESSAGES/kppplogview.mo share/locale/zh_CN/LC_MESSAGES/kquitapp.mo -share/locale/zh_CN/LC_MESSAGES/krandr.mo share/locale/zh_CN/LC_MESSAGES/krcdnotifieritem.mo -share/locale/zh_CN/LC_MESSAGES/krdb.mo -share/locale/zh_CN/LC_MESSAGES/krdc.mo share/locale/zh_CN/LC_MESSAGES/kreadconfig.mo share/locale/zh_CN/LC_MESSAGES/kremotecontroldaemon.mo -share/locale/zh_CN/LC_MESSAGES/kres-migrator.mo -share/locale/zh_CN/LC_MESSAGES/kres_blog.mo -share/locale/zh_CN/LC_MESSAGES/kres_remote.mo -share/locale/zh_CN/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/zh_CN/LC_MESSAGES/kreversi.mo -share/locale/zh_CN/LC_MESSAGES/krfb.mo -share/locale/zh_CN/LC_MESSAGES/kruler.mo -share/locale/zh_CN/LC_MESSAGES/krunner.mo share/locale/zh_CN/LC_MESSAGES/ksaneplugin.mo share/locale/zh_CN/LC_MESSAGES/kscd.mo -share/locale/zh_CN/LC_MESSAGES/kscreenlocker.mo -share/locale/zh_CN/LC_MESSAGES/kscreenlocker_greet.mo -share/locale/zh_CN/LC_MESSAGES/kscreensaver.mo -share/locale/zh_CN/LC_MESSAGES/ksendemail.mo -share/locale/zh_CN/LC_MESSAGES/ksgrd.mo -share/locale/zh_CN/LC_MESSAGES/kshellcmdplugin.mo -share/locale/zh_CN/LC_MESSAGES/kshisen.mo share/locale/zh_CN/LC_MESSAGES/kshorturifilter.mo share/locale/zh_CN/LC_MESSAGES/ksirk.mo share/locale/zh_CN/LC_MESSAGES/ksirkskineditor.mo -share/locale/zh_CN/LC_MESSAGES/ksmserver.mo -share/locale/zh_CN/LC_MESSAGES/ksnapshot.mo +share/locale/zh_CN/LC_MESSAGES/ksnakeduel.mo share/locale/zh_CN/LC_MESSAGES/kspaceduel.mo -share/locale/zh_CN/LC_MESSAGES/ksplashthemes.mo -share/locale/zh_CN/LC_MESSAGES/ksquares.mo -share/locale/zh_CN/LC_MESSAGES/kstars.mo -share/locale/zh_CN/LC_MESSAGES/kstart.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/kstart.mo share/locale/zh_CN/LC_MESSAGES/kstartperf.mo -share/locale/zh_CN/LC_MESSAGES/kstyle_config.mo -share/locale/zh_CN/LC_MESSAGES/kstyle_phase_config.mo share/locale/zh_CN/LC_MESSAGES/ksudoku.mo -share/locale/zh_CN/LC_MESSAGES/ksysguard.mo -share/locale/zh_CN/LC_MESSAGES/ksysguardlsofwidgets.mo -share/locale/zh_CN/LC_MESSAGES/ksystemlog.mo -share/locale/zh_CN/LC_MESSAGES/ksystraycmd.mo -share/locale/zh_CN/LC_MESSAGES/kteatime.mo -share/locale/zh_CN/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/zh_CN/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo -share/locale/zh_CN/LC_MESSAGES/ktimer.mo -share/locale/zh_CN/LC_MESSAGES/ktimetracker.mo -share/locale/zh_CN/LC_MESSAGES/ktnef.mo -share/locale/zh_CN/LC_MESSAGES/ktouch.mo -share/locale/zh_CN/LC_MESSAGES/ktouchpadenabler.mo -share/locale/zh_CN/LC_MESSAGES/ktraderclient.mo -share/locale/zh_CN/LC_MESSAGES/ktron.mo -share/locale/zh_CN/LC_MESSAGES/ktuberling.mo -share/locale/zh_CN/LC_MESSAGES/kturtle.mo -share/locale/zh_CN/LC_MESSAGES/ktux.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/ktraderclient.mo share/locale/zh_CN/LC_MESSAGES/kubrick.mo share/locale/zh_CN/LC_MESSAGES/kuiserver.mo share/locale/zh_CN/LC_MESSAGES/kuiviewer.mo share/locale/zh_CN/LC_MESSAGES/kurifilter.mo -share/locale/zh_CN/LC_MESSAGES/kuser.mo share/locale/zh_CN/LC_MESSAGES/kwalletd.mo -share/locale/zh_CN/LC_MESSAGES/kwalletmanager.mo -share/locale/zh_CN/LC_MESSAGES/kwatchgnupg.mo -share/locale/zh_CN/LC_MESSAGES/kwin.mo -share/locale/zh_CN/LC_MESSAGES/kwin_art_clients.mo -share/locale/zh_CN/LC_MESSAGES/kwin_clients.mo -share/locale/zh_CN/LC_MESSAGES/kwin_effects.mo share/locale/zh_CN/LC_MESSAGES/kwinshutdown.mo share/locale/zh_CN/LC_MESSAGES/kwinstartmenu.mo -share/locale/zh_CN/LC_MESSAGES/kwordquiz.mo -share/locale/zh_CN/LC_MESSAGES/kwrite.mo share/locale/zh_CN/LC_MESSAGES/kwriteconfig.mo -share/locale/zh_CN/LC_MESSAGES/kxkb.mo -share/locale/zh_CN/LC_MESSAGES/kxsconfig.mo -share/locale/zh_CN/LC_MESSAGES/lancelot.mo -share/locale/zh_CN/LC_MESSAGES/libakonadi-calendar.mo -share/locale/zh_CN/LC_MESSAGES/libakonadi-kmime.mo -share/locale/zh_CN/LC_MESSAGES/libakonadi.mo -share/locale/zh_CN/LC_MESSAGES/libeventviews.mo -share/locale/zh_CN/LC_MESSAGES/libincidenceeditors.mo -share/locale/zh_CN/LC_MESSAGES/libkalarmcal.mo -share/locale/zh_CN/LC_MESSAGES/libkasten.mo -share/locale/zh_CN/LC_MESSAGES/libkblog.mo -share/locale/zh_CN/LC_MESSAGES/libkcal.mo -share/locale/zh_CN/LC_MESSAGES/libkcalutils.mo -share/locale/zh_CN/LC_MESSAGES/libkcddb.mo -share/locale/zh_CN/LC_MESSAGES/libkcompactdisc.mo -share/locale/zh_CN/LC_MESSAGES/libkdcraw.mo -share/locale/zh_CN/LC_MESSAGES/libkdecorations.mo -share/locale/zh_CN/LC_MESSAGES/libkdeedu.mo -share/locale/zh_CN/LC_MESSAGES/libkdegames.mo -share/locale/zh_CN/LC_MESSAGES/libkdepim.mo -share/locale/zh_CN/LC_MESSAGES/libkdepimmobileui.mo -share/locale/zh_CN/LC_MESSAGES/libkexiv2.mo -share/locale/zh_CN/LC_MESSAGES/libkholidays.mo -share/locale/zh_CN/LC_MESSAGES/libkimap.mo -share/locale/zh_CN/LC_MESSAGES/libkipi.mo -share/locale/zh_CN/LC_MESSAGES/libkldap.mo -share/locale/zh_CN/LC_MESSAGES/libkleopatra.mo -share/locale/zh_CN/LC_MESSAGES/libkmahjongg.mo -share/locale/zh_CN/LC_MESSAGES/libkmime.mo -share/locale/zh_CN/LC_MESSAGES/libkomparediff2.mo -share/locale/zh_CN/LC_MESSAGES/libkonq.mo -share/locale/zh_CN/LC_MESSAGES/libkpgp.mo -share/locale/zh_CN/LC_MESSAGES/libkpimidentities.mo -share/locale/zh_CN/LC_MESSAGES/libkpimtextedit.mo -share/locale/zh_CN/LC_MESSAGES/libkpimutils.mo share/locale/zh_CN/LC_MESSAGES/libkremotecontrol.mo -share/locale/zh_CN/LC_MESSAGES/libkresources.mo -share/locale/zh_CN/LC_MESSAGES/libksane.mo -share/locale/zh_CN/LC_MESSAGES/libkscreensaver.mo -share/locale/zh_CN/LC_MESSAGES/libksieve.mo -share/locale/zh_CN/LC_MESSAGES/libktnef.mo share/locale/zh_CN/LC_MESSAGES/libkunitconversion.mo -share/locale/zh_CN/LC_MESSAGES/libkworkspace.mo -share/locale/zh_CN/LC_MESSAGES/libkxmlrpcclient.mo -share/locale/zh_CN/LC_MESSAGES/liblancelot-datamodels.mo -share/locale/zh_CN/LC_MESSAGES/libmailcommon.mo -share/locale/zh_CN/LC_MESSAGES/libmailimporter.mo -share/locale/zh_CN/LC_MESSAGES/libmailtransport.mo -share/locale/zh_CN/LC_MESSAGES/libmessagecomposer.mo -share/locale/zh_CN/LC_MESSAGES/libmessagecore.mo -share/locale/zh_CN/LC_MESSAGES/libmessagelist.mo -share/locale/zh_CN/LC_MESSAGES/libmessageviewer.mo -share/locale/zh_CN/LC_MESSAGES/liboktetacore.mo -share/locale/zh_CN/LC_MESSAGES/liboktetagui.mo -share/locale/zh_CN/LC_MESSAGES/liboktetakasten.mo -share/locale/zh_CN/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/zh_CN/LC_MESSAGES/libphonon.mo -share/locale/zh_CN/LC_MESSAGES/libpimcommon.mo share/locale/zh_CN/LC_MESSAGES/libplasma.mo -share/locale/zh_CN/LC_MESSAGES/libplasma_groupingcontainment.mo -share/locale/zh_CN/LC_MESSAGES/libplasmaclock.mo -share/locale/zh_CN/LC_MESSAGES/libplasmaweather.mo -share/locale/zh_CN/LC_MESSAGES/libtaskmanager.mo -share/locale/zh_CN/LC_MESSAGES/libtemplateparser.mo -share/locale/zh_CN/LC_MESSAGES/lokalize.mo share/locale/zh_CN/LC_MESSAGES/lskat.mo -share/locale/zh_CN/LC_MESSAGES/mailreader.mo -share/locale/zh_CN/LC_MESSAGES/marble.mo -share/locale/zh_CN/LC_MESSAGES/marble_qt.mo -share/locale/zh_CN/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo -share/locale/zh_CN/LC_MESSAGES/messageviewer_text_calendar_plugin.mo -share/locale/zh_CN/LC_MESSAGES/messageviewer_text_vcard_plugin.mo -share/locale/zh_CN/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo -share/locale/zh_CN/LC_MESSAGES/mf_konqplugin.mo -share/locale/zh_CN/LC_MESSAGES/minitoolsplugin.mo -share/locale/zh_CN/LC_MESSAGES/mplayerthumbs.mo -share/locale/zh_CN/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/zh_CN/LC_MESSAGES/nepomukbackup.mo share/locale/zh_CN/LC_MESSAGES/nepomukcleaner.mo share/locale/zh_CN/LC_MESSAGES/nepomukfileindexer.mo @@ -579,230 +161,24 @@ share/locale/zh_CN/LC_MESSAGES/nepomukservicestub.mo share/locale/zh_CN/LC_MESSAGES/nepomukstorage.mo share/locale/zh_CN/LC_MESSAGES/nepomukwidgets.mo -share/locale/zh_CN/LC_MESSAGES/notes-mobile.mo -share/locale/zh_CN/LC_MESSAGES/nsplugin.mo -share/locale/zh_CN/LC_MESSAGES/okteta-mobile.mo -share/locale/zh_CN/LC_MESSAGES/okteta.mo -share/locale/zh_CN/LC_MESSAGES/oktetapart.mo -share/locale/zh_CN/LC_MESSAGES/okular.mo -share/locale/zh_CN/LC_MESSAGES/okular_chm.mo -share/locale/zh_CN/LC_MESSAGES/okular_comicbook.mo -share/locale/zh_CN/LC_MESSAGES/okular_djvu.mo -share/locale/zh_CN/LC_MESSAGES/okular_dvi.mo -share/locale/zh_CN/LC_MESSAGES/okular_epub.mo -share/locale/zh_CN/LC_MESSAGES/okular_fax.mo -share/locale/zh_CN/LC_MESSAGES/okular_fictionbook.mo -share/locale/zh_CN/LC_MESSAGES/okular_ghostview.mo -share/locale/zh_CN/LC_MESSAGES/okular_kimgio.mo -share/locale/zh_CN/LC_MESSAGES/okular_mobi.mo -share/locale/zh_CN/LC_MESSAGES/okular_ooo.mo -share/locale/zh_CN/LC_MESSAGES/okular_plucker.mo -share/locale/zh_CN/LC_MESSAGES/okular_poppler.mo -share/locale/zh_CN/LC_MESSAGES/okular_tiff.mo -share/locale/zh_CN/LC_MESSAGES/okular_txt.mo -share/locale/zh_CN/LC_MESSAGES/okular_xps.mo -share/locale/zh_CN/LC_MESSAGES/org.kde.active.documentviewer.mo -share/locale/zh_CN/LC_MESSAGES/pairs.mo -share/locale/zh_CN/LC_MESSAGES/pairseditor.mo share/locale/zh_CN/LC_MESSAGES/palapeli.mo -share/locale/zh_CN/LC_MESSAGES/parley.mo -share/locale/zh_CN/LC_MESSAGES/pate.mo share/locale/zh_CN/LC_MESSAGES/phonon_gstreamer.mo -share/locale/zh_CN/LC_MESSAGES/phonon_kde.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/phonon_kde.mo share/locale/zh_CN/LC_MESSAGES/phonon_vlc.mo share/locale/zh_CN/LC_MESSAGES/phononserver.mo -share/locale/zh_CN/LC_MESSAGES/picmi.mo -share/locale/zh_CN/LC_MESSAGES/pimsettingexporter.mo -share/locale/zh_CN/LC_MESSAGES/plasma-desktop.mo -share/locale/zh_CN/LC_MESSAGES/plasma-netbook.mo -share/locale/zh_CN/LC_MESSAGES/plasma-overlay.mo share/locale/zh_CN/LC_MESSAGES/plasma-remote-helper.mo -share/locale/zh_CN/LC_MESSAGES/plasma-windowed.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_BbalL.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_CharSelectApplet.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_Molmasscalculator.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_akonotes_note.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_battery.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_binaryclock.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_bookmarks.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_bubblemon.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_calculator.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_clock.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_comic.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_concentrationCalculator.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_currentappcontrol.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_dig_clock.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_fileWatcher.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_folderview.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_frame.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_fuzzy_clock.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_gasCalculator.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_groupingpanel.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_icon.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_icontasks.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_incomingmsg.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_kalgebraplasmoid.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_kalzium.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_katesession.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_kget.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_kimpanel.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_knowledgebase.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_kpapplet.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_launcher.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_leavenote.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_life.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_lockout.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_luna.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_magnifique.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_microblog.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_netpanel.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_news.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_newspaper.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_notes.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_notifier.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_nowplaying.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_nuclearCalculator.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_opendesktop.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_opendesktop_activities.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.notifications.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.printmanager.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_pager.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_panel.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_panelspacer_internal.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_paste.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_pastebin.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_plasmaboard.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_previewer.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_qalculate.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_qstardict.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_quicklaunch.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_rssnow.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_rtm.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_sal.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_saverdesktop.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_showdashboard.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_showdesktop.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_skapplet.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_spellcheck.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_system-monitor.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_systemloadviewer.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_systemtray.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_tasks.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_timer.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_trash.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_unitconverter.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_weather.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_weatherstation.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_webbrowser.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_webslice.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_windowlist.mo -share/locale/zh_CN/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo -share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_switchactivity.mo -share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo -share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_kalzium.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_kdeobservatory.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_kuiserver.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_metadata.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_network.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_nowplaying.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_rss.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_share.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_weather.mo -share/locale/zh_CN/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo -share/locale/zh_CN/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo -share/locale/zh_CN/LC_MESSAGES/plasma_packagestructure_comic.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_CharacterRunner.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_activities.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_audioplayercontrol.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_baloosearchrunner.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_browserhistory.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_contacts.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_converterrunner.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_datetime.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_events.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_katesessions.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/plasma_runner_baloosearchrunner.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_kget.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_kill.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_konquerorsessions.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_konsolesessions.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_kopete.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_krunner_dictionary.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_locations.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_marblerunner.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_mediawiki.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_services.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_shell.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_solid.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_spellcheckrunner.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_translator.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_windows.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_youtube.mo share/locale/zh_CN/LC_MESSAGES/plasma_scriptengine_qscript.mo -share/locale/zh_CN/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo -share/locale/zh_CN/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo -share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_color.mo -share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_image.mo -share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo -share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_marble.mo -share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_pattern.mo -share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_potd.mo -share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_virus.mo -share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/zh_CN/LC_MESSAGES/plasmagenericshell.mo share/locale/zh_CN/LC_MESSAGES/plasmapkg.mo -share/locale/zh_CN/LC_MESSAGES/pothumbnail.mo -share/locale/zh_CN/LC_MESSAGES/powerdevil.mo -share/locale/zh_CN/LC_MESSAGES/powerdevilactivitiesconfig.mo -share/locale/zh_CN/LC_MESSAGES/powerdevilglobalconfig.mo -share/locale/zh_CN/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/zh_CN/LC_MESSAGES/print-manager.mo -share/locale/zh_CN/LC_MESSAGES/processcore.mo -share/locale/zh_CN/LC_MESSAGES/processui.mo -share/locale/zh_CN/LC_MESSAGES/randrmonitor.mo -share/locale/zh_CN/LC_MESSAGES/rellinks.mo -share/locale/zh_CN/LC_MESSAGES/rocs.mo -share/locale/zh_CN/LC_MESSAGES/rocscore.mo -share/locale/zh_CN/LC_MESSAGES/rocsvisualeditor.mo -share/locale/zh_CN/LC_MESSAGES/searchbarplugin.mo share/locale/zh_CN/LC_MESSAGES/solid-hardware.mo share/locale/zh_CN/LC_MESSAGES/solid_qt.mo -share/locale/zh_CN/LC_MESSAGES/soliduiserver.mo -share/locale/zh_CN/LC_MESSAGES/step.mo -share/locale/zh_CN/LC_MESSAGES/step_qt.mo -share/locale/zh_CN/LC_MESSAGES/strigila_diff.mo -share/locale/zh_CN/LC_MESSAGES/superkaramba.mo -share/locale/zh_CN/LC_MESSAGES/svgpart.mo +%%KDE4%%share/locale/zh_CN/LC_MESSAGES/soliduiserver.mo share/locale/zh_CN/LC_MESSAGES/sweeper.mo -share/locale/zh_CN/LC_MESSAGES/systemsettings.mo -share/locale/zh_CN/LC_MESSAGES/tasks-mobile.mo share/locale/zh_CN/LC_MESSAGES/timezones4.mo -share/locale/zh_CN/LC_MESSAGES/uachangerplugin.mo share/locale/zh_CN/LC_MESSAGES/umbrello.mo -share/locale/zh_CN/LC_MESSAGES/useraccount.mo -share/locale/zh_CN/LC_MESSAGES/validatorsplugin.mo -share/locale/zh_CN/LC_MESSAGES/webarchiver.mo -share/locale/zh_CN/LC_MESSAGES/xml_mimetypes.mo share/locale/zh_CN/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/zh_CN/charset share/locale/zh_CN/entry.desktop Index: chinese/kde4-l10n-zh_TW/Makefile =================================================================== --- chinese/kde4-l10n-zh_TW/Makefile +++ chinese/kde4-l10n-zh_TW/Makefile @@ -1,14 +1,14 @@ # Created by: Martin Wilke # $FreeBSD$ -PORTNAME= kde-l10n -PORTVERSION= ${KDE4_VERSION} +PORTNAME= kde4-l10n +PORTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= chinese kde MAINTAINER= kde@FreeBSD.org -COMMENT= Traditional Chinese messages and documentation for KDE SC 4 +COMMENT= Traditional Chinese messages and documentation for KDE -KDE4_L10N= zh_TW +KDE_L10N= zh_TW:4 -.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde-l10n/files/bsd.l10n.mk" .include Index: chinese/kde4-l10n-zh_TW/distinfo =================================================================== --- chinese/kde4-l10n-zh_TW/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/4.14.3/kde-l10n/kde-l10n-zh_TW-4.14.3.tar.xz) = b14e60377f096f2bdacce28ea2878385002daf3de2bb8188b6591165c7da7b11 -SIZE (KDE/4.14.3/kde-l10n/kde-l10n-zh_TW-4.14.3.tar.xz) = 2696832 Index: chinese/kde4-l10n-zh_TW/pkg-plist =================================================================== --- chinese/kde4-l10n-zh_TW/pkg-plist +++ chinese/kde4-l10n-zh_TW/pkg-plist @@ -2,587 +2,146 @@ share/doc/HTML/zh_TW/common/gpl-translated.html share/doc/HTML/zh_TW/common/kde-localised.css share/doc/HTML/zh_TW/common/lgpl-translated.html -share/locale/zh_TW/LC_MESSAGES/accountwizard.mo -share/locale/zh_TW/LC_MESSAGES/accountwizard_contacts.mo -share/locale/zh_TW/LC_MESSAGES/accountwizard_ical.mo -share/locale/zh_TW/LC_MESSAGES/accountwizard_imap.mo -share/locale/zh_TW/LC_MESSAGES/accountwizard_kolab.mo -share/locale/zh_TW/LC_MESSAGES/accountwizard_mailbox.mo -share/locale/zh_TW/LC_MESSAGES/accountwizard_maildir.mo -share/locale/zh_TW/LC_MESSAGES/accountwizard_pop3.mo -share/locale/zh_TW/LC_MESSAGES/accountwizard_tine20.mo -share/locale/zh_TW/LC_MESSAGES/accountwizard_vcard.mo -share/locale/zh_TW/LC_MESSAGES/accountwizard_vcarddir.mo share/locale/zh_TW/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo -share/locale/zh_TW/LC_MESSAGES/adblock.mo -share/locale/zh_TW/LC_MESSAGES/akonadi-filestore.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_archivemail_agent.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_baloo_indexer.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_davgroupware_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_followupreminder_agent.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_gmail_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_googlecalendar_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_googlecontacts_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_icaldir_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_invitations_agent.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_kalarm_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_kdeaccounts_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_mailfilter_agent.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_migration_agent.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_newmailnotifier_agent.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_next.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_notes_agent.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_openxchange_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_sendlater_agent.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_serializer_plugins.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_vcarddir_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadicontact.mo -share/locale/zh_TW/LC_MESSAGES/akonadinotes.mo -share/locale/zh_TW/LC_MESSAGES/akonaditray.mo -share/locale/zh_TW/LC_MESSAGES/akregator.mo -share/locale/zh_TW/LC_MESSAGES/akregator_konqplugin.mo -share/locale/zh_TW/LC_MESSAGES/amor.mo -share/locale/zh_TW/LC_MESSAGES/analitza.mo -share/locale/zh_TW/LC_MESSAGES/ark.appdata.mo -share/locale/zh_TW/LC_MESSAGES/ark.mo -share/locale/zh_TW/LC_MESSAGES/artikulate.appdata.mo -share/locale/zh_TW/LC_MESSAGES/artikulate.mo -share/locale/zh_TW/LC_MESSAGES/attica_kde.mo -share/locale/zh_TW/LC_MESSAGES/audiocd_encoder_lame.mo -share/locale/zh_TW/LC_MESSAGES/audiocd_encoder_vorbis.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/akonadi_baloo_indexer.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/attica_kde.mo share/locale/zh_TW/LC_MESSAGES/audiorename_plugin.mo -share/locale/zh_TW/LC_MESSAGES/autorefresh.mo -share/locale/zh_TW/LC_MESSAGES/babelfish.mo -share/locale/zh_TW/LC_MESSAGES/baloo_file.mo -share/locale/zh_TW/LC_MESSAGES/baloo_file_extractor.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/baloo_file.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/baloo_file_extractor.mo share/locale/zh_TW/LC_MESSAGES/baloo_queryparser.mo -share/locale/zh_TW/LC_MESSAGES/baloosearch.mo -share/locale/zh_TW/LC_MESSAGES/balooshow.mo -share/locale/zh_TW/LC_MESSAGES/baloowidgets.mo -share/locale/zh_TW/LC_MESSAGES/blinken.appdata.mo -share/locale/zh_TW/LC_MESSAGES/blinken.mo -share/locale/zh_TW/LC_MESSAGES/blogilo.mo -share/locale/zh_TW/LC_MESSAGES/bomber.mo -share/locale/zh_TW/LC_MESSAGES/bovo.mo -share/locale/zh_TW/LC_MESSAGES/calendarjanitor.mo -share/locale/zh_TW/LC_MESSAGES/calendarsupport.mo -share/locale/zh_TW/LC_MESSAGES/cantor.appdata.mo -share/locale/zh_TW/LC_MESSAGES/cantor.mo -share/locale/zh_TW/LC_MESSAGES/cervisia.mo -share/locale/zh_TW/LC_MESSAGES/contactthemeeditor.mo -share/locale/zh_TW/LC_MESSAGES/cryptopageplugin.mo -share/locale/zh_TW/LC_MESSAGES/cvsservice.mo -share/locale/zh_TW/LC_MESSAGES/dirfilterplugin.mo -share/locale/zh_TW/LC_MESSAGES/display.mo -share/locale/zh_TW/LC_MESSAGES/dolphin.appdata.mo -share/locale/zh_TW/LC_MESSAGES/dolphin.mo -share/locale/zh_TW/LC_MESSAGES/domtreeviewer.mo -share/locale/zh_TW/LC_MESSAGES/dragonplayer.mo -share/locale/zh_TW/LC_MESSAGES/drkonqi.mo -share/locale/zh_TW/LC_MESSAGES/filelight.mo -share/locale/zh_TW/LC_MESSAGES/filetypes.mo -share/locale/zh_TW/LC_MESSAGES/fileviewbazaarplugin.mo -share/locale/zh_TW/LC_MESSAGES/fileviewgitplugin.mo -share/locale/zh_TW/LC_MESSAGES/fileviewhgplugin.mo -share/locale/zh_TW/LC_MESSAGES/fileviewsvnplugin.mo -share/locale/zh_TW/LC_MESSAGES/freespacenotifier.mo -share/locale/zh_TW/LC_MESSAGES/fsview.mo -share/locale/zh_TW/LC_MESSAGES/gid-migrator.mo -share/locale/zh_TW/LC_MESSAGES/granatier.mo -share/locale/zh_TW/LC_MESSAGES/gwenview.mo -share/locale/zh_TW/LC_MESSAGES/headerthemeeditor.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/baloosearch.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/balooshow.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/baloowidgets.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/drkonqi.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/filetypes.mo share/locale/zh_TW/LC_MESSAGES/htmlsearch.mo share/locale/zh_TW/LC_MESSAGES/imagerename_plugin.mo -share/locale/zh_TW/LC_MESSAGES/imgalleryplugin.mo -share/locale/zh_TW/LC_MESSAGES/importwizard.mo share/locale/zh_TW/LC_MESSAGES/jovie.mo -share/locale/zh_TW/LC_MESSAGES/joystick.mo -share/locale/zh_TW/LC_MESSAGES/juk.appdata.mo share/locale/zh_TW/LC_MESSAGES/juk.mo -share/locale/zh_TW/LC_MESSAGES/kabc.mo -share/locale/zh_TW/LC_MESSAGES/kabc_akonadi.mo -share/locale/zh_TW/LC_MESSAGES/kabc_dir.mo -share/locale/zh_TW/LC_MESSAGES/kabc_file.mo -share/locale/zh_TW/LC_MESSAGES/kabc_ldapkio.mo -share/locale/zh_TW/LC_MESSAGES/kabc_net.mo -share/locale/zh_TW/LC_MESSAGES/kabcclient.mo -share/locale/zh_TW/LC_MESSAGES/kabcformat_binary.mo -share/locale/zh_TW/LC_MESSAGES/kaccess.mo share/locale/zh_TW/LC_MESSAGES/kaccessibleapp.mo share/locale/zh_TW/LC_MESSAGES/kactivitymanagerd.mo share/locale/zh_TW/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo -share/locale/zh_TW/LC_MESSAGES/kaddressbook-mobile.mo -share/locale/zh_TW/LC_MESSAGES/kaddressbook.mo -share/locale/zh_TW/LC_MESSAGES/kaddressbookmigrator.mo share/locale/zh_TW/LC_MESSAGES/kajongg.mo -share/locale/zh_TW/LC_MESSAGES/kalarm.mo -share/locale/zh_TW/LC_MESSAGES/kalgebra.appdata.mo -share/locale/zh_TW/LC_MESSAGES/kalgebra.mo -share/locale/zh_TW/LC_MESSAGES/kalzium.appdata.mo -share/locale/zh_TW/LC_MESSAGES/kalzium.mo -share/locale/zh_TW/LC_MESSAGES/kanagram.appdata.mo -share/locale/zh_TW/LC_MESSAGES/kanagram.mo -share/locale/zh_TW/LC_MESSAGES/kapman.mo -share/locale/zh_TW/LC_MESSAGES/kapptemplate.mo -share/locale/zh_TW/LC_MESSAGES/kate-ctags-plugin.mo -share/locale/zh_TW/LC_MESSAGES/kate.mo -share/locale/zh_TW/LC_MESSAGES/kate_kttsd.mo -share/locale/zh_TW/LC_MESSAGES/katebacktracebrowserplugin.mo -share/locale/zh_TW/LC_MESSAGES/katebuild-plugin.mo -share/locale/zh_TW/LC_MESSAGES/katecloseexceptplugin.mo -share/locale/zh_TW/LC_MESSAGES/katefilebrowserplugin.mo -share/locale/zh_TW/LC_MESSAGES/katefiletemplates.mo -share/locale/zh_TW/LC_MESSAGES/kategdbplugin.mo -share/locale/zh_TW/LC_MESSAGES/katehelloworld.mo -share/locale/zh_TW/LC_MESSAGES/katekonsoleplugin.mo -share/locale/zh_TW/LC_MESSAGES/katemailfilesplugin.mo -share/locale/zh_TW/LC_MESSAGES/kateopenheader.mo -share/locale/zh_TW/LC_MESSAGES/katepart4.mo -share/locale/zh_TW/LC_MESSAGES/kateproject.mo -share/locale/zh_TW/LC_MESSAGES/katesearch.mo -share/locale/zh_TW/LC_MESSAGES/katesnippetsplugin.mo -share/locale/zh_TW/LC_MESSAGES/katesql.mo -share/locale/zh_TW/LC_MESSAGES/katesymbolviewer.mo -share/locale/zh_TW/LC_MESSAGES/katetabbarextension.mo -share/locale/zh_TW/LC_MESSAGES/katetabifyplugin.mo -share/locale/zh_TW/LC_MESSAGES/katetextfilter.mo -share/locale/zh_TW/LC_MESSAGES/katexmlcheck.mo -share/locale/zh_TW/LC_MESSAGES/katexmltools.mo -share/locale/zh_TW/LC_MESSAGES/katomic.mo -share/locale/zh_TW/LC_MESSAGES/kblackbox.mo -share/locale/zh_TW/LC_MESSAGES/kblankscrn.mo -share/locale/zh_TW/LC_MESSAGES/kblocks.mo -share/locale/zh_TW/LC_MESSAGES/kbounce.mo -share/locale/zh_TW/LC_MESSAGES/kbreakout.mo -share/locale/zh_TW/LC_MESSAGES/kbruch.appdata.mo -share/locale/zh_TW/LC_MESSAGES/kbruch.mo share/locale/zh_TW/LC_MESSAGES/kcachegrind.mo share/locale/zh_TW/LC_MESSAGES/kcachegrind_qt.mo -share/locale/zh_TW/LC_MESSAGES/kcal_akonadi.mo -share/locale/zh_TW/LC_MESSAGES/kcalc.mo share/locale/zh_TW/LC_MESSAGES/kcertpart.mo -share/locale/zh_TW/LC_MESSAGES/kcharselect.mo -share/locale/zh_TW/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/zh_TW/LC_MESSAGES/kcm_activities.mo -share/locale/zh_TW/LC_MESSAGES/kcm_akonadi.mo -share/locale/zh_TW/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/zh_TW/LC_MESSAGES/kcm_attica.mo -share/locale/zh_TW/LC_MESSAGES/kcm_autostart.mo -share/locale/zh_TW/LC_MESSAGES/kcm_baloofile.mo -share/locale/zh_TW/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/zh_TW/LC_MESSAGES/kcm_desktopthemedetails.mo -share/locale/zh_TW/LC_MESSAGES/kcm_device_automounter.mo -share/locale/zh_TW/LC_MESSAGES/kcm_emoticons.mo -share/locale/zh_TW/LC_MESSAGES/kcm_infobase.mo -share/locale/zh_TW/LC_MESSAGES/kcm_infosummary.mo -share/locale/zh_TW/LC_MESSAGES/kcm_kwindesktop.mo -share/locale/zh_TW/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/zh_TW/LC_MESSAGES/kcm_memory.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kcm_baloofile.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kcm_device_automounter.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kcm_emoticons.mo share/locale/zh_TW/LC_MESSAGES/kcm_nepomuk.mo -share/locale/zh_TW/LC_MESSAGES/kcm_pci.mo -share/locale/zh_TW/LC_MESSAGES/kcm_phonon.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kcm_phonon.mo share/locale/zh_TW/LC_MESSAGES/kcm_platform.mo share/locale/zh_TW/LC_MESSAGES/kcm_remotecontrol.mo -share/locale/zh_TW/LC_MESSAGES/kcm_solid_actions.mo -share/locale/zh_TW/LC_MESSAGES/kcm_standard_actions.mo -share/locale/zh_TW/LC_MESSAGES/kcmaccess.mo -share/locale/zh_TW/LC_MESSAGES/kcmaudiocd.mo -share/locale/zh_TW/LC_MESSAGES/kcmbackground.mo -share/locale/zh_TW/LC_MESSAGES/kcmbell.mo -share/locale/zh_TW/LC_MESSAGES/kcmcddb.mo share/locale/zh_TW/LC_MESSAGES/kcmcgi.mo -share/locale/zh_TW/LC_MESSAGES/kcmcolors.mo -share/locale/zh_TW/LC_MESSAGES/kcmcomponentchooser.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kcmcomponentchooser.mo share/locale/zh_TW/LC_MESSAGES/kcmcrypto.mo -share/locale/zh_TW/LC_MESSAGES/kcmdevinfo.mo -share/locale/zh_TW/LC_MESSAGES/kcmfonts.mo share/locale/zh_TW/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/zh_TW/LC_MESSAGES/kcmicons.mo -share/locale/zh_TW/LC_MESSAGES/kcminfo.mo -share/locale/zh_TW/LC_MESSAGES/kcminit.mo -share/locale/zh_TW/LC_MESSAGES/kcminput.mo -share/locale/zh_TW/LC_MESSAGES/kcmkamera.mo -share/locale/zh_TW/LC_MESSAGES/kcmkclock.mo -share/locale/zh_TW/LC_MESSAGES/kcmkded.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kcmicons.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kcmkded.mo share/locale/zh_TW/LC_MESSAGES/kcmkdnssd.mo -share/locale/zh_TW/LC_MESSAGES/kcmkeyboard.mo -share/locale/zh_TW/LC_MESSAGES/kcmkeys.mo -share/locale/zh_TW/LC_MESSAGES/kcmkgamma.mo -share/locale/zh_TW/LC_MESSAGES/kcmkio.mo -share/locale/zh_TW/LC_MESSAGES/kcmkonq.mo -share/locale/zh_TW/LC_MESSAGES/kcmkonqhtml.mo -share/locale/zh_TW/LC_MESSAGES/kcmkurifilt.mo -share/locale/zh_TW/LC_MESSAGES/kcmkwallet.mo -share/locale/zh_TW/LC_MESSAGES/kcmkwincompositing.mo -share/locale/zh_TW/LC_MESSAGES/kcmkwindecoration.mo -share/locale/zh_TW/LC_MESSAGES/kcmkwinrules.mo -share/locale/zh_TW/LC_MESSAGES/kcmkwinscreenedges.mo -share/locale/zh_TW/LC_MESSAGES/kcmkwm.mo -share/locale/zh_TW/LC_MESSAGES/kcmlaunch.mo share/locale/zh_TW/LC_MESSAGES/kcmlocale.mo -share/locale/zh_TW/LC_MESSAGES/kcmnic.mo -share/locale/zh_TW/LC_MESSAGES/kcmnotify.mo -share/locale/zh_TW/LC_MESSAGES/kcmopengl.mo -share/locale/zh_TW/LC_MESSAGES/kcmperformance.mo -share/locale/zh_TW/LC_MESSAGES/kcmsamba.mo -share/locale/zh_TW/LC_MESSAGES/kcmscreensaver.mo -share/locale/zh_TW/LC_MESSAGES/kcmshell.mo -share/locale/zh_TW/LC_MESSAGES/kcmsmartcard.mo -share/locale/zh_TW/LC_MESSAGES/kcmsmserver.mo -share/locale/zh_TW/LC_MESSAGES/kcmstyle.mo -share/locale/zh_TW/LC_MESSAGES/kcmusb.mo -share/locale/zh_TW/LC_MESSAGES/kcmview1394.mo -share/locale/zh_TW/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/zh_TW/LC_MESSAGES/kcolorchooser.mo -share/locale/zh_TW/LC_MESSAGES/kcron.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kcmnotify.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kcmshell.mo share/locale/zh_TW/LC_MESSAGES/kde-menu.mo -share/locale/zh_TW/LC_MESSAGES/kdeasciiquarium.mo share/locale/zh_TW/LC_MESSAGES/kdebugdialog.mo share/locale/zh_TW/LC_MESSAGES/kdecalendarsystems.mo share/locale/zh_TW/LC_MESSAGES/kdelibs4.mo share/locale/zh_TW/LC_MESSAGES/kdelibs_colors4.mo -share/locale/zh_TW/LC_MESSAGES/kdepasswd.mo -share/locale/zh_TW/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/zh_TW/LC_MESSAGES/kdeqt.mo -share/locale/zh_TW/LC_MESSAGES/kdesu.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kdesu.mo share/locale/zh_TW/LC_MESSAGES/kdesud.mo -share/locale/zh_TW/LC_MESSAGES/kdf.mo -share/locale/zh_TW/LC_MESSAGES/kdgantt2.mo -share/locale/zh_TW/LC_MESSAGES/kdialog.mo -share/locale/zh_TW/LC_MESSAGES/kdiamond.mo -share/locale/zh_TW/LC_MESSAGES/kdmconfig.mo -share/locale/zh_TW/LC_MESSAGES/kdmgreet.mo share/locale/zh_TW/LC_MESSAGES/kdontchangethehostname.mo -share/locale/zh_TW/LC_MESSAGES/keditbookmarks.mo share/locale/zh_TW/LC_MESSAGES/kfile.mo -share/locale/zh_TW/LC_MESSAGES/kfile_dds.mo -share/locale/zh_TW/LC_MESSAGES/kfile_drgeo.mo -share/locale/zh_TW/LC_MESSAGES/kfile_exr.mo -share/locale/zh_TW/LC_MESSAGES/kfile_kig.mo -share/locale/zh_TW/LC_MESSAGES/kfile_pnm.mo -share/locale/zh_TW/LC_MESSAGES/kfile_raw.mo -share/locale/zh_TW/LC_MESSAGES/kfile_rgb.mo -share/locale/zh_TW/LC_MESSAGES/kfile_tiff.mo -share/locale/zh_TW/LC_MESSAGES/kfile_xps.mo share/locale/zh_TW/LC_MESSAGES/kfileaudiopreview4.mo -share/locale/zh_TW/LC_MESSAGES/kfilemetadata.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kfilemetadata.mo share/locale/zh_TW/LC_MESSAGES/kfilereplace.mo -share/locale/zh_TW/LC_MESSAGES/kfileshare.mo -share/locale/zh_TW/LC_MESSAGES/kfindpart.mo -share/locale/zh_TW/LC_MESSAGES/kfloppy.mo -share/locale/zh_TW/LC_MESSAGES/kfmclient.mo -share/locale/zh_TW/LC_MESSAGES/kfontinst.mo -share/locale/zh_TW/LC_MESSAGES/kfourinline.mo -share/locale/zh_TW/LC_MESSAGES/kgeography.mo share/locale/zh_TW/LC_MESSAGES/kget.mo share/locale/zh_TW/LC_MESSAGES/kgetplugin.mo share/locale/zh_TW/LC_MESSAGES/kglobalaccel.mo share/locale/zh_TW/LC_MESSAGES/kgoldrunner.mo -share/locale/zh_TW/LC_MESSAGES/kgpg.appdata.mo -share/locale/zh_TW/LC_MESSAGES/kgpg.mo -share/locale/zh_TW/LC_MESSAGES/kgreet_classic.mo -share/locale/zh_TW/LC_MESSAGES/kgreet_generic.mo -share/locale/zh_TW/LC_MESSAGES/kgreet_winbind.mo -share/locale/zh_TW/LC_MESSAGES/khangman.appdata.mo -share/locale/zh_TW/LC_MESSAGES/khangman.mo -share/locale/zh_TW/LC_MESSAGES/khelpcenter.mo -share/locale/zh_TW/LC_MESSAGES/khotkeys.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/khelpcenter.mo share/locale/zh_TW/LC_MESSAGES/khotnewstuff.mo -share/locale/zh_TW/LC_MESSAGES/khtmlkttsd.mo -share/locale/zh_TW/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/zh_TW/LC_MESSAGES/kiconfinder.mo -share/locale/zh_TW/LC_MESSAGES/kig.appdata.mo -share/locale/zh_TW/LC_MESSAGES/kig.mo share/locale/zh_TW/LC_MESSAGES/kigo.mo -share/locale/zh_TW/LC_MESSAGES/killbots.mo share/locale/zh_TW/LC_MESSAGES/kimagemapeditor.mo -share/locale/zh_TW/LC_MESSAGES/kinfocenter.mo share/locale/zh_TW/LC_MESSAGES/kio4.mo share/locale/zh_TW/LC_MESSAGES/kio_activities.mo -share/locale/zh_TW/LC_MESSAGES/kio_akonadi.mo -share/locale/zh_TW/LC_MESSAGES/kio_applications.mo -share/locale/zh_TW/LC_MESSAGES/kio_archive.mo -share/locale/zh_TW/LC_MESSAGES/kio_audiocd.mo -share/locale/zh_TW/LC_MESSAGES/kio_baloosearch.mo -share/locale/zh_TW/LC_MESSAGES/kio_bookmarks.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kio_applications.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kio_archive.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kio_baloosearch.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kio_bookmarks.mo share/locale/zh_TW/LC_MESSAGES/kio_finger.mo -share/locale/zh_TW/LC_MESSAGES/kio_fish.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kio_fish.mo share/locale/zh_TW/LC_MESSAGES/kio_floppy.mo share/locale/zh_TW/LC_MESSAGES/kio_help4.mo -share/locale/zh_TW/LC_MESSAGES/kio_imap4.mo -share/locale/zh_TW/LC_MESSAGES/kio_info.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kio_info.mo share/locale/zh_TW/LC_MESSAGES/kio_jabberdisco.mo -share/locale/zh_TW/LC_MESSAGES/kio_ldap.mo -share/locale/zh_TW/LC_MESSAGES/kio_man.mo -share/locale/zh_TW/LC_MESSAGES/kio_mbox.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kio_man.mo share/locale/zh_TW/LC_MESSAGES/kio_nepomuk.mo share/locale/zh_TW/LC_MESSAGES/kio_nepomuksearch.mo share/locale/zh_TW/LC_MESSAGES/kio_nepomuktags.mo share/locale/zh_TW/LC_MESSAGES/kio_nepomuktimeline.mo -share/locale/zh_TW/LC_MESSAGES/kio_nfs.mo -share/locale/zh_TW/LC_MESSAGES/kio_nntp.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kio_nfs.mo share/locale/zh_TW/LC_MESSAGES/kio_perldoc.mo -share/locale/zh_TW/LC_MESSAGES/kio_pop3.mo -share/locale/zh_TW/LC_MESSAGES/kio_recentdocuments.mo -share/locale/zh_TW/LC_MESSAGES/kio_remote.mo -share/locale/zh_TW/LC_MESSAGES/kio_sftp.mo -share/locale/zh_TW/LC_MESSAGES/kio_sieve.mo -share/locale/zh_TW/LC_MESSAGES/kio_smb.mo -share/locale/zh_TW/LC_MESSAGES/kio_smtp.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kio_recentdocuments.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kio_remote.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kio_sftp.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kio_smb.mo share/locale/zh_TW/LC_MESSAGES/kio_svn.mo -share/locale/zh_TW/LC_MESSAGES/kio_tags.mo -share/locale/zh_TW/LC_MESSAGES/kio_thumbnail.mo -share/locale/zh_TW/LC_MESSAGES/kio_timeline.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kio_tags.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kio_thumbnail.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kio_timeline.mo share/locale/zh_TW/LC_MESSAGES/kio_trash.mo share/locale/zh_TW/LC_MESSAGES/kio_zeroconf.mo -share/locale/zh_TW/LC_MESSAGES/kioclient.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kioclient.mo share/locale/zh_TW/LC_MESSAGES/kioexec.mo -share/locale/zh_TW/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo -share/locale/zh_TW/LC_MESSAGES/kiriki.mo -share/locale/zh_TW/LC_MESSAGES/kiten.appdata.mo -share/locale/zh_TW/LC_MESSAGES/kiten.mo -share/locale/zh_TW/LC_MESSAGES/kjots.mo -share/locale/zh_TW/LC_MESSAGES/kjotsmigrator.mo -share/locale/zh_TW/LC_MESSAGES/kjumpingcube.mo -share/locale/zh_TW/LC_MESSAGES/kleopatra.mo -share/locale/zh_TW/LC_MESSAGES/klettres.appdata.mo -share/locale/zh_TW/LC_MESSAGES/klettres.mo -share/locale/zh_TW/LC_MESSAGES/klickety.mo -share/locale/zh_TW/LC_MESSAGES/klines.mo share/locale/zh_TW/LC_MESSAGES/klinkstatus.mo -share/locale/zh_TW/LC_MESSAGES/klipper.mo -share/locale/zh_TW/LC_MESSAGES/klock.mo share/locale/zh_TW/LC_MESSAGES/kmag.mo -share/locale/zh_TW/LC_MESSAGES/kmahjongg.mo -share/locale/zh_TW/LC_MESSAGES/kmail-migrator.mo -share/locale/zh_TW/LC_MESSAGES/kmail-mobile.mo -share/locale/zh_TW/LC_MESSAGES/kmail.mo -share/locale/zh_TW/LC_MESSAGES/kmailcvt.mo -share/locale/zh_TW/LC_MESSAGES/kmenuedit.mo -share/locale/zh_TW/LC_MESSAGES/kmimetypefinder.mo -share/locale/zh_TW/LC_MESSAGES/kmines.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kmimetypefinder.mo share/locale/zh_TW/LC_MESSAGES/kmix.mo share/locale/zh_TW/LC_MESSAGES/kmousetool.mo share/locale/zh_TW/LC_MESSAGES/kmouth.mo -share/locale/zh_TW/LC_MESSAGES/kmplot.appdata.mo -share/locale/zh_TW/LC_MESSAGES/kmplot.mo -share/locale/zh_TW/LC_MESSAGES/knavalbattle.mo -share/locale/zh_TW/LC_MESSAGES/knetattach.mo -share/locale/zh_TW/LC_MESSAGES/knetwalk.mo -share/locale/zh_TW/LC_MESSAGES/knode.mo -share/locale/zh_TW/LC_MESSAGES/knotes-migrator.mo -share/locale/zh_TW/LC_MESSAGES/knotes.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/knetattach.mo share/locale/zh_TW/LC_MESSAGES/knotify4.mo share/locale/zh_TW/LC_MESSAGES/kolf.mo -share/locale/zh_TW/LC_MESSAGES/kollision.mo -share/locale/zh_TW/LC_MESSAGES/kolourpaint.appdata.mo -share/locale/zh_TW/LC_MESSAGES/kolourpaint.mo share/locale/zh_TW/LC_MESSAGES/kommander.mo -share/locale/zh_TW/LC_MESSAGES/kompare.mo -share/locale/zh_TW/LC_MESSAGES/konqprofiles.mo -share/locale/zh_TW/LC_MESSAGES/konqueror.mo share/locale/zh_TW/LC_MESSAGES/konquest.mo -share/locale/zh_TW/LC_MESSAGES/konsole.mo -share/locale/zh_TW/LC_MESSAGES/konsolekalendar.mo -share/locale/zh_TW/LC_MESSAGES/konsoleprofiles.mo -share/locale/zh_TW/LC_MESSAGES/kontact.mo -share/locale/zh_TW/LC_MESSAGES/kontactinterfaces.mo share/locale/zh_TW/LC_MESSAGES/kopete.mo -share/locale/zh_TW/LC_MESSAGES/korgac.mo -share/locale/zh_TW/LC_MESSAGES/korganizer-mobile.mo -share/locale/zh_TW/LC_MESSAGES/korganizer.mo share/locale/zh_TW/LC_MESSAGES/kpartloader.mo -share/locale/zh_TW/LC_MESSAGES/kpartsaver.mo share/locale/zh_TW/LC_MESSAGES/kpasswdserver.mo -share/locale/zh_TW/LC_MESSAGES/kpat.mo share/locale/zh_TW/LC_MESSAGES/kppp.mo share/locale/zh_TW/LC_MESSAGES/kppplogview.mo share/locale/zh_TW/LC_MESSAGES/kquitapp.mo -share/locale/zh_TW/LC_MESSAGES/krandr.mo share/locale/zh_TW/LC_MESSAGES/krcdnotifieritem.mo -share/locale/zh_TW/LC_MESSAGES/krdb.mo -share/locale/zh_TW/LC_MESSAGES/krdc.mo share/locale/zh_TW/LC_MESSAGES/kreadconfig.mo share/locale/zh_TW/LC_MESSAGES/kremotecontroldaemon.mo -share/locale/zh_TW/LC_MESSAGES/kres-migrator.mo -share/locale/zh_TW/LC_MESSAGES/kres_blog.mo -share/locale/zh_TW/LC_MESSAGES/kres_remote.mo -share/locale/zh_TW/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/zh_TW/LC_MESSAGES/kreversi.mo -share/locale/zh_TW/LC_MESSAGES/krfb.mo -share/locale/zh_TW/LC_MESSAGES/kruler.mo -share/locale/zh_TW/LC_MESSAGES/krunner.mo share/locale/zh_TW/LC_MESSAGES/ksaneplugin.mo share/locale/zh_TW/LC_MESSAGES/kscd.mo -share/locale/zh_TW/LC_MESSAGES/kscreenlocker.mo -share/locale/zh_TW/LC_MESSAGES/kscreenlocker_greet.mo -share/locale/zh_TW/LC_MESSAGES/kscreensaver.mo -share/locale/zh_TW/LC_MESSAGES/ksendemail.mo -share/locale/zh_TW/LC_MESSAGES/ksgrd.mo -share/locale/zh_TW/LC_MESSAGES/kshellcmdplugin.mo -share/locale/zh_TW/LC_MESSAGES/kshisen.mo share/locale/zh_TW/LC_MESSAGES/kshorturifilter.mo share/locale/zh_TW/LC_MESSAGES/ksirk.mo share/locale/zh_TW/LC_MESSAGES/ksirkskineditor.mo -share/locale/zh_TW/LC_MESSAGES/ksmserver.mo -share/locale/zh_TW/LC_MESSAGES/ksnapshot.mo +share/locale/zh_TW/LC_MESSAGES/ksnakeduel.mo share/locale/zh_TW/LC_MESSAGES/kspaceduel.mo -share/locale/zh_TW/LC_MESSAGES/ksplashthemes.mo -share/locale/zh_TW/LC_MESSAGES/ksquares.mo -share/locale/zh_TW/LC_MESSAGES/kstars.appdata.mo -share/locale/zh_TW/LC_MESSAGES/kstars.mo -share/locale/zh_TW/LC_MESSAGES/kstart.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/kstart.mo share/locale/zh_TW/LC_MESSAGES/kstartperf.mo -share/locale/zh_TW/LC_MESSAGES/kstyle_config.mo -share/locale/zh_TW/LC_MESSAGES/kstyle_phase_config.mo share/locale/zh_TW/LC_MESSAGES/ksudoku.mo -share/locale/zh_TW/LC_MESSAGES/ksysguard.mo -share/locale/zh_TW/LC_MESSAGES/ksysguardlsofwidgets.mo -share/locale/zh_TW/LC_MESSAGES/ksystemlog.mo -share/locale/zh_TW/LC_MESSAGES/ksystraycmd.mo -share/locale/zh_TW/LC_MESSAGES/kteatime.mo -share/locale/zh_TW/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/zh_TW/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo -share/locale/zh_TW/LC_MESSAGES/ktimer.mo -share/locale/zh_TW/LC_MESSAGES/ktimetracker.mo -share/locale/zh_TW/LC_MESSAGES/ktnef.mo -share/locale/zh_TW/LC_MESSAGES/ktouch.appdata.mo -share/locale/zh_TW/LC_MESSAGES/ktouch.mo -share/locale/zh_TW/LC_MESSAGES/ktouchpadenabler.mo -share/locale/zh_TW/LC_MESSAGES/ktraderclient.mo -share/locale/zh_TW/LC_MESSAGES/ktron.mo -share/locale/zh_TW/LC_MESSAGES/ktuberling.mo -share/locale/zh_TW/LC_MESSAGES/kturtle.appdata.mo -share/locale/zh_TW/LC_MESSAGES/kturtle.mo -share/locale/zh_TW/LC_MESSAGES/ktux.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/ktraderclient.mo share/locale/zh_TW/LC_MESSAGES/kubrick.mo share/locale/zh_TW/LC_MESSAGES/kuiserver.mo share/locale/zh_TW/LC_MESSAGES/kuiviewer.mo share/locale/zh_TW/LC_MESSAGES/kurifilter.mo -share/locale/zh_TW/LC_MESSAGES/kuser.mo share/locale/zh_TW/LC_MESSAGES/kwalletd.mo -share/locale/zh_TW/LC_MESSAGES/kwalletmanager.mo -share/locale/zh_TW/LC_MESSAGES/kwatchgnupg.mo -share/locale/zh_TW/LC_MESSAGES/kwin.mo -share/locale/zh_TW/LC_MESSAGES/kwin_art_clients.mo -share/locale/zh_TW/LC_MESSAGES/kwin_clients.mo -share/locale/zh_TW/LC_MESSAGES/kwin_effects.mo -share/locale/zh_TW/LC_MESSAGES/kwin_scripting.mo share/locale/zh_TW/LC_MESSAGES/kwinshutdown.mo share/locale/zh_TW/LC_MESSAGES/kwinstartmenu.mo -share/locale/zh_TW/LC_MESSAGES/kwordquiz.appdata.mo -share/locale/zh_TW/LC_MESSAGES/kwordquiz.mo -share/locale/zh_TW/LC_MESSAGES/kwrite.mo share/locale/zh_TW/LC_MESSAGES/kwriteconfig.mo -share/locale/zh_TW/LC_MESSAGES/kxkb.mo -share/locale/zh_TW/LC_MESSAGES/kxsconfig.mo -share/locale/zh_TW/LC_MESSAGES/lancelot.mo -share/locale/zh_TW/LC_MESSAGES/libakonadi-calendar.mo -share/locale/zh_TW/LC_MESSAGES/libakonadi-kmime.mo -share/locale/zh_TW/LC_MESSAGES/libakonadi-xml.mo -share/locale/zh_TW/LC_MESSAGES/libakonadi.mo -share/locale/zh_TW/LC_MESSAGES/libcomposereditorng.mo -share/locale/zh_TW/LC_MESSAGES/libeventviews.mo -share/locale/zh_TW/LC_MESSAGES/libfolderarchivesettings.mo -share/locale/zh_TW/LC_MESSAGES/libgrantleetheme.mo -share/locale/zh_TW/LC_MESSAGES/libgrantleethemeeditor.mo -share/locale/zh_TW/LC_MESSAGES/libincidenceeditors.mo -share/locale/zh_TW/LC_MESSAGES/libkaddressbookgrantlee.mo -share/locale/zh_TW/LC_MESSAGES/libkalarmcal.mo -share/locale/zh_TW/LC_MESSAGES/libkasten.mo -share/locale/zh_TW/LC_MESSAGES/libkblog.mo -share/locale/zh_TW/LC_MESSAGES/libkcal.mo -share/locale/zh_TW/LC_MESSAGES/libkcalutils.mo -share/locale/zh_TW/LC_MESSAGES/libkcddb.mo -share/locale/zh_TW/LC_MESSAGES/libkcompactdisc.mo -share/locale/zh_TW/LC_MESSAGES/libkdcraw.mo -share/locale/zh_TW/LC_MESSAGES/libkdecorations.mo -share/locale/zh_TW/LC_MESSAGES/libkdeedu.mo -share/locale/zh_TW/LC_MESSAGES/libkdegames.mo -share/locale/zh_TW/LC_MESSAGES/libkdepim.mo -share/locale/zh_TW/LC_MESSAGES/libkdepimmobileui.mo -share/locale/zh_TW/LC_MESSAGES/libkexiv2.mo -share/locale/zh_TW/LC_MESSAGES/libkholidays.mo -share/locale/zh_TW/LC_MESSAGES/libkimap.mo -share/locale/zh_TW/LC_MESSAGES/libkipi.mo -share/locale/zh_TW/LC_MESSAGES/libkldap.mo -share/locale/zh_TW/LC_MESSAGES/libkleopatra.mo -share/locale/zh_TW/LC_MESSAGES/libkmahjongg.mo -share/locale/zh_TW/LC_MESSAGES/libkmime.mo -share/locale/zh_TW/LC_MESSAGES/libkomparediff2.mo -share/locale/zh_TW/LC_MESSAGES/libkonq.mo -share/locale/zh_TW/LC_MESSAGES/libkpgp.mo -share/locale/zh_TW/LC_MESSAGES/libkpimidentities.mo -share/locale/zh_TW/LC_MESSAGES/libkpimtextedit.mo -share/locale/zh_TW/LC_MESSAGES/libkpimutils.mo share/locale/zh_TW/LC_MESSAGES/libkremotecontrol.mo -share/locale/zh_TW/LC_MESSAGES/libkresources.mo -share/locale/zh_TW/LC_MESSAGES/libksane.mo -share/locale/zh_TW/LC_MESSAGES/libkscreensaver.mo -share/locale/zh_TW/LC_MESSAGES/libksieve.mo -share/locale/zh_TW/LC_MESSAGES/libktnef.mo share/locale/zh_TW/LC_MESSAGES/libkunitconversion.mo -share/locale/zh_TW/LC_MESSAGES/libkworkspace.mo -share/locale/zh_TW/LC_MESSAGES/libkxmlrpcclient.mo -share/locale/zh_TW/LC_MESSAGES/liblancelot-datamodels.mo -share/locale/zh_TW/LC_MESSAGES/libmailcommon.mo -share/locale/zh_TW/LC_MESSAGES/libmailimporter.mo -share/locale/zh_TW/LC_MESSAGES/libmailtransport.mo -share/locale/zh_TW/LC_MESSAGES/libmessagecomposer.mo -share/locale/zh_TW/LC_MESSAGES/libmessagecore.mo -share/locale/zh_TW/LC_MESSAGES/libmessagelist.mo -share/locale/zh_TW/LC_MESSAGES/libmessageviewer.mo -share/locale/zh_TW/LC_MESSAGES/libnoteshared.mo -share/locale/zh_TW/LC_MESSAGES/liboktetacore.mo -share/locale/zh_TW/LC_MESSAGES/liboktetagui.mo -share/locale/zh_TW/LC_MESSAGES/liboktetakasten.mo -share/locale/zh_TW/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/zh_TW/LC_MESSAGES/libphonon.mo -share/locale/zh_TW/LC_MESSAGES/libpimcommon.mo -share/locale/zh_TW/LC_MESSAGES/libpimprint.mo share/locale/zh_TW/LC_MESSAGES/libplasma.mo -share/locale/zh_TW/LC_MESSAGES/libplasma_groupingcontainment.mo -share/locale/zh_TW/LC_MESSAGES/libplasmaclock.mo -share/locale/zh_TW/LC_MESSAGES/libplasmaweather.mo -share/locale/zh_TW/LC_MESSAGES/libpowerdevilcommonconfig.mo -share/locale/zh_TW/LC_MESSAGES/libtaskmanager.mo -share/locale/zh_TW/LC_MESSAGES/libtemplateparser.mo -share/locale/zh_TW/LC_MESSAGES/lokalize.mo share/locale/zh_TW/LC_MESSAGES/lskat.mo -share/locale/zh_TW/LC_MESSAGES/mailreader.mo -share/locale/zh_TW/LC_MESSAGES/marble.appdata.mo -share/locale/zh_TW/LC_MESSAGES/marble.mo -share/locale/zh_TW/LC_MESSAGES/marble_qt.mo -share/locale/zh_TW/LC_MESSAGES/marble_xml_mimetypes.mo -share/locale/zh_TW/LC_MESSAGES/mboximporter.mo -share/locale/zh_TW/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo -share/locale/zh_TW/LC_MESSAGES/messageviewer_text_calendar_plugin.mo -share/locale/zh_TW/LC_MESSAGES/messageviewer_text_vcard_plugin.mo -share/locale/zh_TW/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo -share/locale/zh_TW/LC_MESSAGES/mf_konqplugin.mo -share/locale/zh_TW/LC_MESSAGES/minitoolsplugin.mo -share/locale/zh_TW/LC_MESSAGES/mplayerthumbs.mo -share/locale/zh_TW/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/zh_TW/LC_MESSAGES/nepomukbackup.mo share/locale/zh_TW/LC_MESSAGES/nepomukcleaner.mo share/locale/zh_TW/LC_MESSAGES/nepomukfileindexer.mo @@ -592,235 +151,22 @@ share/locale/zh_TW/LC_MESSAGES/nepomukservicestub.mo share/locale/zh_TW/LC_MESSAGES/nepomukstorage.mo share/locale/zh_TW/LC_MESSAGES/nepomukwidgets.mo -share/locale/zh_TW/LC_MESSAGES/notes-mobile.mo -share/locale/zh_TW/LC_MESSAGES/nsplugin.mo -share/locale/zh_TW/LC_MESSAGES/okteta-mobile.mo -share/locale/zh_TW/LC_MESSAGES/okteta.appdata.mo -share/locale/zh_TW/LC_MESSAGES/okteta.mo -share/locale/zh_TW/LC_MESSAGES/oktetapart.mo -share/locale/zh_TW/LC_MESSAGES/okular.mo -share/locale/zh_TW/LC_MESSAGES/okular_chm.mo -share/locale/zh_TW/LC_MESSAGES/okular_comicbook.mo -share/locale/zh_TW/LC_MESSAGES/okular_djvu.mo -share/locale/zh_TW/LC_MESSAGES/okular_dvi.mo -share/locale/zh_TW/LC_MESSAGES/okular_epub.mo -share/locale/zh_TW/LC_MESSAGES/okular_fax.mo -share/locale/zh_TW/LC_MESSAGES/okular_fictionbook.mo -share/locale/zh_TW/LC_MESSAGES/okular_ghostview.mo -share/locale/zh_TW/LC_MESSAGES/okular_kimgio.mo -share/locale/zh_TW/LC_MESSAGES/okular_mobi.mo -share/locale/zh_TW/LC_MESSAGES/okular_ooo.mo -share/locale/zh_TW/LC_MESSAGES/okular_plucker.mo -share/locale/zh_TW/LC_MESSAGES/okular_poppler.mo -share/locale/zh_TW/LC_MESSAGES/okular_tiff.mo -share/locale/zh_TW/LC_MESSAGES/okular_txt.mo -share/locale/zh_TW/LC_MESSAGES/okular_xps.mo -share/locale/zh_TW/LC_MESSAGES/org.kde.active.documentviewer.mo -share/locale/zh_TW/LC_MESSAGES/pairs.appdata.mo -share/locale/zh_TW/LC_MESSAGES/pairs.mo -share/locale/zh_TW/LC_MESSAGES/pairseditor.mo share/locale/zh_TW/LC_MESSAGES/palapeli.mo -share/locale/zh_TW/LC_MESSAGES/parley.appdata.mo -share/locale/zh_TW/LC_MESSAGES/parley.mo -share/locale/zh_TW/LC_MESSAGES/pate.mo share/locale/zh_TW/LC_MESSAGES/phonon_gstreamer.mo -share/locale/zh_TW/LC_MESSAGES/phonon_kde.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/phonon_kde.mo share/locale/zh_TW/LC_MESSAGES/phonon_vlc.mo share/locale/zh_TW/LC_MESSAGES/phononserver.mo -share/locale/zh_TW/LC_MESSAGES/picmi.mo -share/locale/zh_TW/LC_MESSAGES/pimsettingexporter.mo -share/locale/zh_TW/LC_MESSAGES/plasma-desktop.mo -share/locale/zh_TW/LC_MESSAGES/plasma-netbook.mo -share/locale/zh_TW/LC_MESSAGES/plasma-overlay.mo share/locale/zh_TW/LC_MESSAGES/plasma-remote-helper.mo -share/locale/zh_TW/LC_MESSAGES/plasma-windowed.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_BbalL.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_CharSelectApplet.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_Molmasscalculator.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_akonotes_note.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_battery.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_binaryclock.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_bookmarks.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_bubblemon.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_calculator.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_clock.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_comic.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_concentrationCalculator.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_currentappcontrol.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_dig_clock.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_fileWatcher.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_folderview.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_frame.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_fuzzy_clock.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_gasCalculator.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_groupingpanel.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_icon.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_icontasks.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_incomingmsg.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_kalgebraplasmoid.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_kalzium.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_katesession.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_kget.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_kimpanel.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_knowledgebase.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_kpapplet.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_launcher.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_leavenote.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_life.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_lockout.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_luna.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_magnifique.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_microblog.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_netpanel.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_news.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_newspaper.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_notes.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_notifier.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_nowplaying.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_nuclearCalculator.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_opendesktop.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_opendesktop_activities.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.notifications.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.printmanager.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_pager.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_panel.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_panelspacer_internal.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_paste.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_pastebin.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_plasmaboard.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_previewer.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_qalculate.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_qstardict.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_quicklaunch.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_rssnow.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_rtm.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_sal.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_saverdesktop.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_showdashboard.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_showdesktop.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_skapplet.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_spellcheck.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_system-monitor.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_systemloadviewer.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_systemtray.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_tasks.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_timer.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_trash.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_unitconverter.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_weather.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_weatherstation.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_webbrowser.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_webslice.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_windowlist.mo -share/locale/zh_TW/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo -share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_switchactivity.mo -share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo -share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_kalzium.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_kdeobservatory.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_kuiserver.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_metadata.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_network.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_nowplaying.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_rss.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_share.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_weather.mo -share/locale/zh_TW/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo -share/locale/zh_TW/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo -share/locale/zh_TW/LC_MESSAGES/plasma_packagestructure_comic.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_CharacterRunner.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_activities.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_audioplayercontrol.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_baloosearchrunner.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_browserhistory.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_contacts.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_converterrunner.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_datetime.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_events.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_katesessions.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/plasma_runner_baloosearchrunner.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_kget.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_kill.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_konquerorsessions.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_konsolesessions.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_kopete.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_krunner_dictionary.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_locations.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_marblerunner.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_mediawiki.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_services.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_shell.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_solid.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_spellcheckrunner.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_translator.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_windows.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_youtube.mo share/locale/zh_TW/LC_MESSAGES/plasma_scriptengine_qscript.mo -share/locale/zh_TW/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo -share/locale/zh_TW/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo -share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_color.mo -share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_image.mo -share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo -share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_marble.mo -share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_pattern.mo -share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_potd.mo -share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_virus.mo -share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/zh_TW/LC_MESSAGES/plasmagenericshell.mo share/locale/zh_TW/LC_MESSAGES/plasmapkg.mo -share/locale/zh_TW/LC_MESSAGES/pothumbnail.mo -share/locale/zh_TW/LC_MESSAGES/powerdevil.mo -share/locale/zh_TW/LC_MESSAGES/powerdevilactivitiesconfig.mo -share/locale/zh_TW/LC_MESSAGES/powerdevilglobalconfig.mo -share/locale/zh_TW/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/zh_TW/LC_MESSAGES/print-manager.mo -share/locale/zh_TW/LC_MESSAGES/processcore.mo -share/locale/zh_TW/LC_MESSAGES/processui.mo -share/locale/zh_TW/LC_MESSAGES/randrmonitor.mo -share/locale/zh_TW/LC_MESSAGES/rellinks.mo -share/locale/zh_TW/LC_MESSAGES/rocs.appdata.mo -share/locale/zh_TW/LC_MESSAGES/rocs.mo -share/locale/zh_TW/LC_MESSAGES/rocscore.mo -share/locale/zh_TW/LC_MESSAGES/rocsvisualeditor.mo -share/locale/zh_TW/LC_MESSAGES/searchbarplugin.mo -share/locale/zh_TW/LC_MESSAGES/sieveeditor.mo share/locale/zh_TW/LC_MESSAGES/solid-hardware.mo share/locale/zh_TW/LC_MESSAGES/solid_qt.mo -share/locale/zh_TW/LC_MESSAGES/soliduiserver.mo -share/locale/zh_TW/LC_MESSAGES/step.appdata.mo -share/locale/zh_TW/LC_MESSAGES/step.mo -share/locale/zh_TW/LC_MESSAGES/step_qt.mo -share/locale/zh_TW/LC_MESSAGES/storageservicemanager.mo -share/locale/zh_TW/LC_MESSAGES/strigila_diff.mo -share/locale/zh_TW/LC_MESSAGES/superkaramba.mo -share/locale/zh_TW/LC_MESSAGES/svgpart.mo +%%KDE4%%share/locale/zh_TW/LC_MESSAGES/soliduiserver.mo share/locale/zh_TW/LC_MESSAGES/sweeper.mo -share/locale/zh_TW/LC_MESSAGES/systemsettings.mo -share/locale/zh_TW/LC_MESSAGES/tasks-mobile.mo share/locale/zh_TW/LC_MESSAGES/timezones4.mo -share/locale/zh_TW/LC_MESSAGES/uachangerplugin.mo share/locale/zh_TW/LC_MESSAGES/umbrello.mo -share/locale/zh_TW/LC_MESSAGES/useraccount.mo -share/locale/zh_TW/LC_MESSAGES/validatorsplugin.mo -share/locale/zh_TW/LC_MESSAGES/webarchiver.mo -share/locale/zh_TW/LC_MESSAGES/xml_mimetypes.mo share/locale/zh_TW/entry.desktop Index: chinese/kde5-l10n-zh_CN/Makefile =================================================================== --- chinese/kde5-l10n-zh_CN/Makefile +++ chinese/kde5-l10n-zh_CN/Makefile @@ -1,14 +1,14 @@ -# Created by: Martin Wilke +# Created by: tcberner # $FreeBSD$ -PORTNAME= kde-l10n -PORTVERSION= ${KDE4_VERSION} +PORTNAME= kde5-l10n +PORTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= chinese kde MAINTAINER= kde@FreeBSD.org -COMMENT= Simplified Chinese messages and documentation for KDE SC 4 +COMMENT= Simplified Chinese messages and documentation for KDE -KDE4_L10N= zh_CN +KDE_L10N= zh_CN:5 -.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde-l10n/files/bsd.l10n.mk" .include Index: chinese/kde5-l10n-zh_CN/pkg-plist =================================================================== --- chinese/kde5-l10n-zh_CN/pkg-plist +++ chinese/kde5-l10n-zh_CN/pkg-plist @@ -12,33 +12,8 @@ share/apps/kvtml/zh_CN/idiom7.kvtml share/apps/kvtml/zh_CN/idiom8.kvtml share/apps/kvtml/zh_CN/idiom9.kvtml -share/apps/step/objinfo/l10n/zh_CN/Box.html -share/apps/step/objinfo/l10n/zh_CN/ChargedParticle.html -share/apps/step/objinfo/l10n/zh_CN/Disk.html -share/apps/step/objinfo/l10n/zh_CN/Gas.html -share/apps/step/objinfo/l10n/zh_CN/GasLJForce.html -share/apps/step/objinfo/l10n/zh_CN/GasParticle.html -share/apps/step/objinfo/l10n/zh_CN/Meter.html -share/apps/step/objinfo/l10n/zh_CN/Note.html -share/apps/step/objinfo/l10n/zh_CN/Particle.html -share/apps/step/objinfo/l10n/zh_CN/Polygon.html -share/apps/step/objinfo/l10n/zh_CN/Spring.html -share/apps/step/objinfo/l10n/zh_CN/World.html -share/doc/HTML/zh_CN/common/fdl-translated.html -share/doc/HTML/zh_CN/common/gpl-translated.html -share/doc/HTML/zh_CN/common/kde-localised.css -share/doc/HTML/zh_CN/common/lgpl-translated.html -share/doc/HTML/zh_CN/gwenview/browse_mode.png -share/doc/HTML/zh_CN/gwenview/common -share/doc/HTML/zh_CN/gwenview/fullscreen_mode.png -share/doc/HTML/zh_CN/gwenview/index.cache.bz2 -share/doc/HTML/zh_CN/gwenview/index.docbook -share/doc/HTML/zh_CN/gwenview/interface.docbook -share/doc/HTML/zh_CN/gwenview/introduction.docbook -share/doc/HTML/zh_CN/gwenview/keybindings.docbook -share/doc/HTML/zh_CN/gwenview/mouse.docbook -share/doc/HTML/zh_CN/gwenview/view_mode.png share/locale/zh_CN/LC_MESSAGES/accountwizard.mo +share/locale/zh_CN/LC_MESSAGES/accountwizard_contacts.mo share/locale/zh_CN/LC_MESSAGES/accountwizard_ical.mo share/locale/zh_CN/LC_MESSAGES/accountwizard_imap.mo share/locale/zh_CN/LC_MESSAGES/accountwizard_kolab.mo @@ -46,6 +21,8 @@ share/locale/zh_CN/LC_MESSAGES/accountwizard_maildir.mo share/locale/zh_CN/LC_MESSAGES/accountwizard_pop3.mo share/locale/zh_CN/LC_MESSAGES/accountwizard_tine20.mo +share/locale/zh_CN/LC_MESSAGES/accountwizard_vcard.mo +share/locale/zh_CN/LC_MESSAGES/accountwizard_vcarddir.mo share/locale/zh_CN/LC_MESSAGES/adblock.mo share/locale/zh_CN/LC_MESSAGES/akonadi-filestore.mo share/locale/zh_CN/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -53,104 +30,79 @@ share/locale/zh_CN/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_davgroupware_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_facebook_resource.mo +share/locale/zh_CN/LC_MESSAGES/akonadi_followupreminder_agent.mo +share/locale/zh_CN/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_ical_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_imap_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_invitations_agent.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_kalarm_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/zh_CN/LC_MESSAGES/akonadi_mailfilter_agent.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_mbox_resource.mo +share/locale/zh_CN/LC_MESSAGES/akonadi_migration_agent.mo share/locale/zh_CN/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_newmailnotifier_agent.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_next.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_nntp_resource.mo +share/locale/zh_CN/LC_MESSAGES/akonadi_notes_agent.mo share/locale/zh_CN/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_pop3_resource.mo +share/locale/zh_CN/LC_MESSAGES/akonadi_sendlater_agent.mo share/locale/zh_CN/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/zh_CN/LC_MESSAGES/akonadi_singlefile_resource.mo +share/locale/zh_CN/LC_MESSAGES/akonadi_tomboynotes_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_vcarddir_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadicontact.mo -share/locale/zh_CN/LC_MESSAGES/akonadinotes.mo -share/locale/zh_CN/LC_MESSAGES/akonaditray.mo +share/locale/zh_CN/LC_MESSAGES/akonadicontact5.mo +share/locale/zh_CN/LC_MESSAGES/akonadinotes5.mo share/locale/zh_CN/LC_MESSAGES/akregator.mo share/locale/zh_CN/LC_MESSAGES/akregator_konqplugin.mo -share/locale/zh_CN/LC_MESSAGES/amor.mo -share/locale/zh_CN/LC_MESSAGES/analitza.mo -share/locale/zh_CN/LC_MESSAGES/ark.appdata.mo +share/locale/zh_CN/LC_MESSAGES/analitza_qt.qm share/locale/zh_CN/LC_MESSAGES/ark.mo -share/locale/zh_CN/LC_MESSAGES/attica_kde.mo +share/locale/zh_CN/LC_MESSAGES/artikulate.mo share/locale/zh_CN/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/zh_CN/LC_MESSAGES/audiocd_encoder_vorbis.mo -share/locale/zh_CN/LC_MESSAGES/audiorename_plugin.mo share/locale/zh_CN/LC_MESSAGES/autorefresh.mo share/locale/zh_CN/LC_MESSAGES/babelfish.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/baloosearch.mo -share/locale/zh_CN/LC_MESSAGES/balooshow.mo +share/locale/zh_CN/LC_MESSAGES/baloo_naturalqueryparser.mo share/locale/zh_CN/LC_MESSAGES/baloowidgets.mo share/locale/zh_CN/LC_MESSAGES/blinken.mo share/locale/zh_CN/LC_MESSAGES/blogilo.mo share/locale/zh_CN/LC_MESSAGES/bomber.mo share/locale/zh_CN/LC_MESSAGES/bovo.mo +share/locale/zh_CN/LC_MESSAGES/calendarjanitor.mo share/locale/zh_CN/LC_MESSAGES/calendarsupport.mo share/locale/zh_CN/LC_MESSAGES/cantor.mo share/locale/zh_CN/LC_MESSAGES/cervisia.mo +share/locale/zh_CN/LC_MESSAGES/contactprintthemeeditor.mo +share/locale/zh_CN/LC_MESSAGES/contactthemeeditor.mo share/locale/zh_CN/LC_MESSAGES/cryptopageplugin.mo +share/locale/zh_CN/LC_MESSAGES/customtoolsplugin.mo share/locale/zh_CN/LC_MESSAGES/cvsservice.mo share/locale/zh_CN/LC_MESSAGES/dirfilterplugin.mo -share/locale/zh_CN/LC_MESSAGES/display.mo share/locale/zh_CN/LC_MESSAGES/dolphin.mo share/locale/zh_CN/LC_MESSAGES/domtreeviewer.mo share/locale/zh_CN/LC_MESSAGES/dragonplayer.mo -share/locale/zh_CN/LC_MESSAGES/drkonqi.mo share/locale/zh_CN/LC_MESSAGES/filelight.mo -share/locale/zh_CN/LC_MESSAGES/filetypes.mo share/locale/zh_CN/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/zh_CN/LC_MESSAGES/fileviewgitplugin.mo share/locale/zh_CN/LC_MESSAGES/fileviewhgplugin.mo share/locale/zh_CN/LC_MESSAGES/fileviewsvnplugin.mo -share/locale/zh_CN/LC_MESSAGES/freespacenotifier.mo share/locale/zh_CN/LC_MESSAGES/fsview.mo +share/locale/zh_CN/LC_MESSAGES/gid-migrator.mo share/locale/zh_CN/LC_MESSAGES/granatier.mo share/locale/zh_CN/LC_MESSAGES/gwenview.mo -share/locale/zh_CN/LC_MESSAGES/htmlsearch.mo -share/locale/zh_CN/LC_MESSAGES/imagerename_plugin.mo +share/locale/zh_CN/LC_MESSAGES/headerthemeeditor.mo share/locale/zh_CN/LC_MESSAGES/imgalleryplugin.mo share/locale/zh_CN/LC_MESSAGES/importwizard.mo -share/locale/zh_CN/LC_MESSAGES/jovie.mo -share/locale/zh_CN/LC_MESSAGES/joystick.mo -share/locale/zh_CN/LC_MESSAGES/juk.mo -share/locale/zh_CN/LC_MESSAGES/kabc.mo -share/locale/zh_CN/LC_MESSAGES/kabc_akonadi.mo -share/locale/zh_CN/LC_MESSAGES/kabc_dir.mo -share/locale/zh_CN/LC_MESSAGES/kabc_file.mo -share/locale/zh_CN/LC_MESSAGES/kabc_ldapkio.mo -share/locale/zh_CN/LC_MESSAGES/kabc_net.mo -share/locale/zh_CN/LC_MESSAGES/kabcclient.mo -share/locale/zh_CN/LC_MESSAGES/kabcformat_binary.mo -share/locale/zh_CN/LC_MESSAGES/kaccess.mo -share/locale/zh_CN/LC_MESSAGES/kaccessibleapp.mo -share/locale/zh_CN/LC_MESSAGES/kactivitymanagerd.mo -share/locale/zh_CN/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo -share/locale/zh_CN/LC_MESSAGES/kaddressbook-mobile.mo +share/locale/zh_CN/LC_MESSAGES/kaccounts-integration.mo +share/locale/zh_CN/LC_MESSAGES/kaccounts-providers.mo share/locale/zh_CN/LC_MESSAGES/kaddressbook.mo -share/locale/zh_CN/LC_MESSAGES/kaddressbookmigrator.mo -share/locale/zh_CN/LC_MESSAGES/kajongg.mo +share/locale/zh_CN/LC_MESSAGES/kaddressbook_importexportplugins.mo +share/locale/zh_CN/LC_MESSAGES/kaddressbook_plugins.mo share/locale/zh_CN/LC_MESSAGES/kalarm.mo share/locale/zh_CN/LC_MESSAGES/kalgebra.mo share/locale/zh_CN/LC_MESSAGES/kalzium.mo @@ -158,430 +110,228 @@ share/locale/zh_CN/LC_MESSAGES/kapman.mo share/locale/zh_CN/LC_MESSAGES/kapptemplate.mo share/locale/zh_CN/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/zh_CN/LC_MESSAGES/kate-replicode-plugin.mo share/locale/zh_CN/LC_MESSAGES/kate.mo -share/locale/zh_CN/LC_MESSAGES/kate_kttsd.mo share/locale/zh_CN/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/zh_CN/LC_MESSAGES/katebuild-plugin.mo share/locale/zh_CN/LC_MESSAGES/katecloseexceptplugin.mo share/locale/zh_CN/LC_MESSAGES/katefilebrowserplugin.mo -share/locale/zh_CN/LC_MESSAGES/katefiletemplates.mo +share/locale/zh_CN/LC_MESSAGES/katefiletree.mo share/locale/zh_CN/LC_MESSAGES/kategdbplugin.mo -share/locale/zh_CN/LC_MESSAGES/katehelloworld.mo share/locale/zh_CN/LC_MESSAGES/katekonsoleplugin.mo -share/locale/zh_CN/LC_MESSAGES/katemailfilesplugin.mo share/locale/zh_CN/LC_MESSAGES/kateopenheader.mo -share/locale/zh_CN/LC_MESSAGES/katepart4.mo share/locale/zh_CN/LC_MESSAGES/kateproject.mo share/locale/zh_CN/LC_MESSAGES/katesearch.mo share/locale/zh_CN/LC_MESSAGES/katesnippetsplugin.mo share/locale/zh_CN/LC_MESSAGES/katesql.mo share/locale/zh_CN/LC_MESSAGES/katesymbolviewer.mo -share/locale/zh_CN/LC_MESSAGES/katetabbarextension.mo -share/locale/zh_CN/LC_MESSAGES/katetabifyplugin.mo share/locale/zh_CN/LC_MESSAGES/katetextfilter.mo share/locale/zh_CN/LC_MESSAGES/katexmlcheck.mo share/locale/zh_CN/LC_MESSAGES/katexmltools.mo share/locale/zh_CN/LC_MESSAGES/katomic.mo share/locale/zh_CN/LC_MESSAGES/kblackbox.mo -share/locale/zh_CN/LC_MESSAGES/kblankscrn.mo share/locale/zh_CN/LC_MESSAGES/kblocks.mo share/locale/zh_CN/LC_MESSAGES/kbounce.mo share/locale/zh_CN/LC_MESSAGES/kbreakout.mo share/locale/zh_CN/LC_MESSAGES/kbruch.mo -share/locale/zh_CN/LC_MESSAGES/kcachegrind.mo -share/locale/zh_CN/LC_MESSAGES/kcachegrind_qt.mo -share/locale/zh_CN/LC_MESSAGES/kcal_akonadi.mo share/locale/zh_CN/LC_MESSAGES/kcalc.mo -share/locale/zh_CN/LC_MESSAGES/kcertpart.mo share/locale/zh_CN/LC_MESSAGES/kcharselect.mo -share/locale/zh_CN/LC_MESSAGES/kcm-kwin-scripts.mo -share/locale/zh_CN/LC_MESSAGES/kcm_activities.mo -share/locale/zh_CN/LC_MESSAGES/kcm_akonadi.mo share/locale/zh_CN/LC_MESSAGES/kcm_akonadicontact_actions.mo -share/locale/zh_CN/LC_MESSAGES/kcm_attica.mo -share/locale/zh_CN/LC_MESSAGES/kcm_autostart.mo -share/locale/zh_CN/LC_MESSAGES/kcm_baloofile.mo -share/locale/zh_CN/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/zh_CN/LC_MESSAGES/kcm_desktopthemedetails.mo -share/locale/zh_CN/LC_MESSAGES/kcm_device_automounter.mo -share/locale/zh_CN/LC_MESSAGES/kcm_emoticons.mo -share/locale/zh_CN/LC_MESSAGES/kcm_infobase.mo -share/locale/zh_CN/LC_MESSAGES/kcm_infosummary.mo -share/locale/zh_CN/LC_MESSAGES/kcm_kwindesktop.mo -share/locale/zh_CN/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/zh_CN/LC_MESSAGES/kcm_memory.mo -share/locale/zh_CN/LC_MESSAGES/kcm_nepomuk.mo -share/locale/zh_CN/LC_MESSAGES/kcm_pci.mo -share/locale/zh_CN/LC_MESSAGES/kcm_phonon.mo -share/locale/zh_CN/LC_MESSAGES/kcm_platform.mo -share/locale/zh_CN/LC_MESSAGES/kcm_remotecontrol.mo -share/locale/zh_CN/LC_MESSAGES/kcm_solid_actions.mo -share/locale/zh_CN/LC_MESSAGES/kcm_standard_actions.mo -share/locale/zh_CN/LC_MESSAGES/kcmaccess.mo +share/locale/zh_CN/LC_MESSAGES/kcm_ktp_accounts.mo +share/locale/zh_CN/LC_MESSAGES/kcm_ktp_chat_appearance.mo +share/locale/zh_CN/LC_MESSAGES/kcm_ktp_chat_behavior.mo +share/locale/zh_CN/LC_MESSAGES/kcm_ktp_chat_messages.mo +share/locale/zh_CN/LC_MESSAGES/kcm_ktp_chat_otr.mo share/locale/zh_CN/LC_MESSAGES/kcmaudiocd.mo -share/locale/zh_CN/LC_MESSAGES/kcmbackground.mo -share/locale/zh_CN/LC_MESSAGES/kcmbell.mo +share/locale/zh_CN/LC_MESSAGES/kcmbookmarks.mo share/locale/zh_CN/LC_MESSAGES/kcmcddb.mo -share/locale/zh_CN/LC_MESSAGES/kcmcgi.mo -share/locale/zh_CN/LC_MESSAGES/kcmcolors.mo -share/locale/zh_CN/LC_MESSAGES/kcmcomponentchooser.mo -share/locale/zh_CN/LC_MESSAGES/kcmcrypto.mo -share/locale/zh_CN/LC_MESSAGES/kcmdevinfo.mo -share/locale/zh_CN/LC_MESSAGES/kcmfonts.mo -share/locale/zh_CN/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/zh_CN/LC_MESSAGES/kcmicons.mo -share/locale/zh_CN/LC_MESSAGES/kcminfo.mo -share/locale/zh_CN/LC_MESSAGES/kcminit.mo -share/locale/zh_CN/LC_MESSAGES/kcminput.mo share/locale/zh_CN/LC_MESSAGES/kcmkamera.mo -share/locale/zh_CN/LC_MESSAGES/kcmkclock.mo -share/locale/zh_CN/LC_MESSAGES/kcmkded.mo -share/locale/zh_CN/LC_MESSAGES/kcmkdnssd.mo -share/locale/zh_CN/LC_MESSAGES/kcmkeyboard.mo -share/locale/zh_CN/LC_MESSAGES/kcmkeys.mo -share/locale/zh_CN/LC_MESSAGES/kcmkgamma.mo -share/locale/zh_CN/LC_MESSAGES/kcmkio.mo share/locale/zh_CN/LC_MESSAGES/kcmkonq.mo share/locale/zh_CN/LC_MESSAGES/kcmkonqhtml.mo -share/locale/zh_CN/LC_MESSAGES/kcmkurifilt.mo share/locale/zh_CN/LC_MESSAGES/kcmkwallet.mo -share/locale/zh_CN/LC_MESSAGES/kcmkwincompositing.mo -share/locale/zh_CN/LC_MESSAGES/kcmkwindecoration.mo -share/locale/zh_CN/LC_MESSAGES/kcmkwinrules.mo -share/locale/zh_CN/LC_MESSAGES/kcmkwinscreenedges.mo -share/locale/zh_CN/LC_MESSAGES/kcmkwm.mo -share/locale/zh_CN/LC_MESSAGES/kcmlaunch.mo -share/locale/zh_CN/LC_MESSAGES/kcmlocale.mo -share/locale/zh_CN/LC_MESSAGES/kcmnic.mo -share/locale/zh_CN/LC_MESSAGES/kcmnotify.mo -share/locale/zh_CN/LC_MESSAGES/kcmopengl.mo share/locale/zh_CN/LC_MESSAGES/kcmperformance.mo -share/locale/zh_CN/LC_MESSAGES/kcmsamba.mo -share/locale/zh_CN/LC_MESSAGES/kcmscreensaver.mo -share/locale/zh_CN/LC_MESSAGES/kcmshell.mo -share/locale/zh_CN/LC_MESSAGES/kcmsmartcard.mo -share/locale/zh_CN/LC_MESSAGES/kcmsmserver.mo -share/locale/zh_CN/LC_MESSAGES/kcmstyle.mo -share/locale/zh_CN/LC_MESSAGES/kcmusb.mo -share/locale/zh_CN/LC_MESSAGES/kcmview1394.mo -share/locale/zh_CN/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo +share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo +share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo +share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo +share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_morse.mo +share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_pintxo.mo +share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo +share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo +share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_sipe.mo +share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/zh_CN/LC_MESSAGES/kcolorchooser.mo +share/locale/zh_CN/LC_MESSAGES/kcontacts5.mo share/locale/zh_CN/LC_MESSAGES/kcron.mo -share/locale/zh_CN/LC_MESSAGES/kde-menu.mo -share/locale/zh_CN/LC_MESSAGES/kdeasciiquarium.mo -share/locale/zh_CN/LC_MESSAGES/kdebugdialog.mo -share/locale/zh_CN/LC_MESSAGES/kdecalendarsystems.mo -share/locale/zh_CN/LC_MESSAGES/kdelibs4.mo -share/locale/zh_CN/LC_MESSAGES/kdelibs_colors4.mo -share/locale/zh_CN/LC_MESSAGES/kdepasswd.mo -share/locale/zh_CN/LC_MESSAGES/kdepim-runtime-qml.mo -share/locale/zh_CN/LC_MESSAGES/kdeqt.mo -share/locale/zh_CN/LC_MESSAGES/kdesu.mo -share/locale/zh_CN/LC_MESSAGES/kdesud.mo +share/locale/zh_CN/LC_MESSAGES/kdebugsettings.mo +share/locale/zh_CN/LC_MESSAGES/kded_ktp_approver.mo +share/locale/zh_CN/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/zh_CN/LC_MESSAGES/kdenlive.mo share/locale/zh_CN/LC_MESSAGES/kdf.mo -share/locale/zh_CN/LC_MESSAGES/kdgantt2.mo share/locale/zh_CN/LC_MESSAGES/kdialog.mo share/locale/zh_CN/LC_MESSAGES/kdiamond.mo -share/locale/zh_CN/LC_MESSAGES/kdmconfig.mo -share/locale/zh_CN/LC_MESSAGES/kdmgreet.mo -share/locale/zh_CN/LC_MESSAGES/kdontchangethehostname.mo share/locale/zh_CN/LC_MESSAGES/keditbookmarks.mo -share/locale/zh_CN/LC_MESSAGES/kfile.mo -share/locale/zh_CN/LC_MESSAGES/kfile_dds.mo share/locale/zh_CN/LC_MESSAGES/kfile_drgeo.mo -share/locale/zh_CN/LC_MESSAGES/kfile_exr.mo share/locale/zh_CN/LC_MESSAGES/kfile_kig.mo -share/locale/zh_CN/LC_MESSAGES/kfile_pnm.mo -share/locale/zh_CN/LC_MESSAGES/kfile_raw.mo -share/locale/zh_CN/LC_MESSAGES/kfile_rgb.mo -share/locale/zh_CN/LC_MESSAGES/kfile_tiff.mo -share/locale/zh_CN/LC_MESSAGES/kfile_xps.mo -share/locale/zh_CN/LC_MESSAGES/kfileaudiopreview4.mo -share/locale/zh_CN/LC_MESSAGES/kfilemetadata.mo -share/locale/zh_CN/LC_MESSAGES/kfilereplace.mo +share/locale/zh_CN/LC_MESSAGES/kfileaudiopreview5.mo share/locale/zh_CN/LC_MESSAGES/kfileshare.mo -share/locale/zh_CN/LC_MESSAGES/kfindpart.mo +share/locale/zh_CN/LC_MESSAGES/kfind.mo share/locale/zh_CN/LC_MESSAGES/kfloppy.mo share/locale/zh_CN/LC_MESSAGES/kfmclient.mo -share/locale/zh_CN/LC_MESSAGES/kfontinst.mo share/locale/zh_CN/LC_MESSAGES/kfourinline.mo share/locale/zh_CN/LC_MESSAGES/kgeography.mo -share/locale/zh_CN/LC_MESSAGES/kget.mo -share/locale/zh_CN/LC_MESSAGES/kgetplugin.mo -share/locale/zh_CN/LC_MESSAGES/kglobalaccel.mo -share/locale/zh_CN/LC_MESSAGES/kgoldrunner.mo -share/locale/zh_CN/LC_MESSAGES/kgpg.appdata.mo share/locale/zh_CN/LC_MESSAGES/kgpg.mo -share/locale/zh_CN/LC_MESSAGES/kgreet_classic.mo -share/locale/zh_CN/LC_MESSAGES/kgreet_generic.mo -share/locale/zh_CN/LC_MESSAGES/kgreet_winbind.mo share/locale/zh_CN/LC_MESSAGES/khangman.mo share/locale/zh_CN/LC_MESSAGES/khelpcenter.mo -share/locale/zh_CN/LC_MESSAGES/khotkeys.mo -share/locale/zh_CN/LC_MESSAGES/khotnewstuff.mo -share/locale/zh_CN/LC_MESSAGES/khtmlkttsd.mo share/locale/zh_CN/LC_MESSAGES/khtmlsettingsplugin.mo -share/locale/zh_CN/LC_MESSAGES/kiconfinder.mo +share/locale/zh_CN/LC_MESSAGES/khtmltts.mo share/locale/zh_CN/LC_MESSAGES/kig.mo -share/locale/zh_CN/LC_MESSAGES/kigo.mo share/locale/zh_CN/LC_MESSAGES/killbots.mo -share/locale/zh_CN/LC_MESSAGES/kimagemapeditor.mo -share/locale/zh_CN/LC_MESSAGES/kinfocenter.mo -share/locale/zh_CN/LC_MESSAGES/kio4.mo -share/locale/zh_CN/LC_MESSAGES/kio_activities.mo +share/locale/zh_CN/LC_MESSAGES/kio5_activities.mo share/locale/zh_CN/LC_MESSAGES/kio_akonadi.mo -share/locale/zh_CN/LC_MESSAGES/kio_applications.mo share/locale/zh_CN/LC_MESSAGES/kio_archive.mo share/locale/zh_CN/LC_MESSAGES/kio_audiocd.mo -share/locale/zh_CN/LC_MESSAGES/kio_baloosearch.mo share/locale/zh_CN/LC_MESSAGES/kio_bookmarks.mo -share/locale/zh_CN/LC_MESSAGES/kio_finger.mo share/locale/zh_CN/LC_MESSAGES/kio_fish.mo -share/locale/zh_CN/LC_MESSAGES/kio_floppy.mo -share/locale/zh_CN/LC_MESSAGES/kio_help4.mo -share/locale/zh_CN/LC_MESSAGES/kio_imap4.mo share/locale/zh_CN/LC_MESSAGES/kio_info.mo -share/locale/zh_CN/LC_MESSAGES/kio_jabberdisco.mo share/locale/zh_CN/LC_MESSAGES/kio_ldap.mo share/locale/zh_CN/LC_MESSAGES/kio_man.mo -share/locale/zh_CN/LC_MESSAGES/kio_mbox.mo -share/locale/zh_CN/LC_MESSAGES/kio_nepomuk.mo -share/locale/zh_CN/LC_MESSAGES/kio_nepomuksearch.mo -share/locale/zh_CN/LC_MESSAGES/kio_nepomuktags.mo -share/locale/zh_CN/LC_MESSAGES/kio_nepomuktimeline.mo +share/locale/zh_CN/LC_MESSAGES/kio_mtp.mo share/locale/zh_CN/LC_MESSAGES/kio_nfs.mo -share/locale/zh_CN/LC_MESSAGES/kio_nntp.mo -share/locale/zh_CN/LC_MESSAGES/kio_perldoc.mo share/locale/zh_CN/LC_MESSAGES/kio_pop3.mo share/locale/zh_CN/LC_MESSAGES/kio_recentdocuments.mo -share/locale/zh_CN/LC_MESSAGES/kio_remote.mo share/locale/zh_CN/LC_MESSAGES/kio_sftp.mo share/locale/zh_CN/LC_MESSAGES/kio_sieve.mo share/locale/zh_CN/LC_MESSAGES/kio_smb.mo share/locale/zh_CN/LC_MESSAGES/kio_smtp.mo -share/locale/zh_CN/LC_MESSAGES/kio_svn.mo -share/locale/zh_CN/LC_MESSAGES/kio_tags.mo share/locale/zh_CN/LC_MESSAGES/kio_thumbnail.mo -share/locale/zh_CN/LC_MESSAGES/kio_timeline.mo -share/locale/zh_CN/LC_MESSAGES/kio_trash.mo -share/locale/zh_CN/LC_MESSAGES/kio_zeroconf.mo -share/locale/zh_CN/LC_MESSAGES/kioclient.mo -share/locale/zh_CN/LC_MESSAGES/kioexec.mo -share/locale/zh_CN/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/zh_CN/LC_MESSAGES/kiriki.mo share/locale/zh_CN/LC_MESSAGES/kiten.mo -share/locale/zh_CN/LC_MESSAGES/kjots.mo -share/locale/zh_CN/LC_MESSAGES/kjotsmigrator.mo share/locale/zh_CN/LC_MESSAGES/kjumpingcube.mo share/locale/zh_CN/LC_MESSAGES/kleopatra.mo share/locale/zh_CN/LC_MESSAGES/klettres.mo share/locale/zh_CN/LC_MESSAGES/klickety.mo share/locale/zh_CN/LC_MESSAGES/klines.mo -share/locale/zh_CN/LC_MESSAGES/klinkstatus.mo -share/locale/zh_CN/LC_MESSAGES/klipper.mo -share/locale/zh_CN/LC_MESSAGES/klock.mo -share/locale/zh_CN/LC_MESSAGES/kmag.mo share/locale/zh_CN/LC_MESSAGES/kmahjongg.mo -share/locale/zh_CN/LC_MESSAGES/kmail-migrator.mo -share/locale/zh_CN/LC_MESSAGES/kmail-mobile.mo share/locale/zh_CN/LC_MESSAGES/kmail.mo -share/locale/zh_CN/LC_MESSAGES/kmailcvt.mo -share/locale/zh_CN/LC_MESSAGES/kmenuedit.mo -share/locale/zh_CN/LC_MESSAGES/kmimetypefinder.mo +share/locale/zh_CN/LC_MESSAGES/kmail_editor_plugins.mo +share/locale/zh_CN/LC_MESSAGES/kmail_editorsendcheck_plugins.mo +share/locale/zh_CN/LC_MESSAGES/kmail_plugins.mo share/locale/zh_CN/LC_MESSAGES/kmines.mo -share/locale/zh_CN/LC_MESSAGES/kmix.mo -share/locale/zh_CN/LC_MESSAGES/kmousetool.mo -share/locale/zh_CN/LC_MESSAGES/kmouth.mo share/locale/zh_CN/LC_MESSAGES/kmplot.mo share/locale/zh_CN/LC_MESSAGES/knavalbattle.mo -share/locale/zh_CN/LC_MESSAGES/knetattach.mo share/locale/zh_CN/LC_MESSAGES/knetwalk.mo -share/locale/zh_CN/LC_MESSAGES/knode.mo share/locale/zh_CN/LC_MESSAGES/knotes.mo -share/locale/zh_CN/LC_MESSAGES/knotify4.mo -share/locale/zh_CN/LC_MESSAGES/kolf.mo share/locale/zh_CN/LC_MESSAGES/kollision.mo share/locale/zh_CN/LC_MESSAGES/kolourpaint.mo -share/locale/zh_CN/LC_MESSAGES/kommander.mo share/locale/zh_CN/LC_MESSAGES/kompare.mo -share/locale/zh_CN/LC_MESSAGES/konqprofiles.mo share/locale/zh_CN/LC_MESSAGES/konqueror.mo -share/locale/zh_CN/LC_MESSAGES/konquest.mo share/locale/zh_CN/LC_MESSAGES/konsole.mo share/locale/zh_CN/LC_MESSAGES/konsolekalendar.mo -share/locale/zh_CN/LC_MESSAGES/konsoleprofiles.mo share/locale/zh_CN/LC_MESSAGES/kontact.mo -share/locale/zh_CN/LC_MESSAGES/kontactinterfaces.mo -share/locale/zh_CN/LC_MESSAGES/kopete.mo -share/locale/zh_CN/LC_MESSAGES/korganizer-mobile.mo +share/locale/zh_CN/LC_MESSAGES/kontactinterfaces5.mo +share/locale/zh_CN/LC_MESSAGES/korgac.mo share/locale/zh_CN/LC_MESSAGES/korganizer.mo -share/locale/zh_CN/LC_MESSAGES/kpartloader.mo -share/locale/zh_CN/LC_MESSAGES/kpartsaver.mo -share/locale/zh_CN/LC_MESSAGES/kpasswdserver.mo +share/locale/zh_CN/LC_MESSAGES/korganizer_plugins.mo share/locale/zh_CN/LC_MESSAGES/kpat.mo -share/locale/zh_CN/LC_MESSAGES/kppp.mo -share/locale/zh_CN/LC_MESSAGES/kppplogview.mo -share/locale/zh_CN/LC_MESSAGES/kquitapp.mo -share/locale/zh_CN/LC_MESSAGES/krandr.mo -share/locale/zh_CN/LC_MESSAGES/krcdnotifieritem.mo -share/locale/zh_CN/LC_MESSAGES/krdb.mo +share/locale/zh_CN/LC_MESSAGES/kpat_mimetypes.mo share/locale/zh_CN/LC_MESSAGES/krdc.mo -share/locale/zh_CN/LC_MESSAGES/kreadconfig.mo -share/locale/zh_CN/LC_MESSAGES/kremotecontroldaemon.mo -share/locale/zh_CN/LC_MESSAGES/kres-migrator.mo -share/locale/zh_CN/LC_MESSAGES/kres_blog.mo -share/locale/zh_CN/LC_MESSAGES/kres_remote.mo -share/locale/zh_CN/LC_MESSAGES/kresources_shared_akonadi.mo -share/locale/zh_CN/LC_MESSAGES/kreversi.mo share/locale/zh_CN/LC_MESSAGES/krfb.mo share/locale/zh_CN/LC_MESSAGES/kruler.mo -share/locale/zh_CN/LC_MESSAGES/krunner.mo -share/locale/zh_CN/LC_MESSAGES/ksaneplugin.mo -share/locale/zh_CN/LC_MESSAGES/kscd.mo -share/locale/zh_CN/LC_MESSAGES/kscreenlocker.mo -share/locale/zh_CN/LC_MESSAGES/kscreenlocker_greet.mo -share/locale/zh_CN/LC_MESSAGES/kscreensaver.mo -share/locale/zh_CN/LC_MESSAGES/ksendemail.mo -share/locale/zh_CN/LC_MESSAGES/ksgrd.mo share/locale/zh_CN/LC_MESSAGES/kshellcmdplugin.mo share/locale/zh_CN/LC_MESSAGES/kshisen.mo -share/locale/zh_CN/LC_MESSAGES/kshorturifilter.mo -share/locale/zh_CN/LC_MESSAGES/ksirk.mo -share/locale/zh_CN/LC_MESSAGES/ksirkskineditor.mo -share/locale/zh_CN/LC_MESSAGES/ksmserver.mo -share/locale/zh_CN/LC_MESSAGES/ksnapshot.mo -share/locale/zh_CN/LC_MESSAGES/kspaceduel.mo -share/locale/zh_CN/LC_MESSAGES/ksplashthemes.mo share/locale/zh_CN/LC_MESSAGES/ksquares.mo share/locale/zh_CN/LC_MESSAGES/kstars.mo -share/locale/zh_CN/LC_MESSAGES/kstart.mo -share/locale/zh_CN/LC_MESSAGES/kstartperf.mo -share/locale/zh_CN/LC_MESSAGES/kstyle_config.mo -share/locale/zh_CN/LC_MESSAGES/kstyle_phase_config.mo -share/locale/zh_CN/LC_MESSAGES/ksudoku.mo -share/locale/zh_CN/LC_MESSAGES/ksysguard.mo -share/locale/zh_CN/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/zh_CN/LC_MESSAGES/ksystemlog.mo -share/locale/zh_CN/LC_MESSAGES/ksystraycmd.mo share/locale/zh_CN/LC_MESSAGES/kteatime.mo -share/locale/zh_CN/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/zh_CN/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo +share/locale/zh_CN/LC_MESSAGES/kterustcompletion.mo share/locale/zh_CN/LC_MESSAGES/ktimer.mo -share/locale/zh_CN/LC_MESSAGES/ktimetracker.mo share/locale/zh_CN/LC_MESSAGES/ktnef.mo share/locale/zh_CN/LC_MESSAGES/ktouch.mo -share/locale/zh_CN/LC_MESSAGES/ktouchpadenabler.mo -share/locale/zh_CN/LC_MESSAGES/ktraderclient.mo -share/locale/zh_CN/LC_MESSAGES/ktron.mo +share/locale/zh_CN/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo +share/locale/zh_CN/LC_MESSAGES/ktp-auth-handler.mo +share/locale/zh_CN/LC_MESSAGES/ktp-call-ui.mo +share/locale/zh_CN/LC_MESSAGES/ktp-common-internals.mo +share/locale/zh_CN/LC_MESSAGES/ktp-contactlist.mo +share/locale/zh_CN/LC_MESSAGES/ktp-debugger.mo +share/locale/zh_CN/LC_MESSAGES/ktp-filetransfer-handler.mo +share/locale/zh_CN/LC_MESSAGES/ktp-filters.mo +share/locale/zh_CN/LC_MESSAGES/ktp-log-viewer.mo +share/locale/zh_CN/LC_MESSAGES/ktp-send-file.mo +share/locale/zh_CN/LC_MESSAGES/ktp-text-ui.mo +share/locale/zh_CN/LC_MESSAGES/ktpchat.mo share/locale/zh_CN/LC_MESSAGES/ktuberling.mo share/locale/zh_CN/LC_MESSAGES/kturtle.mo -share/locale/zh_CN/LC_MESSAGES/ktux.mo -share/locale/zh_CN/LC_MESSAGES/kubrick.mo -share/locale/zh_CN/LC_MESSAGES/kuiserver.mo -share/locale/zh_CN/LC_MESSAGES/kuiviewer.mo -share/locale/zh_CN/LC_MESSAGES/kurifilter.mo -share/locale/zh_CN/LC_MESSAGES/kuser.mo -share/locale/zh_CN/LC_MESSAGES/kwalletd.mo share/locale/zh_CN/LC_MESSAGES/kwalletmanager.mo share/locale/zh_CN/LC_MESSAGES/kwatchgnupg.mo -share/locale/zh_CN/LC_MESSAGES/kwin.mo -share/locale/zh_CN/LC_MESSAGES/kwin_art_clients.mo -share/locale/zh_CN/LC_MESSAGES/kwin_clients.mo -share/locale/zh_CN/LC_MESSAGES/kwin_effects.mo -share/locale/zh_CN/LC_MESSAGES/kwinshutdown.mo -share/locale/zh_CN/LC_MESSAGES/kwinstartmenu.mo +share/locale/zh_CN/LC_MESSAGES/kwave.mo share/locale/zh_CN/LC_MESSAGES/kwordquiz.mo share/locale/zh_CN/LC_MESSAGES/kwrite.mo -share/locale/zh_CN/LC_MESSAGES/kwriteconfig.mo -share/locale/zh_CN/LC_MESSAGES/kxkb.mo -share/locale/zh_CN/LC_MESSAGES/kxsconfig.mo -share/locale/zh_CN/LC_MESSAGES/lancelot.mo -share/locale/zh_CN/LC_MESSAGES/libakonadi-calendar.mo -share/locale/zh_CN/LC_MESSAGES/libakonadi-kmime.mo -share/locale/zh_CN/LC_MESSAGES/libakonadi.mo +share/locale/zh_CN/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/zh_CN/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/zh_CN/LC_MESSAGES/libakonadi5.mo +share/locale/zh_CN/LC_MESSAGES/libcomposereditorwebengine.mo share/locale/zh_CN/LC_MESSAGES/libeventviews.mo +share/locale/zh_CN/LC_MESSAGES/libfolderarchivesettings.mo +share/locale/zh_CN/LC_MESSAGES/libgrantleetheme.mo +share/locale/zh_CN/LC_MESSAGES/libgrantleethemeeditor.mo +share/locale/zh_CN/LC_MESSAGES/libgraphtheory.mo +share/locale/zh_CN/LC_MESSAGES/libgravatar.mo share/locale/zh_CN/LC_MESSAGES/libincidenceeditors.mo -share/locale/zh_CN/LC_MESSAGES/libkalarmcal.mo +share/locale/zh_CN/LC_MESSAGES/libkaddressbookgrantlee.mo +share/locale/zh_CN/LC_MESSAGES/libkalarmcal5.mo share/locale/zh_CN/LC_MESSAGES/libkasten.mo -share/locale/zh_CN/LC_MESSAGES/libkblog.mo -share/locale/zh_CN/LC_MESSAGES/libkcal.mo -share/locale/zh_CN/LC_MESSAGES/libkcalutils.mo +share/locale/zh_CN/LC_MESSAGES/libkblog5.mo +share/locale/zh_CN/LC_MESSAGES/libkcalutils5.mo share/locale/zh_CN/LC_MESSAGES/libkcddb.mo share/locale/zh_CN/LC_MESSAGES/libkcompactdisc.mo -share/locale/zh_CN/LC_MESSAGES/libkdcraw.mo -share/locale/zh_CN/LC_MESSAGES/libkdecorations.mo -share/locale/zh_CN/LC_MESSAGES/libkdeedu.mo -share/locale/zh_CN/LC_MESSAGES/libkdegames.mo +share/locale/zh_CN/LC_MESSAGES/libkdegames5.mo share/locale/zh_CN/LC_MESSAGES/libkdepim.mo -share/locale/zh_CN/LC_MESSAGES/libkdepimmobileui.mo -share/locale/zh_CN/LC_MESSAGES/libkexiv2.mo -share/locale/zh_CN/LC_MESSAGES/libkholidays.mo -share/locale/zh_CN/LC_MESSAGES/libkimap.mo -share/locale/zh_CN/LC_MESSAGES/libkipi.mo -share/locale/zh_CN/LC_MESSAGES/libkldap.mo +share/locale/zh_CN/LC_MESSAGES/libkeduvocdocument.mo +share/locale/zh_CN/LC_MESSAGES/libkgeomap.mo +share/locale/zh_CN/LC_MESSAGES/libkholidays5_qt.qm +share/locale/zh_CN/LC_MESSAGES/libkimap5.mo +share/locale/zh_CN/LC_MESSAGES/libkldap5.mo share/locale/zh_CN/LC_MESSAGES/libkleopatra.mo -share/locale/zh_CN/LC_MESSAGES/libkmahjongg.mo -share/locale/zh_CN/LC_MESSAGES/libkmime.mo +share/locale/zh_CN/LC_MESSAGES/libkmahjongg5.mo +share/locale/zh_CN/LC_MESSAGES/libkmime5.mo share/locale/zh_CN/LC_MESSAGES/libkomparediff2.mo share/locale/zh_CN/LC_MESSAGES/libkonq.mo -share/locale/zh_CN/LC_MESSAGES/libkpgp.mo -share/locale/zh_CN/LC_MESSAGES/libkpimidentities.mo +share/locale/zh_CN/LC_MESSAGES/libkpimidentities5.mo share/locale/zh_CN/LC_MESSAGES/libkpimtextedit.mo -share/locale/zh_CN/LC_MESSAGES/libkpimutils.mo -share/locale/zh_CN/LC_MESSAGES/libkremotecontrol.mo -share/locale/zh_CN/LC_MESSAGES/libkresources.mo share/locale/zh_CN/LC_MESSAGES/libksane.mo -share/locale/zh_CN/LC_MESSAGES/libkscreensaver.mo share/locale/zh_CN/LC_MESSAGES/libksieve.mo -share/locale/zh_CN/LC_MESSAGES/libktnef.mo -share/locale/zh_CN/LC_MESSAGES/libkunitconversion.mo -share/locale/zh_CN/LC_MESSAGES/libkworkspace.mo -share/locale/zh_CN/LC_MESSAGES/libkxmlrpcclient.mo -share/locale/zh_CN/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/zh_CN/LC_MESSAGES/libktnef5.mo share/locale/zh_CN/LC_MESSAGES/libmailcommon.mo share/locale/zh_CN/LC_MESSAGES/libmailimporter.mo -share/locale/zh_CN/LC_MESSAGES/libmailtransport.mo +share/locale/zh_CN/LC_MESSAGES/libmailtransport5.mo share/locale/zh_CN/LC_MESSAGES/libmessagecomposer.mo share/locale/zh_CN/LC_MESSAGES/libmessagecore.mo share/locale/zh_CN/LC_MESSAGES/libmessagelist.mo share/locale/zh_CN/LC_MESSAGES/libmessageviewer.mo +share/locale/zh_CN/LC_MESSAGES/libmimetreeparser.mo +share/locale/zh_CN/LC_MESSAGES/libnoteshared.mo share/locale/zh_CN/LC_MESSAGES/liboktetacore.mo share/locale/zh_CN/LC_MESSAGES/liboktetagui.mo share/locale/zh_CN/LC_MESSAGES/liboktetakasten.mo -share/locale/zh_CN/LC_MESSAGES/liboxygenstyleconfig.mo -share/locale/zh_CN/LC_MESSAGES/libphonon.mo share/locale/zh_CN/LC_MESSAGES/libpimcommon.mo -share/locale/zh_CN/LC_MESSAGES/libplasma.mo -share/locale/zh_CN/LC_MESSAGES/libplasma_groupingcontainment.mo -share/locale/zh_CN/LC_MESSAGES/libplasmaclock.mo -share/locale/zh_CN/LC_MESSAGES/libplasmaweather.mo -share/locale/zh_CN/LC_MESSAGES/libtaskmanager.mo +share/locale/zh_CN/LC_MESSAGES/libsendlater.mo share/locale/zh_CN/LC_MESSAGES/libtemplateparser.mo +share/locale/zh_CN/LC_MESSAGES/libwebengineviewer.mo share/locale/zh_CN/LC_MESSAGES/lokalize.mo -share/locale/zh_CN/LC_MESSAGES/lskat.mo share/locale/zh_CN/LC_MESSAGES/mailreader.mo share/locale/zh_CN/LC_MESSAGES/marble.mo -share/locale/zh_CN/LC_MESSAGES/marble_qt.mo +share/locale/zh_CN/LC_MESSAGES/marble_qt.qm +share/locale/zh_CN/LC_MESSAGES/mboximporter.mo +share/locale/zh_CN/LC_MESSAGES/messageviewer_application_gnupgwks_plugin.mo share/locale/zh_CN/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/zh_CN/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/zh_CN/LC_MESSAGES/messageviewer_text_vcard_plugin.mo -share/locale/zh_CN/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo +share/locale/zh_CN/LC_MESSAGES/messageviewerheaderplugins.mo +share/locale/zh_CN/LC_MESSAGES/messageviewerplugins.mo share/locale/zh_CN/LC_MESSAGES/mf_konqplugin.mo share/locale/zh_CN/LC_MESSAGES/minitoolsplugin.mo -share/locale/zh_CN/LC_MESSAGES/mplayerthumbs.mo -share/locale/zh_CN/LC_MESSAGES/mplayerthumbsconfig.mo -share/locale/zh_CN/LC_MESSAGES/nepomukbackup.mo -share/locale/zh_CN/LC_MESSAGES/nepomukcleaner.mo -share/locale/zh_CN/LC_MESSAGES/nepomukfileindexer.mo -share/locale/zh_CN/LC_MESSAGES/nepomukfilewatch.mo -share/locale/zh_CN/LC_MESSAGES/nepomukmigrator.mo -share/locale/zh_CN/LC_MESSAGES/nepomukserver.mo -share/locale/zh_CN/LC_MESSAGES/nepomukservicestub.mo -share/locale/zh_CN/LC_MESSAGES/nepomukstorage.mo -share/locale/zh_CN/LC_MESSAGES/nepomukwidgets.mo -share/locale/zh_CN/LC_MESSAGES/notes-mobile.mo -share/locale/zh_CN/LC_MESSAGES/nsplugin.mo -share/locale/zh_CN/LC_MESSAGES/okteta-mobile.mo +share/locale/zh_CN/LC_MESSAGES/minuet.mo share/locale/zh_CN/LC_MESSAGES/okteta.mo share/locale/zh_CN/LC_MESSAGES/oktetapart.mo share/locale/zh_CN/LC_MESSAGES/okular.mo @@ -598,212 +348,43 @@ share/locale/zh_CN/LC_MESSAGES/okular_ooo.mo share/locale/zh_CN/LC_MESSAGES/okular_plucker.mo share/locale/zh_CN/LC_MESSAGES/okular_poppler.mo -share/locale/zh_CN/LC_MESSAGES/okular_tiff.mo share/locale/zh_CN/LC_MESSAGES/okular_txt.mo share/locale/zh_CN/LC_MESSAGES/okular_xps.mo share/locale/zh_CN/LC_MESSAGES/org.kde.active.documentviewer.mo -share/locale/zh_CN/LC_MESSAGES/pairs.mo -share/locale/zh_CN/LC_MESSAGES/pairseditor.mo -share/locale/zh_CN/LC_MESSAGES/palapeli.mo share/locale/zh_CN/LC_MESSAGES/parley.mo -share/locale/zh_CN/LC_MESSAGES/pate.mo -share/locale/zh_CN/LC_MESSAGES/phonon_gstreamer.mo -share/locale/zh_CN/LC_MESSAGES/phonon_kde.mo -share/locale/zh_CN/LC_MESSAGES/phonon_vlc.mo -share/locale/zh_CN/LC_MESSAGES/phononserver.mo share/locale/zh_CN/LC_MESSAGES/picmi.mo share/locale/zh_CN/LC_MESSAGES/pimsettingexporter.mo -share/locale/zh_CN/LC_MESSAGES/plasma-desktop.mo -share/locale/zh_CN/LC_MESSAGES/plasma-netbook.mo -share/locale/zh_CN/LC_MESSAGES/plasma-overlay.mo -share/locale/zh_CN/LC_MESSAGES/plasma-remote-helper.mo -share/locale/zh_CN/LC_MESSAGES/plasma-windowed.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_BbalL.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_Molmasscalculator.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_akonotes_note.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_battery.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_binaryclock.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_bookmarks.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_bubblemon.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_calculator.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_clock.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_comic.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_concentrationCalculator.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_currentappcontrol.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_dig_clock.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_fileWatcher.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_folderview.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_frame.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_gasCalculator.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_groupingpanel.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_icon.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_icontasks.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_kalgebraplasmoid.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_kalzium.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_katesession.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_kdeobservatory.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_kget.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_kimpanel.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_knowledgebase.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_kpapplet.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_launcher.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_leavenote.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_life.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_lockout.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_luna.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_magnifique.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_microblog.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_netpanel.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_news.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_newspaper.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_notes.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_notifier.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_nuclearCalculator.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_opendesktop.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_opendesktop_activities.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.notifications.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.printmanager.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_pager.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_panel.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_panelspacer_internal.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_paste.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_pastebin.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_plasmaboard.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_previewer.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_qalculate.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_qstardict.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_quicklaunch.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_rssnow.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_rtm.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_sal.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_saverdesktop.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_showdashboard.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_showdesktop.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_skapplet.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_spellcheck.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_system-monitor.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_systemloadviewer.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_systemtray.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_tasks.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_timer.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_trash.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_unitconverter.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_weather.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_weatherstation.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_webbrowser.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_webslice.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_windowlist.mo -share/locale/zh_CN/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo -share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_switchactivity.mo -share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo -share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.ktp-chat.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.ktp-contactlist.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.person.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.katesessions.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.printmanager.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.worldclock.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_kalzium.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_kdeobservatory.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_kuiserver.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_metadata.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_network.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_nowplaying.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_rss.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_share.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_weather.mo -share/locale/zh_CN/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo -share/locale/zh_CN/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo -share/locale/zh_CN/LC_MESSAGES/plasma_packagestructure_comic.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_CharacterRunner.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_activities.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_audioplayercontrol.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_baloosearchrunner.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_browserhistory.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_contacts.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_converterrunner.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_datetime.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_events.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_katesessions.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_kget.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_kill.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_konquerorsessions.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_konsolesessions.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_kopete.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_krunner_dictionary.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_locations.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_marblerunner.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_mediawiki.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_services.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_shell.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_solid.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_spellcheckrunner.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_translator.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_windows.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_youtube.mo -share/locale/zh_CN/LC_MESSAGES/plasma_scriptengine_qscript.mo -share/locale/zh_CN/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo -share/locale/zh_CN/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo -share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_color.mo -share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_image.mo -share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo -share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_marble.mo -share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_pattern.mo -share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_potd.mo -share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_virus.mo -share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/zh_CN/LC_MESSAGES/plasmagenericshell.mo -share/locale/zh_CN/LC_MESSAGES/plasmapkg.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_ktp_contacts.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_marble.mo +share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_org.kde.plasma.worldmap.mo share/locale/zh_CN/LC_MESSAGES/pothumbnail.mo -share/locale/zh_CN/LC_MESSAGES/powerdevil.mo -share/locale/zh_CN/LC_MESSAGES/powerdevilactivitiesconfig.mo -share/locale/zh_CN/LC_MESSAGES/powerdevilglobalconfig.mo -share/locale/zh_CN/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/zh_CN/LC_MESSAGES/print-manager.mo -share/locale/zh_CN/LC_MESSAGES/processcore.mo -share/locale/zh_CN/LC_MESSAGES/processui.mo -share/locale/zh_CN/LC_MESSAGES/randrmonitor.mo share/locale/zh_CN/LC_MESSAGES/rellinks.mo share/locale/zh_CN/LC_MESSAGES/rocs.mo -share/locale/zh_CN/LC_MESSAGES/rocscore.mo -share/locale/zh_CN/LC_MESSAGES/rocsvisualeditor.mo share/locale/zh_CN/LC_MESSAGES/searchbarplugin.mo -share/locale/zh_CN/LC_MESSAGES/solid-hardware.mo -share/locale/zh_CN/LC_MESSAGES/solid_qt.mo -share/locale/zh_CN/LC_MESSAGES/soliduiserver.mo +share/locale/zh_CN/LC_MESSAGES/sieveeditor.mo +share/locale/zh_CN/LC_MESSAGES/spectacle.mo share/locale/zh_CN/LC_MESSAGES/step.mo -share/locale/zh_CN/LC_MESSAGES/step_qt.mo -share/locale/zh_CN/LC_MESSAGES/strigila_diff.mo -share/locale/zh_CN/LC_MESSAGES/superkaramba.mo +share/locale/zh_CN/LC_MESSAGES/step_qt.qm +share/locale/zh_CN/LC_MESSAGES/storageservicemanager.mo +share/locale/zh_CN/LC_MESSAGES/storageservices.mo share/locale/zh_CN/LC_MESSAGES/svgpart.mo -share/locale/zh_CN/LC_MESSAGES/sweeper.mo -share/locale/zh_CN/LC_MESSAGES/systemsettings.mo -share/locale/zh_CN/LC_MESSAGES/tasks-mobile.mo -share/locale/zh_CN/LC_MESSAGES/timezones4.mo +share/locale/zh_CN/LC_MESSAGES/tabswitcherplugin.mo share/locale/zh_CN/LC_MESSAGES/uachangerplugin.mo -share/locale/zh_CN/LC_MESSAGES/umbrello.mo -share/locale/zh_CN/LC_MESSAGES/useraccount.mo share/locale/zh_CN/LC_MESSAGES/validatorsplugin.mo share/locale/zh_CN/LC_MESSAGES/webarchiver.mo -share/locale/zh_CN/LC_MESSAGES/xml_mimetypes.mo -share/locale/zh_CN/LC_SCRIPTS/kdelibs4/kdelibs4.js -share/locale/zh_CN/charset -share/locale/zh_CN/entry.desktop -share/locale/zh_CN/flag.png +share/locale/zh_CN/LC_MESSAGES/webenginepart.mo +share/locale/zh_CN/LC_MESSAGES/webengineurlinterceptor.mo Index: chinese/kde5-l10n-zh_TW/Makefile =================================================================== --- chinese/kde5-l10n-zh_TW/Makefile +++ chinese/kde5-l10n-zh_TW/Makefile @@ -1,14 +1,14 @@ -# Created by: Martin Wilke +# Created by: tcberner # $FreeBSD$ -PORTNAME= kde-l10n -PORTVERSION= ${KDE4_VERSION} +PORTNAME= kde5-l10n +PORTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= chinese kde MAINTAINER= kde@FreeBSD.org -COMMENT= Traditional Chinese messages and documentation for KDE SC 4 +COMMENT= Traditional Chinese messages and documentation for KDE -KDE4_L10N= zh_TW +KDE_L10N= zh_TW:5 -.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde-l10n/files/bsd.l10n.mk" .include Index: chinese/kde5-l10n-zh_TW/pkg-plist =================================================================== --- chinese/kde5-l10n-zh_TW/pkg-plist +++ chinese/kde5-l10n-zh_TW/pkg-plist @@ -1,7 +1,3 @@ -share/doc/HTML/zh_TW/common/fdl-translated.html -share/doc/HTML/zh_TW/common/gpl-translated.html -share/doc/HTML/zh_TW/common/kde-localised.css -share/doc/HTML/zh_TW/common/lgpl-translated.html share/locale/zh_TW/LC_MESSAGES/accountwizard.mo share/locale/zh_TW/LC_MESSAGES/accountwizard_contacts.mo share/locale/zh_TW/LC_MESSAGES/accountwizard_ical.mo @@ -13,7 +9,6 @@ share/locale/zh_TW/LC_MESSAGES/accountwizard_tine20.mo share/locale/zh_TW/LC_MESSAGES/accountwizard_vcard.mo share/locale/zh_TW/LC_MESSAGES/accountwizard_vcarddir.mo -share/locale/zh_TW/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/zh_TW/LC_MESSAGES/adblock.mo share/locale/zh_TW/LC_MESSAGES/akonadi-filestore.mo share/locale/zh_TW/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -21,7 +16,6 @@ share/locale/zh_TW/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_davgroupware_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_facebook_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_followupreminder_agent.mo share/locale/zh_TW/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_googlecalendar_resource.mo @@ -30,572 +24,301 @@ share/locale/zh_TW/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_imap_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_invitations_agent.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_kalarm_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/zh_TW/LC_MESSAGES/akonadi_mailfilter_agent.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_migration_agent.mo share/locale/zh_TW/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_newmailnotifier_agent.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_next.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_notes_agent.mo share/locale/zh_TW/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_sendlater_agent.mo share/locale/zh_TW/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/zh_TW/LC_MESSAGES/akonadi_singlefile_resource.mo +share/locale/zh_TW/LC_MESSAGES/akonadi_tomboynotes_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_vcarddir_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadicontact.mo -share/locale/zh_TW/LC_MESSAGES/akonadinotes.mo -share/locale/zh_TW/LC_MESSAGES/akonaditray.mo +share/locale/zh_TW/LC_MESSAGES/akonadicontact5.mo +share/locale/zh_TW/LC_MESSAGES/akonadinotes5.mo share/locale/zh_TW/LC_MESSAGES/akregator.mo share/locale/zh_TW/LC_MESSAGES/akregator_konqplugin.mo -share/locale/zh_TW/LC_MESSAGES/amor.mo -share/locale/zh_TW/LC_MESSAGES/analitza.mo -share/locale/zh_TW/LC_MESSAGES/ark.appdata.mo +share/locale/zh_TW/LC_MESSAGES/analitza_qt.qm share/locale/zh_TW/LC_MESSAGES/ark.mo -share/locale/zh_TW/LC_MESSAGES/artikulate.appdata.mo share/locale/zh_TW/LC_MESSAGES/artikulate.mo -share/locale/zh_TW/LC_MESSAGES/attica_kde.mo +share/locale/zh_TW/LC_MESSAGES/audiocd_encoder_flac.mo share/locale/zh_TW/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/zh_TW/LC_MESSAGES/audiocd_encoder_vorbis.mo -share/locale/zh_TW/LC_MESSAGES/audiorename_plugin.mo share/locale/zh_TW/LC_MESSAGES/autorefresh.mo share/locale/zh_TW/LC_MESSAGES/babelfish.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/baloo_queryparser.mo -share/locale/zh_TW/LC_MESSAGES/baloosearch.mo -share/locale/zh_TW/LC_MESSAGES/balooshow.mo +share/locale/zh_TW/LC_MESSAGES/baloo_naturalqueryparser.mo share/locale/zh_TW/LC_MESSAGES/baloowidgets.mo -share/locale/zh_TW/LC_MESSAGES/blinken.appdata.mo share/locale/zh_TW/LC_MESSAGES/blinken.mo share/locale/zh_TW/LC_MESSAGES/blogilo.mo share/locale/zh_TW/LC_MESSAGES/bomber.mo share/locale/zh_TW/LC_MESSAGES/bovo.mo share/locale/zh_TW/LC_MESSAGES/calendarjanitor.mo share/locale/zh_TW/LC_MESSAGES/calendarsupport.mo -share/locale/zh_TW/LC_MESSAGES/cantor.appdata.mo share/locale/zh_TW/LC_MESSAGES/cantor.mo share/locale/zh_TW/LC_MESSAGES/cervisia.mo +share/locale/zh_TW/LC_MESSAGES/contactprintthemeeditor.mo share/locale/zh_TW/LC_MESSAGES/contactthemeeditor.mo share/locale/zh_TW/LC_MESSAGES/cryptopageplugin.mo +share/locale/zh_TW/LC_MESSAGES/customtoolsplugin.mo share/locale/zh_TW/LC_MESSAGES/cvsservice.mo share/locale/zh_TW/LC_MESSAGES/dirfilterplugin.mo -share/locale/zh_TW/LC_MESSAGES/display.mo -share/locale/zh_TW/LC_MESSAGES/dolphin.appdata.mo share/locale/zh_TW/LC_MESSAGES/dolphin.mo share/locale/zh_TW/LC_MESSAGES/domtreeviewer.mo share/locale/zh_TW/LC_MESSAGES/dragonplayer.mo -share/locale/zh_TW/LC_MESSAGES/drkonqi.mo share/locale/zh_TW/LC_MESSAGES/filelight.mo -share/locale/zh_TW/LC_MESSAGES/filetypes.mo share/locale/zh_TW/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/zh_TW/LC_MESSAGES/fileviewgitplugin.mo share/locale/zh_TW/LC_MESSAGES/fileviewhgplugin.mo share/locale/zh_TW/LC_MESSAGES/fileviewsvnplugin.mo -share/locale/zh_TW/LC_MESSAGES/freespacenotifier.mo share/locale/zh_TW/LC_MESSAGES/fsview.mo share/locale/zh_TW/LC_MESSAGES/gid-migrator.mo share/locale/zh_TW/LC_MESSAGES/granatier.mo share/locale/zh_TW/LC_MESSAGES/gwenview.mo share/locale/zh_TW/LC_MESSAGES/headerthemeeditor.mo -share/locale/zh_TW/LC_MESSAGES/htmlsearch.mo -share/locale/zh_TW/LC_MESSAGES/imagerename_plugin.mo share/locale/zh_TW/LC_MESSAGES/imgalleryplugin.mo share/locale/zh_TW/LC_MESSAGES/importwizard.mo -share/locale/zh_TW/LC_MESSAGES/jovie.mo -share/locale/zh_TW/LC_MESSAGES/joystick.mo -share/locale/zh_TW/LC_MESSAGES/juk.appdata.mo -share/locale/zh_TW/LC_MESSAGES/juk.mo -share/locale/zh_TW/LC_MESSAGES/kabc.mo -share/locale/zh_TW/LC_MESSAGES/kabc_akonadi.mo -share/locale/zh_TW/LC_MESSAGES/kabc_dir.mo -share/locale/zh_TW/LC_MESSAGES/kabc_file.mo -share/locale/zh_TW/LC_MESSAGES/kabc_ldapkio.mo -share/locale/zh_TW/LC_MESSAGES/kabc_net.mo -share/locale/zh_TW/LC_MESSAGES/kabcclient.mo -share/locale/zh_TW/LC_MESSAGES/kabcformat_binary.mo -share/locale/zh_TW/LC_MESSAGES/kaccess.mo -share/locale/zh_TW/LC_MESSAGES/kaccessibleapp.mo -share/locale/zh_TW/LC_MESSAGES/kactivitymanagerd.mo -share/locale/zh_TW/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo -share/locale/zh_TW/LC_MESSAGES/kaddressbook-mobile.mo +share/locale/zh_TW/LC_MESSAGES/kaccounts-integration.mo +share/locale/zh_TW/LC_MESSAGES/kaccounts-providers.mo share/locale/zh_TW/LC_MESSAGES/kaddressbook.mo -share/locale/zh_TW/LC_MESSAGES/kaddressbookmigrator.mo -share/locale/zh_TW/LC_MESSAGES/kajongg.mo +share/locale/zh_TW/LC_MESSAGES/kaddressbook_importexportplugins.mo +share/locale/zh_TW/LC_MESSAGES/kaddressbook_plugins.mo share/locale/zh_TW/LC_MESSAGES/kalarm.mo -share/locale/zh_TW/LC_MESSAGES/kalgebra.appdata.mo share/locale/zh_TW/LC_MESSAGES/kalgebra.mo -share/locale/zh_TW/LC_MESSAGES/kalzium.appdata.mo share/locale/zh_TW/LC_MESSAGES/kalzium.mo -share/locale/zh_TW/LC_MESSAGES/kanagram.appdata.mo share/locale/zh_TW/LC_MESSAGES/kanagram.mo share/locale/zh_TW/LC_MESSAGES/kapman.mo share/locale/zh_TW/LC_MESSAGES/kapptemplate.mo share/locale/zh_TW/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/zh_TW/LC_MESSAGES/kate-replicode-plugin.mo share/locale/zh_TW/LC_MESSAGES/kate.mo -share/locale/zh_TW/LC_MESSAGES/kate_kttsd.mo share/locale/zh_TW/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/zh_TW/LC_MESSAGES/katebuild-plugin.mo share/locale/zh_TW/LC_MESSAGES/katecloseexceptplugin.mo share/locale/zh_TW/LC_MESSAGES/katefilebrowserplugin.mo -share/locale/zh_TW/LC_MESSAGES/katefiletemplates.mo +share/locale/zh_TW/LC_MESSAGES/katefiletree.mo share/locale/zh_TW/LC_MESSAGES/kategdbplugin.mo -share/locale/zh_TW/LC_MESSAGES/katehelloworld.mo share/locale/zh_TW/LC_MESSAGES/katekonsoleplugin.mo -share/locale/zh_TW/LC_MESSAGES/katemailfilesplugin.mo share/locale/zh_TW/LC_MESSAGES/kateopenheader.mo -share/locale/zh_TW/LC_MESSAGES/katepart4.mo share/locale/zh_TW/LC_MESSAGES/kateproject.mo share/locale/zh_TW/LC_MESSAGES/katesearch.mo share/locale/zh_TW/LC_MESSAGES/katesnippetsplugin.mo share/locale/zh_TW/LC_MESSAGES/katesql.mo share/locale/zh_TW/LC_MESSAGES/katesymbolviewer.mo -share/locale/zh_TW/LC_MESSAGES/katetabbarextension.mo -share/locale/zh_TW/LC_MESSAGES/katetabifyplugin.mo share/locale/zh_TW/LC_MESSAGES/katetextfilter.mo share/locale/zh_TW/LC_MESSAGES/katexmlcheck.mo share/locale/zh_TW/LC_MESSAGES/katexmltools.mo share/locale/zh_TW/LC_MESSAGES/katomic.mo share/locale/zh_TW/LC_MESSAGES/kblackbox.mo -share/locale/zh_TW/LC_MESSAGES/kblankscrn.mo share/locale/zh_TW/LC_MESSAGES/kblocks.mo share/locale/zh_TW/LC_MESSAGES/kbounce.mo share/locale/zh_TW/LC_MESSAGES/kbreakout.mo -share/locale/zh_TW/LC_MESSAGES/kbruch.appdata.mo share/locale/zh_TW/LC_MESSAGES/kbruch.mo -share/locale/zh_TW/LC_MESSAGES/kcachegrind.mo -share/locale/zh_TW/LC_MESSAGES/kcachegrind_qt.mo -share/locale/zh_TW/LC_MESSAGES/kcal_akonadi.mo share/locale/zh_TW/LC_MESSAGES/kcalc.mo -share/locale/zh_TW/LC_MESSAGES/kcertpart.mo share/locale/zh_TW/LC_MESSAGES/kcharselect.mo -share/locale/zh_TW/LC_MESSAGES/kcm-kwin-scripts.mo -share/locale/zh_TW/LC_MESSAGES/kcm_activities.mo -share/locale/zh_TW/LC_MESSAGES/kcm_akonadi.mo share/locale/zh_TW/LC_MESSAGES/kcm_akonadicontact_actions.mo -share/locale/zh_TW/LC_MESSAGES/kcm_attica.mo -share/locale/zh_TW/LC_MESSAGES/kcm_autostart.mo -share/locale/zh_TW/LC_MESSAGES/kcm_baloofile.mo -share/locale/zh_TW/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/zh_TW/LC_MESSAGES/kcm_desktopthemedetails.mo -share/locale/zh_TW/LC_MESSAGES/kcm_device_automounter.mo -share/locale/zh_TW/LC_MESSAGES/kcm_emoticons.mo -share/locale/zh_TW/LC_MESSAGES/kcm_infobase.mo -share/locale/zh_TW/LC_MESSAGES/kcm_infosummary.mo -share/locale/zh_TW/LC_MESSAGES/kcm_kwindesktop.mo -share/locale/zh_TW/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/zh_TW/LC_MESSAGES/kcm_memory.mo -share/locale/zh_TW/LC_MESSAGES/kcm_nepomuk.mo -share/locale/zh_TW/LC_MESSAGES/kcm_pci.mo -share/locale/zh_TW/LC_MESSAGES/kcm_phonon.mo -share/locale/zh_TW/LC_MESSAGES/kcm_platform.mo -share/locale/zh_TW/LC_MESSAGES/kcm_remotecontrol.mo -share/locale/zh_TW/LC_MESSAGES/kcm_solid_actions.mo -share/locale/zh_TW/LC_MESSAGES/kcm_standard_actions.mo -share/locale/zh_TW/LC_MESSAGES/kcmaccess.mo +share/locale/zh_TW/LC_MESSAGES/kcm_ktp_accounts.mo +share/locale/zh_TW/LC_MESSAGES/kcm_ktp_chat_appearance.mo +share/locale/zh_TW/LC_MESSAGES/kcm_ktp_chat_behavior.mo +share/locale/zh_TW/LC_MESSAGES/kcm_ktp_chat_messages.mo +share/locale/zh_TW/LC_MESSAGES/kcm_ktp_chat_otr.mo share/locale/zh_TW/LC_MESSAGES/kcmaudiocd.mo -share/locale/zh_TW/LC_MESSAGES/kcmbackground.mo -share/locale/zh_TW/LC_MESSAGES/kcmbell.mo +share/locale/zh_TW/LC_MESSAGES/kcmbookmarks.mo share/locale/zh_TW/LC_MESSAGES/kcmcddb.mo -share/locale/zh_TW/LC_MESSAGES/kcmcgi.mo -share/locale/zh_TW/LC_MESSAGES/kcmcolors.mo -share/locale/zh_TW/LC_MESSAGES/kcmcomponentchooser.mo -share/locale/zh_TW/LC_MESSAGES/kcmcrypto.mo -share/locale/zh_TW/LC_MESSAGES/kcmdevinfo.mo -share/locale/zh_TW/LC_MESSAGES/kcmfonts.mo -share/locale/zh_TW/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/zh_TW/LC_MESSAGES/kcmicons.mo -share/locale/zh_TW/LC_MESSAGES/kcminfo.mo -share/locale/zh_TW/LC_MESSAGES/kcminit.mo -share/locale/zh_TW/LC_MESSAGES/kcminput.mo share/locale/zh_TW/LC_MESSAGES/kcmkamera.mo -share/locale/zh_TW/LC_MESSAGES/kcmkclock.mo -share/locale/zh_TW/LC_MESSAGES/kcmkded.mo -share/locale/zh_TW/LC_MESSAGES/kcmkdnssd.mo -share/locale/zh_TW/LC_MESSAGES/kcmkeyboard.mo -share/locale/zh_TW/LC_MESSAGES/kcmkeys.mo -share/locale/zh_TW/LC_MESSAGES/kcmkgamma.mo -share/locale/zh_TW/LC_MESSAGES/kcmkio.mo share/locale/zh_TW/LC_MESSAGES/kcmkonq.mo share/locale/zh_TW/LC_MESSAGES/kcmkonqhtml.mo -share/locale/zh_TW/LC_MESSAGES/kcmkurifilt.mo share/locale/zh_TW/LC_MESSAGES/kcmkwallet.mo -share/locale/zh_TW/LC_MESSAGES/kcmkwincompositing.mo -share/locale/zh_TW/LC_MESSAGES/kcmkwindecoration.mo -share/locale/zh_TW/LC_MESSAGES/kcmkwinrules.mo -share/locale/zh_TW/LC_MESSAGES/kcmkwinscreenedges.mo -share/locale/zh_TW/LC_MESSAGES/kcmkwm.mo -share/locale/zh_TW/LC_MESSAGES/kcmlaunch.mo -share/locale/zh_TW/LC_MESSAGES/kcmlocale.mo -share/locale/zh_TW/LC_MESSAGES/kcmnic.mo -share/locale/zh_TW/LC_MESSAGES/kcmnotify.mo -share/locale/zh_TW/LC_MESSAGES/kcmopengl.mo share/locale/zh_TW/LC_MESSAGES/kcmperformance.mo -share/locale/zh_TW/LC_MESSAGES/kcmsamba.mo -share/locale/zh_TW/LC_MESSAGES/kcmscreensaver.mo -share/locale/zh_TW/LC_MESSAGES/kcmshell.mo -share/locale/zh_TW/LC_MESSAGES/kcmsmartcard.mo -share/locale/zh_TW/LC_MESSAGES/kcmsmserver.mo -share/locale/zh_TW/LC_MESSAGES/kcmstyle.mo -share/locale/zh_TW/LC_MESSAGES/kcmusb.mo -share/locale/zh_TW/LC_MESSAGES/kcmview1394.mo -share/locale/zh_TW/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo +share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo +share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo +share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo +share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_morse.mo +share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_pintxo.mo +share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo +share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo +share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_sipe.mo +share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/zh_TW/LC_MESSAGES/kcolorchooser.mo +share/locale/zh_TW/LC_MESSAGES/kcontacts5.mo share/locale/zh_TW/LC_MESSAGES/kcron.mo -share/locale/zh_TW/LC_MESSAGES/kde-menu.mo -share/locale/zh_TW/LC_MESSAGES/kdeasciiquarium.mo -share/locale/zh_TW/LC_MESSAGES/kdebugdialog.mo -share/locale/zh_TW/LC_MESSAGES/kdecalendarsystems.mo -share/locale/zh_TW/LC_MESSAGES/kdelibs4.mo -share/locale/zh_TW/LC_MESSAGES/kdelibs_colors4.mo -share/locale/zh_TW/LC_MESSAGES/kdepasswd.mo -share/locale/zh_TW/LC_MESSAGES/kdepim-runtime-qml.mo -share/locale/zh_TW/LC_MESSAGES/kdeqt.mo -share/locale/zh_TW/LC_MESSAGES/kdesu.mo -share/locale/zh_TW/LC_MESSAGES/kdesud.mo +share/locale/zh_TW/LC_MESSAGES/kdebugsettings.mo +share/locale/zh_TW/LC_MESSAGES/kded_ktp_approver.mo +share/locale/zh_TW/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/zh_TW/LC_MESSAGES/kdenlive.mo share/locale/zh_TW/LC_MESSAGES/kdf.mo -share/locale/zh_TW/LC_MESSAGES/kdgantt2.mo share/locale/zh_TW/LC_MESSAGES/kdialog.mo share/locale/zh_TW/LC_MESSAGES/kdiamond.mo -share/locale/zh_TW/LC_MESSAGES/kdmconfig.mo -share/locale/zh_TW/LC_MESSAGES/kdmgreet.mo -share/locale/zh_TW/LC_MESSAGES/kdontchangethehostname.mo share/locale/zh_TW/LC_MESSAGES/keditbookmarks.mo -share/locale/zh_TW/LC_MESSAGES/kfile.mo -share/locale/zh_TW/LC_MESSAGES/kfile_dds.mo share/locale/zh_TW/LC_MESSAGES/kfile_drgeo.mo -share/locale/zh_TW/LC_MESSAGES/kfile_exr.mo share/locale/zh_TW/LC_MESSAGES/kfile_kig.mo -share/locale/zh_TW/LC_MESSAGES/kfile_pnm.mo -share/locale/zh_TW/LC_MESSAGES/kfile_raw.mo -share/locale/zh_TW/LC_MESSAGES/kfile_rgb.mo -share/locale/zh_TW/LC_MESSAGES/kfile_tiff.mo -share/locale/zh_TW/LC_MESSAGES/kfile_xps.mo -share/locale/zh_TW/LC_MESSAGES/kfileaudiopreview4.mo -share/locale/zh_TW/LC_MESSAGES/kfilemetadata.mo -share/locale/zh_TW/LC_MESSAGES/kfilereplace.mo +share/locale/zh_TW/LC_MESSAGES/kfileaudiopreview5.mo share/locale/zh_TW/LC_MESSAGES/kfileshare.mo -share/locale/zh_TW/LC_MESSAGES/kfindpart.mo +share/locale/zh_TW/LC_MESSAGES/kfind.mo share/locale/zh_TW/LC_MESSAGES/kfloppy.mo share/locale/zh_TW/LC_MESSAGES/kfmclient.mo -share/locale/zh_TW/LC_MESSAGES/kfontinst.mo share/locale/zh_TW/LC_MESSAGES/kfourinline.mo share/locale/zh_TW/LC_MESSAGES/kgeography.mo -share/locale/zh_TW/LC_MESSAGES/kget.mo -share/locale/zh_TW/LC_MESSAGES/kgetplugin.mo -share/locale/zh_TW/LC_MESSAGES/kglobalaccel.mo -share/locale/zh_TW/LC_MESSAGES/kgoldrunner.mo -share/locale/zh_TW/LC_MESSAGES/kgpg.appdata.mo share/locale/zh_TW/LC_MESSAGES/kgpg.mo -share/locale/zh_TW/LC_MESSAGES/kgreet_classic.mo -share/locale/zh_TW/LC_MESSAGES/kgreet_generic.mo -share/locale/zh_TW/LC_MESSAGES/kgreet_winbind.mo -share/locale/zh_TW/LC_MESSAGES/khangman.appdata.mo share/locale/zh_TW/LC_MESSAGES/khangman.mo share/locale/zh_TW/LC_MESSAGES/khelpcenter.mo -share/locale/zh_TW/LC_MESSAGES/khotkeys.mo -share/locale/zh_TW/LC_MESSAGES/khotnewstuff.mo -share/locale/zh_TW/LC_MESSAGES/khtmlkttsd.mo share/locale/zh_TW/LC_MESSAGES/khtmlsettingsplugin.mo -share/locale/zh_TW/LC_MESSAGES/kiconfinder.mo -share/locale/zh_TW/LC_MESSAGES/kig.appdata.mo +share/locale/zh_TW/LC_MESSAGES/khtmltts.mo share/locale/zh_TW/LC_MESSAGES/kig.mo -share/locale/zh_TW/LC_MESSAGES/kigo.mo share/locale/zh_TW/LC_MESSAGES/killbots.mo -share/locale/zh_TW/LC_MESSAGES/kimagemapeditor.mo -share/locale/zh_TW/LC_MESSAGES/kinfocenter.mo -share/locale/zh_TW/LC_MESSAGES/kio4.mo -share/locale/zh_TW/LC_MESSAGES/kio_activities.mo +share/locale/zh_TW/LC_MESSAGES/kio5_activities.mo share/locale/zh_TW/LC_MESSAGES/kio_akonadi.mo -share/locale/zh_TW/LC_MESSAGES/kio_applications.mo share/locale/zh_TW/LC_MESSAGES/kio_archive.mo share/locale/zh_TW/LC_MESSAGES/kio_audiocd.mo -share/locale/zh_TW/LC_MESSAGES/kio_baloosearch.mo share/locale/zh_TW/LC_MESSAGES/kio_bookmarks.mo -share/locale/zh_TW/LC_MESSAGES/kio_finger.mo share/locale/zh_TW/LC_MESSAGES/kio_fish.mo -share/locale/zh_TW/LC_MESSAGES/kio_floppy.mo -share/locale/zh_TW/LC_MESSAGES/kio_help4.mo -share/locale/zh_TW/LC_MESSAGES/kio_imap4.mo share/locale/zh_TW/LC_MESSAGES/kio_info.mo -share/locale/zh_TW/LC_MESSAGES/kio_jabberdisco.mo share/locale/zh_TW/LC_MESSAGES/kio_ldap.mo share/locale/zh_TW/LC_MESSAGES/kio_man.mo -share/locale/zh_TW/LC_MESSAGES/kio_mbox.mo -share/locale/zh_TW/LC_MESSAGES/kio_nepomuk.mo -share/locale/zh_TW/LC_MESSAGES/kio_nepomuksearch.mo -share/locale/zh_TW/LC_MESSAGES/kio_nepomuktags.mo -share/locale/zh_TW/LC_MESSAGES/kio_nepomuktimeline.mo +share/locale/zh_TW/LC_MESSAGES/kio_mtp.mo share/locale/zh_TW/LC_MESSAGES/kio_nfs.mo -share/locale/zh_TW/LC_MESSAGES/kio_nntp.mo -share/locale/zh_TW/LC_MESSAGES/kio_perldoc.mo share/locale/zh_TW/LC_MESSAGES/kio_pop3.mo share/locale/zh_TW/LC_MESSAGES/kio_recentdocuments.mo -share/locale/zh_TW/LC_MESSAGES/kio_remote.mo share/locale/zh_TW/LC_MESSAGES/kio_sftp.mo share/locale/zh_TW/LC_MESSAGES/kio_sieve.mo share/locale/zh_TW/LC_MESSAGES/kio_smb.mo share/locale/zh_TW/LC_MESSAGES/kio_smtp.mo -share/locale/zh_TW/LC_MESSAGES/kio_svn.mo -share/locale/zh_TW/LC_MESSAGES/kio_tags.mo share/locale/zh_TW/LC_MESSAGES/kio_thumbnail.mo -share/locale/zh_TW/LC_MESSAGES/kio_timeline.mo -share/locale/zh_TW/LC_MESSAGES/kio_trash.mo -share/locale/zh_TW/LC_MESSAGES/kio_zeroconf.mo -share/locale/zh_TW/LC_MESSAGES/kioclient.mo -share/locale/zh_TW/LC_MESSAGES/kioexec.mo -share/locale/zh_TW/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/zh_TW/LC_MESSAGES/kiriki.mo -share/locale/zh_TW/LC_MESSAGES/kiten.appdata.mo share/locale/zh_TW/LC_MESSAGES/kiten.mo -share/locale/zh_TW/LC_MESSAGES/kjots.mo -share/locale/zh_TW/LC_MESSAGES/kjotsmigrator.mo share/locale/zh_TW/LC_MESSAGES/kjumpingcube.mo share/locale/zh_TW/LC_MESSAGES/kleopatra.mo -share/locale/zh_TW/LC_MESSAGES/klettres.appdata.mo share/locale/zh_TW/LC_MESSAGES/klettres.mo share/locale/zh_TW/LC_MESSAGES/klickety.mo share/locale/zh_TW/LC_MESSAGES/klines.mo -share/locale/zh_TW/LC_MESSAGES/klinkstatus.mo -share/locale/zh_TW/LC_MESSAGES/klipper.mo -share/locale/zh_TW/LC_MESSAGES/klock.mo -share/locale/zh_TW/LC_MESSAGES/kmag.mo share/locale/zh_TW/LC_MESSAGES/kmahjongg.mo -share/locale/zh_TW/LC_MESSAGES/kmail-migrator.mo -share/locale/zh_TW/LC_MESSAGES/kmail-mobile.mo share/locale/zh_TW/LC_MESSAGES/kmail.mo -share/locale/zh_TW/LC_MESSAGES/kmailcvt.mo -share/locale/zh_TW/LC_MESSAGES/kmenuedit.mo -share/locale/zh_TW/LC_MESSAGES/kmimetypefinder.mo +share/locale/zh_TW/LC_MESSAGES/kmail_editor_plugins.mo +share/locale/zh_TW/LC_MESSAGES/kmail_editorsendcheck_plugins.mo +share/locale/zh_TW/LC_MESSAGES/kmail_plugins.mo share/locale/zh_TW/LC_MESSAGES/kmines.mo -share/locale/zh_TW/LC_MESSAGES/kmix.mo -share/locale/zh_TW/LC_MESSAGES/kmousetool.mo -share/locale/zh_TW/LC_MESSAGES/kmouth.mo -share/locale/zh_TW/LC_MESSAGES/kmplot.appdata.mo share/locale/zh_TW/LC_MESSAGES/kmplot.mo share/locale/zh_TW/LC_MESSAGES/knavalbattle.mo -share/locale/zh_TW/LC_MESSAGES/knetattach.mo share/locale/zh_TW/LC_MESSAGES/knetwalk.mo -share/locale/zh_TW/LC_MESSAGES/knode.mo -share/locale/zh_TW/LC_MESSAGES/knotes-migrator.mo share/locale/zh_TW/LC_MESSAGES/knotes.mo -share/locale/zh_TW/LC_MESSAGES/knotify4.mo -share/locale/zh_TW/LC_MESSAGES/kolf.mo share/locale/zh_TW/LC_MESSAGES/kollision.mo -share/locale/zh_TW/LC_MESSAGES/kolourpaint.appdata.mo share/locale/zh_TW/LC_MESSAGES/kolourpaint.mo -share/locale/zh_TW/LC_MESSAGES/kommander.mo share/locale/zh_TW/LC_MESSAGES/kompare.mo -share/locale/zh_TW/LC_MESSAGES/konqprofiles.mo share/locale/zh_TW/LC_MESSAGES/konqueror.mo -share/locale/zh_TW/LC_MESSAGES/konquest.mo share/locale/zh_TW/LC_MESSAGES/konsole.mo share/locale/zh_TW/LC_MESSAGES/konsolekalendar.mo -share/locale/zh_TW/LC_MESSAGES/konsoleprofiles.mo share/locale/zh_TW/LC_MESSAGES/kontact.mo -share/locale/zh_TW/LC_MESSAGES/kontactinterfaces.mo -share/locale/zh_TW/LC_MESSAGES/kopete.mo +share/locale/zh_TW/LC_MESSAGES/kontactinterfaces5.mo share/locale/zh_TW/LC_MESSAGES/korgac.mo -share/locale/zh_TW/LC_MESSAGES/korganizer-mobile.mo share/locale/zh_TW/LC_MESSAGES/korganizer.mo -share/locale/zh_TW/LC_MESSAGES/kpartloader.mo -share/locale/zh_TW/LC_MESSAGES/kpartsaver.mo -share/locale/zh_TW/LC_MESSAGES/kpasswdserver.mo +share/locale/zh_TW/LC_MESSAGES/korganizer_plugins.mo share/locale/zh_TW/LC_MESSAGES/kpat.mo -share/locale/zh_TW/LC_MESSAGES/kppp.mo -share/locale/zh_TW/LC_MESSAGES/kppplogview.mo -share/locale/zh_TW/LC_MESSAGES/kquitapp.mo -share/locale/zh_TW/LC_MESSAGES/krandr.mo -share/locale/zh_TW/LC_MESSAGES/krcdnotifieritem.mo -share/locale/zh_TW/LC_MESSAGES/krdb.mo +share/locale/zh_TW/LC_MESSAGES/kpat_mimetypes.mo share/locale/zh_TW/LC_MESSAGES/krdc.mo -share/locale/zh_TW/LC_MESSAGES/kreadconfig.mo -share/locale/zh_TW/LC_MESSAGES/kremotecontroldaemon.mo -share/locale/zh_TW/LC_MESSAGES/kres-migrator.mo -share/locale/zh_TW/LC_MESSAGES/kres_blog.mo -share/locale/zh_TW/LC_MESSAGES/kres_remote.mo -share/locale/zh_TW/LC_MESSAGES/kresources_shared_akonadi.mo -share/locale/zh_TW/LC_MESSAGES/kreversi.mo share/locale/zh_TW/LC_MESSAGES/krfb.mo share/locale/zh_TW/LC_MESSAGES/kruler.mo -share/locale/zh_TW/LC_MESSAGES/krunner.mo -share/locale/zh_TW/LC_MESSAGES/ksaneplugin.mo -share/locale/zh_TW/LC_MESSAGES/kscd.mo -share/locale/zh_TW/LC_MESSAGES/kscreenlocker.mo -share/locale/zh_TW/LC_MESSAGES/kscreenlocker_greet.mo -share/locale/zh_TW/LC_MESSAGES/kscreensaver.mo -share/locale/zh_TW/LC_MESSAGES/ksendemail.mo -share/locale/zh_TW/LC_MESSAGES/ksgrd.mo share/locale/zh_TW/LC_MESSAGES/kshellcmdplugin.mo share/locale/zh_TW/LC_MESSAGES/kshisen.mo -share/locale/zh_TW/LC_MESSAGES/kshorturifilter.mo -share/locale/zh_TW/LC_MESSAGES/ksirk.mo -share/locale/zh_TW/LC_MESSAGES/ksirkskineditor.mo -share/locale/zh_TW/LC_MESSAGES/ksmserver.mo -share/locale/zh_TW/LC_MESSAGES/ksnapshot.mo -share/locale/zh_TW/LC_MESSAGES/kspaceduel.mo -share/locale/zh_TW/LC_MESSAGES/ksplashthemes.mo share/locale/zh_TW/LC_MESSAGES/ksquares.mo -share/locale/zh_TW/LC_MESSAGES/kstars.appdata.mo share/locale/zh_TW/LC_MESSAGES/kstars.mo -share/locale/zh_TW/LC_MESSAGES/kstart.mo -share/locale/zh_TW/LC_MESSAGES/kstartperf.mo -share/locale/zh_TW/LC_MESSAGES/kstyle_config.mo -share/locale/zh_TW/LC_MESSAGES/kstyle_phase_config.mo -share/locale/zh_TW/LC_MESSAGES/ksudoku.mo -share/locale/zh_TW/LC_MESSAGES/ksysguard.mo -share/locale/zh_TW/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/zh_TW/LC_MESSAGES/ksystemlog.mo -share/locale/zh_TW/LC_MESSAGES/ksystraycmd.mo share/locale/zh_TW/LC_MESSAGES/kteatime.mo -share/locale/zh_TW/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/zh_TW/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo +share/locale/zh_TW/LC_MESSAGES/kterustcompletion.mo share/locale/zh_TW/LC_MESSAGES/ktimer.mo -share/locale/zh_TW/LC_MESSAGES/ktimetracker.mo share/locale/zh_TW/LC_MESSAGES/ktnef.mo -share/locale/zh_TW/LC_MESSAGES/ktouch.appdata.mo share/locale/zh_TW/LC_MESSAGES/ktouch.mo -share/locale/zh_TW/LC_MESSAGES/ktouchpadenabler.mo -share/locale/zh_TW/LC_MESSAGES/ktraderclient.mo -share/locale/zh_TW/LC_MESSAGES/ktron.mo +share/locale/zh_TW/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo +share/locale/zh_TW/LC_MESSAGES/ktp-auth-handler.mo +share/locale/zh_TW/LC_MESSAGES/ktp-call-ui.mo +share/locale/zh_TW/LC_MESSAGES/ktp-common-internals.mo +share/locale/zh_TW/LC_MESSAGES/ktp-contactlist.mo +share/locale/zh_TW/LC_MESSAGES/ktp-debugger.mo +share/locale/zh_TW/LC_MESSAGES/ktp-filetransfer-handler.mo +share/locale/zh_TW/LC_MESSAGES/ktp-filters.mo +share/locale/zh_TW/LC_MESSAGES/ktp-log-viewer.mo +share/locale/zh_TW/LC_MESSAGES/ktp-send-file.mo +share/locale/zh_TW/LC_MESSAGES/ktp-text-ui.mo +share/locale/zh_TW/LC_MESSAGES/ktpchat.mo share/locale/zh_TW/LC_MESSAGES/ktuberling.mo -share/locale/zh_TW/LC_MESSAGES/kturtle.appdata.mo share/locale/zh_TW/LC_MESSAGES/kturtle.mo -share/locale/zh_TW/LC_MESSAGES/ktux.mo -share/locale/zh_TW/LC_MESSAGES/kubrick.mo -share/locale/zh_TW/LC_MESSAGES/kuiserver.mo -share/locale/zh_TW/LC_MESSAGES/kuiviewer.mo -share/locale/zh_TW/LC_MESSAGES/kurifilter.mo -share/locale/zh_TW/LC_MESSAGES/kuser.mo -share/locale/zh_TW/LC_MESSAGES/kwalletd.mo share/locale/zh_TW/LC_MESSAGES/kwalletmanager.mo share/locale/zh_TW/LC_MESSAGES/kwatchgnupg.mo -share/locale/zh_TW/LC_MESSAGES/kwin.mo -share/locale/zh_TW/LC_MESSAGES/kwin_art_clients.mo -share/locale/zh_TW/LC_MESSAGES/kwin_clients.mo -share/locale/zh_TW/LC_MESSAGES/kwin_effects.mo -share/locale/zh_TW/LC_MESSAGES/kwin_scripting.mo -share/locale/zh_TW/LC_MESSAGES/kwinshutdown.mo -share/locale/zh_TW/LC_MESSAGES/kwinstartmenu.mo -share/locale/zh_TW/LC_MESSAGES/kwordquiz.appdata.mo +share/locale/zh_TW/LC_MESSAGES/kwave.mo share/locale/zh_TW/LC_MESSAGES/kwordquiz.mo share/locale/zh_TW/LC_MESSAGES/kwrite.mo -share/locale/zh_TW/LC_MESSAGES/kwriteconfig.mo -share/locale/zh_TW/LC_MESSAGES/kxkb.mo -share/locale/zh_TW/LC_MESSAGES/kxsconfig.mo -share/locale/zh_TW/LC_MESSAGES/lancelot.mo -share/locale/zh_TW/LC_MESSAGES/libakonadi-calendar.mo -share/locale/zh_TW/LC_MESSAGES/libakonadi-kmime.mo -share/locale/zh_TW/LC_MESSAGES/libakonadi-xml.mo -share/locale/zh_TW/LC_MESSAGES/libakonadi.mo -share/locale/zh_TW/LC_MESSAGES/libcomposereditorng.mo +share/locale/zh_TW/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/zh_TW/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/zh_TW/LC_MESSAGES/libakonadi5.mo +share/locale/zh_TW/LC_MESSAGES/libcomposereditorwebengine.mo share/locale/zh_TW/LC_MESSAGES/libeventviews.mo share/locale/zh_TW/LC_MESSAGES/libfolderarchivesettings.mo share/locale/zh_TW/LC_MESSAGES/libgrantleetheme.mo share/locale/zh_TW/LC_MESSAGES/libgrantleethemeeditor.mo +share/locale/zh_TW/LC_MESSAGES/libgraphtheory.mo +share/locale/zh_TW/LC_MESSAGES/libgravatar.mo share/locale/zh_TW/LC_MESSAGES/libincidenceeditors.mo share/locale/zh_TW/LC_MESSAGES/libkaddressbookgrantlee.mo -share/locale/zh_TW/LC_MESSAGES/libkalarmcal.mo +share/locale/zh_TW/LC_MESSAGES/libkalarmcal5.mo share/locale/zh_TW/LC_MESSAGES/libkasten.mo -share/locale/zh_TW/LC_MESSAGES/libkblog.mo -share/locale/zh_TW/LC_MESSAGES/libkcal.mo -share/locale/zh_TW/LC_MESSAGES/libkcalutils.mo +share/locale/zh_TW/LC_MESSAGES/libkblog5.mo +share/locale/zh_TW/LC_MESSAGES/libkcalutils5.mo share/locale/zh_TW/LC_MESSAGES/libkcddb.mo share/locale/zh_TW/LC_MESSAGES/libkcompactdisc.mo -share/locale/zh_TW/LC_MESSAGES/libkdcraw.mo -share/locale/zh_TW/LC_MESSAGES/libkdecorations.mo -share/locale/zh_TW/LC_MESSAGES/libkdeedu.mo -share/locale/zh_TW/LC_MESSAGES/libkdegames.mo +share/locale/zh_TW/LC_MESSAGES/libkdegames5.mo share/locale/zh_TW/LC_MESSAGES/libkdepim.mo -share/locale/zh_TW/LC_MESSAGES/libkdepimmobileui.mo -share/locale/zh_TW/LC_MESSAGES/libkexiv2.mo -share/locale/zh_TW/LC_MESSAGES/libkholidays.mo -share/locale/zh_TW/LC_MESSAGES/libkimap.mo -share/locale/zh_TW/LC_MESSAGES/libkipi.mo -share/locale/zh_TW/LC_MESSAGES/libkldap.mo +share/locale/zh_TW/LC_MESSAGES/libkeduvocdocument.mo +share/locale/zh_TW/LC_MESSAGES/libkgeomap.mo +share/locale/zh_TW/LC_MESSAGES/libkholidays5_qt.qm +share/locale/zh_TW/LC_MESSAGES/libkimap5.mo +share/locale/zh_TW/LC_MESSAGES/libkldap5.mo share/locale/zh_TW/LC_MESSAGES/libkleopatra.mo -share/locale/zh_TW/LC_MESSAGES/libkmahjongg.mo -share/locale/zh_TW/LC_MESSAGES/libkmime.mo +share/locale/zh_TW/LC_MESSAGES/libkmahjongg5.mo +share/locale/zh_TW/LC_MESSAGES/libkmime5.mo share/locale/zh_TW/LC_MESSAGES/libkomparediff2.mo share/locale/zh_TW/LC_MESSAGES/libkonq.mo -share/locale/zh_TW/LC_MESSAGES/libkpgp.mo -share/locale/zh_TW/LC_MESSAGES/libkpimidentities.mo +share/locale/zh_TW/LC_MESSAGES/libkpimidentities5.mo share/locale/zh_TW/LC_MESSAGES/libkpimtextedit.mo -share/locale/zh_TW/LC_MESSAGES/libkpimutils.mo -share/locale/zh_TW/LC_MESSAGES/libkremotecontrol.mo -share/locale/zh_TW/LC_MESSAGES/libkresources.mo share/locale/zh_TW/LC_MESSAGES/libksane.mo -share/locale/zh_TW/LC_MESSAGES/libkscreensaver.mo share/locale/zh_TW/LC_MESSAGES/libksieve.mo -share/locale/zh_TW/LC_MESSAGES/libktnef.mo -share/locale/zh_TW/LC_MESSAGES/libkunitconversion.mo -share/locale/zh_TW/LC_MESSAGES/libkworkspace.mo -share/locale/zh_TW/LC_MESSAGES/libkxmlrpcclient.mo -share/locale/zh_TW/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/zh_TW/LC_MESSAGES/libktnef5.mo share/locale/zh_TW/LC_MESSAGES/libmailcommon.mo share/locale/zh_TW/LC_MESSAGES/libmailimporter.mo -share/locale/zh_TW/LC_MESSAGES/libmailtransport.mo +share/locale/zh_TW/LC_MESSAGES/libmailtransport5.mo share/locale/zh_TW/LC_MESSAGES/libmessagecomposer.mo share/locale/zh_TW/LC_MESSAGES/libmessagecore.mo share/locale/zh_TW/LC_MESSAGES/libmessagelist.mo share/locale/zh_TW/LC_MESSAGES/libmessageviewer.mo +share/locale/zh_TW/LC_MESSAGES/libmimetreeparser.mo share/locale/zh_TW/LC_MESSAGES/libnoteshared.mo share/locale/zh_TW/LC_MESSAGES/liboktetacore.mo share/locale/zh_TW/LC_MESSAGES/liboktetagui.mo share/locale/zh_TW/LC_MESSAGES/liboktetakasten.mo -share/locale/zh_TW/LC_MESSAGES/liboxygenstyleconfig.mo -share/locale/zh_TW/LC_MESSAGES/libphonon.mo share/locale/zh_TW/LC_MESSAGES/libpimcommon.mo -share/locale/zh_TW/LC_MESSAGES/libpimprint.mo -share/locale/zh_TW/LC_MESSAGES/libplasma.mo -share/locale/zh_TW/LC_MESSAGES/libplasma_groupingcontainment.mo -share/locale/zh_TW/LC_MESSAGES/libplasmaclock.mo -share/locale/zh_TW/LC_MESSAGES/libplasmaweather.mo -share/locale/zh_TW/LC_MESSAGES/libpowerdevilcommonconfig.mo -share/locale/zh_TW/LC_MESSAGES/libtaskmanager.mo +share/locale/zh_TW/LC_MESSAGES/libsendlater.mo share/locale/zh_TW/LC_MESSAGES/libtemplateparser.mo +share/locale/zh_TW/LC_MESSAGES/libwebengineviewer.mo share/locale/zh_TW/LC_MESSAGES/lokalize.mo -share/locale/zh_TW/LC_MESSAGES/lskat.mo share/locale/zh_TW/LC_MESSAGES/mailreader.mo -share/locale/zh_TW/LC_MESSAGES/marble.appdata.mo share/locale/zh_TW/LC_MESSAGES/marble.mo -share/locale/zh_TW/LC_MESSAGES/marble_qt.mo -share/locale/zh_TW/LC_MESSAGES/marble_xml_mimetypes.mo +share/locale/zh_TW/LC_MESSAGES/marble_qt.qm share/locale/zh_TW/LC_MESSAGES/mboximporter.mo +share/locale/zh_TW/LC_MESSAGES/messageviewer_application_gnupgwks_plugin.mo share/locale/zh_TW/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/zh_TW/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/zh_TW/LC_MESSAGES/messageviewer_text_vcard_plugin.mo -share/locale/zh_TW/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo +share/locale/zh_TW/LC_MESSAGES/messageviewerheaderplugins.mo +share/locale/zh_TW/LC_MESSAGES/messageviewerplugins.mo share/locale/zh_TW/LC_MESSAGES/mf_konqplugin.mo share/locale/zh_TW/LC_MESSAGES/minitoolsplugin.mo -share/locale/zh_TW/LC_MESSAGES/mplayerthumbs.mo -share/locale/zh_TW/LC_MESSAGES/mplayerthumbsconfig.mo -share/locale/zh_TW/LC_MESSAGES/nepomukbackup.mo -share/locale/zh_TW/LC_MESSAGES/nepomukcleaner.mo -share/locale/zh_TW/LC_MESSAGES/nepomukfileindexer.mo -share/locale/zh_TW/LC_MESSAGES/nepomukfilewatch.mo -share/locale/zh_TW/LC_MESSAGES/nepomukmigrator.mo -share/locale/zh_TW/LC_MESSAGES/nepomukserver.mo -share/locale/zh_TW/LC_MESSAGES/nepomukservicestub.mo -share/locale/zh_TW/LC_MESSAGES/nepomukstorage.mo -share/locale/zh_TW/LC_MESSAGES/nepomukwidgets.mo -share/locale/zh_TW/LC_MESSAGES/notes-mobile.mo -share/locale/zh_TW/LC_MESSAGES/nsplugin.mo -share/locale/zh_TW/LC_MESSAGES/okteta-mobile.mo -share/locale/zh_TW/LC_MESSAGES/okteta.appdata.mo +share/locale/zh_TW/LC_MESSAGES/minuet.mo share/locale/zh_TW/LC_MESSAGES/okteta.mo share/locale/zh_TW/LC_MESSAGES/oktetapart.mo share/locale/zh_TW/LC_MESSAGES/okular.mo @@ -612,215 +335,59 @@ share/locale/zh_TW/LC_MESSAGES/okular_ooo.mo share/locale/zh_TW/LC_MESSAGES/okular_plucker.mo share/locale/zh_TW/LC_MESSAGES/okular_poppler.mo -share/locale/zh_TW/LC_MESSAGES/okular_tiff.mo share/locale/zh_TW/LC_MESSAGES/okular_txt.mo share/locale/zh_TW/LC_MESSAGES/okular_xps.mo share/locale/zh_TW/LC_MESSAGES/org.kde.active.documentviewer.mo -share/locale/zh_TW/LC_MESSAGES/pairs.appdata.mo -share/locale/zh_TW/LC_MESSAGES/pairs.mo -share/locale/zh_TW/LC_MESSAGES/pairseditor.mo -share/locale/zh_TW/LC_MESSAGES/palapeli.mo -share/locale/zh_TW/LC_MESSAGES/parley.appdata.mo +share/locale/zh_TW/LC_MESSAGES/org.kde.okular-chm.metainfo.mo +share/locale/zh_TW/LC_MESSAGES/org.kde.okular-comicbook.metainfo.mo +share/locale/zh_TW/LC_MESSAGES/org.kde.okular-djvu.metainfo.mo +share/locale/zh_TW/LC_MESSAGES/org.kde.okular-dvi.metainfo.mo +share/locale/zh_TW/LC_MESSAGES/org.kde.okular-epub.metainfo.mo +share/locale/zh_TW/LC_MESSAGES/org.kde.okular-fax.metainfo.mo +share/locale/zh_TW/LC_MESSAGES/org.kde.okular-fb.metainfo.mo +share/locale/zh_TW/LC_MESSAGES/org.kde.okular-kimgio.metainfo.mo +share/locale/zh_TW/LC_MESSAGES/org.kde.okular-mobipocket.metainfo.mo +share/locale/zh_TW/LC_MESSAGES/org.kde.okular-ooo.metainfo.mo +share/locale/zh_TW/LC_MESSAGES/org.kde.okular-plucker.metainfo.mo +share/locale/zh_TW/LC_MESSAGES/org.kde.okular-poppler.metainfo.mo +share/locale/zh_TW/LC_MESSAGES/org.kde.okular-spectre.metainfo.mo +share/locale/zh_TW/LC_MESSAGES/org.kde.okular-tiff.metainfo.mo +share/locale/zh_TW/LC_MESSAGES/org.kde.okular-txt.metainfo.mo +share/locale/zh_TW/LC_MESSAGES/org.kde.okular-xps.metainfo.mo share/locale/zh_TW/LC_MESSAGES/parley.mo -share/locale/zh_TW/LC_MESSAGES/pate.mo -share/locale/zh_TW/LC_MESSAGES/phonon_gstreamer.mo -share/locale/zh_TW/LC_MESSAGES/phonon_kde.mo -share/locale/zh_TW/LC_MESSAGES/phonon_vlc.mo -share/locale/zh_TW/LC_MESSAGES/phononserver.mo share/locale/zh_TW/LC_MESSAGES/picmi.mo share/locale/zh_TW/LC_MESSAGES/pimsettingexporter.mo -share/locale/zh_TW/LC_MESSAGES/plasma-desktop.mo -share/locale/zh_TW/LC_MESSAGES/plasma-netbook.mo -share/locale/zh_TW/LC_MESSAGES/plasma-overlay.mo -share/locale/zh_TW/LC_MESSAGES/plasma-remote-helper.mo -share/locale/zh_TW/LC_MESSAGES/plasma-windowed.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_BbalL.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_Molmasscalculator.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_akonotes_note.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_battery.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_binaryclock.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_bookmarks.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_bubblemon.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_calculator.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_clock.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_comic.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_concentrationCalculator.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_currentappcontrol.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_dig_clock.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_fileWatcher.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_folderview.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_frame.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_gasCalculator.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_groupingpanel.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_icon.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_icontasks.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_kalgebraplasmoid.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_kalzium.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_katesession.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_kdeobservatory.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_kget.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_kimpanel.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_knowledgebase.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_kpapplet.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_launcher.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_leavenote.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_life.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_lockout.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_luna.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_magnifique.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_microblog.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_netpanel.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_news.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_newspaper.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_notes.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_notifier.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_nuclearCalculator.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_opendesktop.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_opendesktop_activities.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.notifications.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.printmanager.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_pager.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_panel.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_panelspacer_internal.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_paste.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_pastebin.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_plasmaboard.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_previewer.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_qalculate.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_qstardict.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_quicklaunch.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_rssnow.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_rtm.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_sal.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_saverdesktop.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_showdashboard.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_showdesktop.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_skapplet.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_spellcheck.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_system-monitor.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_systemloadviewer.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_systemtray.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_tasks.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_timer.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_trash.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_unitconverter.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_weather.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_weatherstation.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_webbrowser.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_webslice.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_windowlist.mo -share/locale/zh_TW/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo -share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_switchactivity.mo -share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo -share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.ktp-chat.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.ktp-contactlist.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.person.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.katesessions.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.printmanager.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.worldclock.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_kalzium.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_kdeobservatory.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_kuiserver.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_metadata.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_network.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_nowplaying.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_rss.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_share.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_weather.mo -share/locale/zh_TW/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo -share/locale/zh_TW/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo -share/locale/zh_TW/LC_MESSAGES/plasma_packagestructure_comic.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_CharacterRunner.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_activities.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_audioplayercontrol.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_baloosearchrunner.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_browserhistory.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_contacts.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_converterrunner.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_datetime.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_events.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_katesessions.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_kget.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_kill.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_konquerorsessions.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_konsolesessions.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_kopete.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_krunner_dictionary.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_locations.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_marblerunner.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_mediawiki.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_services.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_shell.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_solid.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_spellcheckrunner.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_translator.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_windows.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_youtube.mo -share/locale/zh_TW/LC_MESSAGES/plasma_scriptengine_qscript.mo -share/locale/zh_TW/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo -share/locale/zh_TW/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo -share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_color.mo -share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_image.mo -share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo -share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_marble.mo -share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_pattern.mo -share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_potd.mo -share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_virus.mo -share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/zh_TW/LC_MESSAGES/plasmagenericshell.mo -share/locale/zh_TW/LC_MESSAGES/plasmapkg.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_ktp_contacts.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_marble.mo +share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_org.kde.plasma.worldmap.mo share/locale/zh_TW/LC_MESSAGES/pothumbnail.mo -share/locale/zh_TW/LC_MESSAGES/powerdevil.mo -share/locale/zh_TW/LC_MESSAGES/powerdevilactivitiesconfig.mo -share/locale/zh_TW/LC_MESSAGES/powerdevilglobalconfig.mo -share/locale/zh_TW/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/zh_TW/LC_MESSAGES/print-manager.mo -share/locale/zh_TW/LC_MESSAGES/processcore.mo -share/locale/zh_TW/LC_MESSAGES/processui.mo -share/locale/zh_TW/LC_MESSAGES/randrmonitor.mo share/locale/zh_TW/LC_MESSAGES/rellinks.mo -share/locale/zh_TW/LC_MESSAGES/rocs.appdata.mo share/locale/zh_TW/LC_MESSAGES/rocs.mo -share/locale/zh_TW/LC_MESSAGES/rocscore.mo -share/locale/zh_TW/LC_MESSAGES/rocsvisualeditor.mo share/locale/zh_TW/LC_MESSAGES/searchbarplugin.mo share/locale/zh_TW/LC_MESSAGES/sieveeditor.mo -share/locale/zh_TW/LC_MESSAGES/solid-hardware.mo -share/locale/zh_TW/LC_MESSAGES/solid_qt.mo -share/locale/zh_TW/LC_MESSAGES/soliduiserver.mo -share/locale/zh_TW/LC_MESSAGES/step.appdata.mo +share/locale/zh_TW/LC_MESSAGES/spectacle.mo share/locale/zh_TW/LC_MESSAGES/step.mo -share/locale/zh_TW/LC_MESSAGES/step_qt.mo +share/locale/zh_TW/LC_MESSAGES/step_qt.qm share/locale/zh_TW/LC_MESSAGES/storageservicemanager.mo -share/locale/zh_TW/LC_MESSAGES/strigila_diff.mo -share/locale/zh_TW/LC_MESSAGES/superkaramba.mo +share/locale/zh_TW/LC_MESSAGES/storageservices.mo share/locale/zh_TW/LC_MESSAGES/svgpart.mo -share/locale/zh_TW/LC_MESSAGES/sweeper.mo -share/locale/zh_TW/LC_MESSAGES/systemsettings.mo -share/locale/zh_TW/LC_MESSAGES/tasks-mobile.mo -share/locale/zh_TW/LC_MESSAGES/timezones4.mo +share/locale/zh_TW/LC_MESSAGES/tabswitcherplugin.mo share/locale/zh_TW/LC_MESSAGES/uachangerplugin.mo -share/locale/zh_TW/LC_MESSAGES/umbrello.mo -share/locale/zh_TW/LC_MESSAGES/useraccount.mo share/locale/zh_TW/LC_MESSAGES/validatorsplugin.mo share/locale/zh_TW/LC_MESSAGES/webarchiver.mo -share/locale/zh_TW/LC_MESSAGES/xml_mimetypes.mo -share/locale/zh_TW/entry.desktop +share/locale/zh_TW/LC_MESSAGES/webenginepart.mo +share/locale/zh_TW/LC_MESSAGES/webengineurlinterceptor.mo Index: comms/kremotecontrol/Makefile =================================================================== --- comms/kremotecontrol/Makefile +++ comms/kremotecontrol/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= kremotecontrol -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= comms kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= comms kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE frontend for your remote controls Index: comms/kremotecontrol/distinfo =================================================================== --- comms/kremotecontrol/distinfo +++ comms/kremotecontrol/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kremotecontrol-4.14.3.tar.xz) = 1991a697f3c198c7ec327cca53c2f06b45ade9eb4b03ce83feb5c609597ad31a -SIZE (KDE/4.14.3/kremotecontrol-4.14.3.tar.xz) = 1074704 +TIMESTAMP = 1486501516 +SHA256 (KDE/applications/16.12.2/kremotecontrol-16.12.2.tar.xz) = aaf2c6db9a9af4bb8ca3e681a50358c68b3ac2fa47c0c4c64a16328a0ae93db0 +SIZE (KDE/applications/16.12.2/kremotecontrol-16.12.2.tar.xz) = 1074228 Index: databases/Makefile =================================================================== --- databases/Makefile +++ databases/Makefile @@ -15,6 +15,7 @@ SUBDIR += adodb5 SUBDIR += akonadi SUBDIR += akonadi-googledata + SUBDIR += akonadi-kf5 SUBDIR += animenfo-client SUBDIR += animenfo-client-gtk SUBDIR += apq Index: databases/akonadi-kf5/Makefile =================================================================== --- databases/akonadi-kf5/Makefile +++ databases/akonadi-kf5/Makefile @@ -1,12 +1,10 @@ -# Created by: miwi +# Created by: tcberner # $FreeBSD$ PORTNAME= akonadi -PORTVERSION= 1.13.0 -PORTREVISION= 2 -CATEGORIES= databases kde -MASTER_SITES= KDE/stable/${PORTNAME}/src -DIST_SUBDIR= KDE +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= databases kde kde-applications +PKGNAMESUFFIX= -kf5 MAINTAINER= kde@FreeBSD.org COMMENT= Storage server for KDE-Pim @@ -17,50 +15,53 @@ # Let process generate meaningful backtrace on core dump. BUILD_DEPENDS= xsltproc:textproc/libxslt -USES= cmake:outsource execinfo kde:4 shared-mime-info \ - compiler:c++11-lang pathfix tar:bzip2 -USE_KDE= automoc4 soprano -USE_QT4= corelib dbus gui network qtestlib_build sql xml \ - moc_build qmake_build rcc_build uic_build +CONFLICTS= akonadi-[0-9]* akonadi-kf5-git-[0-9]* + +USE_KDE= completion config dbusaddons ecm guiaddons i18n \ + iconthemes itemmodels itemviews kio windowsystem \ + designerplugin_build designerplugin_run +USES= cmake:outsource compiler:c++11-lib gettext kde:5 shared-mime-info tar:xz +USE_QT5= buildtools_build core dbus designer gui network qmake_build \ + sql testlib widgets xml CMAKE_ARGS+= -DAKONADI_BUILD_TESTS:BOOL=FALSE \ - -DINSTALL_QSQLITE_IN_QT_PREFIX:BOOL=TRUE \ - -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" + -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" \ + -DQT5_BUILD:BOOL=TRUE \ + -DWITH_SOPRANO:BOOL=FALSE + USE_LDCONFIG= yes -OPTIONS_MULTI= DB +OPTIONS_MULTI= DB OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE -OPTIONS_SUB= yes # SQLITE +OPTIONS_SUB= yes -MYSQL_DESC= Install MySQL Qt plugin and server -MYSQL_USE= QT4=sql-mysql_run -MYSQL_USES= mysql:server +MYSQL_DESC= Install MySQL Qt plugin and server +MYSQL_USE= MYSQL=server QT5=sql-mysql_run -PGSQL_DESC= Install PostgreSQL Qt plugin +PGSQL_DESC= Install PostgreSQL Qt plugin # Do not add a dependency on PostgreSQL server as someone preferring # it over MySQL might like to use some advanced configuration, like a # remote server. #PGSQL_USE= PGSQL=server -PGSQL_USE= QT4=sql-pgsql_run +PGSQL_USE= QT5=sql-pgsql_run -SQLITE_DESC= Enable SQLite backend -SQLITE_USES= sqlite:3 -SQLITE_CMAKE_OFF= -DAKONADI_BUILD_QSQLITE=off +SQLITE_DESC= Enable SQLite backend +SQLITE_USES= sqlite:3 +SQLITE_USE= QT5=sql-sqlite3_run +SQLITE_CMAKE_ON= -DAKONADI_BUILD_QSQLITE:BOOL=ON +SQLITE_CMAKE_OFF= -DAKONADI_BUILD_QSQLITE:BOOL=OFF OPTIONS_DEFAULT= MYSQL +PLIST_SUB= SHLIB_VER="5.4.2" + post-patch: - ${REINPLACE_CMD} -e '/find_program/ s|mysqld|mysqld_safe ${LOCALBASE}/bin|g' \ - ${PATCH_WRKSRC}/server/CMakeLists.txt - ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - ${PATCH_WRKSRC}/server/src/storage/dbconfigmysql.cpp # To avoid overflow, MySQL settings need to be lower than # INT_MAX / kern.hz. This setting assumes kern.hz=2000, and # it's nothing but a temporary hack. ${REINPLACE_CMD} -e '/wait_timeout/ s|31536000|1073741|' \ - ${PATCH_WRKSRC}/server/src/storage/*.conf + ${PATCH_WRKSRC}/src/server/storage/*.conf # Prevent updating MIME during build. - ${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d' \ - -e '/find_package(SharedMimeInfo/ d' \ + ${REINPLACE_CMD} -e '/update_xdg_mimetypes/ d' \ ${PATCH_WRKSRC}/CMakeLists.txt .include Index: databases/akonadi-kf5/distinfo =================================================================== --- databases/akonadi-kf5/distinfo +++ databases/akonadi-kf5/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/akonadi-1.13.0.tar.bz2) = 8c7f690002ea22c139f3a64394aef2e816e00ca47fd971af7d54a66087356dd2 -SIZE (KDE/akonadi-1.13.0.tar.bz2) = 294198 +TIMESTAMP = 1486501517 +SHA256 (KDE/applications/16.12.2/akonadi-16.12.2.tar.xz) = bf40309f36bea813341187f72d55546eeabe0538657ea9a665a3156393514ab3 +SIZE (KDE/applications/16.12.2/akonadi-16.12.2.tar.xz) = 1036664 Index: databases/akonadi-kf5/files/patch-src_server_storage_dbconfigmysql.cpp =================================================================== --- /dev/null +++ databases/akonadi-kf5/files/patch-src_server_storage_dbconfigmysql.cpp @@ -0,0 +1,17 @@ +--- src/server/storage/dbconfigmysql.cpp.orig 2016-11-15 21:09:59 UTC ++++ src/server/storage/dbconfigmysql.cpp +@@ -522,9 +522,14 @@ bool DbConfigMysql::initializeMariaDBDat + */ + bool DbConfigMysql::initializeMySQL5_7_6Database(const QString &confFile, const QString &dataDir) const + { ++ QFileInfo fi(mMysqlInstallDbPath); ++ QDir dir = fi.dir(); ++ dir.cdUp(); ++ const QString baseDir = dir.absolutePath(); + return 0 == execute(mMysqldPath, + { QStringLiteral("--defaults-file=%1").arg(confFile), + QStringLiteral("--initialize"), ++ QStringLiteral("--basedir=%1/").arg(baseDir), + QStringLiteral("--datadir=%1/").arg(dataDir) }); + } + Index: databases/akonadi-kf5/pkg-plist =================================================================== --- databases/akonadi-kf5/pkg-plist +++ databases/akonadi-kf5/pkg-plist @@ -1,30 +1,340 @@ +bin/akonadi2xml bin/akonadi_agent_launcher bin/akonadi_agent_server bin/akonadi_control +bin/akonadi_knut_resource bin/akonadi_rds bin/akonadictl +bin/akonadiselftest bin/akonadiserver +bin/akonaditest bin/asapcat -include/akonadi/abstractsearchplugin.h -include/akonadi/private/akonadiprotocolinternals_export.h -include/akonadi/private/capabilities_p.h -include/akonadi/private/imapparser_p.h -include/akonadi/private/imapset_p.h -include/akonadi/private/notificationmessage_p.h -include/akonadi/private/notificationmessagev2_p.h -include/akonadi/private/notificationmessagev3_p.h -include/akonadi/private/protocol_p.h -include/akonadi/private/xdgbasedirs_p.h -lib/cmake/Akonadi/AkonadiConfig.cmake -lib/cmake/Akonadi/AkonadiConfigVersion.cmake -lib/cmake/Akonadi/AkonadiTargetsWithPrefix-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/Akonadi/AkonadiTargetsWithPrefix.cmake -lib/libakonadiprotocolinternals.so -lib/libakonadiprotocolinternals.so.1 -lib/libakonadiprotocolinternals.so.1.13.0 -libdata/pkgconfig/akonadi.pc -share/config/akonadi/mysql-global-mobile.conf -share/config/akonadi/mysql-global.conf +etc/xdg/akonadi.categories +etc/xdg/akonadi.renamecategories +etc/xdg/akonadi/mysql-global-mobile.conf +etc/xdg/akonadi/mysql-global.conf +include/KF5/AkonadiAgentBase/AgentBase +include/KF5/AkonadiAgentBase/AgentSearchInterface +include/KF5/AkonadiAgentBase/ResourceBase +include/KF5/AkonadiAgentBase/ResourceSettings +include/KF5/AkonadiAgentBase/TransportResourceBase +include/KF5/AkonadiAgentBase/agentbase.h +include/KF5/AkonadiAgentBase/agentsearchinterface.h +include/KF5/AkonadiAgentBase/akonadiagentbase_export.h +include/KF5/AkonadiAgentBase/resourcebase.h +include/KF5/AkonadiAgentBase/resourcebasesettings.h +include/KF5/AkonadiAgentBase/resourcesettings.h +include/KF5/AkonadiAgentBase/transportresourcebase.h +include/KF5/AkonadiCore/AbstractDifferencesReporter +include/KF5/AkonadiCore/AgentFilterProxyModel +include/KF5/AkonadiCore/AgentInstance +include/KF5/AkonadiCore/AgentInstanceCreateJob +include/KF5/AkonadiCore/AgentInstanceModel +include/KF5/AkonadiCore/AgentManager +include/KF5/AkonadiCore/AgentType +include/KF5/AkonadiCore/AgentTypeModel +include/KF5/AkonadiCore/Attribute +include/KF5/AkonadiCore/AttributeFactory +include/KF5/AkonadiCore/CachePolicy +include/KF5/AkonadiCore/ChangeNotification +include/KF5/AkonadiCore/ChangeRecorder +include/KF5/AkonadiCore/Collection +include/KF5/AkonadiCore/CollectionAttributesSynchronizationJob +include/KF5/AkonadiCore/CollectionColorAttribute +include/KF5/AkonadiCore/CollectionCopyJob +include/KF5/AkonadiCore/CollectionCreateJob +include/KF5/AkonadiCore/CollectionDeleteJob +include/KF5/AkonadiCore/CollectionFetchJob +include/KF5/AkonadiCore/CollectionFetchScope +include/KF5/AkonadiCore/CollectionFilterProxyModel +include/KF5/AkonadiCore/CollectionIdentificationAttribute +include/KF5/AkonadiCore/CollectionModifyJob +include/KF5/AkonadiCore/CollectionMoveJob +include/KF5/AkonadiCore/CollectionPathResolver +include/KF5/AkonadiCore/CollectionQuotaAttribute +include/KF5/AkonadiCore/CollectionStatistics +include/KF5/AkonadiCore/CollectionStatisticsJob +include/KF5/AkonadiCore/CollectionUtils +include/KF5/AkonadiCore/Control +include/KF5/AkonadiCore/DifferencesAlgorithmInterface +include/KF5/AkonadiCore/EntityAnnotationsAttribute +include/KF5/AkonadiCore/EntityDeletedAttribute +include/KF5/AkonadiCore/EntityDisplayAttribute +include/KF5/AkonadiCore/EntityHiddenAttribute +include/KF5/AkonadiCore/EntityMimeTypeFilterModel +include/KF5/AkonadiCore/EntityOrderProxyModel +include/KF5/AkonadiCore/EntityRightsFilterModel +include/KF5/AkonadiCore/EntityTreeModel +include/KF5/AkonadiCore/Exception +include/KF5/AkonadiCore/FavoriteCollectionsModel +include/KF5/AkonadiCore/GidExtractorInterface +include/KF5/AkonadiCore/IndexPolicyAttribute +include/KF5/AkonadiCore/Item +include/KF5/AkonadiCore/ItemCopyJob +include/KF5/AkonadiCore/ItemCreateJob +include/KF5/AkonadiCore/ItemDeleteJob +include/KF5/AkonadiCore/ItemFetchJob +include/KF5/AkonadiCore/ItemFetchScope +include/KF5/AkonadiCore/ItemModel +include/KF5/AkonadiCore/ItemModifyJob +include/KF5/AkonadiCore/ItemMonitor +include/KF5/AkonadiCore/ItemMoveJob +include/KF5/AkonadiCore/ItemSearchJob +include/KF5/AkonadiCore/ItemSerializerPlugin +include/KF5/AkonadiCore/ItemSync +include/KF5/AkonadiCore/Job +include/KF5/AkonadiCore/LinkJob +include/KF5/AkonadiCore/MimeTypeChecker +include/KF5/AkonadiCore/Monitor +include/KF5/AkonadiCore/NewMailNotifierAttribute +include/KF5/AkonadiCore/NotificationSubscriber +include/KF5/AkonadiCore/PartFetcher +include/KF5/AkonadiCore/PersistentSearchAttribute +include/KF5/AkonadiCore/Pop3ResourceAttribute +include/KF5/AkonadiCore/QuotaColorProxyModel +include/KF5/AkonadiCore/RecursiveCollectionFilterProxyModel +include/KF5/AkonadiCore/RecursiveItemFetchJob +include/KF5/AkonadiCore/Relation +include/KF5/AkonadiCore/RelationCreateJob +include/KF5/AkonadiCore/RelationDeleteJob +include/KF5/AkonadiCore/RelationFetchJob +include/KF5/AkonadiCore/ResourceSynchronizationJob +include/KF5/AkonadiCore/SearchCreateJob +include/KF5/AkonadiCore/SearchQuery +include/KF5/AkonadiCore/SelectionProxyModel +include/KF5/AkonadiCore/ServerManager +include/KF5/AkonadiCore/Session +include/KF5/AkonadiCore/SpecialCollectionAttribute +include/KF5/AkonadiCore/SpecialCollections +include/KF5/AkonadiCore/SpecialCollectionsDiscoveryJob +include/KF5/AkonadiCore/SpecialCollectionsRequestJob +include/KF5/AkonadiCore/StatisticsProxyModel +include/KF5/AkonadiCore/Supertrait +include/KF5/AkonadiCore/Tag +include/KF5/AkonadiCore/TagAttribute +include/KF5/AkonadiCore/TagCreateJob +include/KF5/AkonadiCore/TagDeleteJob +include/KF5/AkonadiCore/TagFetchJob +include/KF5/AkonadiCore/TagFetchScope +include/KF5/AkonadiCore/TagModel +include/KF5/AkonadiCore/TagModifyJob +include/KF5/AkonadiCore/TransactionJobs +include/KF5/AkonadiCore/TransactionSequence +include/KF5/AkonadiCore/TrashFilterProxyModel +include/KF5/AkonadiCore/TrashJob +include/KF5/AkonadiCore/TrashRestoreJob +include/KF5/AkonadiCore/TrashSettings +include/KF5/AkonadiCore/UnlinkJob +include/KF5/AkonadiCore/VectorHelper +include/KF5/AkonadiCore/abstractdifferencesreporter.h +include/KF5/AkonadiCore/agentfilterproxymodel.h +include/KF5/AkonadiCore/agentinstance.h +include/KF5/AkonadiCore/agentinstancecreatejob.h +include/KF5/AkonadiCore/agentinstancemodel.h +include/KF5/AkonadiCore/agentmanager.h +include/KF5/AkonadiCore/agenttype.h +include/KF5/AkonadiCore/agenttypemodel.h +include/KF5/AkonadiCore/akonadicore_export.h +include/KF5/AkonadiCore/attribute.h +include/KF5/AkonadiCore/attributefactory.h +include/KF5/AkonadiCore/cachepolicy.h +include/KF5/AkonadiCore/changerecorder.h +include/KF5/AkonadiCore/changenotification.h +include/KF5/AkonadiCore/collection.h +include/KF5/AkonadiCore/collectionattributessynchronizationjob.h +include/KF5/AkonadiCore/collectioncolorattribute.h +include/KF5/AkonadiCore/collectioncopyjob.h +include/KF5/AkonadiCore/collectioncreatejob.h +include/KF5/AkonadiCore/collectiondeletejob.h +include/KF5/AkonadiCore/collectionfetchjob.h +include/KF5/AkonadiCore/collectionfetchscope.h +include/KF5/AkonadiCore/collectionfilterproxymodel.h +include/KF5/AkonadiCore/collectionidentificationattribute.h +include/KF5/AkonadiCore/collectionmodifyjob.h +include/KF5/AkonadiCore/collectionmovejob.h +include/KF5/AkonadiCore/collectionpathresolver.h +include/KF5/AkonadiCore/collectionquotaattribute.h +include/KF5/AkonadiCore/collectionstatistics.h +include/KF5/AkonadiCore/collectionstatisticsjob.h +include/KF5/AkonadiCore/collectionutils.h +include/KF5/AkonadiCore/control.h +include/KF5/AkonadiCore/differencesalgorithminterface.h +include/KF5/AkonadiCore/entityannotationsattribute.h +include/KF5/AkonadiCore/entitydeletedattribute.h +include/KF5/AkonadiCore/entitydisplayattribute.h +include/KF5/AkonadiCore/entityhiddenattribute.h +include/KF5/AkonadiCore/entitymimetypefiltermodel.h +include/KF5/AkonadiCore/entityorderproxymodel.h +include/KF5/AkonadiCore/entityrightsfiltermodel.h +include/KF5/AkonadiCore/entitytreemodel.h +include/KF5/AkonadiCore/exception.h +include/KF5/AkonadiCore/favoritecollectionsmodel.h +include/KF5/AkonadiCore/gidextractorinterface.h +include/KF5/AkonadiCore/indexpolicyattribute.h +include/KF5/AkonadiCore/item.h +include/KF5/AkonadiCore/itemcopyjob.h +include/KF5/AkonadiCore/itemcreatejob.h +include/KF5/AkonadiCore/itemdeletejob.h +include/KF5/AkonadiCore/itemfetchjob.h +include/KF5/AkonadiCore/itemfetchscope.h +include/KF5/AkonadiCore/itemmodel.h +include/KF5/AkonadiCore/itemmodifyjob.h +include/KF5/AkonadiCore/itemmonitor.h +include/KF5/AkonadiCore/itemmovejob.h +include/KF5/AkonadiCore/itempayloadinternals_p.h +include/KF5/AkonadiCore/itemsearchjob.h +include/KF5/AkonadiCore/itemserializerplugin.h +include/KF5/AkonadiCore/itemsync.h +include/KF5/AkonadiCore/job.h +include/KF5/AkonadiCore/linkjob.h +include/KF5/AkonadiCore/mimetypechecker.h +include/KF5/AkonadiCore/monitor.h +include/KF5/AkonadiCore/newmailnotifierattribute.h +include/KF5/AkonadiCore/notificationsubscriber.h +include/KF5/AkonadiCore/partfetcher.h +include/KF5/AkonadiCore/persistentsearchattribute.h +include/KF5/AkonadiCore/pop3resourceattribute.h +include/KF5/AkonadiCore/qtest_akonadi.h +include/KF5/AkonadiCore/quotacolorproxymodel.h +include/KF5/AkonadiCore/recursivecollectionfilterproxymodel.h +include/KF5/AkonadiCore/recursiveitemfetchjob.h +include/KF5/AkonadiCore/relation.h +include/KF5/AkonadiCore/relationcreatejob.h +include/KF5/AkonadiCore/relationdeletejob.h +include/KF5/AkonadiCore/relationfetchjob.h +include/KF5/AkonadiCore/resourcesynchronizationjob.h +include/KF5/AkonadiCore/searchcreatejob.h +include/KF5/AkonadiCore/searchquery.h +include/KF5/AkonadiCore/selectionproxymodel.h +include/KF5/AkonadiCore/servermanager.h +include/KF5/AkonadiCore/session.h +include/KF5/AkonadiCore/specialcollectionattribute.h +include/KF5/AkonadiCore/specialcollections.h +include/KF5/AkonadiCore/specialcollectionsdiscoveryjob.h +include/KF5/AkonadiCore/specialcollectionsrequestjob.h +include/KF5/AkonadiCore/statisticsproxymodel.h +include/KF5/AkonadiCore/std_exception.h +include/KF5/AkonadiCore/supertrait.h +include/KF5/AkonadiCore/tag.h +include/KF5/AkonadiCore/tagattribute.h +include/KF5/AkonadiCore/tagcreatejob.h +include/KF5/AkonadiCore/tagdeletejob.h +include/KF5/AkonadiCore/tagfetchjob.h +include/KF5/AkonadiCore/tagfetchscope.h +include/KF5/AkonadiCore/tagmodel.h +include/KF5/AkonadiCore/tagmodifyjob.h +include/KF5/AkonadiCore/transactionjobs.h +include/KF5/AkonadiCore/transactionsequence.h +include/KF5/AkonadiCore/trashfilterproxymodel.h +include/KF5/AkonadiCore/trashjob.h +include/KF5/AkonadiCore/trashrestorejob.h +include/KF5/AkonadiCore/trashsettings.h +include/KF5/AkonadiCore/unlinkjob.h +include/KF5/AkonadiCore/vectorhelper.h +include/KF5/AkonadiWidgets/AgentActionManager +include/KF5/AkonadiWidgets/AgentInstanceWidget +include/KF5/AkonadiWidgets/AgentTypeDialog +include/KF5/AkonadiWidgets/AgentTypeWidget +include/KF5/AkonadiWidgets/CollectionComboBox +include/KF5/AkonadiWidgets/CollectionDialog +include/KF5/AkonadiWidgets/CollectionPropertiesDialog +include/KF5/AkonadiWidgets/CollectionPropertiesPage +include/KF5/AkonadiWidgets/CollectionRequester +include/KF5/AkonadiWidgets/CollectionStatisticsDelegate +include/KF5/AkonadiWidgets/CollectionView +include/KF5/AkonadiWidgets/ControlGui +include/KF5/AkonadiWidgets/ETMViewStateSaver +include/KF5/AkonadiWidgets/EntityListView +include/KF5/AkonadiWidgets/EntityTreeView +include/KF5/AkonadiWidgets/ItemView +include/KF5/AkonadiWidgets/ManageAccountWidget +include/KF5/AkonadiWidgets/RenameFavoriteDialog +include/KF5/AkonadiWidgets/StandardActionManager +include/KF5/AkonadiWidgets/SubscriptionDialog +include/KF5/AkonadiWidgets/TagEditWidget +include/KF5/AkonadiWidgets/TagManagementDialog +include/KF5/AkonadiWidgets/TagSelectWidget +include/KF5/AkonadiWidgets/TagSelectionDialog +include/KF5/AkonadiWidgets/TagWidget +include/KF5/AkonadiWidgets/agentactionmanager.h +include/KF5/AkonadiWidgets/agentinstancewidget.h +include/KF5/AkonadiWidgets/agenttypedialog.h +include/KF5/AkonadiWidgets/agenttypewidget.h +include/KF5/AkonadiWidgets/akonadiwidgets_export.h +include/KF5/AkonadiWidgets/collectioncombobox.h +include/KF5/AkonadiWidgets/collectiondialog.h +include/KF5/AkonadiWidgets/collectionpropertiesdialog.h +include/KF5/AkonadiWidgets/collectionpropertiespage.h +include/KF5/AkonadiWidgets/collectionrequester.h +include/KF5/AkonadiWidgets/collectionstatisticsdelegate.h +include/KF5/AkonadiWidgets/collectionview.h +include/KF5/AkonadiWidgets/controlgui.h +include/KF5/AkonadiWidgets/entitylistview.h +include/KF5/AkonadiWidgets/entitytreeview.h +include/KF5/AkonadiWidgets/etmviewstatesaver.h +include/KF5/AkonadiWidgets/itemview.h +include/KF5/AkonadiWidgets/manageaccountwidget.h +include/KF5/AkonadiWidgets/renamefavoritedialog.h +include/KF5/AkonadiWidgets/standardactionmanager.h +include/KF5/AkonadiWidgets/subscriptiondialog.h +include/KF5/AkonadiWidgets/tageditwidget.h +include/KF5/AkonadiWidgets/tagmanagementdialog.h +include/KF5/AkonadiWidgets/tagselectiondialog.h +include/KF5/AkonadiWidgets/tagselectwidget.h +include/KF5/AkonadiWidgets/tagwidget.h +include/KF5/AkonadiXml/XmlDocument +include/KF5/AkonadiXml/XmlReader +include/KF5/AkonadiXml/XmlWriteJob +include/KF5/AkonadiXml/XmlWriter +include/KF5/AkonadiXml/akonadi-xml_export.h +include/KF5/AkonadiXml/xmldocument.h +include/KF5/AkonadiXml/xmlreader.h +include/KF5/AkonadiXml/xmlwritejob.h +include/KF5/AkonadiXml/xmlwriter.h +include/KF5/akonadi/abstractsearchplugin.h +include/KF5/akonadi/private/akonadiprivate_export.h +include/KF5/akonadi/private/capabilities_p.h +include/KF5/akonadi/private/dbus_p.h +include/KF5/akonadi/private/externalpartstorage_p.h +include/KF5/akonadi/private/imapparser_p.h +include/KF5/akonadi/private/imapset_p.h +include/KF5/akonadi/private/instance_p.h +include/KF5/akonadi/private/protocol_exception_p.h +include/KF5/akonadi/private/protocol_p.h +include/KF5/akonadi/private/scope_p.h +include/KF5/akonadi/private/standarddirs_p.h +include/KF5/akonadi/private/tristate_p.h +include/KF5/akonadi/private/xdgbasedirs_p.h +include/KF5/akonadi_version.h +lib/cmake/KF5Akonadi/KF5AkonadiConfig.cmake +lib/cmake/KF5Akonadi/KF5AkonadiConfigVersion.cmake +lib/cmake/KF5Akonadi/KF5AkonadiMacros.cmake +lib/cmake/KF5Akonadi/KF5AkonadiTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Akonadi/KF5AkonadiTargets.cmake +lib/libKF5AkonadiAgentBase.so +lib/libKF5AkonadiAgentBase.so.5 +lib/libKF5AkonadiAgentBase.so.%%SHLIB_VER%% +lib/libKF5AkonadiCore.so +lib/libKF5AkonadiCore.so.5 +lib/libKF5AkonadiCore.so.%%SHLIB_VER%% +lib/libKF5AkonadiPrivate.so +lib/libKF5AkonadiPrivate.so.5 +lib/libKF5AkonadiPrivate.so.%%SHLIB_VER%% +lib/libKF5AkonadiWidgets.so +lib/libKF5AkonadiWidgets.so.5 +lib/libKF5AkonadiWidgets.so.%%SHLIB_VER%% +lib/libKF5AkonadiXml.so +lib/libKF5AkonadiXml.so.5 +lib/libKF5AkonadiXml.so.%%SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_AkonadiAgentBase.pri +%%QT_MKSPECDIR%%/modules/qt_AkonadiCore.pri +%%QT_MKSPECDIR%%/modules/qt_AkonadiWidgets.pri +%%QT_MKSPECDIR%%/modules/qt_AkonadiXml.pri +%%QT_PLUGINDIR%%/akonadi/akonadi_test_searchplugin.so +%%QT_PLUGINDIR%%/designer/akonadi5widgets.so +%%SQLITE%%%%QT_PLUGINDIR%%/sqldrivers/libqsqlite3.so +%%DATADIR%%/agents/knutresource.desktop +share/config.kcfg/resourcebase.kcfg share/dbus-1/interfaces/org.freedesktop.Akonadi.Agent.Control.xml share/dbus-1/interfaces/org.freedesktop.Akonadi.Agent.Search.xml share/dbus-1/interfaces/org.freedesktop.Akonadi.Agent.Status.xml @@ -40,5 +350,7 @@ share/dbus-1/interfaces/org.freedesktop.Akonadi.Tracer.xml share/dbus-1/interfaces/org.freedesktop.Akonadi.TracerNotification.xml share/dbus-1/services/org.freedesktop.Akonadi.Control.service +share/kf5/akonadi/akonadi-xml.xsd +share/kf5/akonadi/kcfg2dbus.xsl +share/kf5/akonadi_knut_resource/knut-template.xml share/mime/packages/akonadi-mime.xml -%%SQLITE%%%%QT_PLUGINDIR%%/sqldrivers/libqsqlite3.so Index: deskutils/Makefile =================================================================== --- deskutils/Makefile +++ deskutils/Makefile @@ -130,6 +130,8 @@ SUBDIR += kdepim4-runtime SUBDIR += kdepimlibs4 SUBDIR += kdeplasma-addons + SUBDIR += keditbookmarks + SUBDIR += kfind SUBDIR += kruler SUBDIR += ksshaskpass SUBDIR += launchy @@ -179,6 +181,8 @@ SUBDIR += plan SUBDIR += planner SUBDIR += plans + SUBDIR += plasma5-milou + SUBDIR += plasma5-sddm-kcm SUBDIR += plasma-applet-cwp SUBDIR += plasma-applet-daisy SUBDIR += plasma-applet-fancytasks Index: deskutils/kcharselect/Makefile =================================================================== --- deskutils/kcharselect/Makefile +++ deskutils/kcharselect/Makefile @@ -2,14 +2,17 @@ # $FreeBSD$ PORTNAME= kcharselect -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= deskutils kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Character selector for KDE -USES= cmake:outsource kde:4 tar:xz -USE_KDE= automoc4 kdelibs -USE_QT4= qmake_build moc_build rcc_build uic_build +BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ + docbook-xml>0:textproc/docbook-xml + +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= ecm bookmarks doctools i18n widgetsaddons xmlgui +USE_QT5= buildtools_build qmake_build widgets .include Index: deskutils/kcharselect/distinfo =================================================================== --- deskutils/kcharselect/distinfo +++ deskutils/kcharselect/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kcharselect-4.14.3.tar.xz) = e7579ee211831030354c0d41c8f40a8bcb56138d77823a10f6e2fd2a5be7454b -SIZE (KDE/4.14.3/kcharselect-4.14.3.tar.xz) = 84708 +TIMESTAMP = 1486501517 +SHA256 (KDE/applications/16.12.2/kcharselect-16.12.2.tar.xz) = 0c526739df51178bd946c96d54b70b64745c178a0d2363233110c1640dabac28 +SIZE (KDE/applications/16.12.2/kcharselect-16.12.2.tar.xz) = 83608 Index: deskutils/kcharselect/pkg-plist =================================================================== --- deskutils/kcharselect/pkg-plist +++ deskutils/kcharselect/pkg-plist @@ -1,7 +1,6 @@ bin/kcharselect -share/applications/kde4/KCharSelect.desktop -share/apps/kcharselect/kcharselectui.rc -share/doc/HTML/en/kcharselect/common +share/applications/org.kde.KCharSelect.desktop share/doc/HTML/en/kcharselect/index.cache.bz2 share/doc/HTML/en/kcharselect/index.docbook share/doc/HTML/en/kcharselect/kcharselect.png +share/kxmlgui5/kcharselect/kcharselectui.rc Index: deskutils/keditbookmarks/Makefile =================================================================== --- /dev/null +++ deskutils/keditbookmarks/Makefile @@ -0,0 +1,18 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= keditbookmarks +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= deskutils kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= Bookmark Organizer and Editor + +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= auth bookmarks codecs completion config configwidgets \ + coreaddons ecm i18n iconthemes jobwidgets kio parts service \ + sonnet textwidgets widgetsaddons windowsystem xmlgui +USE_QT5= core dbus gui network widgets xml \ + buildtools_build qmake_build + +.include Index: deskutils/keditbookmarks/distinfo =================================================================== --- /dev/null +++ deskutils/keditbookmarks/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1486501771 +SHA256 (KDE/applications/16.12.2/keditbookmarks-16.12.2.tar.xz) = 97406f8055e16c4314c154c3741db41e6d3776babd8074f53cd89a2c12d64299 +SIZE (KDE/applications/16.12.2/keditbookmarks-16.12.2.tar.xz) = 64096 Index: deskutils/keditbookmarks/pkg-descr =================================================================== --- /dev/null +++ deskutils/keditbookmarks/pkg-descr @@ -0,0 +1,3 @@ +Bookmarks editor for KDE applications. + +WWW: https://kde.org Index: deskutils/keditbookmarks/pkg-plist =================================================================== --- /dev/null +++ deskutils/keditbookmarks/pkg-plist @@ -0,0 +1,12 @@ +bin/kbookmarkmerger +bin/keditbookmarks +lib/libkbookmarkmodel_private.so +lib/libkbookmarkmodel_private.so.5.97.0 +lib/libkbookmarkmodel_private.so.6 +man/man1/kbookmarkmerger.1.gz +share/applications/org.kde.keditbookmarks.desktop +share/config.kcfg/keditbookmarks.kcfg +share/doc/HTML/en/keditbookmarks/index.cache.bz2 +share/doc/HTML/en/keditbookmarks/index.docbook +share/kxmlgui5/keditbookmarks/keditbookmarks-genui.rc +share/kxmlgui5/keditbookmarks/keditbookmarksui.rc Index: deskutils/kfind/Makefile =================================================================== --- /dev/null +++ deskutils/kfind/Makefile @@ -0,0 +1,17 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kfind +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= deskutils kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= Find files and folders + +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= archive crash ecm guiaddons itemviews kdelibs4support \ + notifications solid unitconversion +USE_QT5= core printsupport \ + buildtools_build qmake_build + +.include Index: deskutils/kfind/distinfo =================================================================== --- /dev/null +++ deskutils/kfind/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1486501771 +SHA256 (KDE/applications/16.12.2/kfind-16.12.2.tar.xz) = 7581703b40956d2ca61902b58083602617664b53933aae31f41187315a39f64a +SIZE (KDE/applications/16.12.2/kfind-16.12.2.tar.xz) = 61904 Index: deskutils/kfind/pkg-descr =================================================================== --- /dev/null +++ deskutils/kfind/pkg-descr @@ -0,0 +1,5 @@ +KFind can be used as a standalone search tool, launched by KRunner or from your +menu. It is also integrated into Konqueror as "Find File" in the "Tools" menu. +It allows you to find files by name, type or content. + +WWW: https://www.kde.org/applications/utilities/kfind/ Index: deskutils/kfind/pkg-plist =================================================================== --- /dev/null +++ deskutils/kfind/pkg-plist @@ -0,0 +1,11 @@ +bin/kfind +man/man1/kfind.1.gz +share/applications/org.kde.kfind.desktop +share/doc/HTML/en/kfind/index.cache.bz2 +share/doc/HTML/en/kfind/index.docbook +share/icons/hicolor/16x16/apps/kfind.png +share/icons/hicolor/22x22/apps/kfind.png +share/icons/hicolor/32x32/apps/kfind.png +share/icons/hicolor/48x48/apps/kfind.png +share/icons/hicolor/64x64/apps/kfind.png +share/metainfo/org.kde.kfind.appdata.xml Index: deskutils/kruler/Makefile =================================================================== --- deskutils/kruler/Makefile +++ deskutils/kruler/Makefile @@ -1,15 +1,16 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= kruler -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= deskutils kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org -COMMENT= KDE 4 screen ruler +COMMENT= KDE screen ruler -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= ecm doctools i18n notifications windowsystem xmlgui +USE_QT5= buildtools_build core gui qmake_build x11extras widgets USE_XORG= x11 .include Index: deskutils/kruler/distinfo =================================================================== --- deskutils/kruler/distinfo +++ deskutils/kruler/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kruler-4.14.3.tar.xz) = 4424d0743e2e8309c2febf2a2a2b42b0e4930e5dbad9471385e48357e3236521 -SIZE (KDE/4.14.3/kruler-4.14.3.tar.xz) = 128596 +TIMESTAMP = 1486501772 +SHA256 (KDE/applications/16.12.2/kruler-16.12.2.tar.xz) = 77e7f666857ea2d31b361944b1f48142ac7bd20677a9ffe7ba55b93b47992786 +SIZE (KDE/applications/16.12.2/kruler-16.12.2.tar.xz) = 126052 Index: deskutils/kruler/pkg-plist =================================================================== --- deskutils/kruler/pkg-plist +++ deskutils/kruler/pkg-plist @@ -1,8 +1,5 @@ bin/kruler -share/applications/kde4/kruler.desktop -share/apps/kruler/kruler.notifyrc -share/apps/kruler/sounds/move.wav -share/doc/HTML/en/kruler/common +share/applications/org.kde.kruler.desktop share/doc/HTML/en/kruler/index.cache.bz2 share/doc/HTML/en/kruler/index.docbook share/doc/HTML/en/kruler/kruler-settings.png @@ -21,4 +18,6 @@ share/icons/hicolor/32x32/apps/kruler.png share/icons/hicolor/48x48/apps/kruler.png share/icons/hicolor/64x64/apps/kruler.png -share/icons/hicolor/scalable/apps/kruler.svgz +share/knotifications5/kruler.notifyrc +%%DATADIR%%/sounds/move.wav +share/metainfo/org.kde.kruler.appdata.xml Index: deskutils/plasma5-milou/Makefile =================================================================== --- /dev/null +++ deskutils/plasma5-milou/Makefile @@ -0,0 +1,17 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= milou +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= deskutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 search application built on top of Baloo + +USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 tar:xz +USE_KDE= auth codecs config coreaddons i18n kdeclarative package \ + plasma-framework runner service +USE_QT5= buildtools_build core gui network qmake_build qml \ + quick script testlib widgets + +.include Index: deskutils/plasma5-milou/distinfo =================================================================== --- /dev/null +++ deskutils/plasma5-milou/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101568 +SHA256 (KDE/plasma/5.9.2/milou-5.9.2.tar.xz) = ad43b448e916f5f390eb4929472db8f7b514d89acf2c46861f822e4e601ad42d +SIZE (KDE/plasma/5.9.2/milou-5.9.2.tar.xz) = 55100 Index: deskutils/plasma5-milou/pkg-descr =================================================================== --- /dev/null +++ deskutils/plasma5-milou/pkg-descr @@ -0,0 +1,3 @@ +A dedicated search application built on top of Baloo. + +WWW: https://projects.kde.org/projects/kde/workspace/milou/ Index: deskutils/plasma5-milou/pkg-plist =================================================================== --- /dev/null +++ deskutils/plasma5-milou/pkg-plist @@ -0,0 +1,106 @@ +lib/libmilou.so.5 +lib/libmilou.so.%%KDE_PLASMA_VERSION%% +%%QT_PLUGINDIR%%/miloutextplugin.so +%%QT_QMLDIR%%/org/kde/milou/ResultDelegate.qml +%%QT_QMLDIR%%/org/kde/milou/ResultsListView.qml +%%QT_QMLDIR%%/org/kde/milou/ResultsListViewDelegate.qml +%%QT_QMLDIR%%/org/kde/milou/ResultsView.qml +%%QT_QMLDIR%%/org/kde/milou/globals.js +%%QT_QMLDIR%%/org/kde/milou/libmilouqmlplugin.so +%%QT_QMLDIR%%/org/kde/milou/qmldir +share/kservices5/miloutextpreview.desktop +share/kservices5/plasma-applet-org.kde.milou.desktop +share/kservicetypes5/miloupreviewplugin.desktop +share/locale/ar/LC_MESSAGES/milou.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/ast/LC_MESSAGES/milou.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/bs/LC_MESSAGES/milou.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/ca/LC_MESSAGES/milou.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/ca@valencia/LC_MESSAGES/milou.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/cs/LC_MESSAGES/milou.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/da/LC_MESSAGES/milou.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/de/LC_MESSAGES/milou.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/el/LC_MESSAGES/milou.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/en_GB/LC_MESSAGES/milou.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/es/LC_MESSAGES/milou.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/et/LC_MESSAGES/milou.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/fi/LC_MESSAGES/milou.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/fr/LC_MESSAGES/milou.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/gl/LC_MESSAGES/milou.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/he/LC_MESSAGES/milou.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/hu/LC_MESSAGES/milou.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/ia/LC_MESSAGES/milou.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/it/LC_MESSAGES/milou.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/ja/LC_MESSAGES/milou.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/ko/LC_MESSAGES/milou.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/lt/LC_MESSAGES/milou.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/nb/LC_MESSAGES/milou.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/nds/LC_MESSAGES/milou.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/nl/LC_MESSAGES/milou.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/nn/LC_MESSAGES/milou.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/pa/LC_MESSAGES/milou.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/pl/LC_MESSAGES/milou.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/pt/LC_MESSAGES/milou.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/pt_BR/LC_MESSAGES/milou.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/ro/LC_MESSAGES/milou.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/ru/LC_MESSAGES/milou.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/sk/LC_MESSAGES/milou.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/sl/LC_MESSAGES/milou.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/sr/LC_MESSAGES/milou.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/sr@ijekavian/LC_MESSAGES/milou.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/milou.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/sr@latin/LC_MESSAGES/milou.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/sv/LC_MESSAGES/milou.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/tr/LC_MESSAGES/milou.mo +share/locale/uk/LC_MESSAGES/milou.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/zh_CN/LC_MESSAGES/milou.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/zh_TW/LC_MESSAGES/milou.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/metainfo/org.kde.milou.appdata.xml +share/plasma/plasmoids/org.kde.milou/contents/code/globals.js +share/plasma/plasmoids/org.kde.milou/contents/ui/SearchField.qml +share/plasma/plasmoids/org.kde.milou/contents/ui/main.qml +share/plasma/plasmoids/org.kde.milou/contents/ui/previews/Audio.qml +share/plasma/plasmoids/org.kde.milou/contents/ui/previews/TextPreview.qml +share/plasma/plasmoids/org.kde.milou/metadata.desktop +share/plasma/plasmoids/org.kde.milou/metadata.json Index: deskutils/plasma5-sddm-kcm/Makefile =================================================================== --- /dev/null +++ deskutils/plasma5-sddm-kcm/Makefile @@ -0,0 +1,19 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= sddm-kcm +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= deskutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 config module for SDDM + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 cpe pkgconfig \ + tar:xz +USE_KDE= auth codecs completion config configwidgets coreaddons ecm \ + i18n jobwidgets kio newstuff service widgetsaddons xmlgui +USE_QT5= buildtools_build core designer gui network qmake_build qml \ + quick uiplugin widgets x11extras xml +USE_XORG= ice sm x11 xcb xcursor xext xfixes + +.include Index: deskutils/plasma5-sddm-kcm/distinfo =================================================================== --- /dev/null +++ deskutils/plasma5-sddm-kcm/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101586 +SHA256 (KDE/plasma/5.9.2/sddm-kcm-5.9.2.tar.xz) = d0ae0b53ec61fdffe4cbaa3893c97b21430eb71b54ec6fbc7d23caa5b57ea289 +SIZE (KDE/plasma/5.9.2/sddm-kcm-5.9.2.tar.xz) = 56080 Index: deskutils/plasma5-sddm-kcm/pkg-descr =================================================================== --- /dev/null +++ deskutils/plasma5-sddm-kcm/pkg-descr @@ -0,0 +1,3 @@ +Config module for SDDM. + +WWW: https://projects.kde.org/projects/kde/workspace/sddm-kcm/ Index: deskutils/plasma5-sddm-kcm/pkg-plist =================================================================== --- /dev/null +++ deskutils/plasma5-sddm-kcm/pkg-plist @@ -0,0 +1,51 @@ +bin/sddmthemeinstaller +etc/dbus-1/system.d/org.kde.kcontrol.kcmsddm.conf +etc/xdg/sddmtheme.knsrc +lib/libexec/kauth/kcmsddm_authhelper +%%QT_PLUGINDIR%%/kcm_sddm.so +share/dbus-1/system-services/org.kde.kcontrol.kcmsddm.service +share/kservices5/kcm_sddm.desktop +share/locale/ar/LC_MESSAGES/kcm_sddm.mo +share/locale/ast/LC_MESSAGES/kcm_sddm.mo +share/locale/bs/LC_MESSAGES/kcm_sddm.mo +share/locale/ca/LC_MESSAGES/kcm_sddm.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_sddm.mo +share/locale/cs/LC_MESSAGES/kcm_sddm.mo +share/locale/da/LC_MESSAGES/kcm_sddm.mo +share/locale/de/LC_MESSAGES/kcm_sddm.mo +share/locale/el/LC_MESSAGES/kcm_sddm.mo +share/locale/en_GB/LC_MESSAGES/kcm_sddm.mo +share/locale/es/LC_MESSAGES/kcm_sddm.mo +share/locale/et/LC_MESSAGES/kcm_sddm.mo +share/locale/fi/LC_MESSAGES/kcm_sddm.mo +share/locale/fr/LC_MESSAGES/kcm_sddm.mo +share/locale/gl/LC_MESSAGES/kcm_sddm.mo +share/locale/he/LC_MESSAGES/kcm_sddm.mo +share/locale/hu/LC_MESSAGES/kcm_sddm.mo +share/locale/ia/LC_MESSAGES/kcm_sddm.mo +share/locale/it/LC_MESSAGES/kcm_sddm.mo +share/locale/ja/LC_MESSAGES/kcm_sddm.mo +share/locale/ko/LC_MESSAGES/kcm_sddm.mo +share/locale/lt/LC_MESSAGES/kcm_sddm.mo +share/locale/nb/LC_MESSAGES/kcm_sddm.mo +share/locale/nl/LC_MESSAGES/kcm_sddm.mo +share/locale/nn/LC_MESSAGES/kcm_sddm.mo +share/locale/pa/LC_MESSAGES/kcm_sddm.mo +share/locale/pl/LC_MESSAGES/kcm_sddm.mo +share/locale/pt/LC_MESSAGES/kcm_sddm.mo +share/locale/pt_BR/LC_MESSAGES/kcm_sddm.mo +share/locale/ro/LC_MESSAGES/kcm_sddm.mo +share/locale/ru/LC_MESSAGES/kcm_sddm.mo +share/locale/sk/LC_MESSAGES/kcm_sddm.mo +share/locale/sl/LC_MESSAGES/kcm_sddm.mo +share/locale/sr/LC_MESSAGES/kcm_sddm.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_sddm.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_sddm.mo +share/locale/sr@latin/LC_MESSAGES/kcm_sddm.mo +share/locale/sv/LC_MESSAGES/kcm_sddm.mo +share/locale/tr/LC_MESSAGES/kcm_sddm.mo +share/locale/uk/LC_MESSAGES/kcm_sddm.mo +share/locale/zh_CN/LC_MESSAGES/kcm_sddm.mo +share/locale/zh_TW/LC_MESSAGES/kcm_sddm.mo +share/polkit-1/actions/org.kde.kcontrol.kcmsddm.policy +%%DATADIR%%/main.qml Index: deskutils/superkaramba/Makefile =================================================================== --- deskutils/superkaramba/Makefile +++ deskutils/superkaramba/Makefile @@ -1,16 +1,18 @@ # $FreeBSD$ PORTNAME= superkaramba -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 -CATEGORIES= deskutils kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Widget framework for KDE USES= cmake:outsource kde:4 python:2 tar:xz -USE_KDE= kdelibs automoc4 qimageblitz USE_QT4= qmake_build moc_build rcc_build uic_build +USE_KDE= kdelibs automoc4 qimageblitz USE_LDCONFIG= yes +# Override KDE4 versions to fetch the last one +KDE_APPLICATIONS_VERSION= ${KDE4_APPLICATIONS_VERSION} + .include Index: deskutils/superkaramba/distinfo =================================================================== --- deskutils/superkaramba/distinfo +++ deskutils/superkaramba/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/superkaramba-4.14.3.tar.xz) = 0871a2df8db3f2f1b4e4a5472b9b28bdb8c7683564f3bbecba5b1f70266bc3c9 -SIZE (KDE/4.14.3/superkaramba-4.14.3.tar.xz) = 381816 +TIMESTAMP = 1478467368 +SHA256 (KDE/applications/15.04.3/superkaramba-15.04.3.tar.xz) = 1d6b6da874434d61c02c6a41e455cef13949ab1eb6ecca871319532a417ca2e1 +SIZE (KDE/applications/15.04.3/superkaramba-15.04.3.tar.xz) = 381668 Index: devel/Makefile =================================================================== --- devel/Makefile +++ devel/Makefile @@ -1154,6 +1154,7 @@ SUBDIR += kdesdk4-kioslaves SUBDIR += kdesdk4-strigi-analyzers SUBDIR += kdesdk4-thumbnailers + SUBDIR += kdesdk-thumbnaiers SUBDIR += kdesvn-kde4 SUBDIR += kdevelop-kde4 SUBDIR += kdevelop-pg-qt @@ -1190,6 +1191,7 @@ SUBDIR += kf5-threadweaver SUBDIR += kickassembler SUBDIR += kimwitu + SUBDIR += kio-extras SUBDIR += kore SUBDIR += kyra SUBDIR += kyua @@ -3948,6 +3950,9 @@ SUBDIR += pkg-info.el SUBDIR += pkgconf SUBDIR += plan9port + SUBDIR += plasma5-khotkeys + SUBDIR += plasma5-kwrited + SUBDIR += plasma5-plasma-sdk SUBDIR += pmccabe SUBDIR += pmd SUBDIR += poco Index: devel/cervisia/Makefile =================================================================== --- devel/cervisia/Makefile +++ devel/cervisia/Makefile @@ -1,14 +1,16 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= cervisia -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= devel kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= CVS Frontend for KDE -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= dbusaddons doctools ecm iconthemes init itemviews kdesu \ + notifications parts widgetsaddons +USE_QT5= buildtools_build core dbus gui qmake_build widgets .include Index: devel/cervisia/distinfo =================================================================== --- devel/cervisia/distinfo +++ devel/cervisia/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/cervisia-4.14.3.tar.xz) = a00a1f8a7c9f79f32e71d4bbf40b00b62b571aba9b0afce7f5616d415105efb5 -SIZE (KDE/4.14.3/cervisia-4.14.3.tar.xz) = 368512 +TIMESTAMP = 1486501772 +SHA256 (KDE/applications/16.12.2/cervisia-16.12.2.tar.xz) = 7da96bc938af9cc14247860036c5abcd58daa40aa0e04da2bd48f1236edbb6b9 +SIZE (KDE/applications/16.12.2/cervisia-16.12.2.tar.xz) = 474952 Index: devel/cervisia/pkg-plist =================================================================== --- devel/cervisia/pkg-plist +++ devel/cervisia/pkg-plist @@ -1,24 +1,21 @@ bin/cervisia bin/cvsaskpass -bin/cvsservice -lib/kde4/cervisiapart.so -lib/libkdeinit4_cervisia.so -lib/libkdeinit4_cvsaskpass.so -lib/libkdeinit4_cvsservice.so +bin/cvsservice5 +lib/libkdeinit5_cervisia.so +lib/libkdeinit5_cvsaskpass.so +lib/libkdeinit5_cvsservice.so +%%QT_PLUGINDIR%%/cervisiapart5.so man/man1/cervisia.1.gz -share/applications/kde4/cervisia.desktop -share/apps/cervisia/cervisia.notifyrc -share/apps/cervisia/cervisiashellui.rc -share/apps/cervisiapart/cervisiaui.rc +share/metainfo/org.kde.cervisia.appdata.xml +share/applications/org.kde.cervisia5.desktop share/config.kcfg/cervisiapart.kcfg -share/dbus-1/interfaces/org.kde.cervisia.cvsjob.xml -share/dbus-1/interfaces/org.kde.cervisia.cvsloginjob.xml -share/dbus-1/interfaces/org.kde.cervisia.cvsservice.xml -share/dbus-1/interfaces/org.kde.cervisia.repository.xml +share/dbus-1/interfaces/org.kde.cervisia5.cvsjob.xml +share/dbus-1/interfaces/org.kde.cervisia5.cvsloginjob.xml +share/dbus-1/interfaces/org.kde.cervisia5.cvsservice.xml +share/dbus-1/interfaces/org.kde.cervisia5.repository.xml share/doc/HTML/en/cervisia/annotate.png share/doc/HTML/en/cervisia/checkout.png share/doc/HTML/en/cervisia/commit.png -share/doc/HTML/en/cervisia/common share/doc/HTML/en/cervisia/diff.png share/doc/HTML/en/cervisia/history.png share/doc/HTML/en/cervisia/import.png @@ -65,5 +62,8 @@ share/icons/hicolor/scalable/actions/vcs-remove-cvs-cervisia.svgz share/icons/hicolor/scalable/actions/vcs-status-cvs-cervisia.svgz share/icons/hicolor/scalable/actions/vcs-update-cvs-cervisia.svgz -share/kde4/services/cervisiapart.desktop -share/kde4/services/cvsservice.desktop +share/kservices5/org.kde.cervisiapart5.desktop +share/kservices5/org.kde.cvsservice5.desktop +share/kxmlgui5/cervisia/cervisia.notifyrc +share/kxmlgui5/cervisia/cervisiashellui.rc +share/kxmlgui5/cervisiapart/cervisiaui.rc Index: devel/dolphin-plugins/Makefile =================================================================== --- devel/dolphin-plugins/Makefile +++ devel/dolphin-plugins/Makefile @@ -1,14 +1,19 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= dolphin-plugins -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= devel kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Plugins for Dolphin file manager -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkonq automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +BUILD_DEPENDS= dolphin:x11-fm/dolphin-kf5 +RUN_DEPENDS= dolphin:x11-fm/dolphin-kf5 + +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= ecm emoticons i18n init itemmodels itemviews kio \ + kdelibs4support xmlgui +USE_QT5= buildtools_build core network qmake_build widgets .include Index: devel/dolphin-plugins/distinfo =================================================================== --- devel/dolphin-plugins/distinfo +++ devel/dolphin-plugins/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/dolphin-plugins-4.14.3.tar.xz) = b7f00e5ec037f8e8172de0fce0994958431157f0d89da21def9cdece7bc265ed -SIZE (KDE/4.14.3/dolphin-plugins-4.14.3.tar.xz) = 58052 +TIMESTAMP = 1486501772 +SHA256 (KDE/applications/16.12.2/dolphin-plugins-16.12.2.tar.xz) = 43b63456d53346f7ec377f476ecb5f62be36aae93683f75728ab01b14ae2241e +SIZE (KDE/applications/16.12.2/dolphin-plugins-16.12.2.tar.xz) = 61100 Index: devel/dolphin-plugins/pkg-plist =================================================================== --- devel/dolphin-plugins/pkg-plist +++ devel/dolphin-plugins/pkg-plist @@ -1,13 +1,13 @@ -lib/kde4/fileviewbazaarplugin.so -lib/kde4/fileviewdropboxplugin.so -lib/kde4/fileviewgitplugin.so -lib/kde4/fileviewhgplugin.so -lib/kde4/fileviewsvnplugin.so +%%QT_PLUGINDIR%%/fileviewbazaarplugin.so +%%QT_PLUGINDIR%%/fileviewdropboxplugin.so +%%QT_PLUGINDIR%%/fileviewgitplugin.so +%%QT_PLUGINDIR%%/fileviewhgplugin.so +%%QT_PLUGINDIR%%/fileviewsvnplugin.so share/config.kcfg/fileviewgitpluginsettings.kcfg share/config.kcfg/fileviewhgpluginsettings.kcfg share/config.kcfg/fileviewsvnpluginsettings.kcfg -share/kde4/services/fileviewbazaarplugin.desktop -share/kde4/services/fileviewdropboxplugin.desktop -share/kde4/services/fileviewgitplugin.desktop -share/kde4/services/fileviewhgplugin.desktop -share/kde4/services/fileviewsvnplugin.desktop +share/kservices5/fileviewbazaarplugin.desktop +share/kservices5/fileviewdropboxplugin.desktop +share/kservices5/fileviewgitplugin.desktop +share/kservices5/fileviewhgplugin.desktop +share/kservices5/fileviewsvnplugin.desktop Index: devel/kapptemplate/Makefile =================================================================== --- devel/kapptemplate/Makefile +++ devel/kapptemplate/Makefile @@ -1,15 +1,19 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= kapptemplate -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= devel kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE template generator -USES= cmake:outsource gmake kde:4 tar:xz -USE_KDE= kdelibs automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build \ - corelib dbus declarative +BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ + docbook-xml>0:textproc/docbook-xml + +USES= cmake:outsource gettext gmake kde:5 tar:xz +USE_KDE= archive completion configwidgets coreaddons doctools ecm i18n kio +USE_QT5= buildtools_build core gui qmake_build testlib + .include Index: devel/kapptemplate/distinfo =================================================================== --- devel/kapptemplate/distinfo +++ devel/kapptemplate/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kapptemplate-4.14.3.tar.xz) = ba0c2dca9c92dbf1cce194ac4d7e9286bd313dec4b6214c67a8481e65eb43f21 -SIZE (KDE/4.14.3/kapptemplate-4.14.3.tar.xz) = 709680 +TIMESTAMP = 1486501773 +SHA256 (KDE/applications/16.12.2/kapptemplate-16.12.2.tar.xz) = 2c1b29909e759102ded722f63d1b486063aa80912cc8f5323bedafce4dc0f7a9 +SIZE (KDE/applications/16.12.2/kapptemplate-16.12.2.tar.xz) = 485864 Index: devel/kapptemplate/pkg-plist =================================================================== --- devel/kapptemplate/pkg-plist +++ devel/kapptemplate/pkg-plist @@ -1,53 +1,14 @@ bin/kapptemplate -share/applications/kde4/kapptemplate.desktop -share/apps/kdevappwizard/template_previews/akonadi-resources.png -share/apps/kdevappwizard/template_previews/akonadi-serializer.png -share/apps/kdevappwizard/template_previews/default.png -share/apps/kdevappwizard/template_previews/kapp4.png -share/apps/kdevappwizard/template_previews/kde-frameworks5-simple.png -share/apps/kdevappwizard/template_previews/kde-simple.png -share/apps/kdevappwizard/template_previews/kderubyapp.png -share/apps/kdevappwizard/template_previews/konqplugin.png -share/apps/kdevappwizard/template_previews/kpartapp.png -share/apps/kdevappwizard/template_previews/plasma-applet.png -share/apps/kdevappwizard/template_previews/pykde4.png -share/apps/kdevappwizard/template_previews/pyqt4app.png -share/apps/kdevappwizard/template_previews/qmake4gui.png -share/apps/kdevappwizard/template_previews/qml-plasmoid.png -share/apps/kdevappwizard/template_previews/qt5-qml2.png -share/apps/kdevappwizard/template_previews/runner.png -share/apps/kdevappwizard/templates/akonadiresource.tar.bz2 -share/apps/kdevappwizard/templates/akonadiserializer.tar.bz2 -share/apps/kdevappwizard/templates/flake.tar.bz2 -share/apps/kdevappwizard/templates/kapp4-qml.tar.bz2 -share/apps/kdevappwizard/templates/kapp4.tar.bz2 -share/apps/kdevappwizard/templates/kde-frameworks5-simple.tar.bz2 -share/apps/kdevappwizard/templates/kde-simple.tar.bz2 -share/apps/kdevappwizard/templates/kderubyapp.tar.bz2 -share/apps/kdevappwizard/templates/kofficetext.tar.bz2 -share/apps/kdevappwizard/templates/konqplugin.tar.bz2 -share/apps/kdevappwizard/templates/kpartapp.tar.bz2 -share/apps/kdevappwizard/templates/ktexteditor.tar.bz2 -share/apps/kdevappwizard/templates/plasmoid.tar.bz2 -share/apps/kdevappwizard/templates/pykde4app.tar.bz2 -share/apps/kdevappwizard/templates/pyqt4app.tar.bz2 -share/apps/kdevappwizard/templates/qmake_qt4guiapp.tar.bz2 -share/apps/kdevappwizard/templates/qml-plasmoid.tar.bz2 -share/apps/kdevappwizard/templates/qt5-qml2.tar.bz2 -share/apps/kdevappwizard/templates/rubykonqplugin.tar.bz2 -share/apps/kdevappwizard/templates/runner.tar.bz2 +share/applications/org.kde.kapptemplate.desktop share/config.kcfg/kapptemplate.kcfg -share/doc/HTML/en/kapptemplate/common share/doc/HTML/en/kapptemplate/first-page.png share/doc/HTML/en/kapptemplate/fourth-page.png share/doc/HTML/en/kapptemplate/index.cache.bz2 share/doc/HTML/en/kapptemplate/index.docbook share/doc/HTML/en/kapptemplate/kapp4.png -share/doc/HTML/en/kapptemplate/kderubyapp.png +share/doc/HTML/en/kapptemplate/kde-frameworks5-simple.png +share/doc/HTML/en/kapptemplate/kde-frameworks5.png share/doc/HTML/en/kapptemplate/kpartapp.png -share/doc/HTML/en/kapptemplate/plasma-applet.png -share/doc/HTML/en/kapptemplate/pykde4.png -share/doc/HTML/en/kapptemplate/pyqt4app.png share/doc/HTML/en/kapptemplate/second-page.png share/doc/HTML/en/kapptemplate/third-page.png share/icons/hicolor/128x128/apps/kapptemplate.png @@ -56,3 +17,20 @@ share/icons/hicolor/32x32/apps/kapptemplate.png share/icons/hicolor/48x48/apps/kapptemplate.png share/icons/hicolor/64x64/apps/kapptemplate.png +share/icons/hicolor/scalable/apps/kapptemplate.svg +share/kdevappwizard/template_previews/akonadiresource.png +share/kdevappwizard/template_previews/akonadiserializer.png +share/kdevappwizard/template_previews/default.png +share/kdevappwizard/template_previews/kapp4-qml.png +share/kdevappwizard/template_previews/kde-frameworks5-simple.png +share/kdevappwizard/template_previews/kde-frameworks5.png +share/kdevappwizard/template_previews/kpartapp.png +share/kdevappwizard/template_previews/ktexteditor.png +share/kdevappwizard/templates/akonadiresource.tar.bz2 +share/kdevappwizard/templates/akonadiserializer.tar.bz2 +share/kdevappwizard/templates/kapp4-qml.tar.bz2 +share/kdevappwizard/templates/kde-frameworks5-simple.tar.bz2 +share/kdevappwizard/templates/kde-frameworks5.tar.bz2 +share/kdevappwizard/templates/kpartapp.tar.bz2 +share/kdevappwizard/templates/ktexteditor.tar.bz2 +share/metainfo/org.kde.kapptemplate.appdata.xml Index: devel/kcachegrind/Makefile =================================================================== --- devel/kcachegrind/Makefile +++ devel/kcachegrind/Makefile @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= kcachegrind -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= devel kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Profiler frontend for KDE -USES= cmake:outsource kde:4 tar:xz shebangfix +USES= cmake:outsource kde:4 shebangfix tar:xz USE_KDE= kdelibs automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build \ corelib dbus gui Index: devel/kcachegrind/distinfo =================================================================== --- devel/kcachegrind/distinfo +++ devel/kcachegrind/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kcachegrind-4.14.3.tar.xz) = a67917ae2540101b0ab0be618ead7aa4619b1808ec1ebd74358739f8fffea424 -SIZE (KDE/4.14.3/kcachegrind-4.14.3.tar.xz) = 235316 +TIMESTAMP = 1486501773 +SHA256 (KDE/applications/16.12.2/kcachegrind-16.12.2.tar.xz) = 1bab48644e43556037524ac1c3c2d959d02d48af0530868f0dc38e1fb6fa9171 +SIZE (KDE/applications/16.12.2/kcachegrind-16.12.2.tar.xz) = 239912 Index: devel/kde-dev-scripts/Makefile =================================================================== --- devel/kde-dev-scripts/Makefile +++ devel/kde-dev-scripts/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= kde-dev-scripts -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= devel kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE development scripts Index: devel/kde-dev-scripts/distinfo =================================================================== --- devel/kde-dev-scripts/distinfo +++ devel/kde-dev-scripts/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kde-dev-scripts-4.14.3.tar.xz) = 7607c73076e56e8b6dd68ee3270d98045a20cfb54dc6c1a6c7b1e0bd2633fc9f -SIZE (KDE/4.14.3/kde-dev-scripts-4.14.3.tar.xz) = 280672 +TIMESTAMP = 1486501773 +SHA256 (KDE/applications/16.12.2/kde-dev-scripts-16.12.2.tar.xz) = 5d0ff5e3495f3f7b067c9cab605626445999c0e27ab07bfd563d7e66ef5f9a50 +SIZE (KDE/applications/16.12.2/kde-dev-scripts-16.12.2.tar.xz) = 312276 Index: devel/kde-dev-scripts/pkg-plist =================================================================== --- devel/kde-dev-scripts/pkg-plist +++ devel/kde-dev-scripts/pkg-plist @@ -1,5 +1,7 @@ bin/adddebug bin/build-progress.sh +bin/c++-copy-class-and-file +bin/c++-rename-class-and-file bin/cheatmake bin/colorsvn bin/create_cvsignore @@ -25,6 +27,7 @@ bin/fix-include.sh bin/fixkdeincludes bin/fixuifiles +bin/grantlee_strings_extractor.py bin/includemocs bin/kde-systemsettings-tree.py bin/kde_generate_export_header Index: devel/kde-dev-utils/Makefile =================================================================== --- devel/kde-dev-utils/Makefile +++ devel/kde-dev-utils/Makefile @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= kde-dev-utils -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 -CATEGORIES= devel kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= devel kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE development utilities Index: devel/kde-dev-utils/distinfo =================================================================== --- devel/kde-dev-utils/distinfo +++ devel/kde-dev-utils/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kde-dev-utils-4.14.3.tar.xz) = f8400afc63941f8f1b8eb47aca212f9a4fa15817b6f8b0dba78e4a4462c96d9a -SIZE (KDE/4.14.3/kde-dev-utils-4.14.3.tar.xz) = 51568 +TIMESTAMP = 1486501773 +SHA256 (KDE/applications/16.12.2/kde-dev-utils-16.12.2.tar.xz) = 8e10cb7cdc0713a02dbdaeb995f7441083f8443012fa2272d6b294b10b4f0e3a +SIZE (KDE/applications/16.12.2/kde-dev-utils-16.12.2.tar.xz) = 51748 Index: devel/kdesdk-thumbnailers/Makefile =================================================================== --- devel/kdesdk-thumbnailers/Makefile +++ devel/kdesdk-thumbnailers/Makefile @@ -1,14 +1,15 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= kdesdk-thumbnailers -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= devel kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE thumbnail generator for gettext po files -USES= cmake:outsource gettext kde:4 tar:xz -USE_KDE= kdelibs automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= config ecm i18n kio +USE_QT5= buildtools_build core gui qmake_build widgets .include Index: devel/kdesdk-thumbnailers/distinfo =================================================================== --- devel/kdesdk-thumbnailers/distinfo +++ devel/kdesdk-thumbnailers/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kdesdk-thumbnailers-4.14.3.tar.xz) = c31cfe513bef799461b7521d32a0768667295728aaec745fd504bc29cabaadce -SIZE (KDE/4.14.3/kdesdk-thumbnailers-4.14.3.tar.xz) = 11384 +TIMESTAMP = 1486501773 +SHA256 (KDE/applications/16.12.2/kdesdk-thumbnailers-16.12.2.tar.xz) = 44e4dc6a585ea57e9a02371851c03144520bff285b21b33fd15f767f57864cca +SIZE (KDE/applications/16.12.2/kdesdk-thumbnailers-16.12.2.tar.xz) = 11484 Index: devel/kdesdk-thumbnailers/pkg-plist =================================================================== --- devel/kdesdk-thumbnailers/pkg-plist +++ devel/kdesdk-thumbnailers/pkg-plist @@ -1,3 +1,3 @@ -lib/kde4/pothumbnail.so +%%QT_PLUGINDIR%%/pothumbnail.so share/config.kcfg/pocreatorsettings.kcfg -share/kde4/services/pothumbnail.desktop +share/kservices5/pothumbnail.desktop Index: devel/kio-extras/Makefile =================================================================== --- /dev/null +++ devel/kio-extras/Makefile @@ -0,0 +1,39 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kio-extras +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= devel kde kde-applications # kde kde-applications-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 library to increase the functionality of KIO + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \ + shared-mime-info tar:xz +USE_KDE= activities archive bookmarks config configwidgets coreaddons \ + dbusaddons dnssd doctools ecm emoticons guiaddons i18n \ + iconthemes init itemmodels kdelibs4support khtml kio pty solid +USE_QT5= buildtools_build core dbus gui network phonon4 \ + qmake_build svg testlib widgets + +OPTIONS_DEFINE= PHONON SAMBA MTP EXR EXIV SLP SSH +OPTIONS_DEFAULT=PHONON SAMBA MTP EXR EXIV SLP SSH +OPTIONS_SUB= YES + +PHONON_USE= QT5=phonon4 +PHONON_DESC= Required for the audio preview plugin +SAMBA_LIB_DEPENDS= libsmbclient.so:net/samba-libsmbclient +SAMBA_DESC= Needed to build the SMB kioslave +MTP_LIB_DEPENDS= libmtp.so:multimedia/libmtp +MTP_DESC= Needed to build the MTP kioslave +EXR_LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR +EXR_DESC= Provides support for OpenEXR formatted images in the thumbnail kioslave +EXIV_LIB_DEPENDS= libexiv2.so:graphics/exiv2 +EXIV_DESC= Provides support for automatic rotation of JPEGs in the thumbnail kioslave +SLP_LIB_DEPENDS= libslp.so:net/openslp +SLP_DESC= Provides SLP support in the network:/ kioslave +SSH_LIB_DEPENDS= libssh.so:security/libssh +SSH_DESC= Needed to build the SFTP kioslave + +.include + Index: devel/kio-extras/distinfo =================================================================== --- /dev/null +++ devel/kio-extras/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1486501778 +SHA256 (KDE/applications/16.12.2/kio-extras-16.12.2.tar.xz) = 17d6ec049835bd228441bbb0b2d774fe802218ab17048c67b5a71feadfabd22d +SIZE (KDE/applications/16.12.2/kio-extras-16.12.2.tar.xz) = 279732 Index: devel/kio-extras/pkg-descr =================================================================== --- /dev/null +++ devel/kio-extras/pkg-descr @@ -0,0 +1,3 @@ +Additional components to increase the functionality of KIO + +WWW: https://projects.kde.org/projects/kde/workspace/kio-extras Index: devel/kio-extras/pkg-plist =================================================================== --- /dev/null +++ devel/kio-extras/pkg-plist @@ -0,0 +1,114 @@ +lib/libmolletnetwork5.so.5 +lib/libmolletnetwork5.so.5.3.90 +%%QT_PLUGINDIR%%/comicbookthumbnail.so +%%QT_PLUGINDIR%%/djvuthumbnail.so +%%QT_PLUGINDIR%%/exrthumbnail.so +%%QT_PLUGINDIR%%/imagethumbnail.so +%%QT_PLUGINDIR%%/jpegthumbnail.so +%%QT_PLUGINDIR%%/libkio_about.so +%%QT_PLUGINDIR%%/kactivitymanagerd_fileitem_linking_plugin.so +%%QT_PLUGINDIR%%/kf5/kded/filenamesearchmodule.so +%%QT_PLUGINDIR%%/kf5/kded/networkwatcher.so +%%QT_PLUGINDIR%%/kf5/kded/recentdocumentsnotifier.so +%%QT_PLUGINDIR%%/kf5/kio/archive.so +%%QT_PLUGINDIR%%/kf5/kio/bookmarks.so +%%QT_PLUGINDIR%%/kf5/kio/filenamesearch.so +%%QT_PLUGINDIR%%/kf5/kio/filter.so +%%QT_PLUGINDIR%%/kf5/kio/fish.so +%%QT_PLUGINDIR%%/kf5/kio/info.so +%%QT_PLUGINDIR%%/kf5/kio/man.so +%%MTP%%%%QT_PLUGINDIR%%/kf5/kio/mtp.so +%%QT_PLUGINDIR%%/kf5/kio/network.so +%%QT_PLUGINDIR%%/kf5/kio/nfs.so +%%QT_PLUGINDIR%%/kf5/kio/recentdocuments.so +%%QT_PLUGINDIR%%/kf5/kio/settings.so +%%QT_PLUGINDIR%%/kf5/kio/sftp.so +%%SAMBA%%%%QT_PLUGINDIR%%/kf5/kio/smb.so +%%QT_PLUGINDIR%%/kf5/kio/thumbnail.so +%%QT_PLUGINDIR%%/kfileaudiopreview.so +%%QT_PLUGINDIR%%/kio_activities.so +%%QT_PLUGINDIR%%/kritathumbnail.so +%%QT_PLUGINDIR%%/libkmanpart.so +%%QT_PLUGINDIR%%/svgthumbnail.so +%%QT_PLUGINDIR%%/textthumbnail.so +%%QT_PLUGINDIR%%/windowsexethumbnail.so +%%QT_PLUGINDIR%%/windowsimagethumbnail.so +share/config.kcfg/jpegcreatorsettings5.kcfg +share/dbus-1/interfaces/kf5_org.kde.network.kioslavenotifier.xml +share/doc/HTML/en/kioslave5/bookmarks/index.cache.bz2 +share/doc/HTML/en/kioslave5/bookmarks/index.docbook +share/doc/HTML/en/kioslave5/bzip2/index.cache.bz2 +share/doc/HTML/en/kioslave5/bzip2/index.docbook +share/doc/HTML/en/kioslave5/fish/index.cache.bz2 +share/doc/HTML/en/kioslave5/fish/index.docbook +share/doc/HTML/en/kioslave5/gzip/index.cache.bz2 +share/doc/HTML/en/kioslave5/gzip/index.docbook +share/doc/HTML/en/kioslave5/info/index.cache.bz2 +share/doc/HTML/en/kioslave5/info/index.docbook +share/doc/HTML/en/kioslave5/man/index.cache.bz2 +share/doc/HTML/en/kioslave5/man/index.docbook +share/doc/HTML/en/kioslave5/network/index.cache.bz2 +share/doc/HTML/en/kioslave5/network/index.docbook +share/doc/HTML/en/kioslave5/nfs/index.cache.bz2 +share/doc/HTML/en/kioslave5/nfs/index.docbook +share/doc/HTML/en/kioslave5/recentdocuments/index.cache.bz2 +share/doc/HTML/en/kioslave5/recentdocuments/index.docbook +share/doc/HTML/en/kioslave5/sftp/index.cache.bz2 +share/doc/HTML/en/kioslave5/sftp/index.docbook +share/doc/HTML/en/kioslave5/smb/index.cache.bz2 +share/doc/HTML/en/kioslave5/smb/index.docbook +share/doc/HTML/en/kioslave5/tar/index.cache.bz2 +share/doc/HTML/en/kioslave5/tar/index.docbook +share/doc/HTML/en/kioslave5/thumbnail/index.cache.bz2 +share/doc/HTML/en/kioslave5/thumbnail/index.docbook +share/doc/HTML/en/kioslave5/xz/index.cache.bz2 +share/doc/HTML/en/kioslave5/xz/index.docbook +share/kio_bookmarks/kio_bookmarks.css +share/kio_docfilter/kio_docfilter.css +share/kio_info/kde-info2html +share/kio_info/kde-info2html.conf +share/konqsidebartng/virtual_folders/remote/virtualfolder_network.desktop +%%MTP%%share/konqueror/dirtree/remote/mtp-network.desktop +%%SAMBA%%share/konqueror/dirtree/remote/smb-network.desktop +share/kservices5/about.protocol +share/kservices5/activities.protocol +share/kservices5/ar.protocol +share/kservices5/bookmarks.protocol +share/kservices5/bzip.protocol +share/kservices5/bzip2.protocol +share/kservices5/comicbookthumbnail.desktop +share/kservices5/directorythumbnail.desktop +share/kservices5/djvuthumbnail.desktop +share/kservices5/exrthumbnail.desktop +share/kservices5/filenamesearch.protocol +share/kservices5/fish.protocol +share/kservices5/gzip.protocol +share/kservices5/imagethumbnail.desktop +share/kservices5/info.protocol +share/kservices5/jpegthumbnail.desktop +share/kservices5/kactivitymanagerd_fileitem_linking_plugin.desktop +share/kservices5/kmanpart.desktop +share/kservices5/kraorathumbnail.desktop +share/kservices5/lzma.protocol +share/kservices5/man.protocol +%%MTP%%share/kservices5/mtp.protocol +share/kservices5/network.protocol +share/kservices5/nfs.protocol +share/kservices5/recentdocuments.protocol +share/kservices5/settings.protocol +share/kservices5/sftp.protocol +%%SAMBA%%share/kservices5/smb.protocol +share/kservices5/svgthumbnail.desktop +share/kservices5/tar.protocol +share/kservices5/textthumbnail.desktop +share/kservices5/thumbnail.protocol +share/kservices5/windowsexethumbnail.desktop +share/kservices5/windowsimagethumbnail.desktop +share/kservices5/xz.protocol +share/kservices5/zip.protocol +share/kservicetypes5/thumbcreator.desktop +share/mime/packages/kf5_network.xml +%%MTP%%share/remoteview/mtp-network.desktop +share/remoteview/network.desktop +%%SAMBA%%share/remoteview/smb-network.desktop +%%MTP%%share/solid/actions/solid_mtp.desktop Index: devel/lokalize/Makefile =================================================================== --- devel/lokalize/Makefile +++ devel/lokalize/Makefile @@ -1,18 +1,19 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= lokalize -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 -CATEGORIES= devel kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= devel kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Computer-aided translation system LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build \ - sql +USES= cmake:outsource desktop-file-utils gettext kde:5 tar:xz +USE_KDE= config coreaddons doctools ecm \ + i18n kio kross notifications \ + sonnet xmlgui +USE_QT5= buildtools_build qmake_build sql .include Index: devel/lokalize/distinfo =================================================================== --- devel/lokalize/distinfo +++ devel/lokalize/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/lokalize-4.14.3.tar.xz) = 0f59c761597bca8e52f90bc838855f1798c2a1e5d50d926134df5fcdfeaee5c5 -SIZE (KDE/4.14.3/lokalize-4.14.3.tar.xz) = 846236 +TIMESTAMP = 1486501778 +SHA256 (KDE/applications/16.12.2/lokalize-16.12.2.tar.xz) = d35bb6358fdef09206727abb1349be50d11bbf8ae8646720c17f71387542990d +SIZE (KDE/applications/16.12.2/lokalize-16.12.2.tar.xz) = 959332 Index: devel/lokalize/pkg-plist =================================================================== --- devel/lokalize/pkg-plist +++ devel/lokalize/pkg-plist @@ -1,120 +1,6 @@ bin/lokalize -share/applications/kde4/lokalize.desktop -share/apps/lokalize/editorui.rc -share/apps/lokalize/filesearchtabui.rc -share/apps/lokalize/icons/hicolor/16x16/actions/approved.png -share/apps/lokalize/icons/hicolor/16x16/actions/insert_arg.png -share/apps/lokalize/icons/hicolor/16x16/actions/insert_tag.png -share/apps/lokalize/icons/hicolor/16x16/actions/msgid2msgstr.png -share/apps/lokalize/icons/hicolor/16x16/actions/nexterror.png -share/apps/lokalize/icons/hicolor/16x16/actions/nextfuzzy.png -share/apps/lokalize/icons/hicolor/16x16/actions/nextfuzzyuntrans.png -share/apps/lokalize/icons/hicolor/16x16/actions/nextpo.png -share/apps/lokalize/icons/hicolor/16x16/actions/nexttemplate.png -share/apps/lokalize/icons/hicolor/16x16/actions/nextuntranslated.png -share/apps/lokalize/icons/hicolor/16x16/actions/preverror.png -share/apps/lokalize/icons/hicolor/16x16/actions/prevfuzzy.png -share/apps/lokalize/icons/hicolor/16x16/actions/prevfuzzyuntrans.png -share/apps/lokalize/icons/hicolor/16x16/actions/prevpo.png -share/apps/lokalize/icons/hicolor/16x16/actions/prevtemplate.png -share/apps/lokalize/icons/hicolor/16x16/actions/prevuntranslated.png -share/apps/lokalize/icons/hicolor/16x16/actions/search2msgstr.png -share/apps/lokalize/icons/hicolor/16x16/actions/transsearch.png -share/apps/lokalize/icons/hicolor/22x22/actions/approved.png -share/apps/lokalize/icons/hicolor/22x22/actions/catalogmanager.png -share/apps/lokalize/icons/hicolor/22x22/actions/insert_arg.png -share/apps/lokalize/icons/hicolor/22x22/actions/insert_tag.png -share/apps/lokalize/icons/hicolor/22x22/actions/msgid2msgstr.png -share/apps/lokalize/icons/hicolor/22x22/actions/nexterror.png -share/apps/lokalize/icons/hicolor/22x22/actions/nextfuzzy.png -share/apps/lokalize/icons/hicolor/22x22/actions/nextfuzzyuntrans.png -share/apps/lokalize/icons/hicolor/22x22/actions/nextpo.png -share/apps/lokalize/icons/hicolor/22x22/actions/nexttemplate.png -share/apps/lokalize/icons/hicolor/22x22/actions/nextuntranslated.png -share/apps/lokalize/icons/hicolor/22x22/actions/preverror.png -share/apps/lokalize/icons/hicolor/22x22/actions/prevfuzzy.png -share/apps/lokalize/icons/hicolor/22x22/actions/prevfuzzyuntrans.png -share/apps/lokalize/icons/hicolor/22x22/actions/prevpo.png -share/apps/lokalize/icons/hicolor/22x22/actions/prevtemplate.png -share/apps/lokalize/icons/hicolor/22x22/actions/prevuntranslated.png -share/apps/lokalize/icons/hicolor/22x22/actions/search2msgstr.png -share/apps/lokalize/icons/hicolor/22x22/actions/transsearch.png -share/apps/lokalize/icons/hicolor/32x32/actions/approved.png -share/apps/lokalize/icons/hicolor/32x32/actions/catalogmanager.png -share/apps/lokalize/icons/hicolor/32x32/actions/diff.png -share/apps/lokalize/icons/hicolor/32x32/actions/insert_arg.png -share/apps/lokalize/icons/hicolor/32x32/actions/insert_tag.png -share/apps/lokalize/icons/hicolor/32x32/actions/msgid2msgstr.png -share/apps/lokalize/icons/hicolor/32x32/actions/nexterror.png -share/apps/lokalize/icons/hicolor/32x32/actions/nextfuzzy.png -share/apps/lokalize/icons/hicolor/32x32/actions/nextfuzzyuntrans.png -share/apps/lokalize/icons/hicolor/32x32/actions/nextpo.png -share/apps/lokalize/icons/hicolor/32x32/actions/nexttemplate.png -share/apps/lokalize/icons/hicolor/32x32/actions/nextuntranslated.png -share/apps/lokalize/icons/hicolor/32x32/actions/preverror.png -share/apps/lokalize/icons/hicolor/32x32/actions/prevfuzzy.png -share/apps/lokalize/icons/hicolor/32x32/actions/prevfuzzyuntrans.png -share/apps/lokalize/icons/hicolor/32x32/actions/prevpo.png -share/apps/lokalize/icons/hicolor/32x32/actions/prevtemplate.png -share/apps/lokalize/icons/hicolor/32x32/actions/prevuntranslated.png -share/apps/lokalize/icons/hicolor/32x32/actions/search2msgstr.png -share/apps/lokalize/icons/hicolor/32x32/actions/transsearch.png -share/apps/lokalize/icons/hicolor/48x48/actions/approved.png -share/apps/lokalize/icons/hicolor/scalable/actions/approved.svgz -share/apps/lokalize/icons/locolor/16x16/actions/catalogmanager.png -share/apps/lokalize/icons/locolor/16x16/actions/diff.png -share/apps/lokalize/icons/locolor/16x16/actions/insert_arg.png -share/apps/lokalize/icons/locolor/16x16/actions/insert_tag.png -share/apps/lokalize/icons/locolor/16x16/actions/msgid2msgstr.png -share/apps/lokalize/icons/locolor/16x16/actions/nexterror.png -share/apps/lokalize/icons/locolor/16x16/actions/nextfuzzy.png -share/apps/lokalize/icons/locolor/16x16/actions/nextfuzzyuntrans.png -share/apps/lokalize/icons/locolor/16x16/actions/nextpo.png -share/apps/lokalize/icons/locolor/16x16/actions/nexttemplate.png -share/apps/lokalize/icons/locolor/16x16/actions/nextuntranslated.png -share/apps/lokalize/icons/locolor/16x16/actions/preverror.png -share/apps/lokalize/icons/locolor/16x16/actions/prevfuzzy.png -share/apps/lokalize/icons/locolor/16x16/actions/prevfuzzyuntrans.png -share/apps/lokalize/icons/locolor/16x16/actions/prevpo.png -share/apps/lokalize/icons/locolor/16x16/actions/prevtemplate.png -share/apps/lokalize/icons/locolor/16x16/actions/prevuntranslated.png -share/apps/lokalize/icons/locolor/16x16/actions/search2msgstr.png -share/apps/lokalize/icons/locolor/16x16/actions/transsearch.png -share/apps/lokalize/icons/locolor/32x32/actions/catalogmanager.png -share/apps/lokalize/icons/locolor/32x32/actions/diff.png -share/apps/lokalize/icons/locolor/32x32/actions/insert_arg.png -share/apps/lokalize/icons/locolor/32x32/actions/insert_tag.png -share/apps/lokalize/icons/locolor/32x32/actions/msgid2msgstr.png -share/apps/lokalize/icons/locolor/32x32/actions/nexterror.png -share/apps/lokalize/icons/locolor/32x32/actions/nextfuzzy.png -share/apps/lokalize/icons/locolor/32x32/actions/nextfuzzyuntrans.png -share/apps/lokalize/icons/locolor/32x32/actions/nextpo.png -share/apps/lokalize/icons/locolor/32x32/actions/nexttemplate.png -share/apps/lokalize/icons/locolor/32x32/actions/nextuntranslated.png -share/apps/lokalize/icons/locolor/32x32/actions/preverror.png -share/apps/lokalize/icons/locolor/32x32/actions/prevfuzzy.png -share/apps/lokalize/icons/locolor/32x32/actions/prevfuzzyuntrans.png -share/apps/lokalize/icons/locolor/32x32/actions/prevpo.png -share/apps/lokalize/icons/locolor/32x32/actions/prevtemplate.png -share/apps/lokalize/icons/locolor/32x32/actions/prevuntranslated.png -share/apps/lokalize/icons/locolor/32x32/actions/search2msgstr.png -share/apps/lokalize/icons/locolor/32x32/actions/transsearch.png -share/apps/lokalize/lokalize.notifyrc -share/apps/lokalize/lokalizemainwindowui.rc -share/apps/lokalize/projectmanagerui.rc -share/apps/lokalize/scripts/find-gui-text.sh -share/apps/lokalize/scripts/msgmerge.py -share/apps/lokalize/scripts/msgmerge.rc -share/apps/lokalize/scripts/newprojectwizard.py -share/apps/lokalize/scripts/newprojectwizard.rc -share/apps/lokalize/scripts/odf/xliff2odf-standalone.py -share/apps/lokalize/scripts/odf/xliff2odf.py -share/apps/lokalize/scripts/odf/xliff2odf.rc -share/apps/lokalize/scripts/odf/xliffmerge.py -share/apps/lokalize/scriptsui.rc -share/apps/lokalize/translationmemoryrui.rc +share/applications/org.kde.lokalize.desktop share/config.kcfg/lokalize.kcfg -share/doc/HTML/en/lokalize/common share/doc/HTML/en/lokalize/configure_shortcuts.png share/doc/HTML/en/lokalize/configure_toolbar.png share/doc/HTML/en/lokalize/default_editor_lokalize.png @@ -129,3 +15,115 @@ share/icons/hicolor/32x32/apps/lokalize.png share/icons/hicolor/64x64/apps/lokalize.png share/icons/hicolor/scalable/apps/lokalize.svgz +share/knotifications5/lokalize.notifyrc +share/kxmlgui5/lokalize/editorui.rc +share/kxmlgui5/lokalize/filesearchtabui.rc +share/kxmlgui5/lokalize/lokalizemainwindowui.rc +share/kxmlgui5/lokalize/projectmanagerui.rc +share/kxmlgui5/lokalize/scriptsui.rc +share/kxmlgui5/lokalize/translationmemoryrui.rc +%%DATADIR%%/icons/hicolor/16x16/actions/approved.png +%%DATADIR%%/icons/hicolor/16x16/actions/insert_arg.png +%%DATADIR%%/icons/hicolor/16x16/actions/insert_tag.png +%%DATADIR%%/icons/hicolor/16x16/actions/msgid2msgstr.png +%%DATADIR%%/icons/hicolor/16x16/actions/nexterror.png +%%DATADIR%%/icons/hicolor/16x16/actions/nextfuzzy.png +%%DATADIR%%/icons/hicolor/16x16/actions/nextfuzzyuntrans.png +%%DATADIR%%/icons/hicolor/16x16/actions/nextpo.png +%%DATADIR%%/icons/hicolor/16x16/actions/nexttemplate.png +%%DATADIR%%/icons/hicolor/16x16/actions/nextuntranslated.png +%%DATADIR%%/icons/hicolor/16x16/actions/preverror.png +%%DATADIR%%/icons/hicolor/16x16/actions/prevfuzzy.png +%%DATADIR%%/icons/hicolor/16x16/actions/prevfuzzyuntrans.png +%%DATADIR%%/icons/hicolor/16x16/actions/prevpo.png +%%DATADIR%%/icons/hicolor/16x16/actions/prevtemplate.png +%%DATADIR%%/icons/hicolor/16x16/actions/prevuntranslated.png +%%DATADIR%%/icons/hicolor/16x16/actions/search2msgstr.png +%%DATADIR%%/icons/hicolor/16x16/actions/transsearch.png +%%DATADIR%%/icons/hicolor/22x22/actions/approved.png +%%DATADIR%%/icons/hicolor/22x22/actions/catalogmanager.png +%%DATADIR%%/icons/hicolor/22x22/actions/insert_arg.png +%%DATADIR%%/icons/hicolor/22x22/actions/insert_tag.png +%%DATADIR%%/icons/hicolor/22x22/actions/msgid2msgstr.png +%%DATADIR%%/icons/hicolor/22x22/actions/nexterror.png +%%DATADIR%%/icons/hicolor/22x22/actions/nextfuzzy.png +%%DATADIR%%/icons/hicolor/22x22/actions/nextfuzzyuntrans.png +%%DATADIR%%/icons/hicolor/22x22/actions/nextpo.png +%%DATADIR%%/icons/hicolor/22x22/actions/nexttemplate.png +%%DATADIR%%/icons/hicolor/22x22/actions/nextuntranslated.png +%%DATADIR%%/icons/hicolor/22x22/actions/preverror.png +%%DATADIR%%/icons/hicolor/22x22/actions/prevfuzzy.png +%%DATADIR%%/icons/hicolor/22x22/actions/prevfuzzyuntrans.png +%%DATADIR%%/icons/hicolor/22x22/actions/prevpo.png +%%DATADIR%%/icons/hicolor/22x22/actions/prevtemplate.png +%%DATADIR%%/icons/hicolor/22x22/actions/prevuntranslated.png +%%DATADIR%%/icons/hicolor/22x22/actions/search2msgstr.png +%%DATADIR%%/icons/hicolor/22x22/actions/transsearch.png +%%DATADIR%%/icons/hicolor/32x32/actions/approved.png +%%DATADIR%%/icons/hicolor/32x32/actions/catalogmanager.png +%%DATADIR%%/icons/hicolor/32x32/actions/diff.png +%%DATADIR%%/icons/hicolor/32x32/actions/insert_arg.png +%%DATADIR%%/icons/hicolor/32x32/actions/insert_tag.png +%%DATADIR%%/icons/hicolor/32x32/actions/msgid2msgstr.png +%%DATADIR%%/icons/hicolor/32x32/actions/nexterror.png +%%DATADIR%%/icons/hicolor/32x32/actions/nextfuzzy.png +%%DATADIR%%/icons/hicolor/32x32/actions/nextfuzzyuntrans.png +%%DATADIR%%/icons/hicolor/32x32/actions/nextpo.png +%%DATADIR%%/icons/hicolor/32x32/actions/nexttemplate.png +%%DATADIR%%/icons/hicolor/32x32/actions/nextuntranslated.png +%%DATADIR%%/icons/hicolor/32x32/actions/preverror.png +%%DATADIR%%/icons/hicolor/32x32/actions/prevfuzzy.png +%%DATADIR%%/icons/hicolor/32x32/actions/prevfuzzyuntrans.png +%%DATADIR%%/icons/hicolor/32x32/actions/prevpo.png +%%DATADIR%%/icons/hicolor/32x32/actions/prevtemplate.png +%%DATADIR%%/icons/hicolor/32x32/actions/prevuntranslated.png +%%DATADIR%%/icons/hicolor/32x32/actions/search2msgstr.png +%%DATADIR%%/icons/hicolor/32x32/actions/transsearch.png +%%DATADIR%%/icons/hicolor/48x48/actions/approved.png +%%DATADIR%%/icons/hicolor/scalable/actions/approved.svgz +%%DATADIR%%/icons/locolor/16x16/actions/catalogmanager.png +%%DATADIR%%/icons/locolor/16x16/actions/diff.png +%%DATADIR%%/icons/locolor/16x16/actions/insert_arg.png +%%DATADIR%%/icons/locolor/16x16/actions/insert_tag.png +%%DATADIR%%/icons/locolor/16x16/actions/msgid2msgstr.png +%%DATADIR%%/icons/locolor/16x16/actions/nexterror.png +%%DATADIR%%/icons/locolor/16x16/actions/nextfuzzy.png +%%DATADIR%%/icons/locolor/16x16/actions/nextfuzzyuntrans.png +%%DATADIR%%/icons/locolor/16x16/actions/nextpo.png +%%DATADIR%%/icons/locolor/16x16/actions/nexttemplate.png +%%DATADIR%%/icons/locolor/16x16/actions/nextuntranslated.png +%%DATADIR%%/icons/locolor/16x16/actions/preverror.png +%%DATADIR%%/icons/locolor/16x16/actions/prevfuzzy.png +%%DATADIR%%/icons/locolor/16x16/actions/prevfuzzyuntrans.png +%%DATADIR%%/icons/locolor/16x16/actions/prevpo.png +%%DATADIR%%/icons/locolor/16x16/actions/prevtemplate.png +%%DATADIR%%/icons/locolor/16x16/actions/prevuntranslated.png +%%DATADIR%%/icons/locolor/16x16/actions/search2msgstr.png +%%DATADIR%%/icons/locolor/16x16/actions/transsearch.png +%%DATADIR%%/icons/locolor/32x32/actions/catalogmanager.png +%%DATADIR%%/icons/locolor/32x32/actions/diff.png +%%DATADIR%%/icons/locolor/32x32/actions/insert_arg.png +%%DATADIR%%/icons/locolor/32x32/actions/insert_tag.png +%%DATADIR%%/icons/locolor/32x32/actions/msgid2msgstr.png +%%DATADIR%%/icons/locolor/32x32/actions/nexterror.png +%%DATADIR%%/icons/locolor/32x32/actions/nextfuzzy.png +%%DATADIR%%/icons/locolor/32x32/actions/nextfuzzyuntrans.png +%%DATADIR%%/icons/locolor/32x32/actions/nextpo.png +%%DATADIR%%/icons/locolor/32x32/actions/nexttemplate.png +%%DATADIR%%/icons/locolor/32x32/actions/nextuntranslated.png +%%DATADIR%%/icons/locolor/32x32/actions/preverror.png +%%DATADIR%%/icons/locolor/32x32/actions/prevfuzzy.png +%%DATADIR%%/icons/locolor/32x32/actions/prevfuzzyuntrans.png +%%DATADIR%%/icons/locolor/32x32/actions/prevpo.png +%%DATADIR%%/icons/locolor/32x32/actions/prevtemplate.png +%%DATADIR%%/icons/locolor/32x32/actions/prevuntranslated.png +%%DATADIR%%/icons/locolor/32x32/actions/search2msgstr.png +%%DATADIR%%/icons/locolor/32x32/actions/transsearch.png +%%DATADIR%%/scripts/find-gui-text.sh +%%DATADIR%%/scripts/msgmerge.py +%%DATADIR%%/scripts/msgmerge.rc +%%DATADIR%%/scripts/odf/xliff2odf-standalone.py +%%DATADIR%%/scripts/odf/xliff2odf.py +%%DATADIR%%/scripts/odf/xliff2odf.rc +%%DATADIR%%/scripts/odf/xliffmerge.py +share/metainfo/org.kde.lokalize.appdata.xml Index: devel/okteta/Makefile =================================================================== --- devel/okteta/Makefile +++ devel/okteta/Makefile @@ -1,19 +1,24 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= okteta -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 -CATEGORIES= devel kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= devel kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE hex editor -LIB_DEPENDS= libqca.so:devel/qca +LIB_DEPENDS= libqca-qt5.so:devel/qca-qt5 -USES= cmake:outsource kde:4 shared-mime-info tar:xz -USE_KDE= kdelibs automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build \ - corelib designer gui script scripttools xml +USES= cmake:outsource gettext kde:5 shared-mime-info tar:xz +USE_KDE= attica5 auth bookmarks codecs completion \ + config configwidgets coreaddons dbusaddons doctools \ + ecm i18n iconthemes itemviews jobwidgets kcmutils kio \ + newstuff parts service solid sonnet textwidgets \ + widgetsaddons xmlgui +USE_QT5= buildtools_build core dbus designer \ + gui network printsupport \ + qmake_build script scripttools widgets xml USE_LDCONFIG= yes post-patch: Index: devel/okteta/distinfo =================================================================== --- devel/okteta/distinfo +++ devel/okteta/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/okteta-4.14.3.tar.xz) = bd6e26be988778380128e4bda2dbb047074adffeb02819ee7665ad70f94cfaed -SIZE (KDE/4.14.3/okteta-4.14.3.tar.xz) = 500424 +TIMESTAMP = 1486501778 +SHA256 (KDE/applications/16.12.2/okteta-16.12.2.tar.xz) = facc52051ad1579a7d312b2112e4beacade22600feb9765ab218bde3af5c01f7 +SIZE (KDE/applications/16.12.2/okteta-16.12.2.tar.xz) = 507204 Index: devel/okteta/pkg-plist =================================================================== --- devel/okteta/pkg-plist +++ devel/okteta/pkg-plist @@ -1,443 +1,565 @@ bin/okteta -bin/struct2osd.sh -include/kde4/KDE/Kasten2/AbstractConnectJob -include/kde4/KDE/Kasten2/AbstractDocument -include/kde4/KDE/Kasten2/AbstractDocumentFactory -include/kde4/KDE/Kasten2/AbstractDocumentStrategy -include/kde4/KDE/Kasten2/AbstractExportJob -include/kde4/KDE/Kasten2/AbstractFileSystemConnectJob -include/kde4/KDE/Kasten2/AbstractFileSystemExportJob -include/kde4/KDE/Kasten2/AbstractFileSystemLoadJob -include/kde4/KDE/Kasten2/AbstractFileSystemSyncFromRemoteJob -include/kde4/KDE/Kasten2/AbstractFileSystemSyncToRemoteJob -include/kde4/KDE/Kasten2/AbstractFileSystemSyncWithRemoteJob -include/kde4/KDE/Kasten2/AbstractGroupedViews -include/kde4/KDE/Kasten2/AbstractLinePopup -include/kde4/KDE/Kasten2/AbstractLoadJob -include/kde4/KDE/Kasten2/AbstractModel -include/kde4/KDE/Kasten2/AbstractModelDataGenerator -include/kde4/KDE/Kasten2/AbstractModelDataGeneratorConfigEditor -include/kde4/KDE/Kasten2/AbstractModelDataGeneratorConfigEditorFactory -include/kde4/KDE/Kasten2/AbstractModelExporter -include/kde4/KDE/Kasten2/AbstractModelExporterConfigEditor -include/kde4/KDE/Kasten2/AbstractModelExporterConfigEditorFactory -include/kde4/KDE/Kasten2/AbstractModelFileSystemSynchronizer -include/kde4/KDE/Kasten2/AbstractModelSelection -include/kde4/KDE/Kasten2/AbstractModelStreamEncoder -include/kde4/KDE/Kasten2/AbstractModelStreamEncoderConfigEditor -include/kde4/KDE/Kasten2/AbstractModelStreamEncoderConfigEditorFactory -include/kde4/KDE/Kasten2/AbstractModelSynchronizer -include/kde4/KDE/Kasten2/AbstractModelSynchronizerFactory -include/kde4/KDE/Kasten2/AbstractSelectionView -include/kde4/KDE/Kasten2/AbstractSyncFromRemoteJob -include/kde4/KDE/Kasten2/AbstractSyncToRemoteJob -include/kde4/KDE/Kasten2/AbstractSyncWithRemoteJob -include/kde4/KDE/Kasten2/AbstractTool -include/kde4/KDE/Kasten2/AbstractToolFactory -include/kde4/KDE/Kasten2/AbstractToolInlineView -include/kde4/KDE/Kasten2/AbstractToolView -include/kde4/KDE/Kasten2/AbstractToolViewFactory -include/kde4/KDE/Kasten2/AbstractToolWidget -include/kde4/KDE/Kasten2/AbstractView -include/kde4/KDE/Kasten2/AbstractViewArea -include/kde4/KDE/Kasten2/AbstractViewFactory -include/kde4/KDE/Kasten2/AbstractXmlGuiController -include/kde4/KDE/Kasten2/ClipboardController -include/kde4/KDE/Kasten2/CloseController -include/kde4/KDE/Kasten2/CopyAsController -include/kde4/KDE/Kasten2/CreatorController -include/kde4/KDE/Kasten2/DataSelectable -include/kde4/KDE/Kasten2/DialogHandler -include/kde4/KDE/Kasten2/DocumentCreateManager -include/kde4/KDE/Kasten2/DocumentManager -include/kde4/KDE/Kasten2/DocumentSyncManager -include/kde4/KDE/Kasten2/DocumentVersionData -include/kde4/KDE/Kasten2/DocumentsTool -include/kde4/KDE/Kasten2/DocumentsToolView -include/kde4/KDE/Kasten2/DummyView -include/kde4/KDE/Kasten2/ExportController -include/kde4/KDE/Kasten2/FileSystemBrowserTool -include/kde4/KDE/Kasten2/FileSystemBrowserToolView -include/kde4/KDE/Kasten2/FullScreenController -include/kde4/KDE/Kasten2/JobManager -include/kde4/KDE/Kasten2/LoaderController -include/kde4/KDE/Kasten2/ModelCodecManager -include/kde4/KDE/Kasten2/ModelCodecViewManager -include/kde4/KDE/Kasten2/ModelDataGenerateThread -include/kde4/KDE/Kasten2/ModelEncoderFileSystemExportJob -include/kde4/KDE/Kasten2/ModelEncoderFileSystemExporter -include/kde4/KDE/Kasten2/ModelEncoderFileSystemExporterConfigEditor -include/kde4/KDE/Kasten2/ModelEncoderFileSystemExporterConfigEditorFactory -include/kde4/KDE/Kasten2/ModelStreamEncodeThread -include/kde4/KDE/Kasten2/ModifiedBarController -include/kde4/KDE/Kasten2/MultiDocumentStrategy -include/kde4/KDE/Kasten2/MultiViewAreas -include/kde4/KDE/Kasten2/Person -include/kde4/KDE/Kasten2/QuitController -include/kde4/KDE/Kasten2/ReadOnlyBarController -include/kde4/KDE/Kasten2/ReadOnlyController -include/kde4/KDE/Kasten2/SelectController -include/kde4/KDE/Kasten2/SelectedDataWriteable -include/kde4/KDE/Kasten2/SetRemoteController -include/kde4/KDE/Kasten2/ShellWindow -include/kde4/KDE/Kasten2/SingleDocumentStrategy -include/kde4/KDE/Kasten2/SingleViewArea -include/kde4/KDE/Kasten2/SingleViewWindow -include/kde4/KDE/Kasten2/StatusBar -include/kde4/KDE/Kasten2/SwitchViewController -include/kde4/KDE/Kasten2/SynchronizeController -include/kde4/KDE/Kasten2/TabbedViews -include/kde4/KDE/Kasten2/ToggleButton -include/kde4/KDE/Kasten2/ToolInlineViewable -include/kde4/KDE/Kasten2/ToolListMenuController -include/kde4/KDE/Kasten2/UserListable -include/kde4/KDE/Kasten2/VersionController -include/kde4/KDE/Kasten2/VersionViewTool -include/kde4/KDE/Kasten2/VersionViewToolView -include/kde4/KDE/Kasten2/Versionable -include/kde4/KDE/Kasten2/ViewAreaSplitable -include/kde4/KDE/Kasten2/ViewListMenuController -include/kde4/KDE/Kasten2/ViewManager -include/kde4/KDE/Kasten2/WidgetsDockable -include/kde4/KDE/Kasten2/ZoomBarController -include/kde4/KDE/Kasten2/ZoomController -include/kde4/KDE/Kasten2/Zoomable -include/kde4/KDE/Okteta1/AbstractByteArrayColumnRenderer -include/kde4/KDE/Okteta1/AbstractByteArrayModel -include/kde4/KDE/Okteta1/AbstractByteArrayView -include/kde4/KDE/Okteta1/AbstractColumnRenderer -include/kde4/KDE/Okteta1/AbstractColumnStylist -include/kde4/KDE/Okteta1/Address -include/kde4/KDE/Okteta1/AddressRange -include/kde4/KDE/Okteta1/ArrayChangeMetrics -include/kde4/KDE/Okteta1/Bookmark -include/kde4/KDE/Okteta1/Bookmarkable -include/kde4/KDE/Okteta1/BookmarksConstIterator -include/kde4/KDE/Okteta1/BorderColumnRenderer -include/kde4/KDE/Okteta1/Byte -include/kde4/KDE/Okteta1/ByteArrayChange -include/kde4/KDE/Okteta1/ByteArrayColumnView -include/kde4/KDE/Okteta1/ByteArrayModel -include/kde4/KDE/Okteta1/ByteArrayRowColumnRenderer -include/kde4/KDE/Okteta1/ByteArrayRowView -include/kde4/KDE/Okteta1/ByteArrayTableLayout -include/kde4/KDE/Okteta1/ByteArrayTableRanges -include/kde4/KDE/Okteta1/ChangeHistory -include/kde4/KDE/Okteta1/ChangesDescribable -include/kde4/KDE/Okteta1/CharByteArrayColumnRenderer -include/kde4/KDE/Okteta1/CharCodec -include/kde4/KDE/Okteta1/Character -include/kde4/KDE/Okteta1/Line -include/kde4/KDE/Okteta1/LinePosition -include/kde4/KDE/Okteta1/LinePositionRange -include/kde4/KDE/Okteta1/LineRange -include/kde4/KDE/Okteta1/NumberRange -include/kde4/KDE/Okteta1/OffsetColumnRenderer -include/kde4/KDE/Okteta1/OffsetFormat -include/kde4/KDE/Okteta1/PieceTableByteArrayModel -include/kde4/KDE/Okteta1/Range -include/kde4/KDE/Okteta1/Size -include/kde4/KDE/Okteta1/ValueByteArrayColumnRenderer -include/kde4/KDE/Okteta1/ValueCodec -include/kde4/KDE/Okteta1/Versionable -include/kde4/KDE/Okteta1/WidgetColumnStylist -include/kde4/KDE/Okteta1/WordByteArrayService -include/kde4/kasten2/abstractconnectjob.h -include/kde4/kasten2/abstractcontroller.h -include/kde4/kasten2/abstractdocument.h -include/kde4/kasten2/abstractdocumentfactory.h -include/kde4/kasten2/abstractdocumentstrategy.h -include/kde4/kasten2/abstractexportjob.h -include/kde4/kasten2/abstractfilesystemconnectjob.h -include/kde4/kasten2/abstractfilesystemexportjob.h -include/kde4/kasten2/abstractfilesystemloadjob.h -include/kde4/kasten2/abstractfilesystemsyncfromremotejob.h -include/kde4/kasten2/abstractfilesystemsynctoremotejob.h -include/kde4/kasten2/abstractfilesystemsyncwithremotejob.h -include/kde4/kasten2/abstractgroupedviews.h -include/kde4/kasten2/abstractlinepopup.h -include/kde4/kasten2/abstractloadjob.h -include/kde4/kasten2/abstractmodel.h -include/kde4/kasten2/abstractmodeldatagenerator.h -include/kde4/kasten2/abstractmodeldatageneratorconfigeditor.h -include/kde4/kasten2/abstractmodeldatageneratorconfigeditorfactory.h -include/kde4/kasten2/abstractmodelexporter.h -include/kde4/kasten2/abstractmodelexporterconfigeditor.h -include/kde4/kasten2/abstractmodelexporterconfigeditorfactory.h -include/kde4/kasten2/abstractmodelfilesystemsynchronizer.h -include/kde4/kasten2/abstractmodelselection.h -include/kde4/kasten2/abstractmodelstreamencoder.h -include/kde4/kasten2/abstractmodelstreamencoderconfigeditor.h -include/kde4/kasten2/abstractmodelstreamencoderconfigeditorfactory.h -include/kde4/kasten2/abstractmodelsynchronizer.h -include/kde4/kasten2/abstractmodelsynchronizerfactory.h -include/kde4/kasten2/abstractoverwritedialog.h -include/kde4/kasten2/abstractsavediscarddialog.h -include/kde4/kasten2/abstractselectionview.h -include/kde4/kasten2/abstractsyncfromremotejob.h -include/kde4/kasten2/abstractsynctoremotejob.h -include/kde4/kasten2/abstractsyncwithremotejob.h -include/kde4/kasten2/abstracttool.h -include/kde4/kasten2/abstracttoolfactory.h -include/kde4/kasten2/abstracttoolinlineview.h -include/kde4/kasten2/abstracttoolview.h -include/kde4/kasten2/abstracttoolviewfactory.h -include/kde4/kasten2/abstracttoolwidget.h -include/kde4/kasten2/abstractview.h -include/kde4/kasten2/abstractviewarea.h -include/kde4/kasten2/abstractviewfactory.h -include/kde4/kasten2/abstractxmlguicontroller.h -include/kde4/kasten2/clipboardcontroller.h -include/kde4/kasten2/closecontroller.h -include/kde4/kasten2/copyascontroller.h -include/kde4/kasten2/creatorcontroller.h -include/kde4/kasten2/dataselectable.h -include/kde4/kasten2/dialoghandler.h -include/kde4/kasten2/documentcreatemanager.h -include/kde4/kasten2/documentmanager.h -include/kde4/kasten2/documentstool.h -include/kde4/kasten2/documentstoolview.h -include/kde4/kasten2/documentsyncmanager.h -include/kde4/kasten2/documentversiondata.h -include/kde4/kasten2/documentversionid.h -include/kde4/kasten2/dummyview.h -include/kde4/kasten2/exportcontroller.h -include/kde4/kasten2/filesystembrowsertool.h -include/kde4/kasten2/filesystembrowsertoolview.h -include/kde4/kasten2/fullscreencontroller.h -include/kde4/kasten2/insertcontroller.h -include/kde4/kasten2/jobmanager.h -include/kde4/kasten2/kastencontrollers_export.h -include/kde4/kasten2/kastencore.h -include/kde4/kasten2/kastencore_export.h -include/kde4/kasten2/kastengui.h -include/kde4/kasten2/kastengui_export.h -include/kde4/kasten2/loadercontroller.h -include/kde4/kasten2/modelcodecmanager.h -include/kde4/kasten2/modelcodecviewmanager.h -include/kde4/kasten2/modeldatageneratethread.h -include/kde4/kasten2/modelencoderfilesystemexporter.h -include/kde4/kasten2/modelencoderfilesystemexporterconfigeditor.h -include/kde4/kasten2/modelencoderfilesystemexporterconfigeditorfactory.h -include/kde4/kasten2/modelencoderfilesystemexportjob.h -include/kde4/kasten2/modelstreamencodethread.h -include/kde4/kasten2/modifiedbarcontroller.h -include/kde4/kasten2/multidocumentstrategy.h -include/kde4/kasten2/multiviewareas.h -include/kde4/kasten2/okteta1/abstractbytearraystreamencoder.h -include/kde4/kasten2/okteta1/bookmarkscontroller.h -include/kde4/kasten2/okteta1/bookmarkstool.h -include/kde4/kasten2/okteta1/bookmarkstoolfactory.h -include/kde4/kasten2/okteta1/bookmarkstoolview.h -include/kde4/kasten2/okteta1/bookmarkstoolviewfactory.h -include/kde4/kasten2/okteta1/bytearraycharsstreamencoder.h -include/kde4/kasten2/okteta1/bytearraydocument.h -include/kde4/kasten2/okteta1/bytearraydocumentfactory.h -include/kde4/kasten2/okteta1/bytearrayrawfilesynchronizer.h -include/kde4/kasten2/okteta1/bytearrayrawfilesynchronizerfactory.h -include/kde4/kasten2/okteta1/bytearrayselection.h -include/kde4/kasten2/okteta1/bytearraysourcecodestreamencoder.h -include/kde4/kasten2/okteta1/bytearraysourcecodestreamencoderconfigeditor.h -include/kde4/kasten2/okteta1/bytearraysourcecodestreamencoderconfigeditorfactory.h -include/kde4/kasten2/okteta1/bytearraytextstreamencoderpreview.h -include/kde4/kasten2/okteta1/bytearrayvaluesstreamencoder.h -include/kde4/kasten2/okteta1/bytearrayvaluesstreamencoderconfigeditor.h -include/kde4/kasten2/okteta1/bytearrayvaluesstreamencoderconfigeditorfactory.h -include/kde4/kasten2/okteta1/bytearrayview.h -include/kde4/kasten2/okteta1/bytearrayviewfactory.h -include/kde4/kasten2/okteta1/bytearrayviewprofile.h -include/kde4/kasten2/okteta1/bytearrayviewprofilelock.h -include/kde4/kasten2/okteta1/bytearrayviewprofilemanager.h -include/kde4/kasten2/okteta1/bytearrayviewprofilesynchronizer.h -include/kde4/kasten2/okteta1/bytearrayviewtextstreamencoder.h -include/kde4/kasten2/okteta1/bytetabletool.h -include/kde4/kasten2/okteta1/bytetabletoolfactory.h -include/kde4/kasten2/okteta1/bytetabletoolview.h -include/kde4/kasten2/okteta1/bytetabletoolviewfactory.h -include/kde4/kasten2/okteta1/charsetconversiontoolfactory.h -include/kde4/kasten2/okteta1/charsetconversiontoolviewfactory.h -include/kde4/kasten2/okteta1/checksumtool.h -include/kde4/kasten2/okteta1/checksumtoolfactory.h -include/kde4/kasten2/okteta1/checksumtoolview.h -include/kde4/kasten2/okteta1/checksumtoolviewfactory.h -include/kde4/kasten2/okteta1/config-qca2.h -include/kde4/kasten2/okteta1/containedstring.h -include/kde4/kasten2/okteta1/documentinfotool.h -include/kde4/kasten2/okteta1/documentinfotoolview.h -include/kde4/kasten2/okteta1/filtertool.h -include/kde4/kasten2/okteta1/filtertoolfactory.h -include/kde4/kasten2/okteta1/filtertoolview.h -include/kde4/kasten2/okteta1/filtertoolviewfactory.h -include/kde4/kasten2/okteta1/gotooffsetcontroller.h -include/kde4/kasten2/okteta1/gotooffsettool.h -include/kde4/kasten2/okteta1/gotooffsettoolview.h -include/kde4/kasten2/okteta1/infotool.h -include/kde4/kasten2/okteta1/infotoolfactory.h -include/kde4/kasten2/okteta1/infotoolview.h -include/kde4/kasten2/okteta1/infotoolviewfactory.h -include/kde4/kasten2/okteta1/kfinddirection.h -include/kde4/kasten2/okteta1/oktetakastencontrollers_export.h -include/kde4/kasten2/okteta1/oktetakastencore_export.h -include/kde4/kasten2/okteta1/oktetakastengui_export.h -include/kde4/kasten2/okteta1/overwritemodecontroller.h -include/kde4/kasten2/okteta1/overwriteonlycontroller.h -include/kde4/kasten2/okteta1/poddata.h -include/kde4/kasten2/okteta1/poddecodertool.h -include/kde4/kasten2/okteta1/poddecodertoolfactory.h -include/kde4/kasten2/okteta1/poddecodertoolview.h -include/kde4/kasten2/okteta1/poddecodertoolviewfactory.h -include/kde4/kasten2/okteta1/printcontroller.h -include/kde4/kasten2/okteta1/replacecontroller.h -include/kde4/kasten2/okteta1/replaceuserqueryable.h -include/kde4/kasten2/okteta1/searchcontroller.h -include/kde4/kasten2/okteta1/searchuserqueryable.h -include/kde4/kasten2/okteta1/selectrangecontroller.h -include/kde4/kasten2/okteta1/stringsextracttool.h -include/kde4/kasten2/okteta1/stringsextracttoolfactory.h -include/kde4/kasten2/okteta1/stringsextracttoolview.h -include/kde4/kasten2/okteta1/stringsextracttoolviewfactory.h -include/kde4/kasten2/okteta1/structtoolview.h -include/kde4/kasten2/okteta1/structurestoolfactory.h -include/kde4/kasten2/okteta1/structurestoolviewfactory.h -include/kde4/kasten2/okteta1/viewconfigcontroller.h -include/kde4/kasten2/okteta1/viewmodecontroller.h -include/kde4/kasten2/okteta1/viewprofilecontroller.h -include/kde4/kasten2/okteta1/viewprofilesmanagecontroller.h -include/kde4/kasten2/okteta1/viewstatuscontroller.h -include/kde4/kasten2/person.h -include/kde4/kasten2/quitcontroller.h -include/kde4/kasten2/readonlybarcontroller.h -include/kde4/kasten2/readonlycontroller.h -include/kde4/kasten2/selectcontroller.h -include/kde4/kasten2/selecteddatawriteable.h -include/kde4/kasten2/setremotecontroller.h -include/kde4/kasten2/shellwindow.h -include/kde4/kasten2/singledocumentstrategy.h -include/kde4/kasten2/singleviewarea.h -include/kde4/kasten2/singleviewwindow.h -include/kde4/kasten2/statusbar.h -include/kde4/kasten2/statusbarlayout.h -include/kde4/kasten2/switchviewcontroller.h -include/kde4/kasten2/synchronizecontroller.h -include/kde4/kasten2/tabbedviews.h -include/kde4/kasten2/togglebutton.h -include/kde4/kasten2/toolinlineviewable.h -include/kde4/kasten2/toolinlineviewwidget.h -include/kde4/kasten2/toollistmenucontroller.h -include/kde4/kasten2/toolviewdockwidget.h -include/kde4/kasten2/userlistable.h -include/kde4/kasten2/versionable.h -include/kde4/kasten2/versioncontroller.h -include/kde4/kasten2/versionviewtool.h -include/kde4/kasten2/versionviewtoolview.h -include/kde4/kasten2/viewareabox.h -include/kde4/kasten2/viewareasplitable.h -include/kde4/kasten2/viewareasplitcontroller.h -include/kde4/kasten2/viewbox.h -include/kde4/kasten2/viewlistmenucontroller.h -include/kde4/kasten2/viewmanager.h -include/kde4/kasten2/widgetsdockable.h -include/kde4/kasten2/zoomable.h -include/kde4/kasten2/zoombarcontroller.h -include/kde4/kasten2/zoomcontroller.h -include/kde4/okteta1/abstractbytearraycolumnrenderer.h -include/kde4/okteta1/abstractbytearraymodel.h -include/kde4/okteta1/abstractbytearrayview.h -include/kde4/okteta1/abstractcolumnrenderer.h -include/kde4/okteta1/abstractcolumnstylist.h -include/kde4/okteta1/address.h -include/kde4/okteta1/addressrange.h -include/kde4/okteta1/arraychangemetrics.h -include/kde4/okteta1/bookmark.h -include/kde4/okteta1/bookmarkable.h -include/kde4/okteta1/bookmarksconstiterator.h -include/kde4/okteta1/bookmarksconstiteratoradapter.h -include/kde4/okteta1/bordercolumnrenderer.h -include/kde4/okteta1/byte.h -include/kde4/okteta1/bytearraychange.h -include/kde4/okteta1/bytearraycolumnview.h -include/kde4/okteta1/bytearraymodel.h -include/kde4/okteta1/bytearrayrowcolumnrenderer.h -include/kde4/okteta1/bytearrayrowview.h -include/kde4/okteta1/bytearraytablelayout.h -include/kde4/okteta1/bytearraytableranges.h -include/kde4/okteta1/changehistory.h -include/kde4/okteta1/changesdescribable.h -include/kde4/okteta1/character.h -include/kde4/okteta1/charbytearraycolumnrenderer.h -include/kde4/okteta1/charcodec.h -include/kde4/okteta1/columnsview.h -include/kde4/okteta1/coord.h -include/kde4/okteta1/coordrange.h -include/kde4/okteta1/coordrangelist.h -include/kde4/okteta1/kadds.h -include/kde4/okteta1/line.h -include/kde4/okteta1/lineposition.h -include/kde4/okteta1/linepositionrange.h -include/kde4/okteta1/linerange.h -include/kde4/okteta1/numberrange.h -include/kde4/okteta1/offsetcolumnrenderer.h -include/kde4/okteta1/offsetformat.h -include/kde4/okteta1/oktetacore.h -include/kde4/okteta1/oktetacore_export.h -include/kde4/okteta1/oktetagui.h -include/kde4/okteta1/oktetagui_export.h -include/kde4/okteta1/piecetablebytearraymodel.h -include/kde4/okteta1/range.h -include/kde4/okteta1/selection.h -include/kde4/okteta1/size.h -include/kde4/okteta1/valuebytearraycolumnrenderer.h -include/kde4/okteta1/valuecodec.h -include/kde4/okteta1/versionable.h -include/kde4/okteta1/widgetcolumnstylist.h -include/kde4/okteta1/wordbytearrayservice.h -lib/kde4/libkbytearrayedit.so -lib/kde4/oktetapart.so -lib/kde4/plugins/designer/oktetadesignerplugin.so -lib/libkasten2controllers.so -lib/libkasten2controllers.so.0.2.0 -lib/libkasten2controllers.so.2 -lib/libkasten2core.so -lib/libkasten2core.so.0.2.0 -lib/libkasten2core.so.2 -lib/libkasten2gui.so -lib/libkasten2gui.so.0.2.0 -lib/libkasten2gui.so.2 -lib/libkasten2okteta1controllers.so -lib/libkasten2okteta1controllers.so.0.2.1 -lib/libkasten2okteta1controllers.so.1 -lib/libkasten2okteta1core.so -lib/libkasten2okteta1core.so.0.2.1 -lib/libkasten2okteta1core.so.1 -lib/libkasten2okteta1gui.so -lib/libkasten2okteta1gui.so.0.2.1 -lib/libkasten2okteta1gui.so.1 -lib/libokteta1core.so -lib/libokteta1core.so.0.8.1 -lib/libokteta1core.so.1 -lib/libokteta1gui.so -lib/libokteta1gui.so.0.8.1 -lib/libokteta1gui.so.1 -share/appdata/okteta.appdata.xml -share/applications/kde4/okteta.desktop -share/apps/okteta/oktetaui.rc -share/apps/okteta/structures/elf/main.osd -share/apps/okteta/structures/elf/metadata.desktop -share/apps/okteta/structures/gccxml-to-osd.xsl -share/apps/okteta/structures/png/main.osd -share/apps/okteta/structures/png/metadata.desktop -share/apps/okteta/structures/uuid.js -share/apps/oktetapart/oktetapartbrowserui.rc -share/apps/oktetapart/oktetapartreadonlyui.rc -share/apps/oktetapart/oktetapartreadwriteui.rc +bin/struct2osd +etc/xdg/okteta-structures.knsrc +include/Kasten/AbstractConnectJob +include/Kasten/AbstractController +include/Kasten/AbstractDocument +include/Kasten/AbstractDocumentFactory +include/Kasten/AbstractDocumentStrategy +include/Kasten/AbstractExportJob +include/Kasten/AbstractFileSystemConnectJob +include/Kasten/AbstractFileSystemExportJob +include/Kasten/AbstractFileSystemLoadJob +include/Kasten/AbstractFileSystemSyncFromRemoteJob +include/Kasten/AbstractFileSystemSyncToRemoteJob +include/Kasten/AbstractFileSystemSyncWithRemoteJob +include/Kasten/AbstractGroupedViews +include/Kasten/AbstractLinePopup +include/Kasten/AbstractLoadJob +include/Kasten/AbstractModel +include/Kasten/AbstractModelDataGenerator +include/Kasten/AbstractModelDataGeneratorConfigEditor +include/Kasten/AbstractModelDataGeneratorConfigEditorFactory +include/Kasten/AbstractModelExporter +include/Kasten/AbstractModelExporterConfigEditor +include/Kasten/AbstractModelExporterConfigEditorFactory +include/Kasten/AbstractModelFileSystemSynchronizer +include/Kasten/AbstractModelSelection +include/Kasten/AbstractModelStreamEncoder +include/Kasten/AbstractModelStreamEncoderConfigEditor +include/Kasten/AbstractModelStreamEncoderConfigEditorFactory +include/Kasten/AbstractModelSynchronizer +include/Kasten/AbstractModelSynchronizerFactory +include/Kasten/AbstractOverwriteDialog +include/Kasten/AbstractSaveDiscardDialog +include/Kasten/AbstractSelectionView +include/Kasten/AbstractSyncFromRemoteJob +include/Kasten/AbstractSyncToRemoteJob +include/Kasten/AbstractSyncWithRemoteJob +include/Kasten/AbstractTool +include/Kasten/AbstractToolFactory +include/Kasten/AbstractToolInlineView +include/Kasten/AbstractToolView +include/Kasten/AbstractToolViewFactory +include/Kasten/AbstractToolWidget +include/Kasten/AbstractView +include/Kasten/AbstractViewArea +include/Kasten/AbstractViewFactory +include/Kasten/AbstractXmlGuiController +include/Kasten/ClipboardController +include/Kasten/CloseController +include/Kasten/CopyAsController +include/Kasten/CreatorController +include/Kasten/DataSelectable +include/Kasten/DialogHandler +include/Kasten/DocumentCreateManager +include/Kasten/DocumentManager +include/Kasten/DocumentSyncManager +include/Kasten/DocumentVersionData +include/Kasten/DocumentVersionId +include/Kasten/DocumentsTool +include/Kasten/DocumentsToolView +include/Kasten/DummyView +include/Kasten/ExportController +include/Kasten/FileSystemBrowserTool +include/Kasten/FileSystemBrowserToolView +include/Kasten/FullScreenController +include/Kasten/InsertController +include/Kasten/JobManager +include/Kasten/KastenCore +include/Kasten/KastenGui +include/Kasten/LoaderController +include/Kasten/ModelCodecManager +include/Kasten/ModelCodecViewManager +include/Kasten/ModelDataGenerateThread +include/Kasten/ModelEncoderFileSystemExportJob +include/Kasten/ModelEncoderFileSystemExporter +include/Kasten/ModelEncoderFileSystemExporterConfigEditor +include/Kasten/ModelEncoderFileSystemExporterConfigEditorFactory +include/Kasten/ModelStreamEncodeThread +include/Kasten/ModifiedBarController +include/Kasten/MultiDocumentStrategy +include/Kasten/MultiViewAreas +include/Kasten/Okteta/AbstractByteArrayStreamEncoder +include/Kasten/Okteta/BookmarksController +include/Kasten/Okteta/BookmarksTool +include/Kasten/Okteta/BookmarksToolFactory +include/Kasten/Okteta/BookmarksToolView +include/Kasten/Okteta/BookmarksToolViewFactory +include/Kasten/Okteta/ByteArrayDataGeneratorConfigEditorFactoryFactory +include/Kasten/Okteta/ByteArrayDataGeneratorFactory +include/Kasten/Okteta/ByteArrayDocument +include/Kasten/Okteta/ByteArrayDocumentFactory +include/Kasten/Okteta/ByteArrayRawFileSynchronizer +include/Kasten/Okteta/ByteArrayRawFileSynchronizerFactory +include/Kasten/Okteta/ByteArraySelection +include/Kasten/Okteta/ByteArrayStreamEncoderConfigEditorFactoryFactory +include/Kasten/Okteta/ByteArrayStreamEncoderFactory +include/Kasten/Okteta/ByteArrayView +include/Kasten/Okteta/ByteArrayViewFactory +include/Kasten/Okteta/ByteArrayViewProfile +include/Kasten/Okteta/ByteArrayViewProfileLock +include/Kasten/Okteta/ByteArrayViewProfileManager +include/Kasten/Okteta/ByteArrayViewProfileSynchronizer +include/Kasten/Okteta/ByteTableTool +include/Kasten/Okteta/ByteTableToolFactory +include/Kasten/Okteta/ByteTableToolView +include/Kasten/Okteta/ByteTableToolViewFactory +include/Kasten/Okteta/CharsetConversionTool +include/Kasten/Okteta/CharsetConversionToolFactory +include/Kasten/Okteta/CharsetConversionToolView +include/Kasten/Okteta/CharsetConversionToolViewFactory +include/Kasten/Okteta/ChecksumTool +include/Kasten/Okteta/ChecksumToolFactory +include/Kasten/Okteta/ChecksumToolView +include/Kasten/Okteta/ChecksumToolViewFactory +include/Kasten/Okteta/ContainedString +include/Kasten/Okteta/DocumentInfoTool +include/Kasten/Okteta/DocumentInfoToolView +include/Kasten/Okteta/FilterTool +include/Kasten/Okteta/FilterToolFactory +include/Kasten/Okteta/FilterToolView +include/Kasten/Okteta/FilterToolViewFactory +include/Kasten/Okteta/GotoOffsetController +include/Kasten/Okteta/InfoTool +include/Kasten/Okteta/InfoToolFactory +include/Kasten/Okteta/InfoToolView +include/Kasten/Okteta/InfoToolViewFactory +include/Kasten/Okteta/KFindDirection +include/Kasten/Okteta/OktetaKastenGui +include/Kasten/Okteta/OverwriteModeController +include/Kasten/Okteta/PODData +include/Kasten/Okteta/PODDecoderTool +include/Kasten/Okteta/PODDecoderToolFactory +include/Kasten/Okteta/PODDecoderToolView +include/Kasten/Okteta/PODDecoderToolViewFactory +include/Kasten/Okteta/PrintController +include/Kasten/Okteta/ReplaceController +include/Kasten/Okteta/ReplaceUserQueryable +include/Kasten/Okteta/SearchController +include/Kasten/Okteta/SearchUserQueryable +include/Kasten/Okteta/SelectRangeController +include/Kasten/Okteta/StringsExtractTool +include/Kasten/Okteta/StringsExtractToolFactory +include/Kasten/Okteta/StringsExtractToolView +include/Kasten/Okteta/StringsExtractToolViewFactory +include/Kasten/Okteta/StructToolView +include/Kasten/Okteta/StructuresToolFactory +include/Kasten/Okteta/StructuresToolViewFactory +include/Kasten/Okteta/ViewConfigController +include/Kasten/Okteta/ViewModeController +include/Kasten/Okteta/ViewProfileController +include/Kasten/Okteta/ViewProfilesManageController +include/Kasten/Okteta/ViewStatusController +include/Kasten/Person +include/Kasten/QuitController +include/Kasten/ReadOnlyBarController +include/Kasten/ReadOnlyController +include/Kasten/SelectController +include/Kasten/SelectedDataWriteable +include/Kasten/SetRemoteController +include/Kasten/ShellWindow +include/Kasten/SingleDocumentStrategy +include/Kasten/SingleViewArea +include/Kasten/SingleViewWindow +include/Kasten/StatusBar +include/Kasten/StatusBarLayout +include/Kasten/SwitchViewController +include/Kasten/SynchronizeController +include/Kasten/TabbedViews +include/Kasten/TerminalTool +include/Kasten/TerminalToolView +include/Kasten/ToggleButton +include/Kasten/ToolInlineViewWidget +include/Kasten/ToolInlineViewable +include/Kasten/ToolListMenuController +include/Kasten/ToolViewDockWidget +include/Kasten/UserListable +include/Kasten/VersionController +include/Kasten/VersionViewTool +include/Kasten/VersionViewToolView +include/Kasten/Versionable +include/Kasten/ViewAreaBox +include/Kasten/ViewAreaSplitController +include/Kasten/ViewAreaSplitable +include/Kasten/ViewBox +include/Kasten/ViewListMenuController +include/Kasten/ViewManager +include/Kasten/WidgetsDockable +include/Kasten/ZoomBarController +include/Kasten/ZoomController +include/Kasten/Zoomable +include/Okteta/AbstractByteArrayColumnRenderer +include/Okteta/AbstractByteArrayModel +include/Okteta/AbstractByteArrayView +include/Okteta/AbstractColumnRenderer +include/Okteta/AbstractColumnStylist +include/Okteta/Address +include/Okteta/AddressRange +include/Okteta/ArrayChangeMetrics +include/Okteta/ArrayChangeMetricsList +include/Okteta/Bookmark +include/Okteta/Bookmarkable +include/Okteta/BookmarksConstIterator +include/Okteta/BookmarksConstIteratorAdapter +include/Okteta/BorderColumnRenderer +include/Okteta/Byte +include/Okteta/ByteArrayChange +include/Okteta/ByteArrayColumnView +include/Okteta/ByteArrayModel +include/Okteta/ByteArrayRowColumnRenderer +include/Okteta/ByteArrayRowView +include/Okteta/ByteArrayTableLayout +include/Okteta/ByteArrayTableRanges +include/Okteta/ChangeHistory +include/Okteta/ChangesDescribable +include/Okteta/CharByteArrayColumnRenderer +include/Okteta/CharCodec +include/Okteta/Character +include/Okteta/ColumnsView +include/Okteta/Coord +include/Okteta/CoordRange +include/Okteta/CoordRangeList +include/Okteta/KAdds +include/Okteta/Line +include/Okteta/LinePosition +include/Okteta/LinePositionRange +include/Okteta/LineRange +include/Okteta/NumberRange +include/Okteta/OffsetColumnRenderer +include/Okteta/OffsetFormat +include/Okteta/OktetaCore +include/Okteta/OktetaGui +include/Okteta/PieceTableByteArrayModel +include/Okteta/Range +include/Okteta/Selection +include/Okteta/Size +include/Okteta/ValueByteArrayColumnRenderer +include/Okteta/ValueCodec +include/Okteta/Versionable +include/Okteta/WidgetColumnStylist +include/Okteta/WordByteArrayService +include/kasten/abstractconnectjob.h +include/kasten/abstractcontroller.h +include/kasten/abstractdocument.h +include/kasten/abstractdocumentfactory.h +include/kasten/abstractdocumentstrategy.h +include/kasten/abstractexportjob.h +include/kasten/abstractfilesystemconnectjob.h +include/kasten/abstractfilesystemexportjob.h +include/kasten/abstractfilesystemloadjob.h +include/kasten/abstractfilesystemsyncfromremotejob.h +include/kasten/abstractfilesystemsynctoremotejob.h +include/kasten/abstractfilesystemsyncwithremotejob.h +include/kasten/abstractgroupedviews.h +include/kasten/abstractlinepopup.h +include/kasten/abstractloadjob.h +include/kasten/abstractmodel.h +include/kasten/abstractmodeldatagenerator.h +include/kasten/abstractmodeldatageneratorconfigeditor.h +include/kasten/abstractmodeldatageneratorconfigeditorfactory.h +include/kasten/abstractmodelexporter.h +include/kasten/abstractmodelexporterconfigeditor.h +include/kasten/abstractmodelexporterconfigeditorfactory.h +include/kasten/abstractmodelfilesystemsynchronizer.h +include/kasten/abstractmodelselection.h +include/kasten/abstractmodelstreamencoder.h +include/kasten/abstractmodelstreamencoderconfigeditor.h +include/kasten/abstractmodelstreamencoderconfigeditorfactory.h +include/kasten/abstractmodelsynchronizer.h +include/kasten/abstractmodelsynchronizerfactory.h +include/kasten/abstractoverwritedialog.h +include/kasten/abstractsavediscarddialog.h +include/kasten/abstractselectionview.h +include/kasten/abstractsyncfromremotejob.h +include/kasten/abstractsynctoremotejob.h +include/kasten/abstractsyncwithremotejob.h +include/kasten/abstracttool.h +include/kasten/abstracttoolfactory.h +include/kasten/abstracttoolinlineview.h +include/kasten/abstracttoolview.h +include/kasten/abstracttoolviewfactory.h +include/kasten/abstracttoolwidget.h +include/kasten/abstractview.h +include/kasten/abstractviewarea.h +include/kasten/abstractviewfactory.h +include/kasten/abstractxmlguicontroller.h +include/kasten/clipboardcontroller.h +include/kasten/closecontroller.h +include/kasten/copyascontroller.h +include/kasten/creatorcontroller.h +include/kasten/dataselectable.h +include/kasten/dialoghandler.h +include/kasten/documentcreatemanager.h +include/kasten/documentmanager.h +include/kasten/documentstool.h +include/kasten/documentstoolview.h +include/kasten/documentsyncmanager.h +include/kasten/documentversiondata.h +include/kasten/documentversionid.h +include/kasten/dummyview.h +include/kasten/exportcontroller.h +include/kasten/filesystembrowsertool.h +include/kasten/filesystembrowsertoolview.h +include/kasten/fullscreencontroller.h +include/kasten/insertcontroller.h +include/kasten/jobmanager.h +include/kasten/kastencontrollers_export.h +include/kasten/kastencore.h +include/kasten/kastencore_export.h +include/kasten/kastengui.h +include/kasten/kastengui_export.h +include/kasten/loadercontroller.h +include/kasten/modelcodecmanager.h +include/kasten/modelcodecviewmanager.h +include/kasten/modeldatageneratethread.h +include/kasten/modelencoderfilesystemexporter.h +include/kasten/modelencoderfilesystemexporterconfigeditor.h +include/kasten/modelencoderfilesystemexporterconfigeditorfactory.h +include/kasten/modelencoderfilesystemexportjob.h +include/kasten/modelstreamencodethread.h +include/kasten/modifiedbarcontroller.h +include/kasten/multidocumentstrategy.h +include/kasten/multiviewareas.h +include/kasten/okteta/abstractbytearraystreamencoder.h +include/kasten/okteta/bookmarkscontroller.h +include/kasten/okteta/bookmarkstool.h +include/kasten/okteta/bookmarkstoolfactory.h +include/kasten/okteta/bookmarkstoolview.h +include/kasten/okteta/bookmarkstoolviewfactory.h +include/kasten/okteta/bytearraydatageneratorconfigeditorfactoryfactory.h +include/kasten/okteta/bytearraydatageneratorfactory.h +include/kasten/okteta/bytearraydocument.h +include/kasten/okteta/bytearraydocumentfactory.h +include/kasten/okteta/bytearrayrawfilesynchronizer.h +include/kasten/okteta/bytearrayrawfilesynchronizerfactory.h +include/kasten/okteta/bytearrayselection.h +include/kasten/okteta/bytearraystreamencoderconfigeditorfactoryfactory.h +include/kasten/okteta/bytearraystreamencoderfactory.h +include/kasten/okteta/bytearrayview.h +include/kasten/okteta/bytearrayviewfactory.h +include/kasten/okteta/bytearrayviewprofile.h +include/kasten/okteta/bytearrayviewprofilelock.h +include/kasten/okteta/bytearrayviewprofilemanager.h +include/kasten/okteta/bytearrayviewprofilesynchronizer.h +include/kasten/okteta/bytetabletool.h +include/kasten/okteta/bytetabletoolfactory.h +include/kasten/okteta/bytetabletoolview.h +include/kasten/okteta/bytetabletoolviewfactory.h +include/kasten/okteta/charsetconversiontool.h +include/kasten/okteta/charsetconversiontoolfactory.h +include/kasten/okteta/charsetconversiontoolview.h +include/kasten/okteta/charsetconversiontoolviewfactory.h +include/kasten/okteta/checksumtool.h +include/kasten/okteta/checksumtoolfactory.h +include/kasten/okteta/checksumtoolview.h +include/kasten/okteta/checksumtoolviewfactory.h +include/kasten/okteta/config-qca2.h +include/kasten/okteta/containedstring.h +include/kasten/okteta/documentinfotool.h +include/kasten/okteta/documentinfotoolview.h +include/kasten/okteta/filtertool.h +include/kasten/okteta/filtertoolfactory.h +include/kasten/okteta/filtertoolview.h +include/kasten/okteta/filtertoolviewfactory.h +include/kasten/okteta/gotooffsetcontroller.h +include/kasten/okteta/infotool.h +include/kasten/okteta/infotoolfactory.h +include/kasten/okteta/infotoolview.h +include/kasten/okteta/infotoolviewfactory.h +include/kasten/okteta/kfinddirection.h +include/kasten/okteta/oktetakastencontrollers_export.h +include/kasten/okteta/oktetakastencore_export.h +include/kasten/okteta/oktetakastengui.h +include/kasten/okteta/oktetakastengui_export.h +include/kasten/okteta/overwritemodecontroller.h +include/kasten/okteta/poddata.h +include/kasten/okteta/poddecodertool.h +include/kasten/okteta/poddecodertoolfactory.h +include/kasten/okteta/poddecodertoolview.h +include/kasten/okteta/poddecodertoolviewfactory.h +include/kasten/okteta/printcontroller.h +include/kasten/okteta/replacecontroller.h +include/kasten/okteta/replaceuserqueryable.h +include/kasten/okteta/searchcontroller.h +include/kasten/okteta/searchuserqueryable.h +include/kasten/okteta/selectrangecontroller.h +include/kasten/okteta/stringsextracttool.h +include/kasten/okteta/stringsextracttoolfactory.h +include/kasten/okteta/stringsextracttoolview.h +include/kasten/okteta/stringsextracttoolviewfactory.h +include/kasten/okteta/structtoolview.h +include/kasten/okteta/structurestoolfactory.h +include/kasten/okteta/structurestoolviewfactory.h +include/kasten/okteta/viewconfigcontroller.h +include/kasten/okteta/viewmodecontroller.h +include/kasten/okteta/viewprofilecontroller.h +include/kasten/okteta/viewprofilesmanagecontroller.h +include/kasten/okteta/viewstatuscontroller.h +include/kasten/person.h +include/kasten/quitcontroller.h +include/kasten/readonlybarcontroller.h +include/kasten/readonlycontroller.h +include/kasten/selectcontroller.h +include/kasten/selecteddatawriteable.h +include/kasten/setremotecontroller.h +include/kasten/shellwindow.h +include/kasten/singledocumentstrategy.h +include/kasten/singleviewarea.h +include/kasten/singleviewwindow.h +include/kasten/statusbar.h +include/kasten/statusbarlayout.h +include/kasten/switchviewcontroller.h +include/kasten/synchronizecontroller.h +include/kasten/tabbedviews.h +include/kasten/terminaltool.h +include/kasten/terminaltoolview.h +include/kasten/togglebutton.h +include/kasten/toolinlineviewable.h +include/kasten/toolinlineviewwidget.h +include/kasten/toollistmenucontroller.h +include/kasten/toolviewdockwidget.h +include/kasten/userlistable.h +include/kasten/versionable.h +include/kasten/versioncontroller.h +include/kasten/versionviewtool.h +include/kasten/versionviewtoolview.h +include/kasten/viewareabox.h +include/kasten/viewareasplitable.h +include/kasten/viewareasplitcontroller.h +include/kasten/viewbox.h +include/kasten/viewlistmenucontroller.h +include/kasten/viewmanager.h +include/kasten/widgetsdockable.h +include/kasten/zoomable.h +include/kasten/zoombarcontroller.h +include/kasten/zoomcontroller.h +include/okteta/abstractbytearraycolumnrenderer.h +include/okteta/abstractbytearraymodel.h +include/okteta/abstractbytearrayview.h +include/okteta/abstractcolumnrenderer.h +include/okteta/abstractcolumnstylist.h +include/okteta/address.h +include/okteta/addressrange.h +include/okteta/arraychangemetrics.h +include/okteta/arraychangemetricslist.h +include/okteta/bookmark.h +include/okteta/bookmarkable.h +include/okteta/bookmarksconstiterator.h +include/okteta/bookmarksconstiteratoradapter.h +include/okteta/bordercolumnrenderer.h +include/okteta/byte.h +include/okteta/bytearraychange.h +include/okteta/bytearraycolumnview.h +include/okteta/bytearraymodel.h +include/okteta/bytearrayrowcolumnrenderer.h +include/okteta/bytearrayrowview.h +include/okteta/bytearraytablelayout.h +include/okteta/bytearraytableranges.h +include/okteta/changehistory.h +include/okteta/changesdescribable.h +include/okteta/character.h +include/okteta/charbytearraycolumnrenderer.h +include/okteta/charcodec.h +include/okteta/columnsview.h +include/okteta/coord.h +include/okteta/coordrange.h +include/okteta/coordrangelist.h +include/okteta/kadds.h +include/okteta/line.h +include/okteta/lineposition.h +include/okteta/linepositionrange.h +include/okteta/linerange.h +include/okteta/numberrange.h +include/okteta/offsetcolumnrenderer.h +include/okteta/offsetformat.h +include/okteta/oktetacore.h +include/okteta/oktetacore_export.h +include/okteta/oktetagui.h +include/okteta/oktetagui_export.h +include/okteta/piecetablebytearraymodel.h +include/okteta/range.h +include/okteta/selection.h +include/okteta/size.h +include/okteta/valuebytearraycolumnrenderer.h +include/okteta/valuecodec.h +include/okteta/versionable.h +include/okteta/widgetcolumnstylist.h +include/okteta/wordbytearrayservice.h +lib/cmake/KastenControllers/KastenControllersConfig.cmake +lib/cmake/KastenControllers/KastenControllersConfigVersion.cmake +lib/cmake/KastenControllers/KastenControllersTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KastenControllers/KastenControllersTargets.cmake +lib/cmake/KastenCore/KastenCoreConfig.cmake +lib/cmake/KastenCore/KastenCoreConfigVersion.cmake +lib/cmake/KastenCore/KastenCoreTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KastenCore/KastenCoreTargets.cmake +lib/cmake/KastenGui/KastenGuiConfig.cmake +lib/cmake/KastenGui/KastenGuiConfigVersion.cmake +lib/cmake/KastenGui/KastenGuiTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KastenGui/KastenGuiTargets.cmake +lib/cmake/OktetaCore/OktetaCoreConfig.cmake +lib/cmake/OktetaCore/OktetaCoreConfigVersion.cmake +lib/cmake/OktetaCore/OktetaCoreTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/OktetaCore/OktetaCoreTargets.cmake +lib/cmake/OktetaGui/OktetaGuiConfig.cmake +lib/cmake/OktetaGui/OktetaGuiConfigVersion.cmake +lib/cmake/OktetaGui/OktetaGuiTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/OktetaGui/OktetaGuiTargets.cmake +lib/cmake/OktetaKastenControllers/OktetaKastenControllersConfig.cmake +lib/cmake/OktetaKastenControllers/OktetaKastenControllersConfigVersion.cmake +lib/cmake/OktetaKastenControllers/OktetaKastenControllersTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/OktetaKastenControllers/OktetaKastenControllersTargets.cmake +lib/cmake/OktetaKastenCore/OktetaKastenCoreConfig.cmake +lib/cmake/OktetaKastenCore/OktetaKastenCoreConfigVersion.cmake +lib/cmake/OktetaKastenCore/OktetaKastenCoreTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/OktetaKastenCore/OktetaKastenCoreTargets.cmake +lib/cmake/OktetaKastenGui/OktetaKastenGuiConfig.cmake +lib/cmake/OktetaKastenGui/OktetaKastenGuiConfigVersion.cmake +lib/cmake/OktetaKastenGui/OktetaKastenGuiTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/OktetaKastenGui/OktetaKastenGuiTargets.cmake +lib/libkasten3controllers.so +lib/libkasten3controllers.so.0.3.0 +lib/libkasten3controllers.so.3 +lib/libkasten3core.so +lib/libkasten3core.so.0.3.0 +lib/libkasten3core.so.3 +lib/libkasten3gui.so +lib/libkasten3gui.so.0.3.0 +lib/libkasten3gui.so.3 +lib/libkasten3okteta1controllers.so +lib/libkasten3okteta1controllers.so.0.3.1 +lib/libkasten3okteta1controllers.so.1 +lib/libkasten3okteta1core.so +lib/libkasten3okteta1core.so.0.3.1 +lib/libkasten3okteta1core.so.1 +lib/libkasten3okteta1gui.so +lib/libkasten3okteta1gui.so.0.3.1 +lib/libkasten3okteta1gui.so.1 +lib/libokteta2core.so +lib/libokteta2core.so.0.9.1 +lib/libokteta2core.so.2 +lib/libokteta2gui.so +lib/libokteta2gui.so.0.9.1 +lib/libokteta2gui.so.2 +%%QT_PLUGINDIR%%/designer/oktetadesignerplugin.so +%%QT_PLUGINDIR%%/oktetapart.so +share/applications/org.kde.okteta.desktop share/config.kcfg/structviewpreferences.kcfg -share/config/okteta-structures.knsrc -share/doc/HTML/en/okteta/common share/doc/HTML/en/okteta/index.cache.bz2 share/doc/HTML/en/okteta/index.docbook share/icons/hicolor/16x16/apps/okteta.png share/icons/hicolor/32x32/apps/okteta.png share/icons/hicolor/48x48/apps/okteta.png -share/kde4/services/kbytearrayedit.desktop -share/kde4/services/oktetapart.desktop +share/kxmlgui5/okteta/oktetaui.rc +share/kxmlgui5/oktetapart/oktetapartbrowserui.rc +share/kxmlgui5/oktetapart/oktetapartreadonlyui.rc +share/kxmlgui5/oktetapart/oktetapartreadwriteui.rc +share/metainfo/org.kde.okteta.appdata.xml share/mime/packages/okteta.xml +%%DATADIR%%/structures/elf/main.osd +%%DATADIR%%/structures/elf/metadata.desktop +%%DATADIR%%/structures/gccxml-to-osd.xsl +%%DATADIR%%/structures/png/main.osd +%%DATADIR%%/structures/png/metadata.desktop +%%DATADIR%%/structures/uuid.js Index: devel/plasma5-khotkeys/Makefile =================================================================== --- /dev/null +++ devel/plasma5-khotkeys/Makefile @@ -0,0 +1,22 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= khotkeys +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= devel kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 library for hotkeys + +USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 tar:xz +USE_KDE= auth bookmarks codecs completion config configwidgets \ + coreaddons crash dbusaddons ecm emoticons globalaccel \ + guiaddons i18n iconthemes init itemmodels itemviews jobwidgets \ + kcmutils kdelibs4support kio notifications parts \ + plasma-framework plasma-workspace service solid sonnet \ + textwidgets unitconversion widgetsaddons windowsystem xmlgui +USE_QT5= buildtools_build core dbus gui network printsupport \ + qmake_build widgets x11extras xml +USE_XORG= x11 + +.include Index: devel/plasma5-khotkeys/distinfo =================================================================== --- /dev/null +++ devel/plasma5-khotkeys/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101615 +SHA256 (KDE/plasma/5.9.2/khotkeys-5.9.2.tar.xz) = 88d1633e7271e8d90814501d10d2e393f3d43428ad0240e8f03bb9fa7c348e26 +SIZE (KDE/plasma/5.9.2/khotkeys-5.9.2.tar.xz) = 605440 Index: devel/plasma5-khotkeys/pkg-descr =================================================================== --- /dev/null +++ devel/plasma5-khotkeys/pkg-descr @@ -0,0 +1,3 @@ +Plasma5 library for hotkeys. + +WWW: https://projects.kde.org/projects/kde/workspace/khotkeys Index: devel/plasma5-khotkeys/pkg-plist =================================================================== --- /dev/null +++ devel/plasma5-khotkeys/pkg-plist @@ -0,0 +1,108 @@ +lib/cmake/KHotKeysDBusInterface/KHotKeysDBusInterfaceConfig.cmake +lib/libkhotkeysprivate.so.5 +lib/libkhotkeysprivate.so.%%KDE_PLASMA_VERSION%% +%%QT_PLUGINDIR%%/kcm_hotkeys.so +%%QT_PLUGINDIR%%/kf5/kded/khotkeys.so +share/dbus-1/interfaces/org.kde.khotkeys.xml +share/doc/HTML/en/kcontrol/khotkeys/groups-comment.png +share/doc/HTML/en/kcontrol/khotkeys/index.cache.bz2 +share/doc/HTML/en/kcontrol/khotkeys/index.docbook +share/doc/HTML/en/kcontrol/khotkeys/manage-export.png +share/doc/HTML/en/kcontrol/khotkeys/oxygen-22x22-edit-clear-locationbar-rtl.png +share/doc/HTML/en/kcontrol/khotkeys/settings.png +share/doc/HTML/en/kcontrol/khotkeys/shortcuts-action-command.png +share/doc/HTML/en/kcontrol/khotkeys/shortcuts-action-keyboard.png +share/doc/HTML/en/kcontrol/khotkeys/shortcuts-trigger-keyboard.png +share/doc/HTML/en/kcontrol/khotkeys/shortcuts-trigger-mouse.png +%%DATADIR%%/defaults.khotkeys +%%DATADIR%%/kde32b1.khotkeys +%%DATADIR%%/konqueror_gestures_kde321.khotkeys +share/kservices5/khotkeys.desktop +share/locale/af/LC_MESSAGES/khotkeys.mo +share/locale/ar/LC_MESSAGES/khotkeys.mo +share/locale/ast/LC_MESSAGES/khotkeys.mo +share/locale/be/LC_MESSAGES/khotkeys.mo +share/locale/bg/LC_MESSAGES/khotkeys.mo +share/locale/bn_IN/LC_MESSAGES/khotkeys.mo +share/locale/br/LC_MESSAGES/khotkeys.mo +share/locale/bs/LC_MESSAGES/khotkeys.mo +share/locale/ca/LC_MESSAGES/khotkeys.mo +share/locale/ca@valencia/LC_MESSAGES/khotkeys.mo +share/locale/cs/LC_MESSAGES/khotkeys.mo +share/locale/csb/LC_MESSAGES/khotkeys.mo +share/locale/cy/LC_MESSAGES/khotkeys.mo +share/locale/da/LC_MESSAGES/khotkeys.mo +share/locale/de/LC_MESSAGES/khotkeys.mo +share/locale/el/LC_MESSAGES/khotkeys.mo +share/locale/en_GB/LC_MESSAGES/khotkeys.mo +share/locale/eo/LC_MESSAGES/khotkeys.mo +share/locale/es/LC_MESSAGES/khotkeys.mo +share/locale/et/LC_MESSAGES/khotkeys.mo +share/locale/eu/LC_MESSAGES/khotkeys.mo +share/locale/fa/LC_MESSAGES/khotkeys.mo +share/locale/fi/LC_MESSAGES/khotkeys.mo +share/locale/fr/LC_MESSAGES/khotkeys.mo +share/locale/fy/LC_MESSAGES/khotkeys.mo +share/locale/ga/LC_MESSAGES/khotkeys.mo +share/locale/gl/LC_MESSAGES/khotkeys.mo +share/locale/gu/LC_MESSAGES/khotkeys.mo +share/locale/he/LC_MESSAGES/khotkeys.mo +share/locale/hi/LC_MESSAGES/khotkeys.mo +share/locale/hne/LC_MESSAGES/khotkeys.mo +share/locale/hr/LC_MESSAGES/khotkeys.mo +share/locale/hsb/LC_MESSAGES/khotkeys.mo +share/locale/hu/LC_MESSAGES/khotkeys.mo +share/locale/ia/LC_MESSAGES/khotkeys.mo +share/locale/id/LC_MESSAGES/khotkeys.mo +share/locale/is/LC_MESSAGES/khotkeys.mo +share/locale/it/LC_MESSAGES/khotkeys.mo +share/locale/ja/LC_MESSAGES/khotkeys.mo +share/locale/kk/LC_MESSAGES/khotkeys.mo +share/locale/km/LC_MESSAGES/khotkeys.mo +share/locale/kn/LC_MESSAGES/khotkeys.mo +share/locale/ko/LC_MESSAGES/khotkeys.mo +share/locale/ku/LC_MESSAGES/khotkeys.mo +share/locale/lt/LC_MESSAGES/khotkeys.mo +share/locale/lv/LC_MESSAGES/khotkeys.mo +share/locale/mai/LC_MESSAGES/khotkeys.mo +share/locale/mk/LC_MESSAGES/khotkeys.mo +share/locale/ml/LC_MESSAGES/khotkeys.mo +share/locale/mr/LC_MESSAGES/khotkeys.mo +share/locale/ms/LC_MESSAGES/khotkeys.mo +share/locale/nb/LC_MESSAGES/khotkeys.mo +share/locale/nds/LC_MESSAGES/khotkeys.mo +share/locale/ne/LC_MESSAGES/khotkeys.mo +share/locale/nl/LC_MESSAGES/khotkeys.mo +share/locale/nn/LC_MESSAGES/khotkeys.mo +share/locale/oc/LC_MESSAGES/khotkeys.mo +share/locale/or/LC_MESSAGES/khotkeys.mo +share/locale/pa/LC_MESSAGES/khotkeys.mo +share/locale/pl/LC_MESSAGES/khotkeys.mo +share/locale/pt/LC_MESSAGES/khotkeys.mo +share/locale/pt_BR/LC_MESSAGES/khotkeys.mo +share/locale/ro/LC_MESSAGES/khotkeys.mo +share/locale/ru/LC_MESSAGES/khotkeys.mo +share/locale/se/LC_MESSAGES/khotkeys.mo +share/locale/si/LC_MESSAGES/khotkeys.mo +share/locale/sk/LC_MESSAGES/khotkeys.mo +share/locale/sl/LC_MESSAGES/khotkeys.mo +share/locale/sq/LC_MESSAGES/khotkeys.mo +share/locale/sr/LC_MESSAGES/khotkeys.mo +share/locale/sr@ijekavian/LC_MESSAGES/khotkeys.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/khotkeys.mo +share/locale/sr@latin/LC_MESSAGES/khotkeys.mo +share/locale/sv/LC_MESSAGES/khotkeys.mo +share/locale/ta/LC_MESSAGES/khotkeys.mo +share/locale/te/LC_MESSAGES/khotkeys.mo +share/locale/tg/LC_MESSAGES/khotkeys.mo +share/locale/th/LC_MESSAGES/khotkeys.mo +share/locale/tr/LC_MESSAGES/khotkeys.mo +share/locale/ug/LC_MESSAGES/khotkeys.mo +share/locale/uk/LC_MESSAGES/khotkeys.mo +share/locale/uz/LC_MESSAGES/khotkeys.mo +share/locale/uz@cyrillic/LC_MESSAGES/khotkeys.mo +share/locale/vi/LC_MESSAGES/khotkeys.mo +share/locale/wa/LC_MESSAGES/khotkeys.mo +share/locale/xh/LC_MESSAGES/khotkeys.mo +share/locale/zh_CN/LC_MESSAGES/khotkeys.mo +share/locale/zh_TW/LC_MESSAGES/khotkeys.mo Index: devel/plasma5-kwrited/Makefile =================================================================== --- /dev/null +++ devel/plasma5-kwrited/Makefile @@ -0,0 +1,15 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kwrited +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= devel kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 daemon listening for wall and write messages + +USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 tar:xz +USE_KDE= coreaddons dbusaddons ecm i18n notifications pty +USE_QT5= buildtools_build core dbus gui qmake_build widgets + +.include Index: devel/plasma5-kwrited/distinfo =================================================================== --- /dev/null +++ devel/plasma5-kwrited/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101616 +SHA256 (KDE/plasma/5.9.2/kwrited-5.9.2.tar.xz) = 2b65b6c50180322c33c55278fead0f9b62e05665c8cb4ed3908ae5ed7a923ecd +SIZE (KDE/plasma/5.9.2/kwrited-5.9.2.tar.xz) = 20196 Index: devel/plasma5-kwrited/pkg-descr =================================================================== --- /dev/null +++ devel/plasma5-kwrited/pkg-descr @@ -0,0 +1,3 @@ +Plasma5 daemon listening for wall and write messages. + +WWW: https://projects.kde.org/projects/kde/workspace/kwrited Index: devel/plasma5-kwrited/pkg-plist =================================================================== --- /dev/null +++ devel/plasma5-kwrited/pkg-plist @@ -0,0 +1,2 @@ +%%QT_PLUGINDIR%%/kf5/kded/kwrited.so +share/knotifications5/kwrited.notifyrc Index: devel/plasma5-plasma-sdk/Makefile =================================================================== --- /dev/null +++ devel/plasma5-plasma-sdk/Makefile @@ -0,0 +1,27 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= plasma-sdk +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= devel kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 applications useful for Plasma development + +USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 tar:xz +USE_KDE= archive attica5 auth codecs completion config configwidgets \ + coreaddons dbusaddons ecm i18n iconthemes itemmodels \ + jobwidgets kdeclarative kio kirigami newstuff package parts \ + plasma-framework service sonnet texteditor textwidgets \ + widgetsaddons windowsystem xmlgui +USE_QT5= buildtools_build core dbus gui network qmake_build qml quick \ + webkit widgets x11extras xml + +OPTIONS_DEFINE= KDEVPLATFORM +OPTIONS_SUB= YES + +KDEVPLATFORM_LIB_DEPENDS= libKDevPlatformInterfaces.so:devel/kdevplatform-kf5 +KDEVPLATFORM_DESC= Build plasmate +KDEVPLATFORM_USE= KDE=emoticons,kdelibs4support + +.include Index: devel/plasma5-plasma-sdk/distinfo =================================================================== --- /dev/null +++ devel/plasma5-plasma-sdk/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101627 +SHA256 (KDE/plasma/5.9.2/plasma-sdk-5.9.2.tar.xz) = af8423848c278cb8ffa667f5293376350d1552a37efddeeb7f7fa900754bc36a +SIZE (KDE/plasma/5.9.2/plasma-sdk-5.9.2.tar.xz) = 722096 Index: devel/plasma5-plasma-sdk/pkg-descr =================================================================== --- /dev/null +++ devel/plasma5-plasma-sdk/pkg-descr @@ -0,0 +1,3 @@ +Useful applications for Plasma development. + +WWW: https://projects.kde.org/projects/extragear/sdk/plasma-sdk Index: devel/plasma5-plasma-sdk/pkg-plist =================================================================== --- /dev/null +++ devel/plasma5-plasma-sdk/pkg-plist @@ -0,0 +1,632 @@ +bin/cuttlefish +bin/lookandfeelexplorer +bin/plasmaengineexplorer +%%KDEVPLATFORM%%bin/plasmakconfigxteditor +%%KDEVPLATFORM%%bin/plasmate +bin/plasmathemeexplorer +bin/plasmoidviewer +%%KDEVPLATFORM%%etc/xdg/plasmate.knsrc +%%KDEVPLATFORM%%%%QT_PLUGINDIR%%/kdevplatform/25/kdevplasmamanager.so +%%KDEVPLATFORM%%%%QT_PLUGINDIR%%/kdevsavesystemview.so +%%QT_PLUGINDIR%%/ktexteditor/cuttlefishplugin.so +share/applications/org.kde.cuttlefish.desktop +share/applications/org.kde.plasma.lookandfeelexplorer.desktop +share/applications/org.kde.plasma.themeexplorer.desktop +%%KDEVPLATFORM%%share/applications/plasmate.desktop +%%KDEVPLATFORM%%share/kdevsavesystemview/kdevsavesystemview.rc +%%KDEVPLATFORM%%share/kdevsavesystemview/qml/CommitsView/Branch.qml +%%KDEVPLATFORM%%share/kdevsavesystemview/qml/CommitsView/BranchView/DeleteBranchView.qml +%%KDEVPLATFORM%%share/kdevsavesystemview/qml/CommitsView/BranchView/InputBranchView.qml +%%KDEVPLATFORM%%share/kdevsavesystemview/qml/CommitsView/BranchView/NewBranchView.qml +%%KDEVPLATFORM%%share/kdevsavesystemview/qml/CommitsView/BranchView/RenameBranchView.qml +%%KDEVPLATFORM%%share/kdevsavesystemview/qml/CommitsView/BranchView/SelectionBranchView.qml +%%KDEVPLATFORM%%share/kdevsavesystemview/qml/CommitsView/BranchView/SwitchBranchView.qml +%%KDEVPLATFORM%%share/kdevsavesystemview/qml/CommitsView/Commit.qml +%%KDEVPLATFORM%%share/kdevsavesystemview/qml/CommitsView/CommitsView.qml +%%KDEVPLATFORM%%share/kdevsavesystemview/qml/CommitsView/NewSavePoint.qml +%%KDEVPLATFORM%%share/kdevsavesystemview/qml/CommitsView/NewSavePointView.qml +%%KDEVPLATFORM%%share/kdevsavesystemview/qml/CommitsView/SaveSystemItem.qml +%%KDEVPLATFORM%%share/kdevsavesystemview/qml/CommitsView/View.qml +%%KDEVPLATFORM%%share/kdevsavesystemview/qml/Home.qml +%%KDEVPLATFORM%%share/kdevsavesystemview/qml/main.qml +share/kpackage/genericqml/org.kde.plasma.lookandfeelexplorer/contents/ui/FormField.qml +share/kpackage/genericqml/org.kde.plasma.lookandfeelexplorer/contents/ui/FormLabel.qml +share/kpackage/genericqml/org.kde.plasma.lookandfeelexplorer/contents/ui/MetadataEditor.qml +share/kpackage/genericqml/org.kde.plasma.lookandfeelexplorer/contents/ui/main.qml +share/kpackage/genericqml/org.kde.plasma.lookandfeelexplorer/metadata.desktop +share/kpackage/genericqml/org.kde.plasma.lookandfeelexplorer/metadata.json +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/code/openInEditor.sh +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/data/themeDescription.json +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/data/todo +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/ColorButton.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/ColorEditor.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/FormLabel.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/MetadataEditor.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/Hand.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/actionbutton.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/allframesvgs.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/analog_meter.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/busyindicator.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/button.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/checkmarks.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/clock.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/containment-controls.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/dialog.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/framesvg.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/icons.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/listitem.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/monitor.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/panel.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/progressbar.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/scrollbar.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/slider.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/tabbar.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/textfield.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/fakecontrols/Button.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/fakecontrols/CheckBox.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/fakecontrols/LineEdit.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/main.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/metadata.desktop +share/kpackage/genericqml/org.kde.plasma.themeexplorer/metadata.json +%%KDEVPLATFORM%%share/kservices5/kdevsavesystemview.desktop +share/kservices5/plasma-package-org.kde.plasma.cuttlefish.desktop +share/kservices5/plasma-shell-org.kde.plasma.plasmoidviewershell.desktop +share/locale/ar/LC_MESSAGES/cuttlefish.mo +share/locale/ar/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/ar/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/ar/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/ar/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ar/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/ar/LC_MESSAGES/plasmoidviewer.mo +share/locale/ar/LC_MESSAGES/remote-widgets-browser.mo +share/locale/ast/LC_MESSAGES/cuttlefish.mo +share/locale/ast/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/ast/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/ast/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/ast/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/ast/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/ast/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ast/LC_MESSAGES/plasmate.mo +share/locale/ast/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/ast/LC_MESSAGES/plasmoidviewer.mo +share/locale/ast/LC_MESSAGES/remote-widgets-browser.mo +share/locale/be/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/be@latin/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/be@latin/LC_MESSAGES/plasmoidviewer.mo +share/locale/bg/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/bg/LC_MESSAGES/plasmoidviewer.mo +share/locale/bg/LC_MESSAGES/remote-widgets-browser.mo +share/locale/bn_IN/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/bn_IN/LC_MESSAGES/plasmoidviewer.mo +share/locale/bs/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/bs/LC_MESSAGES/plasmate.mo +share/locale/bs/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/bs/LC_MESSAGES/plasmoidviewer.mo +share/locale/bs/LC_MESSAGES/remote-widgets-browser.mo +share/locale/ca/LC_MESSAGES/cuttlefish.mo +share/locale/ca/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/ca/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/ca/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/ca/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/ca/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/ca/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ca/LC_MESSAGES/plasmate.mo +share/locale/ca/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/ca/LC_MESSAGES/plasmoidviewer.mo +share/locale/ca/LC_MESSAGES/remote-widgets-browser.mo +share/locale/ca@valencia/LC_MESSAGES/cuttlefish.mo +share/locale/ca@valencia/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/ca@valencia/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/ca@valencia/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/ca@valencia/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/ca@valencia/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ca@valencia/LC_MESSAGES/plasmate.mo +share/locale/ca@valencia/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/ca@valencia/LC_MESSAGES/plasmoidviewer.mo +share/locale/ca@valencia/LC_MESSAGES/remote-widgets-browser.mo +share/locale/cs/LC_MESSAGES/cuttlefish.mo +share/locale/cs/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/cs/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/cs/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/cs/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/cs/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/cs/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/cs/LC_MESSAGES/plasmate.mo +share/locale/cs/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/cs/LC_MESSAGES/plasmoidviewer.mo +share/locale/cs/LC_MESSAGES/remote-widgets-browser.mo +share/locale/csb/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/csb/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/csb/LC_MESSAGES/plasmoidviewer.mo +share/locale/da/LC_MESSAGES/cuttlefish.mo +share/locale/da/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/da/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/da/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/da/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/da/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/da/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/da/LC_MESSAGES/plasmate.mo +share/locale/da/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/da/LC_MESSAGES/plasmoidviewer.mo +share/locale/da/LC_MESSAGES/remote-widgets-browser.mo +share/locale/de/LC_MESSAGES/cuttlefish.mo +share/locale/de/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/de/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/de/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/de/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/de/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/de/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/de/LC_MESSAGES/plasmate.mo +share/locale/de/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/de/LC_MESSAGES/plasmoidviewer.mo +share/locale/de/LC_MESSAGES/remote-widgets-browser.mo +share/locale/el/LC_MESSAGES/cuttlefish.mo +share/locale/el/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/el/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/el/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/el/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/el/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/el/LC_MESSAGES/plasmate.mo +share/locale/el/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/el/LC_MESSAGES/plasmoidviewer.mo +share/locale/el/LC_MESSAGES/remote-widgets-browser.mo +share/locale/en_GB/LC_MESSAGES/cuttlefish.mo +share/locale/en_GB/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/en_GB/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/en_GB/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/en_GB/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/en_GB/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/en_GB/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/en_GB/LC_MESSAGES/plasmate.mo +share/locale/en_GB/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/en_GB/LC_MESSAGES/plasmoidviewer.mo +share/locale/en_GB/LC_MESSAGES/remote-widgets-browser.mo +share/locale/eo/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/eo/LC_MESSAGES/plasmate.mo +share/locale/eo/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/eo/LC_MESSAGES/plasmoidviewer.mo +share/locale/es/LC_MESSAGES/cuttlefish.mo +share/locale/es/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/es/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/es/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/es/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/es/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/es/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/es/LC_MESSAGES/plasmate.mo +share/locale/es/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/es/LC_MESSAGES/plasmoidviewer.mo +share/locale/es/LC_MESSAGES/remote-widgets-browser.mo +share/locale/et/LC_MESSAGES/cuttlefish.mo +share/locale/et/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/et/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/et/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/et/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/et/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/et/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/et/LC_MESSAGES/plasmate.mo +share/locale/et/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/et/LC_MESSAGES/plasmoidviewer.mo +share/locale/et/LC_MESSAGES/remote-widgets-browser.mo +share/locale/eu/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/eu/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/eu/LC_MESSAGES/plasmoidviewer.mo +share/locale/eu/LC_MESSAGES/remote-widgets-browser.mo +share/locale/fa/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/fi/LC_MESSAGES/cuttlefish.mo +share/locale/fi/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/fi/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/fi/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/fi/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/fi/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/fi/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/fi/LC_MESSAGES/plasmate.mo +share/locale/fi/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/fi/LC_MESSAGES/plasmoidviewer.mo +share/locale/fi/LC_MESSAGES/remote-widgets-browser.mo +share/locale/fr/LC_MESSAGES/cuttlefish.mo +share/locale/fr/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/fr/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/fr/LC_MESSAGES/plasmate.mo +share/locale/fr/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/fr/LC_MESSAGES/plasmoidviewer.mo +share/locale/fr/LC_MESSAGES/remote-widgets-browser.mo +share/locale/fy/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/fy/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/fy/LC_MESSAGES/plasmoidviewer.mo +share/locale/ga/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ga/LC_MESSAGES/plasmate.mo +share/locale/ga/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/ga/LC_MESSAGES/plasmoidviewer.mo +share/locale/ga/LC_MESSAGES/remote-widgets-browser.mo +share/locale/gl/LC_MESSAGES/cuttlefish.mo +share/locale/gl/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/gl/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/gl/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/gl/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/gl/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/gl/LC_MESSAGES/plasmate.mo +share/locale/gl/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/gl/LC_MESSAGES/plasmoidviewer.mo +share/locale/gl/LC_MESSAGES/remote-widgets-browser.mo +share/locale/gu/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/gu/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/gu/LC_MESSAGES/plasmoidviewer.mo +share/locale/he/LC_MESSAGES/cuttlefish.mo +share/locale/he/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/he/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/he/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/he/LC_MESSAGES/plasmate.mo +share/locale/he/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/he/LC_MESSAGES/plasmoidviewer.mo +share/locale/he/LC_MESSAGES/remote-widgets-browser.mo +share/locale/hi/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/hi/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/hi/LC_MESSAGES/plasmoidviewer.mo +share/locale/hne/LC_MESSAGES/plasmoidviewer.mo +share/locale/hr/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/hr/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/hr/LC_MESSAGES/plasmoidviewer.mo +share/locale/hsb/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/hsb/LC_MESSAGES/plasmoidviewer.mo +share/locale/hu/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/hu/LC_MESSAGES/plasmate.mo +share/locale/hu/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/hu/LC_MESSAGES/plasmoidviewer.mo +share/locale/hu/LC_MESSAGES/remote-widgets-browser.mo +share/locale/ia/LC_MESSAGES/cuttlefish.mo +share/locale/ia/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/ia/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/ia/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/ia/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ia/LC_MESSAGES/plasmate.mo +share/locale/ia/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/ia/LC_MESSAGES/plasmoidviewer.mo +share/locale/ia/LC_MESSAGES/remote-widgets-browser.mo +share/locale/id/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/id/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/id/LC_MESSAGES/plasmoidviewer.mo +share/locale/is/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/is/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/is/LC_MESSAGES/plasmoidviewer.mo +share/locale/it/LC_MESSAGES/cuttlefish.mo +share/locale/it/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/it/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/it/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/it/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/it/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/it/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/it/LC_MESSAGES/plasmate.mo +share/locale/it/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/it/LC_MESSAGES/plasmoidviewer.mo +share/locale/it/LC_MESSAGES/remote-widgets-browser.mo +share/locale/ja/LC_MESSAGES/cuttlefish.mo +share/locale/ja/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/ja/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/ja/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/ja/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/ja/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/ja/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ja/LC_MESSAGES/plasmate.mo +share/locale/ja/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/ja/LC_MESSAGES/plasmoidviewer.mo +share/locale/ja/LC_MESSAGES/remote-widgets-browser.mo +share/locale/kk/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/kk/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/kk/LC_MESSAGES/plasmoidviewer.mo +share/locale/kk/LC_MESSAGES/remote-widgets-browser.mo +share/locale/km/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/km/LC_MESSAGES/plasmate.mo +share/locale/km/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/km/LC_MESSAGES/plasmoidviewer.mo +share/locale/km/LC_MESSAGES/remote-widgets-browser.mo +share/locale/kn/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/kn/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/ko/LC_MESSAGES/cuttlefish.mo +share/locale/ko/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/ko/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/ko/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/ko/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/ko/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/ko/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ko/LC_MESSAGES/plasmate.mo +share/locale/ko/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/ko/LC_MESSAGES/plasmoidviewer.mo +share/locale/ko/LC_MESSAGES/remote-widgets-browser.mo +share/locale/ku/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ku/LC_MESSAGES/plasmoidviewer.mo +share/locale/lt/LC_MESSAGES/cuttlefish.mo +share/locale/lt/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/lt/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/lt/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/lt/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/lt/LC_MESSAGES/plasmate.mo +share/locale/lt/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/lt/LC_MESSAGES/plasmoidviewer.mo +share/locale/lt/LC_MESSAGES/remote-widgets-browser.mo +share/locale/lv/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/lv/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/lv/LC_MESSAGES/plasmoidviewer.mo +share/locale/mai/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/mai/LC_MESSAGES/plasmate.mo +share/locale/mai/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/mai/LC_MESSAGES/plasmoidviewer.mo +share/locale/mk/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ml/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ml/LC_MESSAGES/plasmoidviewer.mo +share/locale/mr/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/mr/LC_MESSAGES/plasmate.mo +share/locale/mr/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/mr/LC_MESSAGES/plasmoidviewer.mo +share/locale/mr/LC_MESSAGES/remote-widgets-browser.mo +share/locale/ms/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ms/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/ms/LC_MESSAGES/plasmoidviewer.mo +share/locale/nb/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/nb/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/nb/LC_MESSAGES/plasmoidviewer.mo +share/locale/nb/LC_MESSAGES/remote-widgets-browser.mo +share/locale/nds/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/nds/LC_MESSAGES/plasmate.mo +share/locale/nds/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/nds/LC_MESSAGES/plasmoidviewer.mo +share/locale/nds/LC_MESSAGES/remote-widgets-browser.mo +share/locale/ne/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/nl/LC_MESSAGES/cuttlefish.mo +share/locale/nl/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/nl/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/nl/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/nl/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/nl/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/nl/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/nl/LC_MESSAGES/plasmate.mo +share/locale/nl/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/nl/LC_MESSAGES/plasmoidviewer.mo +share/locale/nl/LC_MESSAGES/remote-widgets-browser.mo +share/locale/nn/LC_MESSAGES/cuttlefish.mo +share/locale/nn/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/nn/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/nn/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/nn/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/nn/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/nn/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/nn/LC_MESSAGES/plasmate.mo +share/locale/nn/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/nn/LC_MESSAGES/plasmoidviewer.mo +share/locale/nn/LC_MESSAGES/remote-widgets-browser.mo +share/locale/oc/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/or/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/or/LC_MESSAGES/plasmoidviewer.mo +share/locale/pa/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/pa/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/pa/LC_MESSAGES/plasmate.mo +share/locale/pa/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/pa/LC_MESSAGES/plasmoidviewer.mo +share/locale/pa/LC_MESSAGES/remote-widgets-browser.mo +share/locale/pl/LC_MESSAGES/cuttlefish.mo +share/locale/pl/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/pl/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/pl/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/pl/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/pl/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/pl/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/pl/LC_MESSAGES/plasmate.mo +share/locale/pl/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/pl/LC_MESSAGES/plasmoidviewer.mo +share/locale/pl/LC_MESSAGES/remote-widgets-browser.mo +share/locale/pt/LC_MESSAGES/cuttlefish.mo +share/locale/pt/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/pt/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/pt/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/pt/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/pt/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/pt/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/pt/LC_MESSAGES/plasmate.mo +share/locale/pt/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/pt/LC_MESSAGES/plasmoidviewer.mo +share/locale/pt/LC_MESSAGES/remote-widgets-browser.mo +share/locale/pt_BR/LC_MESSAGES/cuttlefish.mo +share/locale/pt_BR/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/pt_BR/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/pt_BR/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/pt_BR/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/pt_BR/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/pt_BR/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/pt_BR/LC_MESSAGES/plasmate.mo +share/locale/pt_BR/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/pt_BR/LC_MESSAGES/plasmoidviewer.mo +share/locale/pt_BR/LC_MESSAGES/remote-widgets-browser.mo +share/locale/ro/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ro/LC_MESSAGES/plasmate.mo +share/locale/ro/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/ro/LC_MESSAGES/plasmoidviewer.mo +share/locale/ro/LC_MESSAGES/remote-widgets-browser.mo +share/locale/ru/LC_MESSAGES/cuttlefish.mo +share/locale/ru/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/ru/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/ru/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/ru/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/ru/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/ru/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ru/LC_MESSAGES/plasmate.mo +share/locale/ru/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/ru/LC_MESSAGES/plasmoidviewer.mo +share/locale/ru/LC_MESSAGES/remote-widgets-browser.mo +share/locale/se/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/si/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/si/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/si/LC_MESSAGES/plasmoidviewer.mo +share/locale/sk/LC_MESSAGES/cuttlefish.mo +share/locale/sk/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/sk/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/sk/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/sk/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/sk/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/sk/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/sk/LC_MESSAGES/plasmate.mo +share/locale/sk/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/sk/LC_MESSAGES/plasmoidviewer.mo +share/locale/sk/LC_MESSAGES/remote-widgets-browser.mo +share/locale/sl/LC_MESSAGES/cuttlefish.mo +share/locale/sl/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/sl/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/sl/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/sl/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/sl/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/sl/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/sl/LC_MESSAGES/plasmate.mo +share/locale/sl/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/sl/LC_MESSAGES/plasmoidviewer.mo +share/locale/sl/LC_MESSAGES/remote-widgets-browser.mo +share/locale/sq/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/sq/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/sq/LC_MESSAGES/plasmoidviewer.mo +share/locale/sr/LC_MESSAGES/cuttlefish.mo +share/locale/sr/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/sr/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/sr/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/sr/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/sr/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/sr/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/sr/LC_MESSAGES/plasmate.mo +share/locale/sr/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/sr/LC_MESSAGES/plasmoidviewer.mo +share/locale/sr/LC_MESSAGES/remote-widgets-browser.mo +share/locale/sr@ijekavian/LC_MESSAGES/cuttlefish.mo +share/locale/sr@ijekavian/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/sr@ijekavian/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/sr@ijekavian/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/sr@ijekavian/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasmate.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasmoidviewer.mo +share/locale/sr@ijekavian/LC_MESSAGES/remote-widgets-browser.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/cuttlefish.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmate.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmoidviewer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/remote-widgets-browser.mo +share/locale/sr@latin/LC_MESSAGES/cuttlefish.mo +share/locale/sr@latin/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/sr@latin/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/sr@latin/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/sr@latin/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/sr@latin/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/sr@latin/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/sr@latin/LC_MESSAGES/plasmate.mo +share/locale/sr@latin/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/sr@latin/LC_MESSAGES/plasmoidviewer.mo +share/locale/sr@latin/LC_MESSAGES/remote-widgets-browser.mo +share/locale/sv/LC_MESSAGES/cuttlefish.mo +share/locale/sv/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/sv/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/sv/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/sv/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/sv/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/sv/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/sv/LC_MESSAGES/plasmate.mo +share/locale/sv/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/sv/LC_MESSAGES/plasmoidviewer.mo +share/locale/sv/LC_MESSAGES/remote-widgets-browser.mo +share/locale/ta/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ta/LC_MESSAGES/plasmoidviewer.mo +share/locale/te/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/te/LC_MESSAGES/plasmoidviewer.mo +share/locale/tg/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/tg/LC_MESSAGES/plasmoidviewer.mo +share/locale/th/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/th/LC_MESSAGES/plasmate.mo +share/locale/th/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/th/LC_MESSAGES/plasmoidviewer.mo +share/locale/tr/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/tr/LC_MESSAGES/plasmate.mo +share/locale/tr/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/tr/LC_MESSAGES/plasmoidviewer.mo +share/locale/tr/LC_MESSAGES/remote-widgets-browser.mo +share/locale/ug/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ug/LC_MESSAGES/plasmate.mo +share/locale/ug/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/ug/LC_MESSAGES/plasmoidviewer.mo +share/locale/ug/LC_MESSAGES/remote-widgets-browser.mo +share/locale/uk/LC_MESSAGES/cuttlefish.mo +share/locale/uk/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/uk/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/uk/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/uk/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/uk/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/uk/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/uk/LC_MESSAGES/plasmate.mo +share/locale/uk/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/uk/LC_MESSAGES/plasmoidviewer.mo +share/locale/uk/LC_MESSAGES/remote-widgets-browser.mo +share/locale/wa/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/wa/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/wa/LC_MESSAGES/plasmoidviewer.mo +share/locale/zh_CN/LC_MESSAGES/cuttlefish.mo +share/locale/zh_CN/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/zh_CN/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/zh_CN/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/zh_CN/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/zh_CN/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/zh_CN/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/zh_CN/LC_MESSAGES/plasmate.mo +share/locale/zh_CN/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/zh_CN/LC_MESSAGES/plasmoidviewer.mo +share/locale/zh_CN/LC_MESSAGES/remote-widgets-browser.mo +share/locale/zh_TW/LC_MESSAGES/cuttlefish.mo +share/locale/zh_TW/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/zh_TW/LC_MESSAGES/kdevpackagemanagerview.mo +share/locale/zh_TW/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/zh_TW/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/zh_TW/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/zh_TW/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/zh_TW/LC_MESSAGES/plasmate.mo +share/locale/zh_TW/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/zh_TW/LC_MESSAGES/plasmoidviewer.mo +share/locale/zh_TW/LC_MESSAGES/remote-widgets-browser.mo +man/man1/plasmaengineexplorer.1.gz +man/man1/plasmoidviewer.1.gz +share/metainfo/org.kde.cuttlefish.appdata.xml +share/metainfo/org.kde.plasma.cuttlefish.appdata.xml +share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/IconGrid.qml +share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/IconGridDelegate.qml +share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/Preview.qml +share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/SvgGrid.qml +share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/Tools.qml +share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/cuttlefish.qml +share/plasma/packages/org.kde.plasma.cuttlefish/metadata.desktop +share/plasma/packages/org.kde.plasma.cuttlefish/metadata.json +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/applet/AppletError.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/applet/CompactApplet.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/applet/DefaultCompactRepresentation.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/configuration/AppletConfiguration.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/configuration/ConfigCategoryDelegate.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/configuration/ConfigurationContainmentActions.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/configuration/ConfigurationContainmentAppearance.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/configuration/ConfigurationKcmPage.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/configuration/ConfigurationShortcuts.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/configuration/ContainmentConfiguration.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/configuration/MouseEventInputButton.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/configuration/PanelConfiguration.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/defaults +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/views/Background.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/views/Desktop.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/views/Konsole.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/views/SdkButtons.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/metadata.desktop +share/plasma/shells/org.kde.plasma.plasmoidviewershell/metadata.json +%%KDEVPLATFORM%%share/plasmate/plasmateui.rc +%%KDEVPLATFORM%%share/plasmate/templates/CMakeLists.txt +%%KDEVPLATFORM%%share/plasmate/templates/mainKWinEffect.js +%%KDEVPLATFORM%%share/plasmate/templates/mainKWinScript.js +%%KDEVPLATFORM%%share/plasmate/templates/mainPlasmoid.js +%%KDEVPLATFORM%%share/plasmate/templates/mainPlasmoid.qml +%%KDEVPLATFORM%%share/plasmate/templates/mainTabbox.qml Index: devel/poxml/Makefile =================================================================== --- devel/poxml/Makefile +++ devel/poxml/Makefile @@ -1,17 +1,15 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= poxml -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= devel kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Tools to translate Docbook XML using gettext -BUILD_DEPENDS= ${LOCALBASE}/lib/libantlr.a:devel/antlr - -USES= cmake:outsource gettext-tools:build,run kde:4 tar:xz -USE_KDE= kdelibs automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build \ - corelib xml +USES= cmake:outsource gettext-tools:build,run kde:5 tar:xz +USE_KDE= doctools ecm +USE_QT5= buildtools_build core qmake_build xml .include Index: devel/poxml/distinfo =================================================================== --- devel/poxml/distinfo +++ devel/poxml/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/poxml-4.14.3.tar.xz) = ddc55784352e1ffe1186c99639fb4ec99cbef7f3c1627c0368c9eec3f8701408 -SIZE (KDE/4.14.3/poxml-4.14.3.tar.xz) = 31396 +TIMESTAMP = 1486501779 +SHA256 (KDE/applications/16.12.2/poxml-16.12.2.tar.xz) = a0baaca80bad221a10b3dd091926f4917ad33f726786a0a781c5b4f0720a5b9f +SIZE (KDE/applications/16.12.2/poxml-16.12.2.tar.xz) = 31788 Index: devel/umbrello/Makefile =================================================================== --- devel/umbrello/Makefile +++ devel/umbrello/Makefile @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= umbrello -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 -CATEGORIES= devel kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= devel kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= UML modeller for KDE @@ -11,8 +10,18 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs automoc4 USE_GNOME= libxml2 libxslt +USE_KDE= kdelibs automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build +# The file umbrello/debug/debug_utils.h uses 'asm goto' which is not +# supported by llvm. Therefore, we have to use GCC for this port now. +USE_GCC= any + +post-patch: +# The CMakeFile sets KDE4_BUILD_TESTS to ON, not respecting the +# value passed via CMAKE_ARGS. + ${REINPLACE_CMD} -e '/KDE4_BUILD_TESTS ON/s|ON|OFF|' \ + ${PATCH_WRKSRC}/CMakeLists.txt + .include Index: devel/umbrello/distinfo =================================================================== --- devel/umbrello/distinfo +++ devel/umbrello/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/umbrello-4.14.3.tar.xz) = 7d5868dafaf8a618c5d30ebc807f30dd8fff54ad77353a607e89101913d17333 -SIZE (KDE/4.14.3/umbrello-4.14.3.tar.xz) = 1508536 +TIMESTAMP = 1486501780 +SHA256 (KDE/applications/16.12.2/umbrello-16.12.2.tar.xz) = dfd079eb57ea4429016276d721190f942aeb9d4e155b83e6a87f27b9ab2988bc +SIZE (KDE/applications/16.12.2/umbrello-16.12.2.tar.xz) = 1636504 Index: devel/umbrello/pkg-plist =================================================================== --- devel/umbrello/pkg-plist +++ devel/umbrello/pkg-plist @@ -1,4 +1,6 @@ +bin/po2xmi bin/umbrello +bin/xmi2pot share/applications/kde4/umbrello.desktop share/apps/umbrello/common.ent share/apps/umbrello/docbook2xhtml.xsl @@ -18,23 +20,6 @@ share/apps/umbrello/headings/heading.rb share/apps/umbrello/headings/heading.sql share/apps/umbrello/headings/heading.xsd -share/apps/umbrello/icons/hicolor/16x16/actions/umbrello_diagram_activity.png -share/apps/umbrello/icons/hicolor/16x16/actions/umbrello_diagram_class.png -share/apps/umbrello/icons/hicolor/16x16/actions/umbrello_diagram_collaboration.png -share/apps/umbrello/icons/hicolor/16x16/actions/umbrello_diagram_component.png -share/apps/umbrello/icons/hicolor/16x16/actions/umbrello_diagram_deployment.png -share/apps/umbrello/icons/hicolor/16x16/actions/umbrello_diagram_sequence.png -share/apps/umbrello/icons/hicolor/16x16/actions/umbrello_diagram_state.png -share/apps/umbrello/icons/hicolor/16x16/actions/umbrello_diagram_usecase.png -share/apps/umbrello/icons/hicolor/22x22/actions/umbrello_diagram_activity.png -share/apps/umbrello/icons/hicolor/22x22/actions/umbrello_diagram_class.png -share/apps/umbrello/icons/hicolor/22x22/actions/umbrello_diagram_collaboration.png -share/apps/umbrello/icons/hicolor/22x22/actions/umbrello_diagram_component.png -share/apps/umbrello/icons/hicolor/22x22/actions/umbrello_diagram_deployment.png -share/apps/umbrello/icons/hicolor/22x22/actions/umbrello_diagram_entityrelationship.png -share/apps/umbrello/icons/hicolor/22x22/actions/umbrello_diagram_sequence.png -share/apps/umbrello/icons/hicolor/22x22/actions/umbrello_diagram_state.png -share/apps/umbrello/icons/hicolor/22x22/actions/umbrello_diagram_usecase.png share/apps/umbrello/layouts/activity-export.desktop share/apps/umbrello/layouts/activity-vertical.desktop share/apps/umbrello/layouts/class-export.desktop @@ -43,159 +28,6 @@ share/apps/umbrello/layouts/state-export.desktop share/apps/umbrello/layouts/state-vertical.desktop share/apps/umbrello/layouts/usecase-default.desktop -share/apps/umbrello/pics/CVglobal_meth.png -share/apps/umbrello/pics/CVglobal_var.png -share/apps/umbrello/pics/CVimplementation_meth.png -share/apps/umbrello/pics/CVimplementation_signal.png -share/apps/umbrello/pics/CVimplementation_slot.png -share/apps/umbrello/pics/CVimplementation_var.png -share/apps/umbrello/pics/CVnamespace.png -share/apps/umbrello/pics/CVprivate_meth.png -share/apps/umbrello/pics/CVprivate_signal.png -share/apps/umbrello/pics/CVprivate_slot.png -share/apps/umbrello/pics/CVprivate_var.png -share/apps/umbrello/pics/CVprotected_meth.png -share/apps/umbrello/pics/CVprotected_signal.png -share/apps/umbrello/pics/CVprotected_slot.png -share/apps/umbrello/pics/CVprotected_var.png -share/apps/umbrello/pics/CVpublic_meth.png -share/apps/umbrello/pics/CVpublic_signal.png -share/apps/umbrello/pics/CVpublic_slot.png -share/apps/umbrello/pics/CVpublic_var.png -share/apps/umbrello/pics/CVstruct.png -share/apps/umbrello/pics/PrePostCondition.png -share/apps/umbrello/pics/accept_signal.png -share/apps/umbrello/pics/accept_time_event.png -share/apps/umbrello/pics/activity-fork.png -share/apps/umbrello/pics/actor.png -share/apps/umbrello/pics/aggregation.png -share/apps/umbrello/pics/align-horizontal-center.png -share/apps/umbrello/pics/align-horizontal-left.png -share/apps/umbrello/pics/align-horizontal-right.png -share/apps/umbrello/pics/align-vertical-bottom.png -share/apps/umbrello/pics/align-vertical-center.png -share/apps/umbrello/pics/align-vertical-top.png -share/apps/umbrello/pics/anchor.png -share/apps/umbrello/pics/andline.png -share/apps/umbrello/pics/arrow.png -share/apps/umbrello/pics/artifact.png -share/apps/umbrello/pics/association.png -share/apps/umbrello/pics/box.png -share/apps/umbrello/pics/branch.png -share/apps/umbrello/pics/category.png -share/apps/umbrello/pics/category2parent.png -share/apps/umbrello/pics/check_constraint.png -share/apps/umbrello/pics/child2category.png -share/apps/umbrello/pics/choice-rhomb.png -share/apps/umbrello/pics/choice-round.png -share/apps/umbrello/pics/class-or-package.png -share/apps/umbrello/pics/class.png -share/apps/umbrello/pics/combined_fragment.png -share/apps/umbrello/pics/component.png -share/apps/umbrello/pics/composition.png -share/apps/umbrello/pics/containment.png -share/apps/umbrello/pics/cursor-PrePostCondition.png -share/apps/umbrello/pics/cursor-accept_signal.png -share/apps/umbrello/pics/cursor-accept_time_event.png -share/apps/umbrello/pics/cursor-activity-fork.png -share/apps/umbrello/pics/cursor-actor.png -share/apps/umbrello/pics/cursor-aggregation.png -share/apps/umbrello/pics/cursor-anchor.png -share/apps/umbrello/pics/cursor-andline.png -share/apps/umbrello/pics/cursor-artifact.png -share/apps/umbrello/pics/cursor-association.png -share/apps/umbrello/pics/cursor-box.png -share/apps/umbrello/pics/cursor-branch.png -share/apps/umbrello/pics/cursor-category.png -share/apps/umbrello/pics/cursor-category2parent.png -share/apps/umbrello/pics/cursor-child2category.png -share/apps/umbrello/pics/cursor-choice-rhomb.png -share/apps/umbrello/pics/cursor-choice-round.png -share/apps/umbrello/pics/cursor-class.png -share/apps/umbrello/pics/cursor-combined_fragment.png -share/apps/umbrello/pics/cursor-component.png -share/apps/umbrello/pics/cursor-composition.png -share/apps/umbrello/pics/cursor-containment.png -share/apps/umbrello/pics/cursor-datatype.png -share/apps/umbrello/pics/cursor-deep-history.png -share/apps/umbrello/pics/cursor-dependency.png -share/apps/umbrello/pics/cursor-end_of_life.png -share/apps/umbrello/pics/cursor-end_state.png -share/apps/umbrello/pics/cursor-entity.png -share/apps/umbrello/pics/cursor-enum.png -share/apps/umbrello/pics/cursor-exception.png -share/apps/umbrello/pics/cursor-final_activity.png -share/apps/umbrello/pics/cursor-generalisation.png -share/apps/umbrello/pics/cursor-initial_state.png -share/apps/umbrello/pics/cursor-interface.png -share/apps/umbrello/pics/cursor-join.png -share/apps/umbrello/pics/cursor-junction.png -share/apps/umbrello/pics/cursor-node.png -share/apps/umbrello/pics/cursor-note.png -share/apps/umbrello/pics/cursor-object.png -share/apps/umbrello/pics/cursor-object_node.png -share/apps/umbrello/pics/cursor-package.png -share/apps/umbrello/pics/cursor-pin.png -share/apps/umbrello/pics/cursor-precondition.png -share/apps/umbrello/pics/cursor-region.png -share/apps/umbrello/pics/cursor-relationship.png -share/apps/umbrello/pics/cursor-send_signal.png -share/apps/umbrello/pics/cursor-shallow-history.png -share/apps/umbrello/pics/cursor-state-fork.png -share/apps/umbrello/pics/cursor-text.png -share/apps/umbrello/pics/cursor-umbr-coll-message-asynchronous.png -share/apps/umbrello/pics/cursor-umbr-coll-message-synchronous.png -share/apps/umbrello/pics/cursor-umbr-message-asynchronous.png -share/apps/umbrello/pics/cursor-umbr-message-found.png -share/apps/umbrello/pics/cursor-umbr-message-lost.png -share/apps/umbrello/pics/cursor-umbr-message-synchronous.png -share/apps/umbrello/pics/cursor-uniassociation.png -share/apps/umbrello/pics/cursor-usecase.png -share/apps/umbrello/pics/datatype.png -share/apps/umbrello/pics/deep-history.png -share/apps/umbrello/pics/dependency.png -share/apps/umbrello/pics/distribute-horizontal.png -share/apps/umbrello/pics/distribute-vertical.png -share/apps/umbrello/pics/end_of_life.png -share/apps/umbrello/pics/end_state.png -share/apps/umbrello/pics/entity.png -share/apps/umbrello/pics/enum.png -share/apps/umbrello/pics/exception.png -share/apps/umbrello/pics/final_activity.png -share/apps/umbrello/pics/foreignkey_constraint.png -share/apps/umbrello/pics/generalisation.png -share/apps/umbrello/pics/initial_state.png -share/apps/umbrello/pics/interface.png -share/apps/umbrello/pics/join.png -share/apps/umbrello/pics/junction.png -share/apps/umbrello/pics/node.png -share/apps/umbrello/pics/note.png -share/apps/umbrello/pics/object.png -share/apps/umbrello/pics/object_node.png -share/apps/umbrello/pics/package.png -share/apps/umbrello/pics/pin.png -share/apps/umbrello/pics/port.png -share/apps/umbrello/pics/precondition.png -share/apps/umbrello/pics/primarykey_constraint.png -share/apps/umbrello/pics/refactor.png -share/apps/umbrello/pics/region.png -share/apps/umbrello/pics/relationship.png -share/apps/umbrello/pics/send_signal.png -share/apps/umbrello/pics/shallow-history.png -share/apps/umbrello/pics/startlogo.png -share/apps/umbrello/pics/state-fork.png -share/apps/umbrello/pics/subsystem.png -share/apps/umbrello/pics/template.png -share/apps/umbrello/pics/text.png -share/apps/umbrello/pics/umbr-coll-message-asynchronous.png -share/apps/umbrello/pics/umbr-coll-message-synchronous.png -share/apps/umbrello/pics/umbr-message-asynchronous.png -share/apps/umbrello/pics/umbr-message-found.png -share/apps/umbrello/pics/umbr-message-lost.png -share/apps/umbrello/pics/umbr-message-synchronous.png -share/apps/umbrello/pics/uniassociation.png -share/apps/umbrello/pics/unique_constraint.png -share/apps/umbrello/pics/usecase.png share/apps/umbrello/umbrelloui.rc share/apps/umbrello/xmi.css share/apps/umbrello/xmi2docbook.xsl @@ -206,10 +38,10 @@ share/doc/HTML/en/umbrello/category.png share/doc/HTML/en/umbrello/class-diagram.png share/doc/HTML/en/umbrello/class.png -share/doc/HTML/en/umbrello/common share/doc/HTML/en/umbrello/code-import.png share/doc/HTML/en/umbrello/code_import_and_generation.docbook share/doc/HTML/en/umbrello/collaboration-diagram.png +share/doc/HTML/en/umbrello/common share/doc/HTML/en/umbrello/composition.png share/doc/HTML/en/umbrello/credits.docbook share/doc/HTML/en/umbrello/disjoint-specialization.png @@ -229,6 +61,7 @@ share/doc/HTML/en/umbrello/umbrello-ui.png share/doc/HTML/en/umbrello/uml_basics.docbook share/doc/HTML/en/umbrello/use-case-diagram.png +share/doc/HTML/en/umbrello/welcome.docbook share/doc/HTML/en/umbrello/working_with_umbrello.docbook share/icons/hicolor/128x128/apps/umbrello.png share/icons/hicolor/16x16/apps/umbrello.png Index: editors/Makefile =================================================================== --- editors/Makefile +++ editors/Makefile @@ -82,7 +82,6 @@ SUBDIR += jove SUBDIR += jupp SUBDIR += kate - SUBDIR += kate-plugin-pate SUBDIR += kile-kde4 SUBDIR += klat4 SUBDIR += komodo-edit Index: editors/kate-plugin-pate/Makefile =================================================================== --- editors/kate-plugin-pate/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# $FreeBSD$ - -PORTNAME= kate-plugin-pate -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= editors kde kde-kde4 -DISTNAME= kate-${PORTVERSION} - -MAINTAINER= kde@FreeBSD.org -COMMENT= Support for Python plugins in Kate - -USES= cmake:outsource kde:4 python tar:xz -USE_KDE= kdelibs automoc4 kate \ - pykde4_build pykde4_run -USE_QT4= gui webkit \ - moc_build qmake_build rcc_build uic_build - -DISTINFO_FILE= ${.CURDIR:H:H}/editors/kate/distinfo - -# cmake.mk doesn't allow to overwrite BUILD_WRKSRC for out-of-source builds -_pate_WRKSRC= ${BUILD_WRKSRC}/addons/kate/pate - -do-build: - cd ${_pate_WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET} - -do-install: - cd ${_pate_WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} - -.include Index: editors/kate-plugin-pate/files/patch-addons__kate__pate__src__version_checker.h =================================================================== --- editors/kate-plugin-pate/files/patch-addons__kate__pate__src__version_checker.h +++ /dev/null @@ -1,16 +0,0 @@ ---- addons/kate/pate/src/version_checker.h.orig 2014-09-16 02:55:37.897246249 +0200 -+++ addons/kate/pate/src/version_checker.h 2014-09-16 02:58:31.732234283 +0200 -@@ -24,6 +24,13 @@ - # include - # include - -+# ifdef major -+# undef major -+# endif -+# ifdef minor -+# undef minor -+# endif -+ - namespace Pate { - - /** Index: editors/kate-plugin-pate/pkg-descr =================================================================== --- editors/kate-plugin-pate/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Pate is a Kate plugin which provides support for Python plugins. - -WWW: https://github.com/pag/pate/ Index: editors/kate-plugin-pate/pkg-plist =================================================================== --- editors/kate-plugin-pate/pkg-plist +++ /dev/null @@ -1,85 +0,0 @@ -lib/kde4/katepateplugin.so -%%PYTHON_SITELIBDIR%%/PyKate4/__init__.py -%%PYTHON_SITELIBDIR%%/PyKate4/kate.so -share/apps/kate/pate/block.py -share/apps/kate/pate/block_ui.rc -share/apps/kate/pate/color_tools/__init__.py -share/apps/kate/pate/color_tools/color_chooser.py -share/apps/kate/pate/color_tools/color_palette.py -share/apps/kate/pate/color_tools/color_swatcher.py -share/apps/kate/pate/color_tools/color_tools_toolview.ui -share/apps/kate/pate/color_tools/color_tools_ui.rc -share/apps/kate/pate/color_tools/utils.py -share/apps/kate/pate/commentar.py -share/apps/kate/pate/commentar.ui -share/apps/kate/pate/commentar_ui.rc -share/apps/kate/pate/format.py -share/apps/kate/pate/format_ui.rc -share/apps/kate/pate/gid/__init__.py -share/apps/kate/pate/gid/config.ui -share/apps/kate/pate/gid/gid_ui.rc -share/apps/kate/pate/gid/idutils.py -share/apps/kate/pate/gid/tool.ui -share/apps/kate/pate/libkatepate/__init__.py -share/apps/kate/pate/libkatepate/autocomplete.py -share/apps/kate/pate/libkatepate/common.py -share/apps/kate/pate/libkatepate/compat.py -share/apps/kate/pate/libkatepate/debug.py -share/apps/kate/pate/libkatepate/decorators.py -share/apps/kate/pate/libkatepate/errors.py -share/apps/kate/pate/libkatepate/menu.py -share/apps/kate/pate/libkatepate/pred.py -share/apps/kate/pate/libkatepate/project_utils.py -share/apps/kate/pate/libkatepate/selection.py -share/apps/kate/pate/libkatepate/text.py -share/apps/kate/pate/python_autocomplete/__init__.py -share/apps/kate/pate/python_autocomplete/python_autocomplete.py -share/apps/kate/pate/python_autocomplete/python_autocomplete_parse.py -share/apps/kate/pate/python_autocomplete_jedi.py -share/apps/kate/pate/python_console_classic/__init__.py -share/apps/kate/pate/python_console_classic/config.ui -share/apps/kate/pate/python_console_classic/python_console_classic.py -share/apps/kate/pate/python_console_ipython/__init__.py -share/apps/kate/pate/python_console_ipython/python_console_ipython.css -share/apps/kate/pate/python_console_ipython/python_console_ipython.py -share/apps/kate/pate/python_console_ipython/python_console_ipython.ui -share/apps/kate/pate/python_utils/python_checkers/__init__.py -share/apps/kate/pate/python_utils/python_checkers/all_checker.py -share/apps/kate/pate/python_utils/python_checkers/parse_checker.py -share/apps/kate/pate/python_utils/python_checkers/pep8_checker.py -share/apps/kate/pate/python_utils/python_checkers/pyflakes_checker.py -share/apps/kate/pate/python_utils/python_checkers/utils.py -share/apps/kate/pate/python_utils/python_settings.py -share/apps/kate/pate/python_utils/python_snippets.py -share/apps/kate/pate/python_utils/python_utils.py -share/apps/kate/pate/python_utils/python_utils.ui -share/apps/kate/pate/try_open_file.py -share/apps/kate/pate/try_open_file_ui.rc -share/apps/kate/pate/xml_pretty.py -share/apps/kate/pate/xml_pretty.ui -share/apps/kate/pate/xml_pretty_ui.rc -share/apps/kate/plugins/katepateplugin/ui.rc -share/apps/kate/plugins/pate/kate/__init__.py -share/apps/kate/plugins/pate/kate/api.py -share/apps/kate/plugins/pate/kate/configuration.py -share/apps/kate/plugins/pate/kate/decorators.py -share/apps/kate/plugins/pate/kate/document/__init__.py -share/apps/kate/plugins/pate/kate/document/decorators.py -share/apps/kate/plugins/pate/kate/document_view_helpers.py -share/apps/kate/plugins/pate/kate/ui.py -share/apps/kate/plugins/pate/kate/view/__init__.py -share/apps/kate/plugins/pate/kate/view/decorators.py -share/kde4/services/katepate_block.desktop -share/kde4/services/katepate_color_tools.desktop -share/kde4/services/katepate_commentar.desktop -share/kde4/services/katepate_format.desktop -share/kde4/services/katepate_gid.desktop -share/kde4/services/katepate_python_autocomplete.desktop -share/kde4/services/katepate_python_autocomplete_jedi.desktop -share/kde4/services/katepate_python_console_classic.desktop -share/kde4/services/katepate_python_console_ipython.desktop -share/kde4/services/katepate_python_utils.desktop -share/kde4/services/katepate_try_open_file.desktop -share/kde4/services/katepate_xml_pretty.desktop -share/kde4/services/pate.desktop -share/kde4/servicetypes/katepythonplugin.desktop Index: editors/kate/Makefile =================================================================== --- editors/kate/Makefile +++ editors/kate/Makefile @@ -1,24 +1,25 @@ -# Created by: fluffy@ +# Created by: tcberner # $FreeBSD$ PORTNAME= kate -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 -CATEGORIES= editors kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= editors kde kde-applications # kde kde-applications-applications MAINTAINER= kde@FreeBSD.org -COMMENT= Basic editor framework for the KDE system +COMMENT= KDE5 kate -LIB_DEPENDS= libqjson.so:devel/qjson - -USES= cmake:outsource gettext kde:4 perl5 tar:xz -USE_KDE= kdelibs automoc4 kactivities -USE_PERL5= build -USE_QT4= dbus gui script sql webkit xml \ - moc_build qmake_build rcc_build uic_build -USE_LDCONFIG= yes - -# editors/kate-plugin-pate installs pate -CMAKE_ARGS+= -DBUILD_pate=off +BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ + docbook-xml>0:textproc/docbook-xml +LIB_DEPENDS= libgit2.so:devel/libgit2 + +USES= cmake gettext pkgconfig kde:5 tar:xz +USE_KDE= activities attica5 auth bookmarks codecs completion config \ + configwidgets coreaddons crash dbusaddons doctools ecm \ + guiaddons i18n iconthemes init itemmodels itemviews \ + jobwidgets kio newstuff package parts plasma-framework \ + service solid sonnet texteditor textwidgets threadweaver \ + wallet widgetsaddons windowsystem xmlgui +USE_QT5= core dbus gui network script sql widgets xml \ + buildtools_build qmake_build .include Index: editors/kate/distinfo =================================================================== --- editors/kate/distinfo +++ editors/kate/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kate-4.14.3.tar.xz) = 513d4ae2c36fa6b59caf3b2b685e3ea1167093d16025859cfac90d75617e707d -SIZE (KDE/4.14.3/kate-4.14.3.tar.xz) = 2766880 +TIMESTAMP = 1486501780 +SHA256 (KDE/applications/16.12.2/kate-16.12.2.tar.xz) = 57745e90d625b52178b7cb3362393602b6c075f587e07b1e1fd731d15afc78c2 +SIZE (KDE/applications/16.12.2/kate-16.12.2.tar.xz) = 1871480 Index: editors/kate/files/patch-CMakeLists.txt =================================================================== --- editors/kate/files/patch-CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ ---- ./CMakeLists.txt.orig 2014-07-15 19:22:46.000000000 +0200 -+++ ./CMakeLists.txt 2014-07-15 19:23:01.000000000 +0200 - - Do not enforce building of tests - -@@ -26,7 +26,7 @@ - configure_file (config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h) - - # enforce build of tests --set (KDE4_BUILD_TESTS "ON" CACHE "BOOL" "Enable building of tests" FORCE) -+# set (KDE4_BUILD_TESTS "ON" CACHE "BOOL" "Enable building of tests" FORCE) - - # KDE/QT definitions we want - add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) Index: editors/kate/files/patch-part_view_kateviewhelpers.cpp =================================================================== --- editors/kate/files/patch-part_view_kateviewhelpers.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- part/view/kateviewhelpers.cpp.orig 2014-10-26 20:17:55 UTC -+++ part/view/kateviewhelpers.cpp -@@ -1532,7 +1532,7 @@ void KateIconBorder::paintBorder (int /* - uint startz = (y / h); - uint endz = startz + 1 + (height / h); - uint lineRangesSize = m_viewInternal->cache()->viewCacheLineCount(); -- uint currentLine = m_view->cursorPosition().line(); -+ int currentLine = m_view->cursorPosition().line(); - - // center the folding boxes - int m_px = (h - 11) / 2; Index: editors/kate/pkg-descr =================================================================== --- editors/kate/pkg-descr +++ editors/kate/pkg-descr @@ -1,9 +1 @@ -KDE Base Applications consists of what runs on the desktop. This -module isn't a complete collection of essential applications that a -user would expect on a desktop (such as e-mail and calculator). This -package is the basic set of applications beyond the workspace that KDE -applications can assume are installed. These applications should have -no problem running on Windows, OS X, Gnome, etc. as stand alone -applications if the user wanted to use them there. - -WWW: http://www.kde.org +KDE5 kate Index: editors/kate/pkg-plist =================================================================== --- editors/kate/pkg-plist +++ editors/kate/pkg-plist @@ -1,456 +1,150 @@ bin/kate bin/kwrite -include/kde4/kate/application.h -include/kde4/kate/documentmanager.h -include/kde4/kate/mainwindow.h -include/kde4/kate/plugin.h -include/kde4/kate/pluginconfigpageinterface.h -include/kde4/kate/pluginmanager.h -include/kde4/kate_export.h -lib/kde4/kate_kttsd.so -lib/kde4/katebacktracebrowserplugin.so -lib/kde4/katebuildplugin.so -lib/kde4/katecloseexceptplugin.so -lib/kde4/katectagsplugin.so -lib/kde4/katefilebrowserplugin.so -lib/kde4/katefiletemplates.so -lib/kde4/katefiletreeplugin.so -lib/kde4/kategdbplugin.so -lib/kde4/katekonsoleplugin.so -lib/kde4/katemailfilesplugin.so -lib/kde4/kateopenheaderplugin.so -lib/kde4/katepart.so -lib/kde4/kateprojectplugin.so -lib/kde4/katereplicodeplugin.so -lib/kde4/katesearchplugin.so -lib/kde4/katesnippetsplugin.so -lib/kde4/katesqlplugin.so -lib/kde4/katesymbolviewerplugin.so -lib/kde4/katetabbarextensionplugin.so -lib/kde4/katetabifyplugin.so -lib/kde4/katetextfilterplugin.so -lib/kde4/katexmlcheckplugin.so -lib/kde4/katexmltoolsplugin.so -lib/kde4/ktexteditor_autobrace.so -lib/kde4/ktexteditor_exporter.so -lib/kde4/ktexteditor_hlselection.so -lib/kde4/ktexteditor_iconinserter.so -lib/kde4/ktexteditor_insertfile.so -lib/kde4/ktexteditor_lumen.so -lib/kde4/plasma_applet_katesession.so -lib/libkateinterfaces.so -lib/libkateinterfaces.so.4 -lib/libkateinterfaces.so.%%KDE4_GENERIC_LIB_VERSION%% -lib/libkatepartinterfaces.so -lib/libkatepartinterfaces.so.4 -lib/libkatepartinterfaces.so.%%KDE4_GENERIC_LIB_VERSION%% -lib/libkdeinit4_kate.so -lib/libkdeinit4_kwrite.so +%%QT_PLUGINDIR%%/ktexteditor/katebacktracebrowserplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katebuildplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katecloseexceptplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katectagsplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katefilebrowserplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katefiletreeplugin.so +%%QT_PLUGINDIR%%/ktexteditor/kategdbplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katekonsoleplugin.so +%%QT_PLUGINDIR%%/ktexteditor/kateopenheaderplugin.so +%%QT_PLUGINDIR%%/ktexteditor/kateprojectplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katereplicodeplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katesearchplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katesnippetsplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katesqlplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katesymbolviewerplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katexmlcheckplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katexmltoolsplugin.so +%%QT_PLUGINDIR%%/ktexteditor/kterustcompletionplugin.so +%%QT_PLUGINDIR%%/ktexteditor/ktexteditor_lumen.so +%%QT_PLUGINDIR%%/ktexteditor/tabswitcherplugin.so +%%QT_PLUGINDIR%%/ktexteditor/textfilterplugin.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_katesessions.so man/man1/kate.1.gz -share/applications/kde4/kate.desktop -share/applications/kde4/kwrite.desktop -share/apps/kate/icons/hicolor/16x16/actions/sql-field-pk.png -share/apps/kate/icons/hicolor/16x16/actions/sql-field-red.png -share/apps/kate/icons/hicolor/16x16/actions/sql-field.png -share/apps/kate/icons/hicolor/16x16/actions/sql-table.png -share/apps/kate/icons/hicolor/16x16/actions/sql-view.png -share/apps/kate/kateui.rc -share/apps/kate/plugins/filetree/ui.rc -share/apps/kate/plugins/kate_kttsd/ui.rc -share/apps/kate/plugins/katebuild/ui.rc -share/apps/kate/plugins/katecloseexceptplugin/ui.rc -share/apps/kate/plugins/katectags/ui.rc -share/apps/kate/plugins/katefiletemplates/templates/FindXXX.cmake.katetemplate -share/apps/kate/plugins/katefiletemplates/templates/cppgpl.cpp.katetemplate -share/apps/kate/plugins/katefiletemplates/templates/cppgpl.hh.katetemplate -share/apps/kate/plugins/katefiletemplates/templates/cpplgpl.cpp.katetemplate -share/apps/kate/plugins/katefiletemplates/templates/cpplgpl.hh.katetemplate -share/apps/kate/plugins/katefiletemplates/templates/docbookchapter.xml.katetemplate -share/apps/kate/plugins/katefiletemplates/templates/html.katetemplate -share/apps/kate/plugins/katefiletemplates/templates/language.xml.katetemplate -share/apps/kate/plugins/katefiletemplates/ui.rc -share/apps/kate/plugins/kategdb/ui.rc -share/apps/kate/plugins/katekonsole/ui.rc -share/apps/kate/plugins/katemailfiles/ui.rc -share/apps/kate/plugins/kateopenheader/ui.rc -share/apps/kate/plugins/katereplicodeplugin/ui.rc -share/apps/kate/plugins/katesearch/ui.rc -share/apps/kate/plugins/katesql/ui.rc -share/apps/kate/plugins/katesymbolviewer/ui.rc -share/apps/kate/plugins/katetabbarextension/ui.rc -share/apps/kate/plugins/katetabify/ui.rc -share/apps/kate/plugins/katetextfilter/ui.rc -share/apps/kate/plugins/katexmlcheck/ui.rc -share/apps/kate/plugins/katexmltools/ui.rc -share/apps/kate/plugins/project/kateproject.example -share/apps/kate/plugins/project/ui.rc -share/apps/kate/tips -share/apps/katepart/katepartsimpleui.rc -share/apps/katepart/katepartui.rc -share/apps/katepart/script/commands/emmet.js -share/apps/katepart/script/commands/jumpMatchingIndent.js -share/apps/katepart/script/commands/quickcoding.js -share/apps/katepart/script/commands/utils.js -share/apps/katepart/script/files/quickcoding/cpp/a.template -share/apps/katepart/script/files/quickcoding/cpp/c.template -share/apps/katepart/script/indentation/ada.js -share/apps/katepart/script/indentation/cmake.js -share/apps/katepart/script/indentation/cppstyle.js -share/apps/katepart/script/indentation/cstyle.js -share/apps/katepart/script/indentation/haskell.js -share/apps/katepart/script/indentation/latex.js -share/apps/katepart/script/indentation/lilypond.js -share/apps/katepart/script/indentation/lisp.js -share/apps/katepart/script/indentation/lua.js -share/apps/katepart/script/indentation/pascal.js -share/apps/katepart/script/indentation/python.js -share/apps/katepart/script/indentation/ruby.js -share/apps/katepart/script/indentation/xml.js -share/apps/katepart/script/libraries/cmake_indenter_config.js -share/apps/katepart/script/libraries/cursor.js -share/apps/katepart/script/libraries/documentcursor.js -share/apps/katepart/script/libraries/emmet/editor_interface.js -share/apps/katepart/script/libraries/emmet/lib.js -share/apps/katepart/script/libraries/range.js -share/apps/katepart/script/libraries/string.js -share/apps/katepart/script/libraries/underscore.js -share/apps/katepart/script/libraries/utils.js -share/apps/katepart/syntax/abap.xml -share/apps/katepart/syntax/abc.xml -share/apps/katepart/syntax/actionscript.xml -share/apps/katepart/syntax/ada.xml -share/apps/katepart/syntax/agda.xml -share/apps/katepart/syntax/ahdl.xml -share/apps/katepart/syntax/ahk.xml -share/apps/katepart/syntax/alert.xml -share/apps/katepart/syntax/alert_indent.xml -share/apps/katepart/syntax/ample.xml -share/apps/katepart/syntax/ansforth94.xml -share/apps/katepart/syntax/ansic89.xml -share/apps/katepart/syntax/ansys.xml -share/apps/katepart/syntax/apache.xml -share/apps/katepart/syntax/asm-avr.xml -share/apps/katepart/syntax/asm-dsp56k.xml -share/apps/katepart/syntax/asm-m68k.xml -share/apps/katepart/syntax/asm6502.xml -share/apps/katepart/syntax/asn1.xml -share/apps/katepart/syntax/asp.xml -share/apps/katepart/syntax/asterisk.xml -share/apps/katepart/syntax/awk.xml -share/apps/katepart/syntax/bash.xml -share/apps/katepart/syntax/bibtex.xml -share/apps/katepart/syntax/bmethod.xml -share/apps/katepart/syntax/boo.xml -share/apps/katepart/syntax/c.xml -share/apps/katepart/syntax/ccss.xml -share/apps/katepart/syntax/cg.xml -share/apps/katepart/syntax/cgis.xml -share/apps/katepart/syntax/changelog.xml -share/apps/katepart/syntax/chicken.xml -share/apps/katepart/syntax/cisco.xml -share/apps/katepart/syntax/clipper.xml -share/apps/katepart/syntax/clojure.xml -share/apps/katepart/syntax/cmake.xml -share/apps/katepart/syntax/coffee.xml -share/apps/katepart/syntax/coldfusion.xml -share/apps/katepart/syntax/commonlisp.xml -share/apps/katepart/syntax/component-pascal.xml -share/apps/katepart/syntax/context.xml -share/apps/katepart/syntax/cpp.xml -share/apps/katepart/syntax/crk.xml -share/apps/katepart/syntax/cs.xml -share/apps/katepart/syntax/css-php.xml -share/apps/katepart/syntax/css.xml -share/apps/katepart/syntax/cubescript.xml -share/apps/katepart/syntax/cue.xml -share/apps/katepart/syntax/curry.xml -share/apps/katepart/syntax/d.xml -share/apps/katepart/syntax/debianchangelog.xml -share/apps/katepart/syntax/debiancontrol.xml -share/apps/katepart/syntax/desktop.xml -share/apps/katepart/syntax/diff.xml -share/apps/katepart/syntax/djangotemplate.xml -share/apps/katepart/syntax/dosbat.xml -share/apps/katepart/syntax/dot.xml -share/apps/katepart/syntax/doxygen.xml -share/apps/katepart/syntax/doxygenlua.xml -share/apps/katepart/syntax/dtd.xml -share/apps/katepart/syntax/e.xml -share/apps/katepart/syntax/eiffel.xml -share/apps/katepart/syntax/email.xml -share/apps/katepart/syntax/erlang.xml -share/apps/katepart/syntax/euphoria.xml -share/apps/katepart/syntax/fasm.xml -share/apps/katepart/syntax/ferite.xml -share/apps/katepart/syntax/fgl-4gl.xml -share/apps/katepart/syntax/fgl-per.xml -share/apps/katepart/syntax/fortran.xml -share/apps/katepart/syntax/freebasic.xml -share/apps/katepart/syntax/fsharp.xml -share/apps/katepart/syntax/fstab.xml -share/apps/katepart/syntax/gap.xml -share/apps/katepart/syntax/gcc.xml -share/apps/katepart/syntax/gdb.xml -share/apps/katepart/syntax/gdl.xml -share/apps/katepart/syntax/gettext.xml -share/apps/katepart/syntax/git-rebase.xml -share/apps/katepart/syntax/glosstex.xml -share/apps/katepart/syntax/glsl.xml -share/apps/katepart/syntax/gnuassembler.xml -share/apps/katepart/syntax/gnuplot.xml -share/apps/katepart/syntax/go.xml -share/apps/katepart/syntax/grammar.xml -share/apps/katepart/syntax/haml.xml -share/apps/katepart/syntax/haskell.xml -share/apps/katepart/syntax/haxe.xml -share/apps/katepart/syntax/html-php.xml -share/apps/katepart/syntax/html.xml -share/apps/katepart/syntax/idconsole.xml -share/apps/katepart/syntax/idl.xml -share/apps/katepart/syntax/ilerpg.xml -share/apps/katepart/syntax/inform.xml -share/apps/katepart/syntax/ini.xml -share/apps/katepart/syntax/isocpp.xml -share/apps/katepart/syntax/jam.xml -share/apps/katepart/syntax/java.xml -share/apps/katepart/syntax/javadoc.xml -share/apps/katepart/syntax/javascript-php.xml -share/apps/katepart/syntax/javascript.xml -share/apps/katepart/syntax/jira.xml -share/apps/katepart/syntax/json.xml -share/apps/katepart/syntax/jsp.xml -share/apps/katepart/syntax/julia.xml -share/apps/katepart/syntax/k.xml -share/apps/katepart/syntax/katetemplate.xml -share/apps/katepart/syntax/kbasic.xml -share/apps/katepart/syntax/kconfig.xml -share/apps/katepart/syntax/language.dtd -share/apps/katepart/syntax/latex.xml -share/apps/katepart/syntax/ld.xml -share/apps/katepart/syntax/ldif.xml -share/apps/katepart/syntax/less.xml -share/apps/katepart/syntax/lex.xml -share/apps/katepart/syntax/lilypond.xml -share/apps/katepart/syntax/literate-curry.xml -share/apps/katepart/syntax/literate-haskell.xml -share/apps/katepart/syntax/logtalk.xml -share/apps/katepart/syntax/lpc.xml -share/apps/katepart/syntax/lsl.xml -share/apps/katepart/syntax/lua.xml -share/apps/katepart/syntax/m3u.xml -share/apps/katepart/syntax/m4.xml -share/apps/katepart/syntax/mab.xml -share/apps/katepart/syntax/makefile.xml -share/apps/katepart/syntax/mako.xml -share/apps/katepart/syntax/mandoc.xml -share/apps/katepart/syntax/markdown.xml -share/apps/katepart/syntax/mason.xml -share/apps/katepart/syntax/mathematica.xml -share/apps/katepart/syntax/matlab.xml -share/apps/katepart/syntax/maxima.xml -share/apps/katepart/syntax/mediawiki.xml -share/apps/katepart/syntax/mel.xml -share/apps/katepart/syntax/mergetagtext.xml -share/apps/katepart/syntax/metafont.xml -share/apps/katepart/syntax/mips.xml -share/apps/katepart/syntax/modelica.xml -share/apps/katepart/syntax/modelines.xml -share/apps/katepart/syntax/modula-2.xml -share/apps/katepart/syntax/monobasic.xml -share/apps/katepart/syntax/mup.xml -share/apps/katepart/syntax/nagios.xml -share/apps/katepart/syntax/nasm.xml -share/apps/katepart/syntax/nemerle.xml -share/apps/katepart/syntax/nesc.xml -share/apps/katepart/syntax/noweb.xml -share/apps/katepart/syntax/objectivec.xml -share/apps/katepart/syntax/objectivecpp.xml -share/apps/katepart/syntax/ocaml.xml -share/apps/katepart/syntax/octave.xml -share/apps/katepart/syntax/oors.xml -share/apps/katepart/syntax/opal.xml -share/apps/katepart/syntax/opencl.xml -share/apps/katepart/syntax/pango.xml -share/apps/katepart/syntax/pascal.xml -share/apps/katepart/syntax/perl.xml -share/apps/katepart/syntax/pgn.xml -share/apps/katepart/syntax/php.xml -share/apps/katepart/syntax/picsrc.xml -share/apps/katepart/syntax/pig.xml -share/apps/katepart/syntax/pike.xml -share/apps/katepart/syntax/postscript.xml -share/apps/katepart/syntax/povray.xml -share/apps/katepart/syntax/ppd.xml -share/apps/katepart/syntax/progress.xml -share/apps/katepart/syntax/prolog.xml -share/apps/katepart/syntax/protobuf.xml -share/apps/katepart/syntax/puppet.xml -share/apps/katepart/syntax/purebasic.xml -share/apps/katepart/syntax/python.xml -share/apps/katepart/syntax/q.xml -share/apps/katepart/syntax/qmake.xml -share/apps/katepart/syntax/qml.xml -share/apps/katepart/syntax/r.xml -share/apps/katepart/syntax/rapidq.xml -share/apps/katepart/syntax/relaxng.xml -share/apps/katepart/syntax/relaxngcompact.xml -share/apps/katepart/syntax/replicode.xml -share/apps/katepart/syntax/rest.xml -share/apps/katepart/syntax/rexx.xml -share/apps/katepart/syntax/rhtml.xml -share/apps/katepart/syntax/rib.xml -share/apps/katepart/syntax/roff.xml -share/apps/katepart/syntax/rpmspec.xml -share/apps/katepart/syntax/rsiidl.xml -share/apps/katepart/syntax/ruby.xml -share/apps/katepart/syntax/sather.xml -share/apps/katepart/syntax/scala.xml -share/apps/katepart/syntax/scheme.xml -share/apps/katepart/syntax/sci.xml -share/apps/katepart/syntax/scss.xml -share/apps/katepart/syntax/sed.xml -share/apps/katepart/syntax/sgml.xml -share/apps/katepart/syntax/sieve.xml -share/apps/katepart/syntax/sisu.xml -share/apps/katepart/syntax/sml.xml -share/apps/katepart/syntax/spice.xml -share/apps/katepart/syntax/sql-mysql.xml -share/apps/katepart/syntax/sql-postgresql.xml -share/apps/katepart/syntax/sql.xml -share/apps/katepart/syntax/stata.xml -share/apps/katepart/syntax/syntax.template -share/apps/katepart/syntax/systemc.xml -share/apps/katepart/syntax/systemverilog.xml -share/apps/katepart/syntax/tads3.xml -share/apps/katepart/syntax/tcl.xml -share/apps/katepart/syntax/tcsh.xml -share/apps/katepart/syntax/template-toolkit.xml -share/apps/katepart/syntax/texinfo.xml -share/apps/katepart/syntax/textile.xml -share/apps/katepart/syntax/tibasic.xml -share/apps/katepart/syntax/txt2tags.xml -share/apps/katepart/syntax/uscript.xml -share/apps/katepart/syntax/vala.xml -share/apps/katepart/syntax/valgrind-suppression.xml -share/apps/katepart/syntax/varnish.xml -share/apps/katepart/syntax/varnishtest.xml -share/apps/katepart/syntax/vcard.xml -share/apps/katepart/syntax/velocity.xml -share/apps/katepart/syntax/vera.xml -share/apps/katepart/syntax/verilog.xml -share/apps/katepart/syntax/vhdl.xml -share/apps/katepart/syntax/vrml.xml -share/apps/katepart/syntax/winehq.xml -share/apps/katepart/syntax/wml.xml -share/apps/katepart/syntax/xharbour.xml -share/apps/katepart/syntax/xml.xml -share/apps/katepart/syntax/xmldebug.xml -share/apps/katepart/syntax/xorg.xml -share/apps/katepart/syntax/xslt.xml -share/apps/katepart/syntax/xul.xml -share/apps/katepart/syntax/yacas.xml -share/apps/katepart/syntax/yacc.xml -share/apps/katepart/syntax/yaml.xml -share/apps/katepart/syntax/zonnon.xml -share/apps/katepart/syntax/zsh.xml -share/apps/katexmltools/html4-loose.dtd.xml -share/apps/katexmltools/html4-strict.dtd.xml -share/apps/katexmltools/kcfg.dtd.xml -share/apps/katexmltools/kde-docbook.dtd.xml -share/apps/katexmltools/kpartgui.dtd.xml -share/apps/katexmltools/language.dtd.xml -share/apps/katexmltools/simplify_dtd.xsl -share/apps/katexmltools/testcases.xml -share/apps/katexmltools/xhtml1-frameset.dtd.xml -share/apps/katexmltools/xhtml1-strict.dtd.xml -share/apps/katexmltools/xhtml1-transitional.dtd.xml -share/apps/katexmltools/xslt-1.0.dtd.xml -share/apps/kconf_update/kate-2.4.upd -share/apps/ktexteditor_exporter/ktexteditor_exporterui.rc -share/apps/ktexteditor_iconinserter/ktexteditor_iconinserterui.rc -share/apps/ktexteditor_insertfile/ktexteditor_insertfileui.rc -share/apps/kwrite/kwriteui.rc -share/config/katemoderc -share/config/katerc -share/config/kateschemarc -share/config/katesyntaxhighlightingrc -share/config/ktexteditor_codesnippets_core.knsrc -share/doc/HTML/en/kate/advanced.docbook -share/doc/HTML/en/kate/comma-to.png -share/doc/HTML/en/kate/common +share/applications/org.kde.kate.desktop +share/applications/org.kde.kwrite.desktop +share/doc/HTML/en/kate/arrow-down-double-22.png +share/doc/HTML/en/kate/arrow-up-double-22.png +share/doc/HTML/en/kate/backtrace-settings.png +share/doc/HTML/en/kate/bookmarks-22.png +share/doc/HTML/en/kate/build-output.png +share/doc/HTML/en/kate/close-except-like.png share/doc/HTML/en/kate/configdialog01.png -share/doc/HTML/en/kate/configuring-part.docbook +share/doc/HTML/en/kate/configure-22.png +share/doc/HTML/en/kate/configure-shortcuts-22.png share/doc/HTML/en/kate/configuring.docbook +share/doc/HTML/en/kate/ctags-global-setting.png +share/doc/HTML/en/kate/ctags-session-setting.png share/doc/HTML/en/kate/development.docbook +share/doc/HTML/en/kate/dialog-ok-22.png +share/doc/HTML/en/kate/document-new-22.png +share/doc/HTML/en/kate/document-open-22.png +share/doc/HTML/en/kate/document-save-22.png +share/doc/HTML/en/kate/document-save-as-22.png +share/doc/HTML/en/kate/documentswitcher.png +share/doc/HTML/en/kate/edit-copy-22.png +share/doc/HTML/en/kate/edit-delete-22.png +share/doc/HTML/en/kate/edit-select-all-22.png +share/doc/HTML/en/kate/format-text-superscript-22.png share/doc/HTML/en/kate/fundamentals.docbook +share/doc/HTML/en/kate/games-config-options-22.png share/doc/HTML/en/kate/gdb-call-stack.png share/doc/HTML/en/kate/gdb-io.png share/doc/HTML/en/kate/gdb-locals.png share/doc/HTML/en/kate/gdb-output.png share/doc/HTML/en/kate/gdb-settings.png -share/doc/HTML/en/kate/highlighted.png -share/doc/HTML/en/kate/highlighting.docbook +share/doc/HTML/en/kate/go-down-22.png +share/doc/HTML/en/kate/go-next-22.png +share/doc/HTML/en/kate/go-previous-22.png +share/doc/HTML/en/kate/go-up-22.png share/doc/HTML/en/kate/index.cache.bz2 share/doc/HTML/en/kate/index.docbook share/doc/HTML/en/kate/kate.png -share/doc/HTML/en/kate/line-modification-system.png -share/doc/HTML/en/kate/man-kate.1.docbook +share/doc/HTML/en/kate/list-add-22.png +share/doc/HTML/en/kate/lumen-calltips.png +share/doc/HTML/en/kate/lumen-completition-overload.png +share/doc/HTML/en/kate/lumen-completition.png +share/doc/HTML/en/kate/lumen-import.png +share/doc/HTML/en/kate/mascot_kate.png share/doc/HTML/en/kate/menus.docbook -share/doc/HTML/en/kate/minimap.png -share/doc/HTML/en/kate/part.docbook -share/doc/HTML/en/kate/plugins-part.docbook share/doc/HTML/en/kate/plugins.docbook -share/doc/HTML/en/kate/regular-expressions.docbook +share/doc/HTML/en/kate/project-completition.png +share/doc/HTML/en/kate/project-configure.png +share/doc/HTML/en/kate/project-current-analysis.png +share/doc/HTML/en/kate/project-quickopen.png +share/doc/HTML/en/kate/project-search.png +share/doc/HTML/en/kate/project-view.png +share/doc/HTML/en/kate/rust-completion.png +share/doc/HTML/en/kate/rust-configuration.png share/doc/HTML/en/kate/snippets-form.png share/doc/HTML/en/kate/snippets-panel.png +share/doc/HTML/en/kate/snippets-repository.png share/doc/HTML/en/kate/snippets-usage.png -share/doc/HTML/en/kate/unhighlighted.png -share/doc/HTML/en/kate/vi.docbook -share/doc/HTML/en/kwrite/common -share/doc/HTML/en/kwrite/configuring.docbook -share/doc/HTML/en/kwrite/fundamentals.docbook +share/doc/HTML/en/kate/symbolviewer-settings.png +share/doc/HTML/en/kate/system-switch-user-22.png +share/doc/HTML/en/kate/tab-duplicate-22.png +share/doc/HTML/en/kate/tab-new-22.png +share/doc/HTML/en/kate/textfilter.png +share/doc/HTML/en/kate/view-refresh-22.png +share/doc/HTML/en/kate/view-split-left-right-22.png +share/doc/HTML/en/katepart/advanced.docbook +share/doc/HTML/en/katepart/arrow-down-double-22.png +share/doc/HTML/en/katepart/arrow-up-double-22.png +share/doc/HTML/en/katepart/comma-to.png +share/doc/HTML/en/katepart/configure-shortcuts-22.png +share/doc/HTML/en/katepart/configuring.docbook +share/doc/HTML/en/katepart/development.docbook +share/doc/HTML/en/katepart/edit-select-all-22.png +share/doc/HTML/en/katepart/format-text-superscript-22.png +share/doc/HTML/en/katepart/fundamentals.docbook +share/doc/HTML/en/katepart/highlighted.png +share/doc/HTML/en/katepart/index.cache.bz2 +share/doc/HTML/en/katepart/index.docbook +share/doc/HTML/en/katepart/line-modification-system.png +share/doc/HTML/en/katepart/menus.docbook +share/doc/HTML/en/katepart/minimap.png +share/doc/HTML/en/katepart/part.docbook +share/doc/HTML/en/katepart/regular-expressions.docbook +share/doc/HTML/en/katepart/unhighlighted.png +share/doc/HTML/en/katepart/vi.docbook share/doc/HTML/en/kwrite/index.cache.bz2 share/doc/HTML/en/kwrite/index.docbook -share/doc/HTML/en/kwrite/menus.docbook share/icons/hicolor/128x128/apps/kate.png +share/icons/hicolor/128x128/apps/kwrite.png share/icons/hicolor/16x16/apps/kate.png -share/icons/hicolor/22x22/actions/debug-kategdb.png +share/icons/hicolor/16x16/apps/kwrite.png share/icons/hicolor/22x22/apps/kate.png +share/icons/hicolor/22x22/apps/kwrite.png share/icons/hicolor/32x32/apps/kate.png +share/icons/hicolor/32x32/apps/kwrite.png share/icons/hicolor/48x48/apps/kate.png +share/icons/hicolor/48x48/apps/kwrite.png share/icons/hicolor/64x64/apps/kate.png +share/icons/hicolor/64x64/apps/kwrite.png share/icons/hicolor/scalable/apps/kate.svgz -share/icons/hicolor/scalable/apps/ktexteditorautobrace.svgz -share/kde4/services/kate_kttsd.desktop -share/kde4/services/katebacktracebrowserplugin.desktop -share/kde4/services/katebuildplugin.desktop -share/kde4/services/katecloseexceptplugin.desktop -share/kde4/services/katectagsplugin.desktop -share/kde4/services/katefilebrowserplugin.desktop -share/kde4/services/katefiletemplates.desktop -share/kde4/services/katefiletreeplugin.desktop -share/kde4/services/kategdbplugin.desktop -share/kde4/services/katekonsoleplugin.desktop -share/kde4/services/katemailfilesplugin.desktop -share/kde4/services/kateopenheader.desktop -share/kde4/services/katepart.desktop -share/kde4/services/kateprojectplugin.desktop -share/kde4/services/katereplicodeplugin.desktop -share/kde4/services/katesearch.desktop -share/kde4/services/katesnippetsplugin.desktop -share/kde4/services/katesql.desktop -share/kde4/services/katesymbolviewer.desktop -share/kde4/services/katetabbarextension.desktop -share/kde4/services/katetabifyplugin.desktop -share/kde4/services/katetextfilter.desktop -share/kde4/services/katexmlcheck.desktop -share/kde4/services/katexmltools.desktop -share/kde4/services/ktexteditor_autobrace.desktop -share/kde4/services/ktexteditor_autobrace_config.desktop -share/kde4/services/ktexteditor_exporter.desktop -share/kde4/services/ktexteditor_hlselection.desktop -share/kde4/services/ktexteditor_iconinserter.desktop -share/kde4/services/ktexteditor_insertfile.desktop -share/kde4/services/ktexteditor_lumen.desktop -share/kde4/services/plasma-applet-katesession.desktop -share/kde4/servicetypes/kateplugin.desktop +share/icons/hicolor/scalable/apps/kwrite.svgz +share/kateproject/kateproject.example +share/katexmltools/html4-loose.dtd.xml +share/katexmltools/html4-strict.dtd.xml +share/katexmltools/kcfg.dtd.xml +share/katexmltools/kde-docbook.dtd.xml +share/katexmltools/kpartgui.dtd.xml +share/katexmltools/language.dtd.xml +share/katexmltools/simplify_dtd.xsl +share/katexmltools/testcases.xml +share/katexmltools/xhtml1-frameset.dtd.xml +share/katexmltools/xhtml1-strict.dtd.xml +share/katexmltools/xhtml1-transitional.dtd.xml +share/katexmltools/xslt-1.0.dtd.xml +share/kservices5/plasma-applet-org.kde.plasma.katesessions.desktop +share/kservices5/plasma-dataengine-katesessions.desktop +share/metainfo/org.kde.kate.appdata.xml +share/metainfo/org.kde.kwrite.appdata.xml +share/plasma/plasmoids/org.kde.plasma.katesessions/contents/ui/KateSessionsItemDelegate.qml +share/plasma/plasmoids/org.kde.plasma.katesessions/contents/ui/Menu.qml +share/plasma/plasmoids/org.kde.plasma.katesessions/contents/ui/katesessions.qml +share/plasma/plasmoids/org.kde.plasma.katesessions/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.katesessions/metadata.json +share/plasma/services/org.kde.plasma.katesessions.operations Index: french/Makefile =================================================================== --- french/Makefile +++ french/Makefile @@ -16,6 +16,7 @@ SUBDIR += hyphen SUBDIR += jdictionary-fre-hun SUBDIR += kde4-l10n + SUBDIR += kde5-l10n SUBDIR += libreoffice SUBDIR += med SUBDIR += mythes Index: french/kde4-l10n/Makefile =================================================================== --- french/kde4-l10n/Makefile +++ french/kde4-l10n/Makefile @@ -1,14 +1,14 @@ # Created by: Martin Wilke # $FreeBSD$ -PORTNAME= kde-l10n -PORTVERSION= ${KDE4_VERSION} +PORTNAME= kde4-l10n +PORTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= french kde MAINTAINER= kde@FreeBSD.org -COMMENT= French messages and documentation for KDE SC 4 +COMMENT= French messages and documentation for KDE -KDE4_L10N= fr +KDE_L10N= fr:4 -.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde-l10n/files/bsd.l10n.mk" .include Index: french/kde4-l10n/distinfo =================================================================== --- french/kde4-l10n/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/4.14.3/kde-l10n/kde-l10n-fr-4.14.3.tar.xz) = a22ff7bac37574fe7dec99314c8ba09381e36cb90a1c01ba1cfdf423bd61fcbf -SIZE (KDE/4.14.3/kde-l10n/kde-l10n-fr-4.14.3.tar.xz) = 47036452 Index: french/kde4-l10n/pkg-plist =================================================================== --- french/kde4-l10n/pkg-plist +++ french/kde4-l10n/pkg-plist @@ -1,5 +1,4 @@ man/fr/man1/adddebug.1.gz -man/fr/man1/ark.1.gz man/fr/man1/cheatmake.1.gz man/fr/man1/checkXML.1.gz man/fr/man1/create_cvsignore.1.gz @@ -11,42 +10,25 @@ man/fr/man1/cvsrevertlast.1.gz man/fr/man1/cxxmetric.1.gz man/fr/man1/demangle.1.gz -man/fr/man1/dragon.1.gz man/fr/man1/extend_dmalloc.1.gz man/fr/man1/extractrc.1.gz man/fr/man1/fixincludes.1.gz -man/fr/man1/kabcclient.1.gz -man/fr/man1/kalzium.1.gz -man/fr/man1/kate.1.gz -man/fr/man1/kbookmarkmerger.1.gz -man/fr/man1/kbruch.1.gz man/fr/man1/kconfig_compiler.1.gz man/fr/man1/kde4-config.1.gz man/fr/man1/kdesu.1.gz -man/fr/man1/kfind.1.gz -man/fr/man1/kig.1.gz man/fr/man1/kjs.1.gz man/fr/man1/kjscmd.1.gz man/fr/man1/kmag.1.gz man/fr/man1/kmousetool.1.gz man/fr/man1/kmouth.1.gz -man/fr/man1/kmplot.1.gz -man/fr/man1/ktouch.1.gz man/fr/man1/makekdewidgets.1.gz -man/fr/man1/okular.1.gz man/fr/man1/plasmapkg.1.gz -man/fr/man1/po2xml.1.gz man/fr/man1/preparetips.1.gz man/fr/man1/pruneemptydirs.1.gz man/fr/man1/qtdoc.1.gz man/fr/man1/reportview.1.gz -man/fr/man1/split2po.1.gz -man/fr/man1/swappo.1.gz man/fr/man1/transxx.1.gz -man/fr/man1/xml2pot.1.gz man/fr/man1/zonetab2pot.py.1.gz -man/fr/man6/amor.6.gz -man/fr/man6/khangman.6.gz man/fr/man7/kdeoptions.7.gz man/fr/man7/qtoptions.7.gz man/fr/man8/kbuildsycoca4.8.gz @@ -57,131 +39,10 @@ man/fr/man8/nepomukserver.8.gz man/fr/man8/nepomukservicestub.8.gz share/apps/autocorrect/fr.xml -share/apps/khangman/fr.txt -share/apps/ktuberling/sounds/fr.soundtheme -share/apps/ktuberling/sounds/fr/bouche.wav -share/apps/ktuberling/sounds/fr/boucle-d-oreille.wav -share/apps/ktuberling/sounds/fr/chapeau.wav -share/apps/ktuberling/sounds/fr/cheveux.wav -share/apps/ktuberling/sounds/fr/cravate.wav -share/apps/ktuberling/sounds/fr/lunettes-de-soleil.wav -share/apps/ktuberling/sounds/fr/lunettes.wav -share/apps/ktuberling/sounds/fr/moustache.wav -share/apps/ktuberling/sounds/fr/nez.wav -share/apps/ktuberling/sounds/fr/noeud-papillon.wav -share/apps/ktuberling/sounds/fr/oeil.wav -share/apps/ktuberling/sounds/fr/oreille.wav -share/apps/ktuberling/sounds/fr/sourcil.wav -share/apps/kvtml/fr/animals.kvtml -share/apps/kvtml/fr/easy.kvtml -share/apps/kvtml/fr/hard.kvtml -share/apps/kvtml/fr/maison.kvtml -share/apps/kvtml/fr/medium.kvtml -share/doc/HTML/fr/PolicyKit-kde/authorization.docbook -share/doc/HTML/fr/PolicyKit-kde/authorizationagent.docbook -share/doc/HTML/fr/PolicyKit-kde/common -share/doc/HTML/fr/PolicyKit-kde/howitworks.docbook -share/doc/HTML/fr/PolicyKit-kde/index.cache.bz2 -share/doc/HTML/fr/PolicyKit-kde/index.docbook -share/doc/HTML/fr/PolicyKit-kde/introduction.docbook -share/doc/HTML/fr/akonadi_archivemail_agent/common -share/doc/HTML/fr/akonadi_archivemail_agent/index.cache.bz2 -share/doc/HTML/fr/akonadi_archivemail_agent/index.docbook -share/doc/HTML/fr/akonadi_notes_agent/common -share/doc/HTML/fr/akonadi_notes_agent/index.cache.bz2 -share/doc/HTML/fr/akonadi_notes_agent/index.docbook -share/doc/HTML/fr/akregator/add-feed.png -share/doc/HTML/fr/akregator/add-feed2.png -share/doc/HTML/fr/akregator/add-folder.png -share/doc/HTML/fr/akregator/add-folder2.png -share/doc/HTML/fr/akregator/advanced-tab.png -share/doc/HTML/fr/akregator/appearance-tab.png -share/doc/HTML/fr/akregator/archive-tab.png -share/doc/HTML/fr/akregator/browser-tab.png -share/doc/HTML/fr/akregator/common -share/doc/HTML/fr/akregator/general-tab.png -share/doc/HTML/fr/akregator/index.cache.bz2 -share/doc/HTML/fr/akregator/index.docbook -share/doc/HTML/fr/akregator/konq.png -share/doc/HTML/fr/akregator/konq2.png -share/doc/HTML/fr/akregator/main-window.png -share/doc/HTML/fr/akregator/main-window2.png -share/doc/HTML/fr/akregator/main-window3.png -share/doc/HTML/fr/akregator/main-window4.png -share/doc/HTML/fr/akregator/quick-filter.png -share/doc/HTML/fr/amor/common -share/doc/HTML/fr/amor/index.cache.bz2 -share/doc/HTML/fr/amor/index.docbook -share/doc/HTML/fr/amor/man-amor.6.docbook -share/doc/HTML/fr/ark/ark-mainwindow.png -share/doc/HTML/fr/ark/common -share/doc/HTML/fr/ark/index.cache.bz2 -share/doc/HTML/fr/ark/index.docbook -share/doc/HTML/fr/ark/man-ark.1.docbook -share/doc/HTML/fr/blinken/blinken1.png -share/doc/HTML/fr/blinken/blinken2.png -share/doc/HTML/fr/blinken/blinken_accesskeys.png -share/doc/HTML/fr/blinken/blinken_helpbutton.png -share/doc/HTML/fr/blinken/blinken_highscoresbutton.png -share/doc/HTML/fr/blinken/blinken_nickprompt.png -share/doc/HTML/fr/blinken/blinken_quitbutton.png -share/doc/HTML/fr/blinken/common -share/doc/HTML/fr/blinken/index.cache.bz2 -share/doc/HTML/fr/blinken/index.docbook -share/doc/HTML/fr/blogilo/common -share/doc/HTML/fr/blogilo/index.cache.bz2 -share/doc/HTML/fr/blogilo/index.docbook -share/doc/HTML/fr/bomber/common -share/doc/HTML/fr/bomber/index.cache.bz2 -share/doc/HTML/fr/bomber/index.docbook -share/doc/HTML/fr/bovo/common -share/doc/HTML/fr/bovo/index.cache.bz2 -share/doc/HTML/fr/bovo/index.docbook -share/doc/HTML/fr/cantor/common -share/doc/HTML/fr/cantor/index.cache.bz2 -share/doc/HTML/fr/cantor/index.docbook -share/doc/HTML/fr/cantor/screenshot.png -share/doc/HTML/fr/cervisia/annotate.png -share/doc/HTML/fr/cervisia/checkout.png -share/doc/HTML/fr/cervisia/commit.png -share/doc/HTML/fr/cervisia/common -share/doc/HTML/fr/cervisia/diff.png -share/doc/HTML/fr/cervisia/history.png -share/doc/HTML/fr/cervisia/import.png -share/doc/HTML/fr/cervisia/index.cache.bz2 -share/doc/HTML/fr/cervisia/index.docbook -share/doc/HTML/fr/cervisia/logtree.png -share/doc/HTML/fr/cervisia/mainview.png -share/doc/HTML/fr/cervisia/patch.png -share/doc/HTML/fr/cervisia/popup.png -share/doc/HTML/fr/cervisia/repositories.png -share/doc/HTML/fr/cervisia/resolve.png -share/doc/HTML/fr/cervisia/updatetag.png share/doc/HTML/fr/common/fdl-translated.html share/doc/HTML/fr/common/gpl-translated.html share/doc/HTML/fr/common/kde-localised.css share/doc/HTML/fr/common/lgpl-translated.html -share/doc/HTML/fr/dolphin/common -share/doc/HTML/fr/dolphin/default-ui.png -share/doc/HTML/fr/dolphin/index.cache.bz2 -share/doc/HTML/fr/dolphin/index.docbook -share/doc/HTML/fr/dolphin/locationbar-breadcrumb.png -share/doc/HTML/fr/dolphin/locationbar-editable.png -share/doc/HTML/fr/dolphin/preferences-general-behavior.png -share/doc/HTML/fr/dolphin/preferences-navigation.png -share/doc/HTML/fr/dolphin/preferences-startup.png -share/doc/HTML/fr/dolphin/preferences-trash.png -share/doc/HTML/fr/dolphin/preferences-viewmodes-icons.png -share/doc/HTML/fr/dolphin/toolbar-navigation.png -share/doc/HTML/fr/dolphin/toolbar-view-appearance.png -share/doc/HTML/fr/dolphin/viewproperties-dialog.png -share/doc/HTML/fr/dragonplayer/common -share/doc/HTML/fr/dragonplayer/index.cache.bz2 -share/doc/HTML/fr/dragonplayer/index.docbook -share/doc/HTML/fr/dragonplayer/man-dragon.1.docbook -share/doc/HTML/fr/filelight/common -share/doc/HTML/fr/filelight/index.cache.bz2 -share/doc/HTML/fr/filelight/index.docbook share/doc/HTML/fr/fundamentals/colors.png share/doc/HTML/fr/fundamentals/common share/doc/HTML/fr/fundamentals/config.docbook @@ -242,184 +103,30 @@ share/doc/HTML/fr/fundamentals/visualdict-tree-view.png share/doc/HTML/fr/fundamentals/visualdict-window.png share/doc/HTML/fr/fundamentals/visualdict-window2.png -share/doc/HTML/fr/granatier/common -share/doc/HTML/fr/granatier/config_arena.png -share/doc/HTML/fr/granatier/config_general.png -share/doc/HTML/fr/granatier/config_player.png -share/doc/HTML/fr/granatier/config_theme.png -share/doc/HTML/fr/granatier/granatier.png -share/doc/HTML/fr/granatier/index.cache.bz2 -share/doc/HTML/fr/granatier/index.docbook -share/doc/HTML/fr/gwenview/browse_mode.png -share/doc/HTML/fr/gwenview/common -share/doc/HTML/fr/gwenview/fullscreen-browse.png -share/doc/HTML/fr/gwenview/fullscreen-view.png -share/doc/HTML/fr/gwenview/fullscreen_mode.png -share/doc/HTML/fr/gwenview/importer-picking-root-folder.png -share/doc/HTML/fr/gwenview/importer.png -share/doc/HTML/fr/gwenview/index.cache.bz2 -share/doc/HTML/fr/gwenview/index.docbook -share/doc/HTML/fr/gwenview/start-page.png -share/doc/HTML/fr/gwenview/view_mode.png share/doc/HTML/fr/jovie/common share/doc/HTML/fr/jovie/index.cache.bz2 share/doc/HTML/fr/jovie/index.docbook share/doc/HTML/fr/juk/common share/doc/HTML/fr/juk/index.cache.bz2 share/doc/HTML/fr/juk/index.docbook -share/doc/HTML/fr/kabcclient/common -share/doc/HTML/fr/kabcclient/index.cache.bz2 -share/doc/HTML/fr/kabcclient/index.docbook -share/doc/HTML/fr/kabcclient/man-kabcclient.1.docbook -share/doc/HTML/fr/kalzium/common -share/doc/HTML/fr/kalzium/gradient.png -share/doc/HTML/fr/kalzium/index.cache.bz2 -share/doc/HTML/fr/kalzium/index.docbook -share/doc/HTML/fr/kalzium/infodialog_bohr.png -share/doc/HTML/fr/kalzium/infodialog_data_overview.png -share/doc/HTML/fr/kalzium/infodialog_extra.png -share/doc/HTML/fr/kalzium/infodialog_isotopes.png -share/doc/HTML/fr/kalzium/infodialog_misc.png -share/doc/HTML/fr/kalzium/infodialog_spectrum.png -share/doc/HTML/fr/kalzium/man-kalzium.1.docbook -share/doc/HTML/fr/kalzium/quick-1.png -share/doc/HTML/fr/kalzium/quick-2.png -share/doc/HTML/fr/kalzium/quick-3.png -share/doc/HTML/fr/kalzium/quick-4.png -share/doc/HTML/fr/kalzium/screenshot-calc-conc.png -share/doc/HTML/fr/kalzium/screenshot-calc-eq.png -share/doc/HTML/fr/kalzium/screenshot-calc-gas.png -share/doc/HTML/fr/kalzium/screenshot-calc-mass.png -share/doc/HTML/fr/kalzium/screenshot-calc-nucl.png -share/doc/HTML/fr/kalzium/screenshot-mol-edit.png -share/doc/HTML/fr/kalzium/screenshot-rs-phrases.png -share/doc/HTML/fr/kalzium/screenshot-tables.png -share/doc/HTML/fr/kalzium/screenshot1.png -share/doc/HTML/fr/kalzium/screenshot2.png -share/doc/HTML/fr/kalzium/screenshot3.png -share/doc/HTML/fr/kalzium/screenshot4.png -share/doc/HTML/fr/kalzium/screenshot5.png -share/doc/HTML/fr/kalzium/screenshot6.png -share/doc/HTML/fr/kalzium/screenshot7.png -share/doc/HTML/fr/kalzium/screenshoteqsolver.png -share/doc/HTML/fr/kalzium/screenshotnuclidboard.png -share/doc/HTML/fr/kalzium/settings.png -share/doc/HTML/fr/kalzium/settings1.png -share/doc/HTML/fr/kalzium/settings2.png -share/doc/HTML/fr/kalzium/settings3.png -share/doc/HTML/fr/kalzium/settings4.png -share/doc/HTML/fr/kalzium/sidebar1.png -share/doc/HTML/fr/kalzium/sidebar2.png -share/doc/HTML/fr/kanagram/answer-highlight.png -share/doc/HTML/fr/kanagram/common -share/doc/HTML/fr/kanagram/general-settings.png -share/doc/HTML/fr/kanagram/helpstates.png -share/doc/HTML/fr/kanagram/index.cache.bz2 -share/doc/HTML/fr/kanagram/index.docbook -share/doc/HTML/fr/kanagram/kanagram-hint.png -share/doc/HTML/fr/kanagram/kanagram.png -share/doc/HTML/fr/kanagram/newstuff-dialog.png -share/doc/HTML/fr/kanagram/newstuff-settings.png -share/doc/HTML/fr/kanagram/shortcuts-settings.png -share/doc/HTML/fr/kanagram/standard-fonts.png -share/doc/HTML/fr/kanagram/vocab-editor.png -share/doc/HTML/fr/kanagram/vocab-settings.png -share/doc/HTML/fr/kapman/common -share/doc/HTML/fr/kapman/config.png -share/doc/HTML/fr/kapman/index.cache.bz2 -share/doc/HTML/fr/kapman/index.docbook -share/doc/HTML/fr/kapman/kapman.png -share/doc/HTML/fr/kapptemplate/common -share/doc/HTML/fr/kapptemplate/index.cache.bz2 -share/doc/HTML/fr/kapptemplate/index.docbook -share/doc/HTML/fr/katomic/common -share/doc/HTML/fr/katomic/index.cache.bz2 -share/doc/HTML/fr/katomic/index.docbook -share/doc/HTML/fr/kblackbox/common -share/doc/HTML/fr/kblackbox/index.cache.bz2 -share/doc/HTML/fr/kblackbox/index.docbook -share/doc/HTML/fr/kblocks/common -share/doc/HTML/fr/kblocks/index.cache.bz2 -share/doc/HTML/fr/kblocks/index.docbook -share/doc/HTML/fr/kbounce/common -share/doc/HTML/fr/kbounce/index.cache.bz2 -share/doc/HTML/fr/kbounce/index.docbook -share/doc/HTML/fr/kbounce/jezball_corridor1.png -share/doc/HTML/fr/kbounce/jezball_corridor2.png -share/doc/HTML/fr/kbounce/jezball_newWall.png -share/doc/HTML/fr/kbreakout/common -share/doc/HTML/fr/kbreakout/index.cache.bz2 -share/doc/HTML/fr/kbreakout/index.docbook -share/doc/HTML/fr/kbruch/checked.png -share/doc/HTML/fr/kbruch/common -share/doc/HTML/fr/kbruch/compare.png -share/doc/HTML/fr/kbruch/convert.png -share/doc/HTML/fr/kbruch/factorize.png -share/doc/HTML/fr/kbruch/gui_main.png -share/doc/HTML/fr/kbruch/gui_mode.png -share/doc/HTML/fr/kbruch/index.cache.bz2 -share/doc/HTML/fr/kbruch/index.docbook -share/doc/HTML/fr/kbruch/learning.png -share/doc/HTML/fr/kbruch/man-kbruch.1.docbook -share/doc/HTML/fr/kbruch/mixed.png -share/doc/HTML/fr/kbruch/percentage.png -share/doc/HTML/fr/kbruch/reduced.png -share/doc/HTML/fr/kbruch/settings.png -share/doc/HTML/fr/kbruch/statistics.png share/doc/HTML/fr/kcachegrind/common share/doc/HTML/fr/kcachegrind/index.cache.bz2 share/doc/HTML/fr/kcachegrind/index.docbook -share/doc/HTML/fr/kcalc/commands.docbook -share/doc/HTML/fr/kcalc/common -share/doc/HTML/fr/kcalc/index.cache.bz2 -share/doc/HTML/fr/kcalc/index.docbook -share/doc/HTML/fr/kcharselect/common -share/doc/HTML/fr/kcharselect/index.cache.bz2 -share/doc/HTML/fr/kcharselect/index.docbook share/doc/HTML/fr/kcontrol/attica/common share/doc/HTML/fr/kcontrol/attica/index.cache.bz2 share/doc/HTML/fr/kcontrol/attica/index.docbook -share/doc/HTML/fr/kcontrol/autostart/common -share/doc/HTML/fr/kcontrol/autostart/index.cache.bz2 -share/doc/HTML/fr/kcontrol/autostart/index.docbook -share/doc/HTML/fr/kcontrol/bell/common -share/doc/HTML/fr/kcontrol/bell/index.cache.bz2 -share/doc/HTML/fr/kcontrol/bell/index.docbook -share/doc/HTML/fr/kcontrol/blockdevices/common -share/doc/HTML/fr/kcontrol/blockdevices/index.cache.bz2 -share/doc/HTML/fr/kcontrol/blockdevices/index.docbook share/doc/HTML/fr/kcontrol/bookmarks/common share/doc/HTML/fr/kcontrol/bookmarks/index.cache.bz2 share/doc/HTML/fr/kcontrol/bookmarks/index.docbook share/doc/HTML/fr/kcontrol/cache/common share/doc/HTML/fr/kcontrol/cache/index.cache.bz2 share/doc/HTML/fr/kcontrol/cache/index.docbook -share/doc/HTML/fr/kcontrol/cddbretrieval/common -share/doc/HTML/fr/kcontrol/cddbretrieval/index.cache.bz2 -share/doc/HTML/fr/kcontrol/cddbretrieval/index.docbook -share/doc/HTML/fr/kcontrol/clock/common -share/doc/HTML/fr/kcontrol/clock/index.cache.bz2 -share/doc/HTML/fr/kcontrol/clock/index.docbook -share/doc/HTML/fr/kcontrol/colors/common -share/doc/HTML/fr/kcontrol/colors/index.cache.bz2 -share/doc/HTML/fr/kcontrol/colors/index.docbook share/doc/HTML/fr/kcontrol/componentchooser/common share/doc/HTML/fr/kcontrol/componentchooser/index.cache.bz2 share/doc/HTML/fr/kcontrol/componentchooser/index.docbook share/doc/HTML/fr/kcontrol/cookies/common share/doc/HTML/fr/kcontrol/cookies/index.cache.bz2 share/doc/HTML/fr/kcontrol/cookies/index.docbook -share/doc/HTML/fr/kcontrol/cursortheme/common -share/doc/HTML/fr/kcontrol/cursortheme/index.cache.bz2 -share/doc/HTML/fr/kcontrol/cursortheme/index.docbook -share/doc/HTML/fr/kcontrol/desktop/common -share/doc/HTML/fr/kcontrol/desktop/index.cache.bz2 -share/doc/HTML/fr/kcontrol/desktop/index.docbook -share/doc/HTML/fr/kcontrol/desktopthemedetails/clicking-apply.png -share/doc/HTML/fr/kcontrol/desktopthemedetails/common -share/doc/HTML/fr/kcontrol/desktopthemedetails/customizing.png -share/doc/HTML/fr/kcontrol/desktopthemedetails/index.cache.bz2 -share/doc/HTML/fr/kcontrol/desktopthemedetails/index.docbook share/doc/HTML/fr/kcontrol/ebrowsing/common share/doc/HTML/fr/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/fr/kcontrol/ebrowsing/index.docbook @@ -435,34 +142,17 @@ share/doc/HTML/fr/kcontrol/filetypes/common share/doc/HTML/fr/kcontrol/filetypes/index.cache.bz2 share/doc/HTML/fr/kcontrol/filetypes/index.docbook -share/doc/HTML/fr/kcontrol/fontinst/common -share/doc/HTML/fr/kcontrol/fontinst/index.cache.bz2 -share/doc/HTML/fr/kcontrol/fontinst/index.docbook -share/doc/HTML/fr/kcontrol/fonts/common -share/doc/HTML/fr/kcontrol/fonts/index.cache.bz2 -share/doc/HTML/fr/kcontrol/fonts/index.docbook share/doc/HTML/fr/kcontrol/history/common share/doc/HTML/fr/kcontrol/history/index.cache.bz2 share/doc/HTML/fr/kcontrol/history/index.docbook share/doc/HTML/fr/kcontrol/icons/common share/doc/HTML/fr/kcontrol/icons/index.cache.bz2 share/doc/HTML/fr/kcontrol/icons/index.docbook -share/doc/HTML/fr/kcontrol/joystick/common -share/doc/HTML/fr/kcontrol/joystick/index.cache.bz2 -share/doc/HTML/fr/kcontrol/joystick/index.docbook -share/doc/HTML/fr/kcontrol/joystick/joystick-calibration.png -share/doc/HTML/fr/kcontrol/joystick/joystick-main.png -share/doc/HTML/fr/kcontrol/kamera/common -share/doc/HTML/fr/kcontrol/kamera/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kamera/index.docbook share/doc/HTML/fr/kcontrol/kcm_ssl/common share/doc/HTML/fr/kcontrol/kcm_ssl/details.png share/doc/HTML/fr/kcontrol/kcm_ssl/index.cache.bz2 share/doc/HTML/fr/kcontrol/kcm_ssl/index.docbook share/doc/HTML/fr/kcontrol/kcm_ssl/module.png -share/doc/HTML/fr/kcontrol/kcmaccess/common -share/doc/HTML/fr/kcontrol/kcmaccess/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kcmaccess/index.docbook share/doc/HTML/fr/kcontrol/kcmcgi/common share/doc/HTML/fr/kcontrol/kcmcgi/index.cache.bz2 share/doc/HTML/fr/kcontrol/kcmcgi/index.docbook @@ -475,27 +165,9 @@ share/doc/HTML/fr/kcontrol/kcmnotify/common share/doc/HTML/fr/kcontrol/kcmnotify/index.cache.bz2 share/doc/HTML/fr/kcontrol/kcmnotify/index.docbook -share/doc/HTML/fr/kcontrol/kcmsmserver/common -share/doc/HTML/fr/kcontrol/kcmsmserver/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kcmsmserver/index.docbook -share/doc/HTML/fr/kcontrol/kcmstyle/common -share/doc/HTML/fr/kcontrol/kcmstyle/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kcmstyle/index.docbook share/doc/HTML/fr/kcontrol/kded/common share/doc/HTML/fr/kcontrol/kded/index.cache.bz2 share/doc/HTML/fr/kcontrol/kded/index.docbook -share/doc/HTML/fr/kcontrol/keyboard/common -share/doc/HTML/fr/kcontrol/keyboard/index.cache.bz2 -share/doc/HTML/fr/kcontrol/keyboard/index.docbook -share/doc/HTML/fr/kcontrol/keys/common -share/doc/HTML/fr/kcontrol/keys/index.cache.bz2 -share/doc/HTML/fr/kcontrol/keys/index.docbook -share/doc/HTML/fr/kcontrol/kgamma/common -share/doc/HTML/fr/kcontrol/kgamma/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kgamma/index.docbook -share/doc/HTML/fr/kcontrol/khotkeys/common -share/doc/HTML/fr/kcontrol/khotkeys/index.cache.bz2 -share/doc/HTML/fr/kcontrol/khotkeys/index.docbook share/doc/HTML/fr/kcontrol/khtml-adblock/common share/doc/HTML/fr/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/fr/kcontrol/khtml-adblock/index.docbook @@ -514,183 +186,49 @@ share/doc/HTML/fr/kcontrol/kremotecontrol/common share/doc/HTML/fr/kcontrol/kremotecontrol/index.cache.bz2 share/doc/HTML/fr/kcontrol/kremotecontrol/index.docbook -share/doc/HTML/fr/kcontrol/kresources/common -share/doc/HTML/fr/kcontrol/kresources/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kresources/index.docbook -share/doc/HTML/fr/kcontrol/kwincompositing/common -share/doc/HTML/fr/kcontrol/kwincompositing/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kwincompositing/index.docbook -share/doc/HTML/fr/kcontrol/kwindecoration/common -share/doc/HTML/fr/kcontrol/kwindecoration/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kwindecoration/index.docbook -share/doc/HTML/fr/kcontrol/kwinscreenedges/common -share/doc/HTML/fr/kcontrol/kwinscreenedges/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kwinscreenedges/index.docbook -share/doc/HTML/fr/kcontrol/kwintabbox/common -share/doc/HTML/fr/kcontrol/kwintabbox/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kwintabbox/index.docbook share/doc/HTML/fr/kcontrol/language/common share/doc/HTML/fr/kcontrol/language/index.cache.bz2 share/doc/HTML/fr/kcontrol/language/index.docbook -share/doc/HTML/fr/kcontrol/mouse/common -share/doc/HTML/fr/kcontrol/mouse/index.cache.bz2 -share/doc/HTML/fr/kcontrol/mouse/index.docbook share/doc/HTML/fr/kcontrol/nepomuk/common share/doc/HTML/fr/kcontrol/nepomuk/index.cache.bz2 share/doc/HTML/fr/kcontrol/nepomuk/index.docbook share/doc/HTML/fr/kcontrol/netpref/common share/doc/HTML/fr/kcontrol/netpref/index.cache.bz2 share/doc/HTML/fr/kcontrol/netpref/index.docbook -share/doc/HTML/fr/kcontrol/paths/common -share/doc/HTML/fr/kcontrol/paths/index.cache.bz2 -share/doc/HTML/fr/kcontrol/paths/index.docbook -share/doc/HTML/fr/kcontrol/paths/paths.png share/doc/HTML/fr/kcontrol/performance/common share/doc/HTML/fr/kcontrol/performance/index.cache.bz2 share/doc/HTML/fr/kcontrol/performance/index.docbook share/doc/HTML/fr/kcontrol/phonon/common share/doc/HTML/fr/kcontrol/phonon/index.cache.bz2 share/doc/HTML/fr/kcontrol/phonon/index.docbook -share/doc/HTML/fr/kcontrol/powerdevil/common -share/doc/HTML/fr/kcontrol/powerdevil/index.cache.bz2 -share/doc/HTML/fr/kcontrol/powerdevil/index.docbook share/doc/HTML/fr/kcontrol/proxy/common share/doc/HTML/fr/kcontrol/proxy/index.cache.bz2 share/doc/HTML/fr/kcontrol/proxy/index.docbook -share/doc/HTML/fr/kcontrol/screensaver/common -share/doc/HTML/fr/kcontrol/screensaver/index.cache.bz2 -share/doc/HTML/fr/kcontrol/screensaver/index.docbook share/doc/HTML/fr/kcontrol/smb/common share/doc/HTML/fr/kcontrol/smb/index.cache.bz2 share/doc/HTML/fr/kcontrol/smb/index.docbook -share/doc/HTML/fr/kcontrol/solid-actions/add-action.png -share/doc/HTML/fr/kcontrol/solid-actions/common -share/doc/HTML/fr/kcontrol/solid-actions/edit-action.png -share/doc/HTML/fr/kcontrol/solid-actions/index.cache.bz2 -share/doc/HTML/fr/kcontrol/solid-actions/index.docbook -share/doc/HTML/fr/kcontrol/solid-actions/main.png share/doc/HTML/fr/kcontrol/solid-device-automounter/common share/doc/HTML/fr/kcontrol/solid-device-automounter/index.cache.bz2 share/doc/HTML/fr/kcontrol/solid-device-automounter/index.docbook share/doc/HTML/fr/kcontrol/spellchecking/common share/doc/HTML/fr/kcontrol/spellchecking/index.cache.bz2 share/doc/HTML/fr/kcontrol/spellchecking/index.docbook -share/doc/HTML/fr/kcontrol/splashscreen/common -share/doc/HTML/fr/kcontrol/splashscreen/index.cache.bz2 -share/doc/HTML/fr/kcontrol/splashscreen/index.docbook share/doc/HTML/fr/kcontrol/trash/common share/doc/HTML/fr/kcontrol/trash/index.cache.bz2 share/doc/HTML/fr/kcontrol/trash/index.docbook share/doc/HTML/fr/kcontrol/useragent/common share/doc/HTML/fr/kcontrol/useragent/index.cache.bz2 share/doc/HTML/fr/kcontrol/useragent/index.docbook -share/doc/HTML/fr/kcontrol/windowbehaviour/common -share/doc/HTML/fr/kcontrol/windowbehaviour/index.cache.bz2 -share/doc/HTML/fr/kcontrol/windowbehaviour/index.docbook -share/doc/HTML/fr/kcontrol/windowspecific/akgregator-info.png -share/doc/HTML/fr/kcontrol/windowspecific/akregator-attributes.png -share/doc/HTML/fr/kcontrol/windowspecific/akregator-fav.png -share/doc/HTML/fr/kcontrol/windowspecific/common -share/doc/HTML/fr/kcontrol/windowspecific/config-win-behavior.png -share/doc/HTML/fr/kcontrol/windowspecific/emacs-attribute.png -share/doc/HTML/fr/kcontrol/windowspecific/emacs-info.png -share/doc/HTML/fr/kcontrol/windowspecific/focus-stealing-pop2top-attribute.png -share/doc/HTML/fr/kcontrol/windowspecific/index.cache.bz2 -share/doc/HTML/fr/kcontrol/windowspecific/index.docbook -share/doc/HTML/fr/kcontrol/windowspecific/knotes-attribute.png -share/doc/HTML/fr/kcontrol/windowspecific/knotes-info.png -share/doc/HTML/fr/kcontrol/windowspecific/kopete-attribute-2.png -share/doc/HTML/fr/kcontrol/windowspecific/kopete-chat-attribute.png -share/doc/HTML/fr/kcontrol/windowspecific/kopete-info.png -share/doc/HTML/fr/kcontrol/windowspecific/kwin-detect-window.png -share/doc/HTML/fr/kcontrol/windowspecific/kwin-rule-editor.png -share/doc/HTML/fr/kcontrol/windowspecific/kwin-rules-main-n-akregator.png -share/doc/HTML/fr/kcontrol/windowspecific/kwin-rules-main.png -share/doc/HTML/fr/kcontrol/windowspecific/kwin-rules-ordering.png -share/doc/HTML/fr/kcontrol/windowspecific/kwin-window-attributes.png -share/doc/HTML/fr/kcontrol/windowspecific/kwin-window-matching.png -share/doc/HTML/fr/kcontrol/windowspecific/pager-4-desktops.png -share/doc/HTML/fr/kcontrol/windowspecific/tbird-compose-attribute.png -share/doc/HTML/fr/kcontrol/windowspecific/tbird-compose-info.png -share/doc/HTML/fr/kcontrol/windowspecific/tbird-main-attribute.png -share/doc/HTML/fr/kcontrol/windowspecific/tbird-main-info.png -share/doc/HTML/fr/kcontrol/windowspecific/tbird-reminder-attribute-2.png -share/doc/HTML/fr/kcontrol/windowspecific/window-matching-emacs.png -share/doc/HTML/fr/kcontrol/windowspecific/window-matching-init.png -share/doc/HTML/fr/kcontrol/windowspecific/window-matching-knotes.png -share/doc/HTML/fr/kcontrol/windowspecific/window-matching-kopete.png -share/doc/HTML/fr/kcontrol/windowspecific/window-matching-ready-akregator.png -share/doc/HTML/fr/kcontrol/windowspecific/window-matching-tbird-compose.png -share/doc/HTML/fr/kcontrol/windowspecific/window-matching-tbird-main.png -share/doc/HTML/fr/kcontrol/workspaceoptions/common -share/doc/HTML/fr/kcontrol/workspaceoptions/index.cache.bz2 -share/doc/HTML/fr/kcontrol/workspaceoptions/index.docbook -share/doc/HTML/fr/kcron/common -share/doc/HTML/fr/kcron/index.cache.bz2 -share/doc/HTML/fr/kcron/index.docbook -share/doc/HTML/fr/kcron/kcron.png -share/doc/HTML/fr/kcron/kcronstart.png -share/doc/HTML/fr/kcron/newtask.png -share/doc/HTML/fr/kcron/newvariable.png -share/doc/HTML/fr/kcron/print.png share/doc/HTML/fr/kdebugdialog/common share/doc/HTML/fr/kdebugdialog/index.cache.bz2 share/doc/HTML/fr/kdebugdialog/index.docbook -share/doc/HTML/fr/kdepasswd/common -share/doc/HTML/fr/kdepasswd/index.cache.bz2 -share/doc/HTML/fr/kdepasswd/index.docbook -share/doc/HTML/fr/kdepasswd/password.png share/doc/HTML/fr/kdesu/common share/doc/HTML/fr/kdesu/index.cache.bz2 share/doc/HTML/fr/kdesu/index.docbook share/doc/HTML/fr/kdesu/man-kdesu.1.docbook -share/doc/HTML/fr/kdf/common -share/doc/HTML/fr/kdf/index.cache.bz2 -share/doc/HTML/fr/kdf/index.docbook -share/doc/HTML/fr/kdf/kdf.png -share/doc/HTML/fr/kdf/kdf_config.png -share/doc/HTML/fr/kdiamond/common -share/doc/HTML/fr/kdiamond/index.cache.bz2 -share/doc/HTML/fr/kdiamond/index.docbook -share/doc/HTML/fr/kdm/common -share/doc/HTML/fr/kdm/index.cache.bz2 -share/doc/HTML/fr/kdm/index.docbook -share/doc/HTML/fr/kdm/kdmrc-ref.docbook -share/doc/HTML/fr/kdm/theme-ref.docbook share/doc/HTML/fr/kfilereplace/common share/doc/HTML/fr/kfilereplace/index.cache.bz2 share/doc/HTML/fr/kfilereplace/index.docbook -share/doc/HTML/fr/kfind/common -share/doc/HTML/fr/kfind/index.cache.bz2 -share/doc/HTML/fr/kfind/index.docbook -share/doc/HTML/fr/kfind/man-kfind.1.docbook -share/doc/HTML/fr/kfloppy/common -share/doc/HTML/fr/kfloppy/index.cache.bz2 -share/doc/HTML/fr/kfloppy/index.docbook -share/doc/HTML/fr/kfontview/common -share/doc/HTML/fr/kfontview/index.cache.bz2 -share/doc/HTML/fr/kfontview/index.docbook -share/doc/HTML/fr/kfontview/kfontview.png -share/doc/HTML/fr/kfourinline/common -share/doc/HTML/fr/kfourinline/index.cache.bz2 -share/doc/HTML/fr/kfourinline/index.docbook -share/doc/HTML/fr/kgeography/common -share/doc/HTML/fr/kgeography/first-start1.png -share/doc/HTML/fr/kgeography/first-start10.png -share/doc/HTML/fr/kgeography/first-start11.png -share/doc/HTML/fr/kgeography/first-start12.png -share/doc/HTML/fr/kgeography/first-start2.png -share/doc/HTML/fr/kgeography/first-start3.png -share/doc/HTML/fr/kgeography/first-start4.png -share/doc/HTML/fr/kgeography/first-start5.png -share/doc/HTML/fr/kgeography/first-start6.png -share/doc/HTML/fr/kgeography/first-start7.png -share/doc/HTML/fr/kgeography/first-start8.png -share/doc/HTML/fr/kgeography/first-start9.png -share/doc/HTML/fr/kgeography/index.cache.bz2 -share/doc/HTML/fr/kgeography/index.docbook -share/doc/HTML/fr/kgeography/kgeography.png -share/doc/HTML/fr/kgeography/zoom.png share/doc/HTML/fr/kget/common share/doc/HTML/fr/kget/index.cache.bz2 share/doc/HTML/fr/kget/index.docbook @@ -705,22 +243,6 @@ share/doc/HTML/fr/kgoldrunner/index.docbook share/doc/HTML/fr/kgoldrunner/select.png share/doc/HTML/fr/kgoldrunner/tute008.png -share/doc/HTML/fr/kgpg/common -share/doc/HTML/fr/kgpg/index.cache.bz2 -share/doc/HTML/fr/kgpg/index.docbook -share/doc/HTML/fr/khangman/application-exit.png -share/doc/HTML/fr/khangman/common -share/doc/HTML/fr/khangman/document-new.png -share/doc/HTML/fr/khangman/games-hint.png -share/doc/HTML/fr/khangman/getnewstuff.png -share/doc/HTML/fr/khangman/index.cache.bz2 -share/doc/HTML/fr/khangman/index.docbook -share/doc/HTML/fr/khangman/khangman-desert.png -share/doc/HTML/fr/khangman/khangman-main.png -share/doc/HTML/fr/khangman/man-khangman.6.docbook -share/doc/HTML/fr/khangman/settings-general.png -share/doc/HTML/fr/khangman/settings-languages.png -share/doc/HTML/fr/khangman/settings-timers.png share/doc/HTML/fr/khelpcenter/common share/doc/HTML/fr/khelpcenter/documentationnotfound/common share/doc/HTML/fr/khelpcenter/documentationnotfound/index.cache.bz2 @@ -731,14 +253,6 @@ share/doc/HTML/fr/khelpcenter/glossary/kdeprintingglossary.docbook share/doc/HTML/fr/khelpcenter/index.cache.bz2 share/doc/HTML/fr/khelpcenter/index.docbook -share/doc/HTML/fr/kig/common -share/doc/HTML/fr/kig/constructed_a_point.png -share/doc/HTML/fr/kig/constructing_a_circle.png -share/doc/HTML/fr/kig/constructing_a_circle_2.png -share/doc/HTML/fr/kig/index.cache.bz2 -share/doc/HTML/fr/kig/index.docbook -share/doc/HTML/fr/kig/man-kig.1.docbook -share/doc/HTML/fr/kig/selecting_objects.png share/doc/HTML/fr/kigo/common share/doc/HTML/fr/kigo/get_new_games.png share/doc/HTML/fr/kigo/hint.png @@ -749,24 +263,11 @@ share/doc/HTML/fr/kigo/setup-theme.png share/doc/HTML/fr/kigo/start-loaded-game.png share/doc/HTML/fr/kigo/start-new-game.png -share/doc/HTML/fr/killbots/common -share/doc/HTML/fr/killbots/index.cache.bz2 -share/doc/HTML/fr/killbots/index.docbook share/doc/HTML/fr/kimagemapeditor/common share/doc/HTML/fr/kimagemapeditor/configure.png share/doc/HTML/fr/kimagemapeditor/index.cache.bz2 share/doc/HTML/fr/kimagemapeditor/index.docbook share/doc/HTML/fr/kimagemapeditor/mainwindow.png -share/doc/HTML/fr/kinfocenter/common -share/doc/HTML/fr/kinfocenter/index.cache.bz2 -share/doc/HTML/fr/kinfocenter/index.docbook -share/doc/HTML/fr/kinfocenter/kinfocenter.png -share/doc/HTML/fr/kinfocenter/os_block.png -share/doc/HTML/fr/kinfocenter/pro_block.png -share/doc/HTML/fr/kinfocenter/sto_block.png -share/doc/HTML/fr/kioslave/audiocd/common -share/doc/HTML/fr/kioslave/audiocd/index.cache.bz2 -share/doc/HTML/fr/kioslave/audiocd/index.docbook share/doc/HTML/fr/kioslave/bookmarks/common share/doc/HTML/fr/kioslave/bookmarks/index.cache.bz2 share/doc/HTML/fr/kioslave/bookmarks/index.docbook @@ -803,54 +304,30 @@ share/doc/HTML/fr/kioslave/http/common share/doc/HTML/fr/kioslave/http/index.cache.bz2 share/doc/HTML/fr/kioslave/http/index.docbook -share/doc/HTML/fr/kioslave/imap/common -share/doc/HTML/fr/kioslave/imap/index.cache.bz2 -share/doc/HTML/fr/kioslave/imap/index.docbook share/doc/HTML/fr/kioslave/info/common share/doc/HTML/fr/kioslave/info/index.cache.bz2 share/doc/HTML/fr/kioslave/info/index.docbook -share/doc/HTML/fr/kioslave/ldap/common -share/doc/HTML/fr/kioslave/ldap/index.cache.bz2 -share/doc/HTML/fr/kioslave/ldap/index.docbook share/doc/HTML/fr/kioslave/mailto/common share/doc/HTML/fr/kioslave/mailto/index.cache.bz2 share/doc/HTML/fr/kioslave/mailto/index.docbook share/doc/HTML/fr/kioslave/man/common share/doc/HTML/fr/kioslave/man/index.cache.bz2 share/doc/HTML/fr/kioslave/man/index.docbook -share/doc/HTML/fr/kioslave/mbox/common -share/doc/HTML/fr/kioslave/mbox/index.cache.bz2 -share/doc/HTML/fr/kioslave/mbox/index.docbook share/doc/HTML/fr/kioslave/network/common share/doc/HTML/fr/kioslave/network/index.cache.bz2 share/doc/HTML/fr/kioslave/network/index.docbook -share/doc/HTML/fr/kioslave/news/common -share/doc/HTML/fr/kioslave/news/index.cache.bz2 -share/doc/HTML/fr/kioslave/news/index.docbook share/doc/HTML/fr/kioslave/nfs/common share/doc/HTML/fr/kioslave/nfs/index.cache.bz2 share/doc/HTML/fr/kioslave/nfs/index.docbook -share/doc/HTML/fr/kioslave/nntp/common -share/doc/HTML/fr/kioslave/nntp/index.cache.bz2 -share/doc/HTML/fr/kioslave/nntp/index.docbook -share/doc/HTML/fr/kioslave/pop3/common -share/doc/HTML/fr/kioslave/pop3/index.cache.bz2 -share/doc/HTML/fr/kioslave/pop3/index.docbook share/doc/HTML/fr/kioslave/rlogin/common share/doc/HTML/fr/kioslave/rlogin/index.cache.bz2 share/doc/HTML/fr/kioslave/rlogin/index.docbook share/doc/HTML/fr/kioslave/sftp/common share/doc/HTML/fr/kioslave/sftp/index.cache.bz2 share/doc/HTML/fr/kioslave/sftp/index.docbook -share/doc/HTML/fr/kioslave/sieve/common -share/doc/HTML/fr/kioslave/sieve/index.cache.bz2 -share/doc/HTML/fr/kioslave/sieve/index.docbook share/doc/HTML/fr/kioslave/smb/common share/doc/HTML/fr/kioslave/smb/index.cache.bz2 share/doc/HTML/fr/kioslave/smb/index.docbook -share/doc/HTML/fr/kioslave/smtp/common -share/doc/HTML/fr/kioslave/smtp/index.cache.bz2 -share/doc/HTML/fr/kioslave/smtp/index.docbook share/doc/HTML/fr/kioslave/tar/common share/doc/HTML/fr/kioslave/tar/index.cache.bz2 share/doc/HTML/fr/kioslave/tar/index.docbook @@ -866,95 +343,14 @@ share/doc/HTML/fr/kioslave/xz/common share/doc/HTML/fr/kioslave/xz/index.cache.bz2 share/doc/HTML/fr/kioslave/xz/index.docbook -share/doc/HTML/fr/kiriki/common -share/doc/HTML/fr/kiriki/index.cache.bz2 -share/doc/HTML/fr/kiriki/index.docbook -share/doc/HTML/fr/kiten/common -share/doc/HTML/fr/kiten/index.cache.bz2 -share/doc/HTML/fr/kiten/index.docbook -share/doc/HTML/fr/kjots/common -share/doc/HTML/fr/kjots/index.cache.bz2 -share/doc/HTML/fr/kjots/index.docbook -share/doc/HTML/fr/kjumpingcube/common -share/doc/HTML/fr/kjumpingcube/index.cache.bz2 -share/doc/HTML/fr/kjumpingcube/index.docbook -share/doc/HTML/fr/kleopatra/common -share/doc/HTML/fr/kleopatra/index.cache.bz2 -share/doc/HTML/fr/kleopatra/index.docbook -share/doc/HTML/fr/klettres/common -share/doc/HTML/fr/klettres/index.cache.bz2 -share/doc/HTML/fr/klettres/index.docbook -share/doc/HTML/fr/klettres/klettres-newstuff.png -share/doc/HTML/fr/klettres/klettres-newstuff1.png -share/doc/HTML/fr/klettres/klettres-newstuff2.png -share/doc/HTML/fr/klettres/klettres1.png -share/doc/HTML/fr/klettres/klettres2.png -share/doc/HTML/fr/klettres/klettres3.png -share/doc/HTML/fr/klettres/klettres4.png -share/doc/HTML/fr/klettres/klettres5.png -share/doc/HTML/fr/klettres/klettres6.png -share/doc/HTML/fr/klickety/common -share/doc/HTML/fr/klickety/config-background.png -share/doc/HTML/fr/klickety/config-customgame.png -share/doc/HTML/fr/klickety/config-general.png -share/doc/HTML/fr/klickety/config-theme.png -share/doc/HTML/fr/klickety/gamescreen.png -share/doc/HTML/fr/klickety/highscore.png -share/doc/HTML/fr/klickety/index.cache.bz2 -share/doc/HTML/fr/klickety/index.docbook -share/doc/HTML/fr/klickety/ksamemode.png -share/doc/HTML/fr/klickety/numbered.png -share/doc/HTML/fr/klickety/shortcuts.png -share/doc/HTML/fr/klines/common -share/doc/HTML/fr/klines/index.cache.bz2 -share/doc/HTML/fr/klines/index.docbook share/doc/HTML/fr/klinkstatus/common share/doc/HTML/fr/klinkstatus/index.cache.bz2 share/doc/HTML/fr/klinkstatus/index.docbook -share/doc/HTML/fr/klipper/common -share/doc/HTML/fr/klipper/index.cache.bz2 -share/doc/HTML/fr/klipper/index.docbook share/doc/HTML/fr/kmag/common share/doc/HTML/fr/kmag/index.cache.bz2 share/doc/HTML/fr/kmag/index.docbook share/doc/HTML/fr/kmag/man-kmag.1.docbook share/doc/HTML/fr/kmag/screenshot.png -share/doc/HTML/fr/kmahjongg/common -share/doc/HTML/fr/kmahjongg/config.png -share/doc/HTML/fr/kmahjongg/config_background.png -share/doc/HTML/fr/kmahjongg/config_layout.png -share/doc/HTML/fr/kmahjongg/config_tiles.png -share/doc/HTML/fr/kmahjongg/gamescreen.png -share/doc/HTML/fr/kmahjongg/highscore.png -share/doc/HTML/fr/kmahjongg/index.cache.bz2 -share/doc/HTML/fr/kmahjongg/index.docbook -share/doc/HTML/fr/kmahjongg/numbered.png -share/doc/HTML/fr/kmahjongg/shortcuts.png -share/doc/HTML/fr/kmail/common -share/doc/HTML/fr/kmail/configure.docbook -share/doc/HTML/fr/kmail/credits-and-licenses.docbook -share/doc/HTML/fr/kmail/faq.docbook -share/doc/HTML/fr/kmail/getting-started.docbook -share/doc/HTML/fr/kmail/importing.docbook -share/doc/HTML/fr/kmail/index.cache.bz2 -share/doc/HTML/fr/kmail/index.docbook -share/doc/HTML/fr/kmail/intro.docbook -share/doc/HTML/fr/kmail/menus.docbook -share/doc/HTML/fr/kmail/troubleshooting.docbook -share/doc/HTML/fr/kmail/using-kmail.docbook -share/doc/HTML/fr/kmenuedit/common -share/doc/HTML/fr/kmenuedit/done.png -share/doc/HTML/fr/kmenuedit/index.cache.bz2 -share/doc/HTML/fr/kmenuedit/index.docbook -share/doc/HTML/fr/kmenuedit/itemname.png -share/doc/HTML/fr/kmenuedit/new.png -share/doc/HTML/fr/kmenuedit/selecticon.png -share/doc/HTML/fr/kmenuedit/selectinternet.png -share/doc/HTML/fr/kmines/common -share/doc/HTML/fr/kmines/index.cache.bz2 -share/doc/HTML/fr/kmines/index.docbook -share/doc/HTML/fr/kmines/kmines1.png -share/doc/HTML/fr/kmines/kmines2.png share/doc/HTML/fr/kmix/common share/doc/HTML/fr/kmix/index.cache.bz2 share/doc/HTML/fr/kmix/index.docbook @@ -971,32 +367,6 @@ share/doc/HTML/fr/kmouth/kmouthmain.png share/doc/HTML/fr/kmouth/kmouthwizard.png share/doc/HTML/fr/kmouth/man-kmouth.1.docbook -share/doc/HTML/fr/kmplot/commands.docbook -share/doc/HTML/fr/kmplot/common -share/doc/HTML/fr/kmplot/configuration.docbook -share/doc/HTML/fr/kmplot/credits.docbook -share/doc/HTML/fr/kmplot/dcop.docbook -share/doc/HTML/fr/kmplot/developer.docbook -share/doc/HTML/fr/kmplot/firststeps.docbook -share/doc/HTML/fr/kmplot/index.cache.bz2 -share/doc/HTML/fr/kmplot/index.docbook -share/doc/HTML/fr/kmplot/install.docbook -share/doc/HTML/fr/kmplot/introduction.docbook -share/doc/HTML/fr/kmplot/main.png -share/doc/HTML/fr/kmplot/man-kmplot.1.docbook -share/doc/HTML/fr/kmplot/popup.png -share/doc/HTML/fr/kmplot/reference.docbook -share/doc/HTML/fr/kmplot/settings-colors.png -share/doc/HTML/fr/kmplot/settings-constants.png -share/doc/HTML/fr/kmplot/settings-coords.png -share/doc/HTML/fr/kmplot/settings-diagram.png -share/doc/HTML/fr/kmplot/settings-fonts.png -share/doc/HTML/fr/kmplot/settings-general.png -share/doc/HTML/fr/kmplot/settings-graphing.png -share/doc/HTML/fr/kmplot/using.docbook -share/doc/HTML/fr/knavalbattle/common -share/doc/HTML/fr/knavalbattle/index.cache.bz2 -share/doc/HTML/fr/knavalbattle/index.docbook share/doc/HTML/fr/knetattach/common share/doc/HTML/fr/knetattach/index.cache.bz2 share/doc/HTML/fr/knetattach/index.docbook @@ -1005,63 +375,9 @@ share/doc/HTML/fr/knetattach/screenshot2.png share/doc/HTML/fr/knetattach/screenshot3.png share/doc/HTML/fr/knetattach/screenshot4.png -share/doc/HTML/fr/knetwalk/common -share/doc/HTML/fr/knetwalk/index.cache.bz2 -share/doc/HTML/fr/knetwalk/index.docbook -share/doc/HTML/fr/knode/commands.docbook -share/doc/HTML/fr/knode/common -share/doc/HTML/fr/knode/credits.docbook -share/doc/HTML/fr/knode/eyes.png -share/doc/HTML/fr/knode/faq.docbook -share/doc/HTML/fr/knode/gloss.docbook -share/doc/HTML/fr/knode/greyball.png -share/doc/HTML/fr/knode/greyballchk.png -share/doc/HTML/fr/knode/index.cache.bz2 -share/doc/HTML/fr/knode/index.docbook -share/doc/HTML/fr/knode/install.docbook -share/doc/HTML/fr/knode/introduction.docbook -share/doc/HTML/fr/knode/journey.docbook -share/doc/HTML/fr/knode/knode-cleanup.png -share/doc/HTML/fr/knode/knode-colors-fonts.png -share/doc/HTML/fr/knode/knode-composer-attachments.png -share/doc/HTML/fr/knode/knode-composer-settings.png -share/doc/HTML/fr/knode/knode-edit-filter.png -share/doc/HTML/fr/knode/knode-edit-header1.png -share/doc/HTML/fr/knode/knode-edit-header2.png -share/doc/HTML/fr/knode/knode-filters.png -share/doc/HTML/fr/knode/knode-followup.png -share/doc/HTML/fr/knode/knode-header-settings.png -share/doc/HTML/fr/knode/knode-identity.png -share/doc/HTML/fr/knode/knode-mail-account.png -share/doc/HTML/fr/knode/knode-new-article.png -share/doc/HTML/fr/knode/knode-news-account.png -share/doc/HTML/fr/knode/knode-post-settings.png -share/doc/HTML/fr/knode/knode-read-news-settings.png -share/doc/HTML/fr/knode/knode-reply.png -share/doc/HTML/fr/knode/knode-rule-editor.png -share/doc/HTML/fr/knode/knode-search.png -share/doc/HTML/fr/knode/knode-start.png -share/doc/HTML/fr/knode/knode-subscribe.png -share/doc/HTML/fr/knode/knode-views.png -share/doc/HTML/fr/knode/more.docbook -share/doc/HTML/fr/knode/newsubs.png -share/doc/HTML/fr/knode/redball.png -share/doc/HTML/fr/knode/redballchk.png -share/doc/HTML/fr/knode/using-firststart.docbook -share/doc/HTML/fr/knode/using-morefeatures.docbook -share/doc/HTML/fr/knode/using-subscribing.docbook -share/doc/HTML/fr/knotes/common -share/doc/HTML/fr/knotes/index.cache.bz2 -share/doc/HTML/fr/knotes/index.docbook share/doc/HTML/fr/kolf/common share/doc/HTML/fr/kolf/index.cache.bz2 share/doc/HTML/fr/kolf/index.docbook -share/doc/HTML/fr/kollision/common -share/doc/HTML/fr/kollision/index.cache.bz2 -share/doc/HTML/fr/kollision/index.docbook -share/doc/HTML/fr/kolourpaint/common -share/doc/HTML/fr/kolourpaint/index.cache.bz2 -share/doc/HTML/fr/kolourpaint/index.docbook share/doc/HTML/fr/kommander/basics.docbook share/doc/HTML/fr/kommander/commands.docbook share/doc/HTML/fr/kommander/common @@ -1083,79 +399,9 @@ share/doc/HTML/fr/kommander/specials.docbook share/doc/HTML/fr/kommander/tutorials.docbook share/doc/HTML/fr/kommander/widgets.docbook -share/doc/HTML/fr/kompare/common -share/doc/HTML/fr/kompare/index.cache.bz2 -share/doc/HTML/fr/kompare/index.docbook -share/doc/HTML/fr/kompare/settings-diff1.png -share/doc/HTML/fr/kompare/settings-diff2.png -share/doc/HTML/fr/kompare/settings-diff3.png -share/doc/HTML/fr/kompare/settings-diff4.png -share/doc/HTML/fr/kompare/settings-view1.png -share/doc/HTML/fr/kompare/settings-view2.png -share/doc/HTML/fr/konqueror/basics.docbook -share/doc/HTML/fr/konqueror/bookmarks.docbook -share/doc/HTML/fr/konqueror/browser.docbook -share/doc/HTML/fr/konqueror/cmndline.png -share/doc/HTML/fr/konqueror/commands.docbook -share/doc/HTML/fr/konqueror/common -share/doc/HTML/fr/konqueror/config.docbook -share/doc/HTML/fr/konqueror/credits.docbook -share/doc/HTML/fr/konqueror/dirtree.png -share/doc/HTML/fr/konqueror/dragdrop.png -share/doc/HTML/fr/konqueror/faq.docbook -share/doc/HTML/fr/konqueror/filemanager.docbook -share/doc/HTML/fr/konqueror/index.cache.bz2 -share/doc/HTML/fr/konqueror/index.docbook -share/doc/HTML/fr/konqueror/introduction.docbook -share/doc/HTML/fr/konqueror/konqorg.png -share/doc/HTML/fr/konqueror/man-kbookmarkmerger.1.docbook -share/doc/HTML/fr/konqueror/parts.png -share/doc/HTML/fr/konqueror/path-complete.docbook -share/doc/HTML/fr/konqueror/plugins.docbook -share/doc/HTML/fr/konqueror/save-settings.docbook -share/doc/HTML/fr/konqueror/shortcut1.png -share/doc/HTML/fr/konqueror/shortcut2.png -share/doc/HTML/fr/konqueror/sidebar.docbook -share/doc/HTML/fr/konqueror/view-extensions.docbook share/doc/HTML/fr/konquest/common share/doc/HTML/fr/konquest/index.cache.bz2 share/doc/HTML/fr/konquest/index.docbook -share/doc/HTML/fr/konsole/common -share/doc/HTML/fr/konsole/index.cache.bz2 -share/doc/HTML/fr/konsole/index.docbook -share/doc/HTML/fr/konsole/konsole.png -share/doc/HTML/fr/konsole/tabbar.png -share/doc/HTML/fr/konsolekalendar/common -share/doc/HTML/fr/konsolekalendar/index.cache.bz2 -share/doc/HTML/fr/konsolekalendar/index.docbook -share/doc/HTML/fr/kontact-admin/common -share/doc/HTML/fr/kontact-admin/index.cache.bz2 -share/doc/HTML/fr/kontact-admin/index.docbook -share/doc/HTML/fr/kontact/calendar-sidebar-icon.png -share/doc/HTML/fr/kontact/common -share/doc/HTML/fr/kontact/configuration-main.png -share/doc/HTML/fr/kontact/configuration-shortcuts.png -share/doc/HTML/fr/kontact/configuration-starting-component.png -share/doc/HTML/fr/kontact/index.cache.bz2 -share/doc/HTML/fr/kontact/index.docbook -share/doc/HTML/fr/kontact/kaddressbook-sidebar-icon.png -share/doc/HTML/fr/kontact/main-view.png -share/doc/HTML/fr/kontact/menu-bar-kmail.png -share/doc/HTML/fr/kontact/menu-bar-korganizer.png -share/doc/HTML/fr/kontact/menu-bar-summary.png -share/doc/HTML/fr/kontact/navigator-bar-kontact.png -share/doc/HTML/fr/kontact/new-menu.png -share/doc/HTML/fr/kontact/settings-menu-kmail.png -share/doc/HTML/fr/kontact/side-pane.png -share/doc/HTML/fr/kontact/summary-selection.png -share/doc/HTML/fr/kontact/summary-view-calendar.png -share/doc/HTML/fr/kontact/summary-view-mail.png -share/doc/HTML/fr/kontact/summary-view-notes.png -share/doc/HTML/fr/kontact/summary-view-repositioning.png -share/doc/HTML/fr/kontact/summary-view-special-dates.png -share/doc/HTML/fr/kontact/summary-view-todos.png -share/doc/HTML/fr/kontact/summary-view.png -share/doc/HTML/fr/kontact/todo-list-sidebar-icon.png share/doc/HTML/fr/kopete/chatstyle.docbook share/doc/HTML/fr/kopete/common share/doc/HTML/fr/kopete/icq.docbook @@ -1164,17 +410,6 @@ share/doc/HTML/fr/kopete/menus.docbook share/doc/HTML/fr/kopete/otr-auth-1.png share/doc/HTML/fr/kopete/pipes.docbook -share/doc/HTML/fr/korganizer/common -share/doc/HTML/fr/korganizer/index.cache.bz2 -share/doc/HTML/fr/korganizer/index.docbook -share/doc/HTML/fr/kpat/clubs.png -share/doc/HTML/fr/kpat/common -share/doc/HTML/fr/kpat/diamonds.png -share/doc/HTML/fr/kpat/hearts.png -share/doc/HTML/fr/kpat/index.cache.bz2 -share/doc/HTML/fr/kpat/index.docbook -share/doc/HTML/fr/kpat/playfield.png -share/doc/HTML/fr/kpat/spades.png share/doc/HTML/fr/kppp/accounting.docbook share/doc/HTML/fr/kppp/callback.docbook share/doc/HTML/fr/kppp/chap.docbook @@ -1203,208 +438,34 @@ share/doc/HTML/fr/kppp/security.docbook share/doc/HTML/fr/kppp/tricks.docbook share/doc/HTML/fr/kppp/wizard.docbook -share/doc/HTML/fr/krdc/address_input.png -share/doc/HTML/fr/krdc/bookmarks_menu.png -share/doc/HTML/fr/krdc/common -share/doc/HTML/fr/krdc/general_preferences.png -share/doc/HTML/fr/krdc/index.cache.bz2 -share/doc/HTML/fr/krdc/index.docbook -share/doc/HTML/fr/krdc/krdc_mainwindow.png -share/doc/HTML/fr/krdc/rdp_preferences.png -share/doc/HTML/fr/krdc/vnc_host_configuration.png -share/doc/HTML/fr/krdc/vnc_preferences.png share/doc/HTML/fr/kreversi/common share/doc/HTML/fr/kreversi/index.cache.bz2 share/doc/HTML/fr/kreversi/index.docbook share/doc/HTML/fr/kreversi/kreversi1.png -share/doc/HTML/fr/krfb/common -share/doc/HTML/fr/krfb/configuration_network.png -share/doc/HTML/fr/krfb/configuration_security.png -share/doc/HTML/fr/krfb/connection.png -share/doc/HTML/fr/krfb/email_invitation.png -share/doc/HTML/fr/krfb/index.cache.bz2 -share/doc/HTML/fr/krfb/index.docbook -share/doc/HTML/fr/krfb/personal_invitation.png -share/doc/HTML/fr/krfb/screenshot.png -share/doc/HTML/fr/kruler/common -share/doc/HTML/fr/kruler/index.cache.bz2 -share/doc/HTML/fr/kruler/index.docbook -share/doc/HTML/fr/kshisen/common -share/doc/HTML/fr/kshisen/index.cache.bz2 -share/doc/HTML/fr/kshisen/index.docbook -share/doc/HTML/fr/kshisen/kshisen-configuration.png -share/doc/HTML/fr/kshisen/score-formula.png share/doc/HTML/fr/ksirk/common share/doc/HTML/fr/ksirk/index.cache.bz2 share/doc/HTML/fr/ksirk/index.docbook -share/doc/HTML/fr/ksnapshot/common -share/doc/HTML/fr/ksnapshot/index.cache.bz2 -share/doc/HTML/fr/ksnapshot/index.docbook -share/doc/HTML/fr/ksnapshot/preview.png -share/doc/HTML/fr/ksnapshot/window.png +share/doc/HTML/fr/ksnakeduel/common +share/doc/HTML/fr/ksnakeduel/index.cache.bz2 +share/doc/HTML/fr/ksnakeduel/index.docbook +share/doc/HTML/fr/ksnakeduel/settings-general.png +share/doc/HTML/fr/ksnakeduel/settings-theme.png share/doc/HTML/fr/kspaceduel/common share/doc/HTML/fr/kspaceduel/index.cache.bz2 share/doc/HTML/fr/kspaceduel/index.docbook share/doc/HTML/fr/kspaceduel/kspaceduel1.png share/doc/HTML/fr/kspaceduel/kspaceduel2.png share/doc/HTML/fr/kspaceduel/kspaceduel3.png -share/doc/HTML/fr/ksquares/common -share/doc/HTML/fr/ksquares/index.cache.bz2 -share/doc/HTML/fr/ksquares/index.docbook share/doc/HTML/fr/ksudoku/common share/doc/HTML/fr/ksudoku/index.cache.bz2 share/doc/HTML/fr/ksudoku/index.docbook -share/doc/HTML/fr/ksysguard/common -share/doc/HTML/fr/ksysguard/index.cache.bz2 -share/doc/HTML/fr/ksysguard/index.docbook -share/doc/HTML/fr/ksystemlog/common -share/doc/HTML/fr/ksystemlog/filter-process.png -share/doc/HTML/fr/ksystemlog/first-opening.png -share/doc/HTML/fr/ksystemlog/index.cache.bz2 -share/doc/HTML/fr/ksystemlog/index.docbook -share/doc/HTML/fr/ksystemlog/main-screen.png -share/doc/HTML/fr/kteatime/common -share/doc/HTML/fr/kteatime/config.png -share/doc/HTML/fr/kteatime/index.cache.bz2 -share/doc/HTML/fr/kteatime/index.docbook -share/doc/HTML/fr/ktimer/common -share/doc/HTML/fr/ktimer/index.cache.bz2 -share/doc/HTML/fr/ktimer/index.docbook -share/doc/HTML/fr/ktimetracker/common -share/doc/HTML/fr/ktimetracker/cvsexport.png -share/doc/HTML/fr/ktimetracker/idle-detect.png -share/doc/HTML/fr/ktimetracker/index.cache.bz2 -share/doc/HTML/fr/ktimetracker/index.docbook -share/doc/HTML/fr/ktimetracker/ktimetracker.png -share/doc/HTML/fr/ktouch/color_options.png -share/doc/HTML/fr/ktouch/common -share/doc/HTML/fr/ktouch/general_options.png -share/doc/HTML/fr/ktouch/index.cache.bz2 -share/doc/HTML/fr/ktouch/index.docbook -share/doc/HTML/fr/ktouch/keyboard_options.png -share/doc/HTML/fr/ktouch/main_screen_default_color.png -share/doc/HTML/fr/ktouch/main_window_german.png -share/doc/HTML/fr/ktouch/man-ktouch.1.docbook -share/doc/HTML/fr/ktouch/sound_options.png -share/doc/HTML/fr/ktouch/statistics_dialog.png -share/doc/HTML/fr/ktouch/statistics_dialog_chart.png -share/doc/HTML/fr/ktouch/training_options.png -share/doc/HTML/fr/ktron/common -share/doc/HTML/fr/ktron/index.cache.bz2 -share/doc/HTML/fr/ktron/index.docbook -share/doc/HTML/fr/ktron/settings-general.png -share/doc/HTML/fr/ktron/settings-theme.png -share/doc/HTML/fr/ktuberling/button-new.png -share/doc/HTML/fr/ktuberling/button-open.png -share/doc/HTML/fr/ktuberling/button-print.png -share/doc/HTML/fr/ktuberling/button-redo.png -share/doc/HTML/fr/ktuberling/button-save.png -share/doc/HTML/fr/ktuberling/button-undo.png -share/doc/HTML/fr/ktuberling/common -share/doc/HTML/fr/ktuberling/gameboard.png -share/doc/HTML/fr/ktuberling/index.cache.bz2 -share/doc/HTML/fr/ktuberling/index.docbook -share/doc/HTML/fr/ktuberling/menu-edit.png -share/doc/HTML/fr/ktuberling/menu-game.png -share/doc/HTML/fr/ktuberling/menu-help.png -share/doc/HTML/fr/ktuberling/menu-settings.png -share/doc/HTML/fr/ktuberling/menu.edit.png -share/doc/HTML/fr/ktuberling/menu.file.png -share/doc/HTML/fr/ktuberling/menu.game.png -share/doc/HTML/fr/ktuberling/menu.help.png -share/doc/HTML/fr/ktuberling/menu.option.png -share/doc/HTML/fr/ktuberling/menu.playground.png -share/doc/HTML/fr/ktuberling/menu.raw.png -share/doc/HTML/fr/ktuberling/menu.speech.png -share/doc/HTML/fr/ktuberling/technical-reference.docbook -share/doc/HTML/fr/ktuberling/toolbar.png -share/doc/HTML/fr/kturtle/common -share/doc/HTML/fr/kturtle/forward.png -share/doc/HTML/fr/kturtle/getting-started.docbook -share/doc/HTML/fr/kturtle/glossary.docbook -share/doc/HTML/fr/kturtle/index.cache.bz2 -share/doc/HTML/fr/kturtle/index.docbook -share/doc/HTML/fr/kturtle/mainwindow.png -share/doc/HTML/fr/kturtle/mainwindow_flower_nrs.png -share/doc/HTML/fr/kturtle/programming-reference.docbook -share/doc/HTML/fr/kturtle/translator-guide.docbook -share/doc/HTML/fr/kturtle/using-kturtle.docbook share/doc/HTML/fr/kubrick/common share/doc/HTML/fr/kubrick/index.cache.bz2 share/doc/HTML/fr/kubrick/index.docbook -share/doc/HTML/fr/kuser/common -share/doc/HTML/fr/kuser/index.cache.bz2 -share/doc/HTML/fr/kuser/index.docbook -share/doc/HTML/fr/kuser/kuser.png -share/doc/HTML/fr/kwalletmanager/common -share/doc/HTML/fr/kwalletmanager/index.cache.bz2 -share/doc/HTML/fr/kwalletmanager/index.docbook -share/doc/HTML/fr/kwordquiz/common -share/doc/HTML/fr/kwordquiz/index.cache.bz2 -share/doc/HTML/fr/kwordquiz/index.docbook -share/doc/HTML/fr/kwordquiz/kwg-dlg-print-flashcard.png -share/doc/HTML/fr/kwordquiz/kwg-dlg-print-list.png -share/doc/HTML/fr/kwordquiz/kwordquiz-icon.png -share/doc/HTML/fr/kwordquiz/kwq-dlg-characters.png -share/doc/HTML/fr/kwordquiz/kwq-dlg-configure-appearance.png -share/doc/HTML/fr/kwordquiz/kwq-dlg-configure-characters.png -share/doc/HTML/fr/kwordquiz/kwq-dlg-configure-editor.png -share/doc/HTML/fr/kwordquiz/kwq-dlg-configure-general.png -share/doc/HTML/fr/kwordquiz/kwq-dlg-configure-quiz.png -share/doc/HTML/fr/kwordquiz/kwq-dlg-languages.png -share/doc/HTML/fr/kwordquiz/kwq-dlg-print-exam.png -share/doc/HTML/fr/kwordquiz/kwq-dlg-print-type.png -share/doc/HTML/fr/kwordquiz/kwq-editor.png -share/doc/HTML/fr/kwordquiz/kwq-flashcard.png -share/doc/HTML/fr/kwordquiz/kwq-multiple.png -share/doc/HTML/fr/kwordquiz/kwq-qanda.png -share/doc/HTML/fr/kwordquiz/kwq-tutor-popup-minimalistic.png -share/doc/HTML/fr/kwordquiz/kwq-tutor-popup-native.png -share/doc/HTML/fr/kwordquiz/kwq-tutor-settings.png -share/doc/HTML/fr/kwordquiz/kwq-tutor-shortcuts.png -share/doc/HTML/fr/kwordquiz/kwq-tutor-welcome.png -share/doc/HTML/fr/lokalize/common -share/doc/HTML/fr/lokalize/index.cache.bz2 -share/doc/HTML/fr/lokalize/index.docbook share/doc/HTML/fr/lskat/common share/doc/HTML/fr/lskat/index.cache.bz2 share/doc/HTML/fr/lskat/index.docbook share/doc/HTML/fr/lskat/lskat_screen_01.png -share/doc/HTML/fr/marble/common -share/doc/HTML/fr/marble/configure-cacheproxy.png -share/doc/HTML/fr/marble/configure-navigation.png -share/doc/HTML/fr/marble/configure-plugins.png -share/doc/HTML/fr/marble/configure-routing.png -share/doc/HTML/fr/marble/configure-view.png -share/doc/HTML/fr/marble/download-region-3.png -share/doc/HTML/fr/marble/index.cache.bz2 -share/doc/HTML/fr/marble/index.docbook -share/doc/HTML/fr/marble/logo-1.png -share/doc/HTML/fr/marble/mapview-1.png -share/doc/HTML/fr/marble/measure-1.png -share/doc/HTML/fr/marble/quick-1.png -share/doc/HTML/fr/marble/routing-1.png -share/doc/HTML/fr/marble/routing-2.png -share/doc/HTML/fr/marble/routing-3.png -share/doc/HTML/fr/marble/routing-4.png -share/doc/HTML/fr/marble/routing-5.png -share/doc/HTML/fr/marble/routing-6.png -share/doc/HTML/fr/marble/search-1.png -share/doc/HTML/fr/marble/search-2.png -share/doc/HTML/fr/okular/annotation-properties.png -share/doc/HTML/fr/okular/annotations.png -share/doc/HTML/fr/okular/bookmark-management.png -share/doc/HTML/fr/okular/common -share/doc/HTML/fr/okular/configure-annotations.png -share/doc/HTML/fr/okular/configure-backends.png -share/doc/HTML/fr/okular/configure-editor.png -share/doc/HTML/fr/okular/configure.png -share/doc/HTML/fr/okular/forms-bar.png -share/doc/HTML/fr/okular/index.cache.bz2 -share/doc/HTML/fr/okular/index.docbook -share/doc/HTML/fr/okular/mainwindow.png -share/doc/HTML/fr/okular/man-okular.1.docbook -share/doc/HTML/fr/okular/presentation.png share/doc/HTML/fr/onlinehelp/common share/doc/HTML/fr/onlinehelp/index.cache.bz2 share/doc/HTML/fr/onlinehelp/index.docbook @@ -1412,667 +473,152 @@ share/doc/HTML/fr/palapeli/index.cache.bz2 share/doc/HTML/fr/palapeli/index.docbook share/doc/HTML/fr/palapeli/puzzletable1.png -share/doc/HTML/fr/parley/Configure_blocking.png -share/doc/HTML/fr/parley/Configure_practice.png -share/doc/HTML/fr/parley/Configure_practice_conjugation.png -share/doc/HTML/fr/parley/Folder_with_sound_and_pictures.png -share/doc/HTML/fr/parley/Parley_articles_and_gender_0-9-4_001.png -share/doc/HTML/fr/parley/Parley_articles_and_gender_0-9-4_002.png -share/doc/HTML/fr/parley/Parley_articles_and_gender_0-9-4_003.png -share/doc/HTML/fr/parley/Parley_comparison_eng-deu_0-9-4_002.png -share/doc/HTML/fr/parley/Parley_comparison_eng-deu_0-9-4_003.png -share/doc/HTML/fr/parley/Parley_configure_advanced.png -share/doc/HTML/fr/parley/Parley_configure_parley_0-9-4_001.png -share/doc/HTML/fr/parley/Parley_configure_parley_0-9-4_002.png -share/doc/HTML/fr/parley/Parley_configure_parley_0-9-4_003.png -share/doc/HTML/fr/parley/Parley_configure_parley_0-9-4_004.png -share/doc/HTML/fr/parley/Parley_configure_thresholds.png -share/doc/HTML/fr/parley/Parley_create_new_exercise_collective_names1.png -share/doc/HTML/fr/parley/Parley_create_new_exercise_collective_names10.png -share/doc/HTML/fr/parley/Parley_create_new_exercise_collective_names4.png -share/doc/HTML/fr/parley/Parley_create_new_exercise_collective_names5.png -share/doc/HTML/fr/parley/Parley_create_new_exercise_collective_names7.png -share/doc/HTML/fr/parley/Parley_create_new_exercise_collective_names8.png -share/doc/HTML/fr/parley/Parley_document_properties.png -share/doc/HTML/fr/parley/Parley_edit_comparison_form_1.png -share/doc/HTML/fr/parley/Parley_edit_comparison_form_2.png -share/doc/HTML/fr/parley/Parley_edit_comparison_form_3.png -share/doc/HTML/fr/parley/Parley_edit_conjugation_1.png -share/doc/HTML/fr/parley/Parley_edit_conjugation_2.png -share/doc/HTML/fr/parley/Parley_edit_main.png -share/doc/HTML/fr/parley/Parley_file_select_dialog_0-9-4.png -share/doc/HTML/fr/parley/Parley_get_new_stuff_0-9-4_001.png -share/doc/HTML/fr/parley/Parley_initial_screen_0-9-4.png -share/doc/HTML/fr/parley/Parley_mixed_letters_0-9-4_001.png -share/doc/HTML/fr/parley/Parley_mixed_letters_0-9-4_002.png -share/doc/HTML/fr/parley/Parley_mixed_letters_0-9-4_003.png -share/doc/HTML/fr/parley/Parley_mixed_letters_0-9-4_004.png -share/doc/HTML/fr/parley/Parley_multiple_choice_0-9-4_001.png -share/doc/HTML/fr/parley/Parley_multiple_choice_0-9-4_002.png -share/doc/HTML/fr/parley/Parley_multiple_choice_0-9-4_003.png -share/doc/HTML/fr/parley/Parley_new_document_lang_articles.png -share/doc/HTML/fr/parley/Parley_new_document_lang_general.png -share/doc/HTML/fr/parley/Parley_new_document_lang_personalpronouns.png -share/doc/HTML/fr/parley/Parley_new_document_lang_tenses.png -share/doc/HTML/fr/parley/Parley_new_lesson1.png -share/doc/HTML/fr/parley/Parley_new_lesson2.png -share/doc/HTML/fr/parley/Parley_practice_bees.png -share/doc/HTML/fr/parley/Parley_practice_conjugation.png -share/doc/HTML/fr/parley/Parley_practice_fluffy.png -share/doc/HTML/fr/parley/Parley_practice_grey_flash.png -share/doc/HTML/fr/parley/Parley_practice_grey_flash_solution.png -share/doc/HTML/fr/parley/Parley_practice_grey_written.png -share/doc/HTML/fr/parley/Parley_practice_grey_written_right.png -share/doc/HTML/fr/parley/Parley_practice_grey_written_wrong.png -share/doc/HTML/fr/parley/Parley_practice_icon_right.png -share/doc/HTML/fr/parley/Parley_practice_icon_wrong.png -share/doc/HTML/fr/parley/Parley_practice_summary.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_001.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_002.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_003.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_004.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_005.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_006.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_007.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_008.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_009.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_010.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_011.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_012.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_013.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_014.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_015.png -share/doc/HTML/fr/parley/Parley_welcome_screen.png -share/doc/HTML/fr/parley/common -share/doc/HTML/fr/parley/index.cache.bz2 -share/doc/HTML/fr/parley/index.docbook -share/doc/HTML/fr/picmi/common -share/doc/HTML/fr/picmi/index.cache.bz2 -share/doc/HTML/fr/picmi/index.docbook -share/doc/HTML/fr/plasma-desktop/common -share/doc/HTML/fr/plasma-desktop/index.cache.bz2 -share/doc/HTML/fr/plasma-desktop/index.docbook share/doc/HTML/fr/sonnet/common share/doc/HTML/fr/sonnet/index.cache.bz2 share/doc/HTML/fr/sonnet/index.docbook -share/doc/HTML/fr/step/common -share/doc/HTML/fr/step/examples.docbook -share/doc/HTML/fr/step/index.cache.bz2 -share/doc/HTML/fr/step/index.docbook -share/doc/HTML/fr/step/tutorials.docbook share/doc/HTML/fr/sweeper/common share/doc/HTML/fr/sweeper/index.cache.bz2 share/doc/HTML/fr/sweeper/index.docbook -share/doc/HTML/fr/systemsettings/common -share/doc/HTML/fr/systemsettings/index.cache.bz2 -share/doc/HTML/fr/systemsettings/index.docbook -share/locale/fr/LC_MESSAGES/accountwizard.mo -share/locale/fr/LC_MESSAGES/accountwizard_contacts.mo -share/locale/fr/LC_MESSAGES/accountwizard_ical.mo -share/locale/fr/LC_MESSAGES/accountwizard_imap.mo -share/locale/fr/LC_MESSAGES/accountwizard_kolab.mo -share/locale/fr/LC_MESSAGES/accountwizard_mailbox.mo -share/locale/fr/LC_MESSAGES/accountwizard_maildir.mo -share/locale/fr/LC_MESSAGES/accountwizard_pop3.mo -share/locale/fr/LC_MESSAGES/accountwizard_tine20.mo -share/locale/fr/LC_MESSAGES/accountwizard_vcard.mo -share/locale/fr/LC_MESSAGES/accountwizard_vcarddir.mo share/locale/fr/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo -share/locale/fr/LC_MESSAGES/adblock.mo -share/locale/fr/LC_MESSAGES/akonadi-filestore.mo -share/locale/fr/LC_MESSAGES/akonadi_archivemail_agent.mo -share/locale/fr/LC_MESSAGES/akonadi_baloo_indexer.mo -share/locale/fr/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_davgroupware_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_followupreminder_agent.mo -share/locale/fr/LC_MESSAGES/akonadi_gmail_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_googlecalendar_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_googlecontacts_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_icaldir_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_invitations_agent.mo -share/locale/fr/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_kalarm_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_kdeaccounts_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/fr/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/fr/LC_MESSAGES/akonadi_mailfilter_agent.mo -share/locale/fr/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_migration_agent.mo -share/locale/fr/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_newmailnotifier_agent.mo -share/locale/fr/LC_MESSAGES/akonadi_next.mo -share/locale/fr/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_notes_agent.mo -share/locale/fr/LC_MESSAGES/akonadi_openxchange_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_sendlater_agent.mo -share/locale/fr/LC_MESSAGES/akonadi_serializer_plugins.mo -share/locale/fr/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_vcarddir_resource.mo -share/locale/fr/LC_MESSAGES/akonadicontact.mo -share/locale/fr/LC_MESSAGES/akonadinotes.mo -share/locale/fr/LC_MESSAGES/akonaditray.mo -share/locale/fr/LC_MESSAGES/akregator.mo -share/locale/fr/LC_MESSAGES/akregator_konqplugin.mo -share/locale/fr/LC_MESSAGES/amor.mo -share/locale/fr/LC_MESSAGES/analitza.mo -share/locale/fr/LC_MESSAGES/ark.appdata.mo -share/locale/fr/LC_MESSAGES/ark.mo -share/locale/fr/LC_MESSAGES/artikulate.mo -share/locale/fr/LC_MESSAGES/attica_kde.mo -share/locale/fr/LC_MESSAGES/audiocd_encoder_lame.mo -share/locale/fr/LC_MESSAGES/audiocd_encoder_vorbis.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/akonadi_baloo_indexer.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/attica_kde.mo share/locale/fr/LC_MESSAGES/audiorename_plugin.mo -share/locale/fr/LC_MESSAGES/autorefresh.mo -share/locale/fr/LC_MESSAGES/babelfish.mo -share/locale/fr/LC_MESSAGES/baloo_file.mo -share/locale/fr/LC_MESSAGES/baloo_file_extractor.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/baloo_file.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/baloo_file_extractor.mo share/locale/fr/LC_MESSAGES/baloo_queryparser.mo -share/locale/fr/LC_MESSAGES/baloosearch.mo -share/locale/fr/LC_MESSAGES/balooshow.mo -share/locale/fr/LC_MESSAGES/baloowidgets.mo -share/locale/fr/LC_MESSAGES/blinken.mo -share/locale/fr/LC_MESSAGES/blogilo.mo -share/locale/fr/LC_MESSAGES/bomber.mo -share/locale/fr/LC_MESSAGES/bovo.mo -share/locale/fr/LC_MESSAGES/calendarjanitor.mo -share/locale/fr/LC_MESSAGES/calendarsupport.mo -share/locale/fr/LC_MESSAGES/cantor.mo -share/locale/fr/LC_MESSAGES/cervisia.mo -share/locale/fr/LC_MESSAGES/contactthemeeditor.mo -share/locale/fr/LC_MESSAGES/cryptopageplugin.mo -share/locale/fr/LC_MESSAGES/cvsservice.mo -share/locale/fr/LC_MESSAGES/dirfilterplugin.mo -share/locale/fr/LC_MESSAGES/display.mo -share/locale/fr/LC_MESSAGES/dolphin.appdata.mo -share/locale/fr/LC_MESSAGES/dolphin.mo -share/locale/fr/LC_MESSAGES/domtreeviewer.mo -share/locale/fr/LC_MESSAGES/dragonplayer.mo -share/locale/fr/LC_MESSAGES/drkonqi.mo -share/locale/fr/LC_MESSAGES/filelight.mo -share/locale/fr/LC_MESSAGES/filetypes.mo -share/locale/fr/LC_MESSAGES/fileviewbazaarplugin.mo -share/locale/fr/LC_MESSAGES/fileviewgitplugin.mo -share/locale/fr/LC_MESSAGES/fileviewhgplugin.mo -share/locale/fr/LC_MESSAGES/fileviewsvnplugin.mo -share/locale/fr/LC_MESSAGES/freespacenotifier.mo -share/locale/fr/LC_MESSAGES/fsview.mo -share/locale/fr/LC_MESSAGES/gid-migrator.mo -share/locale/fr/LC_MESSAGES/granatier.mo -share/locale/fr/LC_MESSAGES/gwenview.mo -share/locale/fr/LC_MESSAGES/headerthemeeditor.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/baloosearch.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/balooshow.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/baloowidgets.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/drkonqi.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/filetypes.mo share/locale/fr/LC_MESSAGES/htmlsearch.mo share/locale/fr/LC_MESSAGES/imagerename_plugin.mo -share/locale/fr/LC_MESSAGES/imgalleryplugin.mo -share/locale/fr/LC_MESSAGES/importwizard.mo share/locale/fr/LC_MESSAGES/jovie.mo -share/locale/fr/LC_MESSAGES/joystick.mo share/locale/fr/LC_MESSAGES/juk.mo -share/locale/fr/LC_MESSAGES/kabc.mo -share/locale/fr/LC_MESSAGES/kabc_akonadi.mo -share/locale/fr/LC_MESSAGES/kabc_dir.mo -share/locale/fr/LC_MESSAGES/kabc_file.mo -share/locale/fr/LC_MESSAGES/kabc_ldapkio.mo -share/locale/fr/LC_MESSAGES/kabc_net.mo -share/locale/fr/LC_MESSAGES/kabcclient.mo -share/locale/fr/LC_MESSAGES/kabcformat_binary.mo -share/locale/fr/LC_MESSAGES/kaccess.mo share/locale/fr/LC_MESSAGES/kaccessibleapp.mo share/locale/fr/LC_MESSAGES/kactivitymanagerd.mo share/locale/fr/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo -share/locale/fr/LC_MESSAGES/kaddressbook-mobile.mo -share/locale/fr/LC_MESSAGES/kaddressbook.mo -share/locale/fr/LC_MESSAGES/kaddressbookmigrator.mo share/locale/fr/LC_MESSAGES/kajongg.mo -share/locale/fr/LC_MESSAGES/kalarm.mo -share/locale/fr/LC_MESSAGES/kalgebra.mo -share/locale/fr/LC_MESSAGES/kalzium.appdata.mo -share/locale/fr/LC_MESSAGES/kalzium.mo -share/locale/fr/LC_MESSAGES/kanagram.appdata.mo -share/locale/fr/LC_MESSAGES/kanagram.mo -share/locale/fr/LC_MESSAGES/kapman.mo -share/locale/fr/LC_MESSAGES/kapptemplate.mo -share/locale/fr/LC_MESSAGES/kate-ctags-plugin.mo -share/locale/fr/LC_MESSAGES/kate.mo -share/locale/fr/LC_MESSAGES/kate_kttsd.mo -share/locale/fr/LC_MESSAGES/katebacktracebrowserplugin.mo -share/locale/fr/LC_MESSAGES/katebuild-plugin.mo -share/locale/fr/LC_MESSAGES/katecloseexceptplugin.mo -share/locale/fr/LC_MESSAGES/katefilebrowserplugin.mo -share/locale/fr/LC_MESSAGES/katefiletemplates.mo -share/locale/fr/LC_MESSAGES/kategdbplugin.mo -share/locale/fr/LC_MESSAGES/katehelloworld.mo -share/locale/fr/LC_MESSAGES/katekonsoleplugin.mo -share/locale/fr/LC_MESSAGES/katemailfilesplugin.mo -share/locale/fr/LC_MESSAGES/kateopenheader.mo -share/locale/fr/LC_MESSAGES/katepart4.mo -share/locale/fr/LC_MESSAGES/kateproject.mo -share/locale/fr/LC_MESSAGES/katesearch.mo -share/locale/fr/LC_MESSAGES/katesnippetsplugin.mo -share/locale/fr/LC_MESSAGES/katesql.mo -share/locale/fr/LC_MESSAGES/katesymbolviewer.mo -share/locale/fr/LC_MESSAGES/katetabbarextension.mo -share/locale/fr/LC_MESSAGES/katetabifyplugin.mo -share/locale/fr/LC_MESSAGES/katetextfilter.mo -share/locale/fr/LC_MESSAGES/katexmlcheck.mo -share/locale/fr/LC_MESSAGES/katexmltools.mo -share/locale/fr/LC_MESSAGES/katomic.mo -share/locale/fr/LC_MESSAGES/kblackbox.mo -share/locale/fr/LC_MESSAGES/kblankscrn.mo -share/locale/fr/LC_MESSAGES/kblocks.mo -share/locale/fr/LC_MESSAGES/kbounce.mo -share/locale/fr/LC_MESSAGES/kbreakout.mo -share/locale/fr/LC_MESSAGES/kbruch.appdata.mo -share/locale/fr/LC_MESSAGES/kbruch.mo share/locale/fr/LC_MESSAGES/kcachegrind.mo share/locale/fr/LC_MESSAGES/kcachegrind_qt.mo -share/locale/fr/LC_MESSAGES/kcal_akonadi.mo -share/locale/fr/LC_MESSAGES/kcalc.mo share/locale/fr/LC_MESSAGES/kcertpart.mo -share/locale/fr/LC_MESSAGES/kcharselect.mo -share/locale/fr/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/fr/LC_MESSAGES/kcm_activities.mo -share/locale/fr/LC_MESSAGES/kcm_akonadi.mo -share/locale/fr/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/fr/LC_MESSAGES/kcm_attica.mo -share/locale/fr/LC_MESSAGES/kcm_autostart.mo -share/locale/fr/LC_MESSAGES/kcm_baloofile.mo -share/locale/fr/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/fr/LC_MESSAGES/kcm_desktopthemedetails.mo -share/locale/fr/LC_MESSAGES/kcm_device_automounter.mo -share/locale/fr/LC_MESSAGES/kcm_emoticons.mo -share/locale/fr/LC_MESSAGES/kcm_infobase.mo -share/locale/fr/LC_MESSAGES/kcm_infosummary.mo -share/locale/fr/LC_MESSAGES/kcm_kwindesktop.mo -share/locale/fr/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/fr/LC_MESSAGES/kcm_memory.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kcm_baloofile.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kcm_device_automounter.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kcm_emoticons.mo share/locale/fr/LC_MESSAGES/kcm_nepomuk.mo -share/locale/fr/LC_MESSAGES/kcm_pci.mo -share/locale/fr/LC_MESSAGES/kcm_phonon.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kcm_phonon.mo share/locale/fr/LC_MESSAGES/kcm_platform.mo share/locale/fr/LC_MESSAGES/kcm_remotecontrol.mo -share/locale/fr/LC_MESSAGES/kcm_solid_actions.mo -share/locale/fr/LC_MESSAGES/kcm_standard_actions.mo -share/locale/fr/LC_MESSAGES/kcmaccess.mo -share/locale/fr/LC_MESSAGES/kcmaudiocd.mo -share/locale/fr/LC_MESSAGES/kcmbackground.mo -share/locale/fr/LC_MESSAGES/kcmbell.mo -share/locale/fr/LC_MESSAGES/kcmcddb.mo share/locale/fr/LC_MESSAGES/kcmcgi.mo -share/locale/fr/LC_MESSAGES/kcmcolors.mo -share/locale/fr/LC_MESSAGES/kcmcomponentchooser.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kcmcomponentchooser.mo share/locale/fr/LC_MESSAGES/kcmcrypto.mo -share/locale/fr/LC_MESSAGES/kcmdevinfo.mo -share/locale/fr/LC_MESSAGES/kcmfonts.mo share/locale/fr/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/fr/LC_MESSAGES/kcmicons.mo -share/locale/fr/LC_MESSAGES/kcminfo.mo -share/locale/fr/LC_MESSAGES/kcminit.mo -share/locale/fr/LC_MESSAGES/kcminput.mo -share/locale/fr/LC_MESSAGES/kcmkamera.mo -share/locale/fr/LC_MESSAGES/kcmkclock.mo -share/locale/fr/LC_MESSAGES/kcmkded.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kcmicons.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kcmkded.mo share/locale/fr/LC_MESSAGES/kcmkdnssd.mo -share/locale/fr/LC_MESSAGES/kcmkeyboard.mo -share/locale/fr/LC_MESSAGES/kcmkeys.mo -share/locale/fr/LC_MESSAGES/kcmkgamma.mo -share/locale/fr/LC_MESSAGES/kcmkio.mo -share/locale/fr/LC_MESSAGES/kcmkonq.mo -share/locale/fr/LC_MESSAGES/kcmkonqhtml.mo -share/locale/fr/LC_MESSAGES/kcmkurifilt.mo -share/locale/fr/LC_MESSAGES/kcmkwallet.mo -share/locale/fr/LC_MESSAGES/kcmkwincompositing.mo -share/locale/fr/LC_MESSAGES/kcmkwindecoration.mo -share/locale/fr/LC_MESSAGES/kcmkwinrules.mo -share/locale/fr/LC_MESSAGES/kcmkwinscreenedges.mo -share/locale/fr/LC_MESSAGES/kcmkwm.mo -share/locale/fr/LC_MESSAGES/kcmlaunch.mo share/locale/fr/LC_MESSAGES/kcmlocale.mo -share/locale/fr/LC_MESSAGES/kcmnic.mo -share/locale/fr/LC_MESSAGES/kcmnotify.mo -share/locale/fr/LC_MESSAGES/kcmopengl.mo -share/locale/fr/LC_MESSAGES/kcmperformance.mo -share/locale/fr/LC_MESSAGES/kcmsamba.mo -share/locale/fr/LC_MESSAGES/kcmscreensaver.mo -share/locale/fr/LC_MESSAGES/kcmshell.mo -share/locale/fr/LC_MESSAGES/kcmsmartcard.mo -share/locale/fr/LC_MESSAGES/kcmsmserver.mo -share/locale/fr/LC_MESSAGES/kcmstyle.mo -share/locale/fr/LC_MESSAGES/kcmusb.mo -share/locale/fr/LC_MESSAGES/kcmview1394.mo -share/locale/fr/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/fr/LC_MESSAGES/kcolorchooser.mo -share/locale/fr/LC_MESSAGES/kcron.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kcmnotify.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kcmshell.mo share/locale/fr/LC_MESSAGES/kde-menu.mo -share/locale/fr/LC_MESSAGES/kdeasciiquarium.mo share/locale/fr/LC_MESSAGES/kdebugdialog.mo share/locale/fr/LC_MESSAGES/kdecalendarsystems.mo share/locale/fr/LC_MESSAGES/kdelibs4.mo share/locale/fr/LC_MESSAGES/kdelibs_colors4.mo -share/locale/fr/LC_MESSAGES/kdepasswd.mo -share/locale/fr/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/fr/LC_MESSAGES/kdeqt.mo -share/locale/fr/LC_MESSAGES/kdesu.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kdesu.mo share/locale/fr/LC_MESSAGES/kdesud.mo -share/locale/fr/LC_MESSAGES/kdf.mo -share/locale/fr/LC_MESSAGES/kdgantt2.mo -share/locale/fr/LC_MESSAGES/kdialog.mo -share/locale/fr/LC_MESSAGES/kdiamond.mo -share/locale/fr/LC_MESSAGES/kdmconfig.mo -share/locale/fr/LC_MESSAGES/kdmgreet.mo share/locale/fr/LC_MESSAGES/kdontchangethehostname.mo -share/locale/fr/LC_MESSAGES/keditbookmarks.mo share/locale/fr/LC_MESSAGES/kfile.mo -share/locale/fr/LC_MESSAGES/kfile_dds.mo -share/locale/fr/LC_MESSAGES/kfile_drgeo.mo -share/locale/fr/LC_MESSAGES/kfile_exr.mo -share/locale/fr/LC_MESSAGES/kfile_kig.mo -share/locale/fr/LC_MESSAGES/kfile_pnm.mo -share/locale/fr/LC_MESSAGES/kfile_raw.mo -share/locale/fr/LC_MESSAGES/kfile_rgb.mo -share/locale/fr/LC_MESSAGES/kfile_tiff.mo -share/locale/fr/LC_MESSAGES/kfile_xps.mo share/locale/fr/LC_MESSAGES/kfileaudiopreview4.mo -share/locale/fr/LC_MESSAGES/kfilemetadata.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kfilemetadata.mo share/locale/fr/LC_MESSAGES/kfilereplace.mo -share/locale/fr/LC_MESSAGES/kfileshare.mo -share/locale/fr/LC_MESSAGES/kfindpart.mo -share/locale/fr/LC_MESSAGES/kfloppy.mo -share/locale/fr/LC_MESSAGES/kfmclient.mo -share/locale/fr/LC_MESSAGES/kfontinst.mo -share/locale/fr/LC_MESSAGES/kfourinline.mo -share/locale/fr/LC_MESSAGES/kgeography.mo share/locale/fr/LC_MESSAGES/kget.mo share/locale/fr/LC_MESSAGES/kgetplugin.mo share/locale/fr/LC_MESSAGES/kglobalaccel.mo share/locale/fr/LC_MESSAGES/kgoldrunner.mo -share/locale/fr/LC_MESSAGES/kgpg.mo -share/locale/fr/LC_MESSAGES/kgreet_classic.mo -share/locale/fr/LC_MESSAGES/kgreet_generic.mo -share/locale/fr/LC_MESSAGES/kgreet_winbind.mo -share/locale/fr/LC_MESSAGES/khangman.mo -share/locale/fr/LC_MESSAGES/khelpcenter.mo -share/locale/fr/LC_MESSAGES/khotkeys.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/khelpcenter.mo share/locale/fr/LC_MESSAGES/khotnewstuff.mo -share/locale/fr/LC_MESSAGES/khtmlkttsd.mo -share/locale/fr/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/fr/LC_MESSAGES/kiconfinder.mo -share/locale/fr/LC_MESSAGES/kig.mo share/locale/fr/LC_MESSAGES/kigo.mo -share/locale/fr/LC_MESSAGES/killbots.mo share/locale/fr/LC_MESSAGES/kimagemapeditor.mo -share/locale/fr/LC_MESSAGES/kinfocenter.mo share/locale/fr/LC_MESSAGES/kio4.mo share/locale/fr/LC_MESSAGES/kio_activities.mo -share/locale/fr/LC_MESSAGES/kio_akonadi.mo -share/locale/fr/LC_MESSAGES/kio_applications.mo -share/locale/fr/LC_MESSAGES/kio_archive.mo -share/locale/fr/LC_MESSAGES/kio_audiocd.mo -share/locale/fr/LC_MESSAGES/kio_baloosearch.mo -share/locale/fr/LC_MESSAGES/kio_bookmarks.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kio_applications.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kio_archive.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kio_baloosearch.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kio_bookmarks.mo share/locale/fr/LC_MESSAGES/kio_finger.mo -share/locale/fr/LC_MESSAGES/kio_fish.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kio_fish.mo share/locale/fr/LC_MESSAGES/kio_floppy.mo share/locale/fr/LC_MESSAGES/kio_help4.mo -share/locale/fr/LC_MESSAGES/kio_imap4.mo -share/locale/fr/LC_MESSAGES/kio_info.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kio_info.mo share/locale/fr/LC_MESSAGES/kio_jabberdisco.mo -share/locale/fr/LC_MESSAGES/kio_ldap.mo -share/locale/fr/LC_MESSAGES/kio_man.mo -share/locale/fr/LC_MESSAGES/kio_mbox.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kio_man.mo share/locale/fr/LC_MESSAGES/kio_nepomuk.mo share/locale/fr/LC_MESSAGES/kio_nepomuksearch.mo share/locale/fr/LC_MESSAGES/kio_nepomuktags.mo share/locale/fr/LC_MESSAGES/kio_nepomuktimeline.mo -share/locale/fr/LC_MESSAGES/kio_nfs.mo -share/locale/fr/LC_MESSAGES/kio_nntp.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kio_nfs.mo share/locale/fr/LC_MESSAGES/kio_perldoc.mo -share/locale/fr/LC_MESSAGES/kio_pop3.mo -share/locale/fr/LC_MESSAGES/kio_recentdocuments.mo -share/locale/fr/LC_MESSAGES/kio_remote.mo -share/locale/fr/LC_MESSAGES/kio_sftp.mo -share/locale/fr/LC_MESSAGES/kio_sieve.mo -share/locale/fr/LC_MESSAGES/kio_smb.mo -share/locale/fr/LC_MESSAGES/kio_smtp.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kio_recentdocuments.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kio_remote.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kio_sftp.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kio_smb.mo share/locale/fr/LC_MESSAGES/kio_svn.mo -share/locale/fr/LC_MESSAGES/kio_tags.mo -share/locale/fr/LC_MESSAGES/kio_thumbnail.mo -share/locale/fr/LC_MESSAGES/kio_timeline.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kio_tags.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kio_thumbnail.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kio_timeline.mo share/locale/fr/LC_MESSAGES/kio_trash.mo share/locale/fr/LC_MESSAGES/kio_zeroconf.mo -share/locale/fr/LC_MESSAGES/kioclient.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kioclient.mo share/locale/fr/LC_MESSAGES/kioexec.mo -share/locale/fr/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo -share/locale/fr/LC_MESSAGES/kiriki.mo -share/locale/fr/LC_MESSAGES/kiten.mo -share/locale/fr/LC_MESSAGES/kjots.mo -share/locale/fr/LC_MESSAGES/kjotsmigrator.mo -share/locale/fr/LC_MESSAGES/kjumpingcube.mo -share/locale/fr/LC_MESSAGES/kleopatra.mo -share/locale/fr/LC_MESSAGES/klettres.mo -share/locale/fr/LC_MESSAGES/klickety.mo -share/locale/fr/LC_MESSAGES/klines.mo share/locale/fr/LC_MESSAGES/klinkstatus.mo -share/locale/fr/LC_MESSAGES/klipper.mo -share/locale/fr/LC_MESSAGES/klock.mo share/locale/fr/LC_MESSAGES/kmag.mo -share/locale/fr/LC_MESSAGES/kmahjongg.mo -share/locale/fr/LC_MESSAGES/kmail-migrator.mo -share/locale/fr/LC_MESSAGES/kmail-mobile.mo -share/locale/fr/LC_MESSAGES/kmail.mo -share/locale/fr/LC_MESSAGES/kmailcvt.mo -share/locale/fr/LC_MESSAGES/kmenuedit.mo -share/locale/fr/LC_MESSAGES/kmimetypefinder.mo -share/locale/fr/LC_MESSAGES/kmines.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kmimetypefinder.mo share/locale/fr/LC_MESSAGES/kmix.mo share/locale/fr/LC_MESSAGES/kmousetool.mo share/locale/fr/LC_MESSAGES/kmouth.mo -share/locale/fr/LC_MESSAGES/kmplot.mo -share/locale/fr/LC_MESSAGES/knavalbattle.mo -share/locale/fr/LC_MESSAGES/knetattach.mo -share/locale/fr/LC_MESSAGES/knetwalk.mo -share/locale/fr/LC_MESSAGES/knode.mo -share/locale/fr/LC_MESSAGES/knotes-migrator.mo -share/locale/fr/LC_MESSAGES/knotes.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/knetattach.mo share/locale/fr/LC_MESSAGES/knotify4.mo share/locale/fr/LC_MESSAGES/kolf.mo -share/locale/fr/LC_MESSAGES/kollision.mo -share/locale/fr/LC_MESSAGES/kolourpaint.appdata.mo -share/locale/fr/LC_MESSAGES/kolourpaint.mo share/locale/fr/LC_MESSAGES/kommander.mo -share/locale/fr/LC_MESSAGES/kompare.mo -share/locale/fr/LC_MESSAGES/konqprofiles.mo -share/locale/fr/LC_MESSAGES/konqueror.mo share/locale/fr/LC_MESSAGES/konquest.mo -share/locale/fr/LC_MESSAGES/konsole.mo -share/locale/fr/LC_MESSAGES/konsolekalendar.mo -share/locale/fr/LC_MESSAGES/konsoleprofiles.mo -share/locale/fr/LC_MESSAGES/kontact.mo -share/locale/fr/LC_MESSAGES/kontactinterfaces.mo share/locale/fr/LC_MESSAGES/kopete.mo -share/locale/fr/LC_MESSAGES/korgac.mo -share/locale/fr/LC_MESSAGES/korganizer-mobile.mo -share/locale/fr/LC_MESSAGES/korganizer.mo share/locale/fr/LC_MESSAGES/kpartloader.mo -share/locale/fr/LC_MESSAGES/kpartsaver.mo share/locale/fr/LC_MESSAGES/kpasswdserver.mo -share/locale/fr/LC_MESSAGES/kpat.mo share/locale/fr/LC_MESSAGES/kppp.mo share/locale/fr/LC_MESSAGES/kppplogview.mo share/locale/fr/LC_MESSAGES/kquitapp.mo -share/locale/fr/LC_MESSAGES/krandr.mo share/locale/fr/LC_MESSAGES/krcdnotifieritem.mo -share/locale/fr/LC_MESSAGES/krdb.mo -share/locale/fr/LC_MESSAGES/krdc.mo share/locale/fr/LC_MESSAGES/kreadconfig.mo share/locale/fr/LC_MESSAGES/kremotecontroldaemon.mo -share/locale/fr/LC_MESSAGES/kres-migrator.mo -share/locale/fr/LC_MESSAGES/kres_blog.mo -share/locale/fr/LC_MESSAGES/kres_remote.mo -share/locale/fr/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/fr/LC_MESSAGES/kreversi.mo -share/locale/fr/LC_MESSAGES/krfb.mo -share/locale/fr/LC_MESSAGES/kruler.mo -share/locale/fr/LC_MESSAGES/krunner.mo share/locale/fr/LC_MESSAGES/ksaneplugin.mo share/locale/fr/LC_MESSAGES/kscd.mo -share/locale/fr/LC_MESSAGES/kscreenlocker.mo -share/locale/fr/LC_MESSAGES/kscreenlocker_greet.mo -share/locale/fr/LC_MESSAGES/kscreensaver.mo -share/locale/fr/LC_MESSAGES/ksendemail.mo -share/locale/fr/LC_MESSAGES/ksgrd.mo -share/locale/fr/LC_MESSAGES/kshellcmdplugin.mo -share/locale/fr/LC_MESSAGES/kshisen.mo share/locale/fr/LC_MESSAGES/kshorturifilter.mo share/locale/fr/LC_MESSAGES/ksirk.mo share/locale/fr/LC_MESSAGES/ksirkskineditor.mo -share/locale/fr/LC_MESSAGES/ksmserver.mo -share/locale/fr/LC_MESSAGES/ksnapshot.mo +share/locale/fr/LC_MESSAGES/ksnakeduel.mo share/locale/fr/LC_MESSAGES/kspaceduel.mo -share/locale/fr/LC_MESSAGES/ksplashthemes.mo -share/locale/fr/LC_MESSAGES/ksquares.mo -share/locale/fr/LC_MESSAGES/kstars.mo -share/locale/fr/LC_MESSAGES/kstart.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/kstart.mo share/locale/fr/LC_MESSAGES/kstartperf.mo -share/locale/fr/LC_MESSAGES/kstyle_config.mo -share/locale/fr/LC_MESSAGES/kstyle_phase_config.mo share/locale/fr/LC_MESSAGES/ksudoku.mo -share/locale/fr/LC_MESSAGES/ksysguard.mo -share/locale/fr/LC_MESSAGES/ksysguardlsofwidgets.mo -share/locale/fr/LC_MESSAGES/ksystemlog.mo -share/locale/fr/LC_MESSAGES/ksystraycmd.mo -share/locale/fr/LC_MESSAGES/kteatime.mo -share/locale/fr/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/fr/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo -share/locale/fr/LC_MESSAGES/ktimer.mo -share/locale/fr/LC_MESSAGES/ktimetracker.mo -share/locale/fr/LC_MESSAGES/ktnef.mo -share/locale/fr/LC_MESSAGES/ktouch.appdata.mo -share/locale/fr/LC_MESSAGES/ktouch.mo -share/locale/fr/LC_MESSAGES/ktouchpadenabler.mo -share/locale/fr/LC_MESSAGES/ktraderclient.mo -share/locale/fr/LC_MESSAGES/ktron.mo -share/locale/fr/LC_MESSAGES/ktuberling.mo -share/locale/fr/LC_MESSAGES/kturtle.appdata.mo -share/locale/fr/LC_MESSAGES/kturtle.mo -share/locale/fr/LC_MESSAGES/ktux.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/ktraderclient.mo share/locale/fr/LC_MESSAGES/kubrick.mo share/locale/fr/LC_MESSAGES/kuiserver.mo share/locale/fr/LC_MESSAGES/kuiviewer.mo share/locale/fr/LC_MESSAGES/kurifilter.mo -share/locale/fr/LC_MESSAGES/kuser.mo share/locale/fr/LC_MESSAGES/kwalletd.mo -share/locale/fr/LC_MESSAGES/kwalletmanager.mo -share/locale/fr/LC_MESSAGES/kwatchgnupg.mo -share/locale/fr/LC_MESSAGES/kwin.mo -share/locale/fr/LC_MESSAGES/kwin_art_clients.mo -share/locale/fr/LC_MESSAGES/kwin_clients.mo -share/locale/fr/LC_MESSAGES/kwin_effects.mo -share/locale/fr/LC_MESSAGES/kwin_scripting.mo share/locale/fr/LC_MESSAGES/kwinshutdown.mo share/locale/fr/LC_MESSAGES/kwinstartmenu.mo -share/locale/fr/LC_MESSAGES/kwordquiz.mo -share/locale/fr/LC_MESSAGES/kwrite.mo share/locale/fr/LC_MESSAGES/kwriteconfig.mo -share/locale/fr/LC_MESSAGES/kxkb.mo -share/locale/fr/LC_MESSAGES/kxsconfig.mo -share/locale/fr/LC_MESSAGES/lancelot.mo -share/locale/fr/LC_MESSAGES/libakonadi-calendar.mo -share/locale/fr/LC_MESSAGES/libakonadi-kmime.mo -share/locale/fr/LC_MESSAGES/libakonadi-xml.mo -share/locale/fr/LC_MESSAGES/libakonadi.mo -share/locale/fr/LC_MESSAGES/libcomposereditorng.mo -share/locale/fr/LC_MESSAGES/libeventviews.mo -share/locale/fr/LC_MESSAGES/libfolderarchivesettings.mo -share/locale/fr/LC_MESSAGES/libgrantleetheme.mo -share/locale/fr/LC_MESSAGES/libgrantleethemeeditor.mo -share/locale/fr/LC_MESSAGES/libincidenceeditors.mo -share/locale/fr/LC_MESSAGES/libkaddressbookgrantlee.mo -share/locale/fr/LC_MESSAGES/libkalarmcal.mo -share/locale/fr/LC_MESSAGES/libkasten.mo -share/locale/fr/LC_MESSAGES/libkblog.mo -share/locale/fr/LC_MESSAGES/libkcal.mo -share/locale/fr/LC_MESSAGES/libkcalutils.mo -share/locale/fr/LC_MESSAGES/libkcddb.mo -share/locale/fr/LC_MESSAGES/libkcompactdisc.mo -share/locale/fr/LC_MESSAGES/libkdcraw.mo -share/locale/fr/LC_MESSAGES/libkdecorations.mo -share/locale/fr/LC_MESSAGES/libkdeedu.mo -share/locale/fr/LC_MESSAGES/libkdegames.mo -share/locale/fr/LC_MESSAGES/libkdepim.mo -share/locale/fr/LC_MESSAGES/libkdepimmobileui.mo -share/locale/fr/LC_MESSAGES/libkexiv2.mo -share/locale/fr/LC_MESSAGES/libkholidays.mo -share/locale/fr/LC_MESSAGES/libkimap.mo -share/locale/fr/LC_MESSAGES/libkipi.mo -share/locale/fr/LC_MESSAGES/libkldap.mo -share/locale/fr/LC_MESSAGES/libkleopatra.mo -share/locale/fr/LC_MESSAGES/libkmahjongg.mo -share/locale/fr/LC_MESSAGES/libkmime.mo -share/locale/fr/LC_MESSAGES/libkomparediff2.mo -share/locale/fr/LC_MESSAGES/libkonq.mo -share/locale/fr/LC_MESSAGES/libkpgp.mo -share/locale/fr/LC_MESSAGES/libkpimidentities.mo -share/locale/fr/LC_MESSAGES/libkpimtextedit.mo -share/locale/fr/LC_MESSAGES/libkpimutils.mo share/locale/fr/LC_MESSAGES/libkremotecontrol.mo -share/locale/fr/LC_MESSAGES/libkresources.mo -share/locale/fr/LC_MESSAGES/libksane.mo -share/locale/fr/LC_MESSAGES/libkscreensaver.mo -share/locale/fr/LC_MESSAGES/libksieve.mo -share/locale/fr/LC_MESSAGES/libktnef.mo share/locale/fr/LC_MESSAGES/libkunitconversion.mo -share/locale/fr/LC_MESSAGES/libkworkspace.mo -share/locale/fr/LC_MESSAGES/libkxmlrpcclient.mo -share/locale/fr/LC_MESSAGES/liblancelot-datamodels.mo -share/locale/fr/LC_MESSAGES/libmailcommon.mo -share/locale/fr/LC_MESSAGES/libmailimporter.mo -share/locale/fr/LC_MESSAGES/libmailtransport.mo -share/locale/fr/LC_MESSAGES/libmessagecomposer.mo -share/locale/fr/LC_MESSAGES/libmessagecore.mo -share/locale/fr/LC_MESSAGES/libmessagelist.mo -share/locale/fr/LC_MESSAGES/libmessageviewer.mo -share/locale/fr/LC_MESSAGES/libnoteshared.mo -share/locale/fr/LC_MESSAGES/liboktetacore.mo -share/locale/fr/LC_MESSAGES/liboktetagui.mo -share/locale/fr/LC_MESSAGES/liboktetakasten.mo -share/locale/fr/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/fr/LC_MESSAGES/libphonon.mo -share/locale/fr/LC_MESSAGES/libpimcommon.mo -share/locale/fr/LC_MESSAGES/libpimprint.mo share/locale/fr/LC_MESSAGES/libplasma.mo -share/locale/fr/LC_MESSAGES/libplasma_groupingcontainment.mo -share/locale/fr/LC_MESSAGES/libplasmaclock.mo -share/locale/fr/LC_MESSAGES/libplasmaweather.mo -share/locale/fr/LC_MESSAGES/libpowerdevilcommonconfig.mo -share/locale/fr/LC_MESSAGES/libtaskmanager.mo -share/locale/fr/LC_MESSAGES/libtemplateparser.mo -share/locale/fr/LC_MESSAGES/lokalize.mo share/locale/fr/LC_MESSAGES/lskat.mo -share/locale/fr/LC_MESSAGES/mailreader.mo -share/locale/fr/LC_MESSAGES/marble.mo -share/locale/fr/LC_MESSAGES/marble_qt.mo -share/locale/fr/LC_MESSAGES/marble_xml_mimetypes.mo -share/locale/fr/LC_MESSAGES/mboximporter.mo -share/locale/fr/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo -share/locale/fr/LC_MESSAGES/messageviewer_text_calendar_plugin.mo -share/locale/fr/LC_MESSAGES/messageviewer_text_vcard_plugin.mo -share/locale/fr/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo -share/locale/fr/LC_MESSAGES/mf_konqplugin.mo -share/locale/fr/LC_MESSAGES/minitoolsplugin.mo -share/locale/fr/LC_MESSAGES/mplayerthumbs.mo -share/locale/fr/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/fr/LC_MESSAGES/nepomukbackup.mo share/locale/fr/LC_MESSAGES/nepomukcleaner.mo share/locale/fr/LC_MESSAGES/nepomukfileindexer.mo @@ -2082,232 +628,22 @@ share/locale/fr/LC_MESSAGES/nepomukservicestub.mo share/locale/fr/LC_MESSAGES/nepomukstorage.mo share/locale/fr/LC_MESSAGES/nepomukwidgets.mo -share/locale/fr/LC_MESSAGES/notes-mobile.mo -share/locale/fr/LC_MESSAGES/nsplugin.mo -share/locale/fr/LC_MESSAGES/okteta-mobile.mo -share/locale/fr/LC_MESSAGES/okteta.mo -share/locale/fr/LC_MESSAGES/oktetapart.mo -share/locale/fr/LC_MESSAGES/okular.mo -share/locale/fr/LC_MESSAGES/okular_chm.mo -share/locale/fr/LC_MESSAGES/okular_comicbook.mo -share/locale/fr/LC_MESSAGES/okular_djvu.mo -share/locale/fr/LC_MESSAGES/okular_dvi.mo -share/locale/fr/LC_MESSAGES/okular_epub.mo -share/locale/fr/LC_MESSAGES/okular_fax.mo -share/locale/fr/LC_MESSAGES/okular_fictionbook.mo -share/locale/fr/LC_MESSAGES/okular_ghostview.mo -share/locale/fr/LC_MESSAGES/okular_kimgio.mo -share/locale/fr/LC_MESSAGES/okular_mobi.mo -share/locale/fr/LC_MESSAGES/okular_ooo.mo -share/locale/fr/LC_MESSAGES/okular_plucker.mo -share/locale/fr/LC_MESSAGES/okular_poppler.mo -share/locale/fr/LC_MESSAGES/okular_tiff.mo -share/locale/fr/LC_MESSAGES/okular_txt.mo -share/locale/fr/LC_MESSAGES/okular_xps.mo -share/locale/fr/LC_MESSAGES/org.kde.active.documentviewer.mo -share/locale/fr/LC_MESSAGES/pairs.mo -share/locale/fr/LC_MESSAGES/pairseditor.mo share/locale/fr/LC_MESSAGES/palapeli.mo -share/locale/fr/LC_MESSAGES/parley.mo -share/locale/fr/LC_MESSAGES/pate.mo share/locale/fr/LC_MESSAGES/phonon_gstreamer.mo -share/locale/fr/LC_MESSAGES/phonon_kde.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/phonon_kde.mo share/locale/fr/LC_MESSAGES/phonon_vlc.mo share/locale/fr/LC_MESSAGES/phononserver.mo -share/locale/fr/LC_MESSAGES/picmi.mo -share/locale/fr/LC_MESSAGES/pimsettingexporter.mo -share/locale/fr/LC_MESSAGES/plasma-desktop.mo -share/locale/fr/LC_MESSAGES/plasma-netbook.mo -share/locale/fr/LC_MESSAGES/plasma-overlay.mo share/locale/fr/LC_MESSAGES/plasma-remote-helper.mo -share/locale/fr/LC_MESSAGES/plasma-windowed.mo -share/locale/fr/LC_MESSAGES/plasma_applet_BbalL.mo -share/locale/fr/LC_MESSAGES/plasma_applet_CharSelectApplet.mo -share/locale/fr/LC_MESSAGES/plasma_applet_Molmasscalculator.mo -share/locale/fr/LC_MESSAGES/plasma_applet_akonotes_note.mo -share/locale/fr/LC_MESSAGES/plasma_applet_battery.mo -share/locale/fr/LC_MESSAGES/plasma_applet_binaryclock.mo -share/locale/fr/LC_MESSAGES/plasma_applet_bookmarks.mo -share/locale/fr/LC_MESSAGES/plasma_applet_bubblemon.mo -share/locale/fr/LC_MESSAGES/plasma_applet_calculator.mo -share/locale/fr/LC_MESSAGES/plasma_applet_clock.mo -share/locale/fr/LC_MESSAGES/plasma_applet_comic.mo -share/locale/fr/LC_MESSAGES/plasma_applet_concentrationCalculator.mo -share/locale/fr/LC_MESSAGES/plasma_applet_currentappcontrol.mo -share/locale/fr/LC_MESSAGES/plasma_applet_dig_clock.mo -share/locale/fr/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo -share/locale/fr/LC_MESSAGES/plasma_applet_fileWatcher.mo -share/locale/fr/LC_MESSAGES/plasma_applet_folderview.mo -share/locale/fr/LC_MESSAGES/plasma_applet_frame.mo -share/locale/fr/LC_MESSAGES/plasma_applet_fuzzy_clock.mo -share/locale/fr/LC_MESSAGES/plasma_applet_gasCalculator.mo -share/locale/fr/LC_MESSAGES/plasma_applet_groupingpanel.mo -share/locale/fr/LC_MESSAGES/plasma_applet_icon.mo -share/locale/fr/LC_MESSAGES/plasma_applet_icontasks.mo -share/locale/fr/LC_MESSAGES/plasma_applet_incomingmsg.mo -share/locale/fr/LC_MESSAGES/plasma_applet_kalgebraplasmoid.mo -share/locale/fr/LC_MESSAGES/plasma_applet_kalzium.mo -share/locale/fr/LC_MESSAGES/plasma_applet_katesession.mo -share/locale/fr/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/fr/LC_MESSAGES/plasma_applet_kget.mo -share/locale/fr/LC_MESSAGES/plasma_applet_kimpanel.mo -share/locale/fr/LC_MESSAGES/plasma_applet_knowledgebase.mo -share/locale/fr/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/fr/LC_MESSAGES/plasma_applet_kpapplet.mo -share/locale/fr/LC_MESSAGES/plasma_applet_launcher.mo -share/locale/fr/LC_MESSAGES/plasma_applet_leavenote.mo -share/locale/fr/LC_MESSAGES/plasma_applet_life.mo -share/locale/fr/LC_MESSAGES/plasma_applet_lockout.mo -share/locale/fr/LC_MESSAGES/plasma_applet_luna.mo -share/locale/fr/LC_MESSAGES/plasma_applet_magnifique.mo -share/locale/fr/LC_MESSAGES/plasma_applet_microblog.mo -share/locale/fr/LC_MESSAGES/plasma_applet_netpanel.mo -share/locale/fr/LC_MESSAGES/plasma_applet_news.mo share/locale/fr/LC_MESSAGES/plasma_applet_newspaper.mo -share/locale/fr/LC_MESSAGES/plasma_applet_notes.mo -share/locale/fr/LC_MESSAGES/plasma_applet_notifier.mo -share/locale/fr/LC_MESSAGES/plasma_applet_nowplaying.mo -share/locale/fr/LC_MESSAGES/plasma_applet_nuclearCalculator.mo -share/locale/fr/LC_MESSAGES/plasma_applet_opendesktop.mo -share/locale/fr/LC_MESSAGES/plasma_applet_opendesktop_activities.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.notifications.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.printmanager.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo -share/locale/fr/LC_MESSAGES/plasma_applet_pager.mo -share/locale/fr/LC_MESSAGES/plasma_applet_panel.mo -share/locale/fr/LC_MESSAGES/plasma_applet_panelspacer_internal.mo -share/locale/fr/LC_MESSAGES/plasma_applet_paste.mo -share/locale/fr/LC_MESSAGES/plasma_applet_pastebin.mo -share/locale/fr/LC_MESSAGES/plasma_applet_plasmaboard.mo -share/locale/fr/LC_MESSAGES/plasma_applet_previewer.mo -share/locale/fr/LC_MESSAGES/plasma_applet_qalculate.mo -share/locale/fr/LC_MESSAGES/plasma_applet_qstardict.mo -share/locale/fr/LC_MESSAGES/plasma_applet_quicklaunch.mo -share/locale/fr/LC_MESSAGES/plasma_applet_rssnow.mo -share/locale/fr/LC_MESSAGES/plasma_applet_rtm.mo -share/locale/fr/LC_MESSAGES/plasma_applet_sal.mo -share/locale/fr/LC_MESSAGES/plasma_applet_saverdesktop.mo -share/locale/fr/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/fr/LC_MESSAGES/plasma_applet_showdashboard.mo -share/locale/fr/LC_MESSAGES/plasma_applet_showdesktop.mo -share/locale/fr/LC_MESSAGES/plasma_applet_skapplet.mo -share/locale/fr/LC_MESSAGES/plasma_applet_spellcheck.mo -share/locale/fr/LC_MESSAGES/plasma_applet_system-monitor.mo -share/locale/fr/LC_MESSAGES/plasma_applet_systemloadviewer.mo -share/locale/fr/LC_MESSAGES/plasma_applet_systemtray.mo -share/locale/fr/LC_MESSAGES/plasma_applet_tasks.mo -share/locale/fr/LC_MESSAGES/plasma_applet_timer.mo -share/locale/fr/LC_MESSAGES/plasma_applet_trash.mo -share/locale/fr/LC_MESSAGES/plasma_applet_unitconverter.mo -share/locale/fr/LC_MESSAGES/plasma_applet_weather.mo -share/locale/fr/LC_MESSAGES/plasma_applet_weatherstation.mo -share/locale/fr/LC_MESSAGES/plasma_applet_webbrowser.mo -share/locale/fr/LC_MESSAGES/plasma_applet_webslice.mo -share/locale/fr/LC_MESSAGES/plasma_applet_windowlist.mo -share/locale/fr/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo -share/locale/fr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/fr/LC_MESSAGES/plasma_containmentactions_switchactivity.mo -share/locale/fr/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo -share/locale/fr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/fr/LC_MESSAGES/plasma_engine_kalzium.mo -share/locale/fr/LC_MESSAGES/plasma_engine_kdeobservatory.mo -share/locale/fr/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/fr/LC_MESSAGES/plasma_engine_kuiserver.mo -share/locale/fr/LC_MESSAGES/plasma_engine_metadata.mo -share/locale/fr/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/fr/LC_MESSAGES/plasma_engine_network.mo -share/locale/fr/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/fr/LC_MESSAGES/plasma_engine_nowplaying.mo -share/locale/fr/LC_MESSAGES/plasma_engine_rss.mo -share/locale/fr/LC_MESSAGES/plasma_engine_share.mo -share/locale/fr/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/fr/LC_MESSAGES/plasma_engine_weather.mo -share/locale/fr/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo -share/locale/fr/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo -share/locale/fr/LC_MESSAGES/plasma_packagestructure_comic.mo -share/locale/fr/LC_MESSAGES/plasma_runner_CharacterRunner.mo -share/locale/fr/LC_MESSAGES/plasma_runner_activities.mo -share/locale/fr/LC_MESSAGES/plasma_runner_audioplayercontrol.mo -share/locale/fr/LC_MESSAGES/plasma_runner_baloosearchrunner.mo -share/locale/fr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/fr/LC_MESSAGES/plasma_runner_browserhistory.mo -share/locale/fr/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/fr/LC_MESSAGES/plasma_runner_contacts.mo -share/locale/fr/LC_MESSAGES/plasma_runner_converterrunner.mo -share/locale/fr/LC_MESSAGES/plasma_runner_datetime.mo -share/locale/fr/LC_MESSAGES/plasma_runner_events.mo -share/locale/fr/LC_MESSAGES/plasma_runner_katesessions.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/plasma_runner_baloosearchrunner.mo share/locale/fr/LC_MESSAGES/plasma_runner_kget.mo -share/locale/fr/LC_MESSAGES/plasma_runner_kill.mo -share/locale/fr/LC_MESSAGES/plasma_runner_konquerorsessions.mo -share/locale/fr/LC_MESSAGES/plasma_runner_konsolesessions.mo -share/locale/fr/LC_MESSAGES/plasma_runner_kopete.mo -share/locale/fr/LC_MESSAGES/plasma_runner_krunner_dictionary.mo -share/locale/fr/LC_MESSAGES/plasma_runner_locations.mo -share/locale/fr/LC_MESSAGES/plasma_runner_marblerunner.mo -share/locale/fr/LC_MESSAGES/plasma_runner_mediawiki.mo -share/locale/fr/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo -share/locale/fr/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/fr/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/fr/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/fr/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/fr/LC_MESSAGES/plasma_runner_services.mo -share/locale/fr/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/fr/LC_MESSAGES/plasma_runner_shell.mo -share/locale/fr/LC_MESSAGES/plasma_runner_solid.mo -share/locale/fr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo -share/locale/fr/LC_MESSAGES/plasma_runner_translator.mo -share/locale/fr/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/fr/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/fr/LC_MESSAGES/plasma_runner_windows.mo -share/locale/fr/LC_MESSAGES/plasma_runner_youtube.mo share/locale/fr/LC_MESSAGES/plasma_scriptengine_qscript.mo -share/locale/fr/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo -share/locale/fr/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo -share/locale/fr/LC_MESSAGES/plasma_wallpaper_color.mo -share/locale/fr/LC_MESSAGES/plasma_wallpaper_image.mo -share/locale/fr/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo -share/locale/fr/LC_MESSAGES/plasma_wallpaper_marble.mo -share/locale/fr/LC_MESSAGES/plasma_wallpaper_pattern.mo -share/locale/fr/LC_MESSAGES/plasma_wallpaper_potd.mo -share/locale/fr/LC_MESSAGES/plasma_wallpaper_virus.mo -share/locale/fr/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/fr/LC_MESSAGES/plasmagenericshell.mo share/locale/fr/LC_MESSAGES/plasmapkg.mo -share/locale/fr/LC_MESSAGES/pothumbnail.mo -share/locale/fr/LC_MESSAGES/powerdevil.mo -share/locale/fr/LC_MESSAGES/powerdevilactivitiesconfig.mo -share/locale/fr/LC_MESSAGES/powerdevilglobalconfig.mo -share/locale/fr/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/fr/LC_MESSAGES/print-manager.mo -share/locale/fr/LC_MESSAGES/processcore.mo -share/locale/fr/LC_MESSAGES/processui.mo -share/locale/fr/LC_MESSAGES/randrmonitor.mo -share/locale/fr/LC_MESSAGES/rellinks.mo -share/locale/fr/LC_MESSAGES/rocs.mo -share/locale/fr/LC_MESSAGES/rocscore.mo -share/locale/fr/LC_MESSAGES/rocsvisualeditor.mo -share/locale/fr/LC_MESSAGES/searchbarplugin.mo -share/locale/fr/LC_MESSAGES/sieveeditor.mo share/locale/fr/LC_MESSAGES/solid-hardware.mo share/locale/fr/LC_MESSAGES/solid_qt.mo -share/locale/fr/LC_MESSAGES/soliduiserver.mo -share/locale/fr/LC_MESSAGES/step.appdata.mo -share/locale/fr/LC_MESSAGES/step.mo -share/locale/fr/LC_MESSAGES/step_qt.mo -share/locale/fr/LC_MESSAGES/storageservicemanager.mo -share/locale/fr/LC_MESSAGES/strigila_diff.mo -share/locale/fr/LC_MESSAGES/superkaramba.mo -share/locale/fr/LC_MESSAGES/svgpart.mo +%%KDE4%%share/locale/fr/LC_MESSAGES/soliduiserver.mo share/locale/fr/LC_MESSAGES/sweeper.mo -share/locale/fr/LC_MESSAGES/systemsettings.mo -share/locale/fr/LC_MESSAGES/tasks-mobile.mo share/locale/fr/LC_MESSAGES/timezones4.mo -share/locale/fr/LC_MESSAGES/uachangerplugin.mo share/locale/fr/LC_MESSAGES/umbrello.mo -share/locale/fr/LC_MESSAGES/useraccount.mo -share/locale/fr/LC_MESSAGES/validatorsplugin.mo -share/locale/fr/LC_MESSAGES/webarchiver.mo -share/locale/fr/LC_MESSAGES/xml_mimetypes.mo -share/locale/fr/LC_SCRIPTS/kgeography/kgeography.js share/locale/fr/entry.desktop Index: french/kde5-l10n/Makefile =================================================================== --- french/kde5-l10n/Makefile +++ french/kde5-l10n/Makefile @@ -1,14 +1,14 @@ -# Created by: Martin Wilke +# Created by: tcberner # $FreeBSD$ -PORTNAME= kde-l10n -PORTVERSION= ${KDE4_VERSION} +PORTNAME= kde5-l10n +PORTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= french kde MAINTAINER= kde@FreeBSD.org -COMMENT= French messages and documentation for KDE SC 4 +COMMENT= French messages and documentation for KDE -KDE4_L10N= fr +KDE_L10N= fr:5 -.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde-l10n/files/bsd.l10n.mk" .include Index: french/kde5-l10n/pkg-plist =================================================================== --- french/kde5-l10n/pkg-plist +++ french/kde5-l10n/pkg-plist @@ -1,150 +1,31 @@ -man/fr/man1/adddebug.1.gz man/fr/man1/ark.1.gz -man/fr/man1/cheatmake.1.gz -man/fr/man1/checkXML.1.gz -man/fr/man1/create_cvsignore.1.gz -man/fr/man1/create_makefile.1.gz -man/fr/man1/create_makefiles.1.gz -man/fr/man1/cvscheck.1.gz -man/fr/man1/cvslastchange.1.gz -man/fr/man1/cvslastlog.1.gz -man/fr/man1/cvsrevertlast.1.gz -man/fr/man1/cxxmetric.1.gz -man/fr/man1/demangle.1.gz man/fr/man1/dragon.1.gz -man/fr/man1/extend_dmalloc.1.gz -man/fr/man1/extractrc.1.gz -man/fr/man1/fixincludes.1.gz -man/fr/man1/kabcclient.1.gz man/fr/man1/kalzium.1.gz -man/fr/man1/kate.1.gz man/fr/man1/kbookmarkmerger.1.gz -man/fr/man1/kbruch.1.gz -man/fr/man1/kconfig_compiler.1.gz -man/fr/man1/kde4-config.1.gz -man/fr/man1/kdesu.1.gz man/fr/man1/kfind.1.gz -man/fr/man1/kig.1.gz -man/fr/man1/kjs.1.gz -man/fr/man1/kjscmd.1.gz -man/fr/man1/kmag.1.gz -man/fr/man1/kmousetool.1.gz -man/fr/man1/kmouth.1.gz man/fr/man1/kmplot.1.gz man/fr/man1/ktouch.1.gz -man/fr/man1/makekdewidgets.1.gz man/fr/man1/okular.1.gz -man/fr/man1/plasmapkg.1.gz man/fr/man1/po2xml.1.gz -man/fr/man1/preparetips.1.gz -man/fr/man1/pruneemptydirs.1.gz -man/fr/man1/qtdoc.1.gz -man/fr/man1/reportview.1.gz man/fr/man1/split2po.1.gz man/fr/man1/swappo.1.gz -man/fr/man1/transxx.1.gz man/fr/man1/xml2pot.1.gz -man/fr/man1/zonetab2pot.py.1.gz -man/fr/man6/amor.6.gz -man/fr/man6/khangman.6.gz -man/fr/man7/kdeoptions.7.gz -man/fr/man7/qtoptions.7.gz -man/fr/man8/kbuildsycoca4.8.gz -man/fr/man8/kcookiejar4.8.gz -man/fr/man8/kded4.8.gz -man/fr/man8/kdeinit4.8.gz -man/fr/man8/meinproc4.8.gz -man/fr/man8/nepomukserver.8.gz -man/fr/man8/nepomukservicestub.8.gz -share/apps/autocorrect/fr.xml -share/apps/khangman/fr.txt -share/apps/ktuberling/sounds/fr.soundtheme -share/apps/ktuberling/sounds/fr/bouche.wav -share/apps/ktuberling/sounds/fr/boucle-d-oreille.wav -share/apps/ktuberling/sounds/fr/chapeau.wav -share/apps/ktuberling/sounds/fr/cheveux.wav -share/apps/ktuberling/sounds/fr/cravate.wav -share/apps/ktuberling/sounds/fr/lunettes-de-soleil.wav -share/apps/ktuberling/sounds/fr/lunettes.wav -share/apps/ktuberling/sounds/fr/moustache.wav -share/apps/ktuberling/sounds/fr/nez.wav -share/apps/ktuberling/sounds/fr/noeud-papillon.wav -share/apps/ktuberling/sounds/fr/oeil.wav -share/apps/ktuberling/sounds/fr/oreille.wav -share/apps/ktuberling/sounds/fr/sourcil.wav share/apps/kvtml/fr/animals.kvtml share/apps/kvtml/fr/easy.kvtml share/apps/kvtml/fr/hard.kvtml share/apps/kvtml/fr/maison.kvtml share/apps/kvtml/fr/medium.kvtml -share/doc/HTML/fr/PolicyKit-kde/authorization.docbook -share/doc/HTML/fr/PolicyKit-kde/authorizationagent.docbook -share/doc/HTML/fr/PolicyKit-kde/common -share/doc/HTML/fr/PolicyKit-kde/howitworks.docbook -share/doc/HTML/fr/PolicyKit-kde/index.cache.bz2 -share/doc/HTML/fr/PolicyKit-kde/index.docbook -share/doc/HTML/fr/PolicyKit-kde/introduction.docbook -share/doc/HTML/fr/akonadi_archivemail_agent/common -share/doc/HTML/fr/akonadi_archivemail_agent/index.cache.bz2 -share/doc/HTML/fr/akonadi_archivemail_agent/index.docbook -share/doc/HTML/fr/akonadi_notes_agent/common -share/doc/HTML/fr/akonadi_notes_agent/index.cache.bz2 -share/doc/HTML/fr/akonadi_notes_agent/index.docbook -share/doc/HTML/fr/akregator/add-feed.png -share/doc/HTML/fr/akregator/add-feed2.png -share/doc/HTML/fr/akregator/add-folder.png -share/doc/HTML/fr/akregator/add-folder2.png -share/doc/HTML/fr/akregator/advanced-tab.png -share/doc/HTML/fr/akregator/appearance-tab.png -share/doc/HTML/fr/akregator/archive-tab.png -share/doc/HTML/fr/akregator/browser-tab.png -share/doc/HTML/fr/akregator/common -share/doc/HTML/fr/akregator/general-tab.png -share/doc/HTML/fr/akregator/index.cache.bz2 -share/doc/HTML/fr/akregator/index.docbook -share/doc/HTML/fr/akregator/konq.png -share/doc/HTML/fr/akregator/konq2.png -share/doc/HTML/fr/akregator/main-window.png -share/doc/HTML/fr/akregator/main-window2.png -share/doc/HTML/fr/akregator/main-window3.png -share/doc/HTML/fr/akregator/main-window4.png -share/doc/HTML/fr/akregator/quick-filter.png -share/doc/HTML/fr/amor/common -share/doc/HTML/fr/amor/index.cache.bz2 -share/doc/HTML/fr/amor/index.docbook -share/doc/HTML/fr/amor/man-amor.6.docbook share/doc/HTML/fr/ark/ark-mainwindow.png -share/doc/HTML/fr/ark/common share/doc/HTML/fr/ark/index.cache.bz2 share/doc/HTML/fr/ark/index.docbook -share/doc/HTML/fr/ark/man-ark.1.docbook -share/doc/HTML/fr/blinken/blinken1.png -share/doc/HTML/fr/blinken/blinken2.png -share/doc/HTML/fr/blinken/blinken_accesskeys.png -share/doc/HTML/fr/blinken/blinken_helpbutton.png -share/doc/HTML/fr/blinken/blinken_highscoresbutton.png -share/doc/HTML/fr/blinken/blinken_nickprompt.png -share/doc/HTML/fr/blinken/blinken_quitbutton.png -share/doc/HTML/fr/blinken/common -share/doc/HTML/fr/blinken/index.cache.bz2 -share/doc/HTML/fr/blinken/index.docbook -share/doc/HTML/fr/blogilo/common -share/doc/HTML/fr/blogilo/index.cache.bz2 -share/doc/HTML/fr/blogilo/index.docbook -share/doc/HTML/fr/bomber/common share/doc/HTML/fr/bomber/index.cache.bz2 share/doc/HTML/fr/bomber/index.docbook -share/doc/HTML/fr/bovo/common -share/doc/HTML/fr/bovo/index.cache.bz2 -share/doc/HTML/fr/bovo/index.docbook -share/doc/HTML/fr/cantor/common share/doc/HTML/fr/cantor/index.cache.bz2 share/doc/HTML/fr/cantor/index.docbook share/doc/HTML/fr/cantor/screenshot.png share/doc/HTML/fr/cervisia/annotate.png share/doc/HTML/fr/cervisia/checkout.png share/doc/HTML/fr/cervisia/commit.png -share/doc/HTML/fr/cervisia/common share/doc/HTML/fr/cervisia/diff.png share/doc/HTML/fr/cervisia/history.png share/doc/HTML/fr/cervisia/import.png @@ -157,92 +38,10 @@ share/doc/HTML/fr/cervisia/repositories.png share/doc/HTML/fr/cervisia/resolve.png share/doc/HTML/fr/cervisia/updatetag.png -share/doc/HTML/fr/common/fdl-translated.html -share/doc/HTML/fr/common/gpl-translated.html -share/doc/HTML/fr/common/kde-localised.css -share/doc/HTML/fr/common/lgpl-translated.html -share/doc/HTML/fr/dolphin/common -share/doc/HTML/fr/dolphin/default-ui.png -share/doc/HTML/fr/dolphin/index.cache.bz2 -share/doc/HTML/fr/dolphin/index.docbook -share/doc/HTML/fr/dolphin/locationbar-breadcrumb.png -share/doc/HTML/fr/dolphin/locationbar-editable.png -share/doc/HTML/fr/dolphin/preferences-general-behavior.png -share/doc/HTML/fr/dolphin/preferences-navigation.png -share/doc/HTML/fr/dolphin/preferences-startup.png -share/doc/HTML/fr/dolphin/preferences-trash.png -share/doc/HTML/fr/dolphin/preferences-viewmodes-icons.png -share/doc/HTML/fr/dolphin/toolbar-navigation.png -share/doc/HTML/fr/dolphin/toolbar-view-appearance.png -share/doc/HTML/fr/dolphin/viewproperties-dialog.png -share/doc/HTML/fr/dragonplayer/common share/doc/HTML/fr/dragonplayer/index.cache.bz2 share/doc/HTML/fr/dragonplayer/index.docbook -share/doc/HTML/fr/dragonplayer/man-dragon.1.docbook -share/doc/HTML/fr/filelight/common share/doc/HTML/fr/filelight/index.cache.bz2 share/doc/HTML/fr/filelight/index.docbook -share/doc/HTML/fr/fundamentals/colors.png -share/doc/HTML/fr/fundamentals/common -share/doc/HTML/fr/fundamentals/config.docbook -share/doc/HTML/fr/fundamentals/files-locationbar-context-menu.png -share/doc/HTML/fr/fundamentals/files-locationbar-editable.png -share/doc/HTML/fr/fundamentals/files-locationbar-places-icon.png -share/doc/HTML/fr/fundamentals/files-open.png -share/doc/HTML/fr/fundamentals/files-save.png -share/doc/HTML/fr/fundamentals/find-find-inline.png -share/doc/HTML/fr/fundamentals/find-find.png -share/doc/HTML/fr/fundamentals/find-found.png -share/doc/HTML/fr/fundamentals/find-replace-inline.png -share/doc/HTML/fr/fundamentals/find-replace.png -share/doc/HTML/fr/fundamentals/fonts.png -share/doc/HTML/fr/fundamentals/index.cache.bz2 -share/doc/HTML/fr/fundamentals/index.docbook -share/doc/HTML/fr/fundamentals/install.docbook -share/doc/HTML/fr/fundamentals/menus.png -share/doc/HTML/fr/fundamentals/shortcuts-schemes.png -share/doc/HTML/fr/fundamentals/shortcuts-search.png -share/doc/HTML/fr/fundamentals/shortcuts-set.png -share/doc/HTML/fr/fundamentals/spellcheck-check.png -share/doc/HTML/fr/fundamentals/tasks.docbook -share/doc/HTML/fr/fundamentals/toolbars-configure.png -share/doc/HTML/fr/fundamentals/toolbars-toolbar.png -share/doc/HTML/fr/fundamentals/ui.docbook -share/doc/HTML/fr/fundamentals/visualdict-breadcrumb.png -share/doc/HTML/fr/fundamentals/visualdict-button.png -share/doc/HTML/fr/fundamentals/visualdict-central-widget.png -share/doc/HTML/fr/fundamentals/visualdict-check-box.png -share/doc/HTML/fr/fundamentals/visualdict-color-selector.png -share/doc/HTML/fr/fundamentals/visualdict-combo-box.png -share/doc/HTML/fr/fundamentals/visualdict-context-menu.png -share/doc/HTML/fr/fundamentals/visualdict-dialog-box.png -share/doc/HTML/fr/fundamentals/visualdict-drop-down-box.png -share/doc/HTML/fr/fundamentals/visualdict-gui1.png -share/doc/HTML/fr/fundamentals/visualdict-gui2.png -share/doc/HTML/fr/fundamentals/visualdict-gui3.png -share/doc/HTML/fr/fundamentals/visualdict-gui4.png -share/doc/HTML/fr/fundamentals/visualdict-icon-list.png -share/doc/HTML/fr/fundamentals/visualdict-icon.png -share/doc/HTML/fr/fundamentals/visualdict-list-box.png -share/doc/HTML/fr/fundamentals/visualdict-menu-button.png -share/doc/HTML/fr/fundamentals/visualdict-menu.png -share/doc/HTML/fr/fundamentals/visualdict-menubar.png -share/doc/HTML/fr/fundamentals/visualdict-panel.png -share/doc/HTML/fr/fundamentals/visualdict-progress-bar.png -share/doc/HTML/fr/fundamentals/visualdict-radio-button.png -share/doc/HTML/fr/fundamentals/visualdict-scrollbar.png -share/doc/HTML/fr/fundamentals/visualdict-slider.png -share/doc/HTML/fr/fundamentals/visualdict-spin-box.png -share/doc/HTML/fr/fundamentals/visualdict-statusbar.png -share/doc/HTML/fr/fundamentals/visualdict-tab.png -share/doc/HTML/fr/fundamentals/visualdict-text-area.png -share/doc/HTML/fr/fundamentals/visualdict-text-box.png -share/doc/HTML/fr/fundamentals/visualdict-titlebar.png -share/doc/HTML/fr/fundamentals/visualdict-toolbar.png -share/doc/HTML/fr/fundamentals/visualdict-tree-view.png -share/doc/HTML/fr/fundamentals/visualdict-window.png -share/doc/HTML/fr/fundamentals/visualdict-window2.png -share/doc/HTML/fr/granatier/common share/doc/HTML/fr/granatier/config_arena.png share/doc/HTML/fr/granatier/config_general.png share/doc/HTML/fr/granatier/config_player.png @@ -250,28 +49,6 @@ share/doc/HTML/fr/granatier/granatier.png share/doc/HTML/fr/granatier/index.cache.bz2 share/doc/HTML/fr/granatier/index.docbook -share/doc/HTML/fr/gwenview/browse_mode.png -share/doc/HTML/fr/gwenview/common -share/doc/HTML/fr/gwenview/fullscreen-browse.png -share/doc/HTML/fr/gwenview/fullscreen-view.png -share/doc/HTML/fr/gwenview/fullscreen_mode.png -share/doc/HTML/fr/gwenview/importer-picking-root-folder.png -share/doc/HTML/fr/gwenview/importer.png -share/doc/HTML/fr/gwenview/index.cache.bz2 -share/doc/HTML/fr/gwenview/index.docbook -share/doc/HTML/fr/gwenview/start-page.png -share/doc/HTML/fr/gwenview/view_mode.png -share/doc/HTML/fr/jovie/common -share/doc/HTML/fr/jovie/index.cache.bz2 -share/doc/HTML/fr/jovie/index.docbook -share/doc/HTML/fr/juk/common -share/doc/HTML/fr/juk/index.cache.bz2 -share/doc/HTML/fr/juk/index.docbook -share/doc/HTML/fr/kabcclient/common -share/doc/HTML/fr/kabcclient/index.cache.bz2 -share/doc/HTML/fr/kabcclient/index.docbook -share/doc/HTML/fr/kabcclient/man-kabcclient.1.docbook -share/doc/HTML/fr/kalzium/common share/doc/HTML/fr/kalzium/gradient.png share/doc/HTML/fr/kalzium/index.cache.bz2 share/doc/HTML/fr/kalzium/index.docbook @@ -281,7 +58,6 @@ share/doc/HTML/fr/kalzium/infodialog_isotopes.png share/doc/HTML/fr/kalzium/infodialog_misc.png share/doc/HTML/fr/kalzium/infodialog_spectrum.png -share/doc/HTML/fr/kalzium/man-kalzium.1.docbook share/doc/HTML/fr/kalzium/quick-1.png share/doc/HTML/fr/kalzium/quick-2.png share/doc/HTML/fr/kalzium/quick-3.png @@ -310,322 +86,25 @@ share/doc/HTML/fr/kalzium/settings4.png share/doc/HTML/fr/kalzium/sidebar1.png share/doc/HTML/fr/kalzium/sidebar2.png -share/doc/HTML/fr/kanagram/answer-highlight.png -share/doc/HTML/fr/kanagram/common -share/doc/HTML/fr/kanagram/general-settings.png -share/doc/HTML/fr/kanagram/helpstates.png -share/doc/HTML/fr/kanagram/index.cache.bz2 -share/doc/HTML/fr/kanagram/index.docbook -share/doc/HTML/fr/kanagram/kanagram-hint.png -share/doc/HTML/fr/kanagram/kanagram.png -share/doc/HTML/fr/kanagram/newstuff-dialog.png -share/doc/HTML/fr/kanagram/newstuff-settings.png -share/doc/HTML/fr/kanagram/shortcuts-settings.png -share/doc/HTML/fr/kanagram/standard-fonts.png -share/doc/HTML/fr/kanagram/vocab-editor.png -share/doc/HTML/fr/kanagram/vocab-settings.png -share/doc/HTML/fr/kapman/common share/doc/HTML/fr/kapman/config.png share/doc/HTML/fr/kapman/index.cache.bz2 share/doc/HTML/fr/kapman/index.docbook share/doc/HTML/fr/kapman/kapman.png -share/doc/HTML/fr/kapptemplate/common -share/doc/HTML/fr/kapptemplate/index.cache.bz2 -share/doc/HTML/fr/kapptemplate/index.docbook -share/doc/HTML/fr/katomic/common share/doc/HTML/fr/katomic/index.cache.bz2 share/doc/HTML/fr/katomic/index.docbook -share/doc/HTML/fr/kblackbox/common -share/doc/HTML/fr/kblackbox/index.cache.bz2 -share/doc/HTML/fr/kblackbox/index.docbook -share/doc/HTML/fr/kblocks/common share/doc/HTML/fr/kblocks/index.cache.bz2 share/doc/HTML/fr/kblocks/index.docbook -share/doc/HTML/fr/kbounce/common -share/doc/HTML/fr/kbounce/index.cache.bz2 -share/doc/HTML/fr/kbounce/index.docbook -share/doc/HTML/fr/kbounce/jezball_corridor1.png -share/doc/HTML/fr/kbounce/jezball_corridor2.png -share/doc/HTML/fr/kbounce/jezball_newWall.png -share/doc/HTML/fr/kbreakout/common share/doc/HTML/fr/kbreakout/index.cache.bz2 share/doc/HTML/fr/kbreakout/index.docbook -share/doc/HTML/fr/kbruch/checked.png -share/doc/HTML/fr/kbruch/common -share/doc/HTML/fr/kbruch/compare.png -share/doc/HTML/fr/kbruch/convert.png -share/doc/HTML/fr/kbruch/factorize.png -share/doc/HTML/fr/kbruch/gui_main.png -share/doc/HTML/fr/kbruch/gui_mode.png -share/doc/HTML/fr/kbruch/index.cache.bz2 -share/doc/HTML/fr/kbruch/index.docbook -share/doc/HTML/fr/kbruch/learning.png -share/doc/HTML/fr/kbruch/man-kbruch.1.docbook -share/doc/HTML/fr/kbruch/mixed.png -share/doc/HTML/fr/kbruch/percentage.png -share/doc/HTML/fr/kbruch/reduced.png -share/doc/HTML/fr/kbruch/settings.png -share/doc/HTML/fr/kbruch/statistics.png -share/doc/HTML/fr/kcachegrind/common -share/doc/HTML/fr/kcachegrind/index.cache.bz2 -share/doc/HTML/fr/kcachegrind/index.docbook share/doc/HTML/fr/kcalc/commands.docbook -share/doc/HTML/fr/kcalc/common share/doc/HTML/fr/kcalc/index.cache.bz2 share/doc/HTML/fr/kcalc/index.docbook -share/doc/HTML/fr/kcharselect/common share/doc/HTML/fr/kcharselect/index.cache.bz2 share/doc/HTML/fr/kcharselect/index.docbook -share/doc/HTML/fr/kcontrol/attica/common -share/doc/HTML/fr/kcontrol/attica/index.cache.bz2 -share/doc/HTML/fr/kcontrol/attica/index.docbook -share/doc/HTML/fr/kcontrol/autostart/common -share/doc/HTML/fr/kcontrol/autostart/index.cache.bz2 -share/doc/HTML/fr/kcontrol/autostart/index.docbook -share/doc/HTML/fr/kcontrol/bell/common -share/doc/HTML/fr/kcontrol/bell/index.cache.bz2 -share/doc/HTML/fr/kcontrol/bell/index.docbook -share/doc/HTML/fr/kcontrol/blockdevices/common -share/doc/HTML/fr/kcontrol/blockdevices/index.cache.bz2 -share/doc/HTML/fr/kcontrol/blockdevices/index.docbook -share/doc/HTML/fr/kcontrol/bookmarks/common -share/doc/HTML/fr/kcontrol/bookmarks/index.cache.bz2 -share/doc/HTML/fr/kcontrol/bookmarks/index.docbook -share/doc/HTML/fr/kcontrol/cache/common -share/doc/HTML/fr/kcontrol/cache/index.cache.bz2 -share/doc/HTML/fr/kcontrol/cache/index.docbook -share/doc/HTML/fr/kcontrol/cddbretrieval/common -share/doc/HTML/fr/kcontrol/cddbretrieval/index.cache.bz2 -share/doc/HTML/fr/kcontrol/cddbretrieval/index.docbook -share/doc/HTML/fr/kcontrol/clock/common -share/doc/HTML/fr/kcontrol/clock/index.cache.bz2 -share/doc/HTML/fr/kcontrol/clock/index.docbook -share/doc/HTML/fr/kcontrol/colors/common -share/doc/HTML/fr/kcontrol/colors/index.cache.bz2 -share/doc/HTML/fr/kcontrol/colors/index.docbook -share/doc/HTML/fr/kcontrol/componentchooser/common -share/doc/HTML/fr/kcontrol/componentchooser/index.cache.bz2 -share/doc/HTML/fr/kcontrol/componentchooser/index.docbook -share/doc/HTML/fr/kcontrol/cookies/common -share/doc/HTML/fr/kcontrol/cookies/index.cache.bz2 -share/doc/HTML/fr/kcontrol/cookies/index.docbook -share/doc/HTML/fr/kcontrol/cursortheme/common -share/doc/HTML/fr/kcontrol/cursortheme/index.cache.bz2 -share/doc/HTML/fr/kcontrol/cursortheme/index.docbook -share/doc/HTML/fr/kcontrol/desktop/common -share/doc/HTML/fr/kcontrol/desktop/index.cache.bz2 -share/doc/HTML/fr/kcontrol/desktop/index.docbook -share/doc/HTML/fr/kcontrol/desktopthemedetails/clicking-apply.png -share/doc/HTML/fr/kcontrol/desktopthemedetails/common -share/doc/HTML/fr/kcontrol/desktopthemedetails/customizing.png -share/doc/HTML/fr/kcontrol/desktopthemedetails/index.cache.bz2 -share/doc/HTML/fr/kcontrol/desktopthemedetails/index.docbook -share/doc/HTML/fr/kcontrol/ebrowsing/common -share/doc/HTML/fr/kcontrol/ebrowsing/index.cache.bz2 -share/doc/HTML/fr/kcontrol/ebrowsing/index.docbook -share/doc/HTML/fr/kcontrol/emoticons/common -share/doc/HTML/fr/kcontrol/emoticons/emoticons.png -share/doc/HTML/fr/kcontrol/emoticons/index.cache.bz2 -share/doc/HTML/fr/kcontrol/emoticons/index.docbook -share/doc/HTML/fr/kcontrol/filemanager/common -share/doc/HTML/fr/kcontrol/filemanager/index.cache.bz2 -share/doc/HTML/fr/kcontrol/filemanager/index.docbook -share/doc/HTML/fr/kcontrol/filemanager/kfileman1.png -share/doc/HTML/fr/kcontrol/filemanager/kfileman2.png -share/doc/HTML/fr/kcontrol/filetypes/common -share/doc/HTML/fr/kcontrol/filetypes/index.cache.bz2 -share/doc/HTML/fr/kcontrol/filetypes/index.docbook -share/doc/HTML/fr/kcontrol/fontinst/common -share/doc/HTML/fr/kcontrol/fontinst/index.cache.bz2 -share/doc/HTML/fr/kcontrol/fontinst/index.docbook -share/doc/HTML/fr/kcontrol/fonts/common -share/doc/HTML/fr/kcontrol/fonts/index.cache.bz2 -share/doc/HTML/fr/kcontrol/fonts/index.docbook -share/doc/HTML/fr/kcontrol/history/common -share/doc/HTML/fr/kcontrol/history/index.cache.bz2 -share/doc/HTML/fr/kcontrol/history/index.docbook -share/doc/HTML/fr/kcontrol/icons/common -share/doc/HTML/fr/kcontrol/icons/index.cache.bz2 -share/doc/HTML/fr/kcontrol/icons/index.docbook -share/doc/HTML/fr/kcontrol/joystick/common -share/doc/HTML/fr/kcontrol/joystick/index.cache.bz2 -share/doc/HTML/fr/kcontrol/joystick/index.docbook -share/doc/HTML/fr/kcontrol/joystick/joystick-calibration.png -share/doc/HTML/fr/kcontrol/joystick/joystick-main.png -share/doc/HTML/fr/kcontrol/kamera/common +share/doc/HTML/fr/kcontrol/cddbretrieval5/index.cache.bz2 +share/doc/HTML/fr/kcontrol/cddbretrieval5/index.docbook share/doc/HTML/fr/kcontrol/kamera/index.cache.bz2 share/doc/HTML/fr/kcontrol/kamera/index.docbook -share/doc/HTML/fr/kcontrol/kcm_ssl/common -share/doc/HTML/fr/kcontrol/kcm_ssl/details.png -share/doc/HTML/fr/kcontrol/kcm_ssl/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kcm_ssl/index.docbook -share/doc/HTML/fr/kcontrol/kcm_ssl/module.png -share/doc/HTML/fr/kcontrol/kcmaccess/common -share/doc/HTML/fr/kcontrol/kcmaccess/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kcmaccess/index.docbook -share/doc/HTML/fr/kcontrol/kcmcgi/common -share/doc/HTML/fr/kcontrol/kcmcgi/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kcmcgi/index.docbook -share/doc/HTML/fr/kcontrol/kcmcss/common -share/doc/HTML/fr/kcontrol/kcmcss/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kcmcss/index.docbook -share/doc/HTML/fr/kcontrol/kcmlaunch/common -share/doc/HTML/fr/kcontrol/kcmlaunch/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kcmlaunch/index.docbook -share/doc/HTML/fr/kcontrol/kcmnotify/common -share/doc/HTML/fr/kcontrol/kcmnotify/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kcmnotify/index.docbook -share/doc/HTML/fr/kcontrol/kcmsmserver/common -share/doc/HTML/fr/kcontrol/kcmsmserver/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kcmsmserver/index.docbook -share/doc/HTML/fr/kcontrol/kcmstyle/common -share/doc/HTML/fr/kcontrol/kcmstyle/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kcmstyle/index.docbook -share/doc/HTML/fr/kcontrol/kded/common -share/doc/HTML/fr/kcontrol/kded/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kded/index.docbook -share/doc/HTML/fr/kcontrol/keyboard/common -share/doc/HTML/fr/kcontrol/keyboard/index.cache.bz2 -share/doc/HTML/fr/kcontrol/keyboard/index.docbook -share/doc/HTML/fr/kcontrol/keys/common -share/doc/HTML/fr/kcontrol/keys/index.cache.bz2 -share/doc/HTML/fr/kcontrol/keys/index.docbook -share/doc/HTML/fr/kcontrol/kgamma/common -share/doc/HTML/fr/kcontrol/kgamma/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kgamma/index.docbook -share/doc/HTML/fr/kcontrol/khotkeys/common -share/doc/HTML/fr/kcontrol/khotkeys/index.cache.bz2 -share/doc/HTML/fr/kcontrol/khotkeys/index.docbook -share/doc/HTML/fr/kcontrol/khtml-adblock/common -share/doc/HTML/fr/kcontrol/khtml-adblock/index.cache.bz2 -share/doc/HTML/fr/kcontrol/khtml-adblock/index.docbook -share/doc/HTML/fr/kcontrol/khtml-behavior/common -share/doc/HTML/fr/kcontrol/khtml-behavior/index.cache.bz2 -share/doc/HTML/fr/kcontrol/khtml-behavior/index.docbook -share/doc/HTML/fr/kcontrol/khtml-general/common -share/doc/HTML/fr/kcontrol/khtml-general/index.cache.bz2 -share/doc/HTML/fr/kcontrol/khtml-general/index.docbook -share/doc/HTML/fr/kcontrol/khtml-java-js/common -share/doc/HTML/fr/kcontrol/khtml-java-js/index.cache.bz2 -share/doc/HTML/fr/kcontrol/khtml-java-js/index.docbook -share/doc/HTML/fr/kcontrol/khtml-plugins/common -share/doc/HTML/fr/kcontrol/khtml-plugins/index.cache.bz2 -share/doc/HTML/fr/kcontrol/khtml-plugins/index.docbook -share/doc/HTML/fr/kcontrol/kremotecontrol/common -share/doc/HTML/fr/kcontrol/kremotecontrol/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kremotecontrol/index.docbook -share/doc/HTML/fr/kcontrol/kresources/common -share/doc/HTML/fr/kcontrol/kresources/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kresources/index.docbook -share/doc/HTML/fr/kcontrol/kwincompositing/common -share/doc/HTML/fr/kcontrol/kwincompositing/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kwincompositing/index.docbook -share/doc/HTML/fr/kcontrol/kwindecoration/common -share/doc/HTML/fr/kcontrol/kwindecoration/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kwindecoration/index.docbook -share/doc/HTML/fr/kcontrol/kwinscreenedges/common -share/doc/HTML/fr/kcontrol/kwinscreenedges/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kwinscreenedges/index.docbook -share/doc/HTML/fr/kcontrol/kwintabbox/common -share/doc/HTML/fr/kcontrol/kwintabbox/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kwintabbox/index.docbook -share/doc/HTML/fr/kcontrol/language/common -share/doc/HTML/fr/kcontrol/language/index.cache.bz2 -share/doc/HTML/fr/kcontrol/language/index.docbook -share/doc/HTML/fr/kcontrol/mouse/common -share/doc/HTML/fr/kcontrol/mouse/index.cache.bz2 -share/doc/HTML/fr/kcontrol/mouse/index.docbook -share/doc/HTML/fr/kcontrol/nepomuk/common -share/doc/HTML/fr/kcontrol/nepomuk/index.cache.bz2 -share/doc/HTML/fr/kcontrol/nepomuk/index.docbook -share/doc/HTML/fr/kcontrol/netpref/common -share/doc/HTML/fr/kcontrol/netpref/index.cache.bz2 -share/doc/HTML/fr/kcontrol/netpref/index.docbook -share/doc/HTML/fr/kcontrol/paths/common -share/doc/HTML/fr/kcontrol/paths/index.cache.bz2 -share/doc/HTML/fr/kcontrol/paths/index.docbook -share/doc/HTML/fr/kcontrol/paths/paths.png -share/doc/HTML/fr/kcontrol/performance/common -share/doc/HTML/fr/kcontrol/performance/index.cache.bz2 -share/doc/HTML/fr/kcontrol/performance/index.docbook -share/doc/HTML/fr/kcontrol/phonon/common -share/doc/HTML/fr/kcontrol/phonon/index.cache.bz2 -share/doc/HTML/fr/kcontrol/phonon/index.docbook -share/doc/HTML/fr/kcontrol/powerdevil/common -share/doc/HTML/fr/kcontrol/powerdevil/index.cache.bz2 -share/doc/HTML/fr/kcontrol/powerdevil/index.docbook -share/doc/HTML/fr/kcontrol/proxy/common -share/doc/HTML/fr/kcontrol/proxy/index.cache.bz2 -share/doc/HTML/fr/kcontrol/proxy/index.docbook -share/doc/HTML/fr/kcontrol/screensaver/common -share/doc/HTML/fr/kcontrol/screensaver/index.cache.bz2 -share/doc/HTML/fr/kcontrol/screensaver/index.docbook -share/doc/HTML/fr/kcontrol/smb/common -share/doc/HTML/fr/kcontrol/smb/index.cache.bz2 -share/doc/HTML/fr/kcontrol/smb/index.docbook -share/doc/HTML/fr/kcontrol/solid-actions/add-action.png -share/doc/HTML/fr/kcontrol/solid-actions/common -share/doc/HTML/fr/kcontrol/solid-actions/edit-action.png -share/doc/HTML/fr/kcontrol/solid-actions/index.cache.bz2 -share/doc/HTML/fr/kcontrol/solid-actions/index.docbook -share/doc/HTML/fr/kcontrol/solid-actions/main.png -share/doc/HTML/fr/kcontrol/solid-device-automounter/common -share/doc/HTML/fr/kcontrol/solid-device-automounter/index.cache.bz2 -share/doc/HTML/fr/kcontrol/solid-device-automounter/index.docbook -share/doc/HTML/fr/kcontrol/spellchecking/common -share/doc/HTML/fr/kcontrol/spellchecking/index.cache.bz2 -share/doc/HTML/fr/kcontrol/spellchecking/index.docbook -share/doc/HTML/fr/kcontrol/splashscreen/common -share/doc/HTML/fr/kcontrol/splashscreen/index.cache.bz2 -share/doc/HTML/fr/kcontrol/splashscreen/index.docbook -share/doc/HTML/fr/kcontrol/trash/common -share/doc/HTML/fr/kcontrol/trash/index.cache.bz2 -share/doc/HTML/fr/kcontrol/trash/index.docbook -share/doc/HTML/fr/kcontrol/useragent/common -share/doc/HTML/fr/kcontrol/useragent/index.cache.bz2 -share/doc/HTML/fr/kcontrol/useragent/index.docbook -share/doc/HTML/fr/kcontrol/windowbehaviour/common -share/doc/HTML/fr/kcontrol/windowbehaviour/index.cache.bz2 -share/doc/HTML/fr/kcontrol/windowbehaviour/index.docbook -share/doc/HTML/fr/kcontrol/windowspecific/akgregator-info.png -share/doc/HTML/fr/kcontrol/windowspecific/akregator-attributes.png -share/doc/HTML/fr/kcontrol/windowspecific/akregator-fav.png -share/doc/HTML/fr/kcontrol/windowspecific/common -share/doc/HTML/fr/kcontrol/windowspecific/config-win-behavior.png -share/doc/HTML/fr/kcontrol/windowspecific/emacs-attribute.png -share/doc/HTML/fr/kcontrol/windowspecific/emacs-info.png -share/doc/HTML/fr/kcontrol/windowspecific/focus-stealing-pop2top-attribute.png -share/doc/HTML/fr/kcontrol/windowspecific/index.cache.bz2 -share/doc/HTML/fr/kcontrol/windowspecific/index.docbook -share/doc/HTML/fr/kcontrol/windowspecific/knotes-attribute.png -share/doc/HTML/fr/kcontrol/windowspecific/knotes-info.png -share/doc/HTML/fr/kcontrol/windowspecific/kopete-attribute-2.png -share/doc/HTML/fr/kcontrol/windowspecific/kopete-chat-attribute.png -share/doc/HTML/fr/kcontrol/windowspecific/kopete-info.png -share/doc/HTML/fr/kcontrol/windowspecific/kwin-detect-window.png -share/doc/HTML/fr/kcontrol/windowspecific/kwin-rule-editor.png -share/doc/HTML/fr/kcontrol/windowspecific/kwin-rules-main-n-akregator.png -share/doc/HTML/fr/kcontrol/windowspecific/kwin-rules-main.png -share/doc/HTML/fr/kcontrol/windowspecific/kwin-rules-ordering.png -share/doc/HTML/fr/kcontrol/windowspecific/kwin-window-attributes.png -share/doc/HTML/fr/kcontrol/windowspecific/kwin-window-matching.png -share/doc/HTML/fr/kcontrol/windowspecific/pager-4-desktops.png -share/doc/HTML/fr/kcontrol/windowspecific/tbird-compose-attribute.png -share/doc/HTML/fr/kcontrol/windowspecific/tbird-compose-info.png -share/doc/HTML/fr/kcontrol/windowspecific/tbird-main-attribute.png -share/doc/HTML/fr/kcontrol/windowspecific/tbird-main-info.png -share/doc/HTML/fr/kcontrol/windowspecific/tbird-reminder-attribute-2.png -share/doc/HTML/fr/kcontrol/windowspecific/window-matching-emacs.png -share/doc/HTML/fr/kcontrol/windowspecific/window-matching-init.png -share/doc/HTML/fr/kcontrol/windowspecific/window-matching-knotes.png -share/doc/HTML/fr/kcontrol/windowspecific/window-matching-kopete.png -share/doc/HTML/fr/kcontrol/windowspecific/window-matching-ready-akregator.png -share/doc/HTML/fr/kcontrol/windowspecific/window-matching-tbird-compose.png -share/doc/HTML/fr/kcontrol/windowspecific/window-matching-tbird-main.png -share/doc/HTML/fr/kcontrol/workspaceoptions/common -share/doc/HTML/fr/kcontrol/workspaceoptions/index.cache.bz2 -share/doc/HTML/fr/kcontrol/workspaceoptions/index.docbook -share/doc/HTML/fr/kcron/common share/doc/HTML/fr/kcron/index.cache.bz2 share/doc/HTML/fr/kcron/index.docbook share/doc/HTML/fr/kcron/kcron.png @@ -633,267 +112,41 @@ share/doc/HTML/fr/kcron/newtask.png share/doc/HTML/fr/kcron/newvariable.png share/doc/HTML/fr/kcron/print.png -share/doc/HTML/fr/kdebugdialog/common -share/doc/HTML/fr/kdebugdialog/index.cache.bz2 -share/doc/HTML/fr/kdebugdialog/index.docbook -share/doc/HTML/fr/kdepasswd/common -share/doc/HTML/fr/kdepasswd/index.cache.bz2 -share/doc/HTML/fr/kdepasswd/index.docbook -share/doc/HTML/fr/kdepasswd/password.png -share/doc/HTML/fr/kdesu/common -share/doc/HTML/fr/kdesu/index.cache.bz2 -share/doc/HTML/fr/kdesu/index.docbook -share/doc/HTML/fr/kdesu/man-kdesu.1.docbook -share/doc/HTML/fr/kdf/common +share/doc/HTML/fr/kdenlive/Kdenlive-Quickstart-Add-Last-Clip.png +share/doc/HTML/fr/kdenlive/Kdenlive-Quickstart-Add-Transition.png +share/doc/HTML/fr/kdenlive/Kdenlive_Quickstart-Add-Clips.png +share/doc/HTML/fr/kdenlive/Kdenlive_Quickstart-Fadeout.png +share/doc/HTML/fr/kdenlive/Kdenlive_Quickstart-Folder-Structure.png +share/doc/HTML/fr/kdenlive/Kdenlive_Quickstart-Mainwindow.png +share/doc/HTML/fr/kdenlive/Kdenlive_Quickstart-Renderer.png +share/doc/HTML/fr/kdenlive/Kdenlive_Quickstart-Rendering.png +share/doc/HTML/fr/kdenlive/Kdenlive_Quickstart-Save-Project.png +share/doc/HTML/fr/kdenlive/Kdenlive_Quickstart-Timeline-Clips.png +share/doc/HTML/fr/kdenlive/index.cache.bz2 +share/doc/HTML/fr/kdenlive/index.docbook +share/doc/HTML/fr/kdenlive/section 1 - screen 2.png share/doc/HTML/fr/kdf/index.cache.bz2 share/doc/HTML/fr/kdf/index.docbook share/doc/HTML/fr/kdf/kdf.png share/doc/HTML/fr/kdf/kdf_config.png -share/doc/HTML/fr/kdiamond/common share/doc/HTML/fr/kdiamond/index.cache.bz2 share/doc/HTML/fr/kdiamond/index.docbook -share/doc/HTML/fr/kdm/common -share/doc/HTML/fr/kdm/index.cache.bz2 -share/doc/HTML/fr/kdm/index.docbook -share/doc/HTML/fr/kdm/kdmrc-ref.docbook -share/doc/HTML/fr/kdm/theme-ref.docbook -share/doc/HTML/fr/kfilereplace/common -share/doc/HTML/fr/kfilereplace/index.cache.bz2 -share/doc/HTML/fr/kfilereplace/index.docbook -share/doc/HTML/fr/kfind/common share/doc/HTML/fr/kfind/index.cache.bz2 share/doc/HTML/fr/kfind/index.docbook -share/doc/HTML/fr/kfind/man-kfind.1.docbook -share/doc/HTML/fr/kfloppy/common share/doc/HTML/fr/kfloppy/index.cache.bz2 share/doc/HTML/fr/kfloppy/index.docbook -share/doc/HTML/fr/kfontview/common -share/doc/HTML/fr/kfontview/index.cache.bz2 -share/doc/HTML/fr/kfontview/index.docbook -share/doc/HTML/fr/kfontview/kfontview.png -share/doc/HTML/fr/kfourinline/common share/doc/HTML/fr/kfourinline/index.cache.bz2 share/doc/HTML/fr/kfourinline/index.docbook -share/doc/HTML/fr/kgeography/common -share/doc/HTML/fr/kgeography/first-start1.png -share/doc/HTML/fr/kgeography/first-start10.png -share/doc/HTML/fr/kgeography/first-start11.png -share/doc/HTML/fr/kgeography/first-start12.png -share/doc/HTML/fr/kgeography/first-start2.png -share/doc/HTML/fr/kgeography/first-start3.png -share/doc/HTML/fr/kgeography/first-start4.png -share/doc/HTML/fr/kgeography/first-start5.png -share/doc/HTML/fr/kgeography/first-start6.png -share/doc/HTML/fr/kgeography/first-start7.png -share/doc/HTML/fr/kgeography/first-start8.png -share/doc/HTML/fr/kgeography/first-start9.png -share/doc/HTML/fr/kgeography/index.cache.bz2 -share/doc/HTML/fr/kgeography/index.docbook -share/doc/HTML/fr/kgeography/kgeography.png -share/doc/HTML/fr/kgeography/zoom.png -share/doc/HTML/fr/kget/common -share/doc/HTML/fr/kget/index.cache.bz2 -share/doc/HTML/fr/kget/index.docbook -share/doc/HTML/fr/kget/kget1.png -share/doc/HTML/fr/kget/kget2.png -share/doc/HTML/fr/kget/kget3.png -share/doc/HTML/fr/kget/kget4.png -share/doc/HTML/fr/kget/kget5.png -share/doc/HTML/fr/kgoldrunner/common -share/doc/HTML/fr/kgoldrunner/editbar.png -share/doc/HTML/fr/kgoldrunner/index.cache.bz2 -share/doc/HTML/fr/kgoldrunner/index.docbook -share/doc/HTML/fr/kgoldrunner/select.png -share/doc/HTML/fr/kgoldrunner/tute008.png -share/doc/HTML/fr/kgpg/common share/doc/HTML/fr/kgpg/index.cache.bz2 share/doc/HTML/fr/kgpg/index.docbook -share/doc/HTML/fr/khangman/application-exit.png -share/doc/HTML/fr/khangman/common -share/doc/HTML/fr/khangman/document-new.png -share/doc/HTML/fr/khangman/games-hint.png -share/doc/HTML/fr/khangman/getnewstuff.png -share/doc/HTML/fr/khangman/index.cache.bz2 -share/doc/HTML/fr/khangman/index.docbook -share/doc/HTML/fr/khangman/khangman-desert.png -share/doc/HTML/fr/khangman/khangman-main.png -share/doc/HTML/fr/khangman/man-khangman.6.docbook -share/doc/HTML/fr/khangman/settings-general.png -share/doc/HTML/fr/khangman/settings-languages.png -share/doc/HTML/fr/khangman/settings-timers.png -share/doc/HTML/fr/khelpcenter/common -share/doc/HTML/fr/khelpcenter/documentationnotfound/common -share/doc/HTML/fr/khelpcenter/documentationnotfound/index.cache.bz2 -share/doc/HTML/fr/khelpcenter/documentationnotfound/index.docbook -share/doc/HTML/fr/khelpcenter/glossary/common -share/doc/HTML/fr/khelpcenter/glossary/index.cache.bz2 -share/doc/HTML/fr/khelpcenter/glossary/index.docbook -share/doc/HTML/fr/khelpcenter/glossary/kdeprintingglossary.docbook -share/doc/HTML/fr/khelpcenter/index.cache.bz2 -share/doc/HTML/fr/khelpcenter/index.docbook -share/doc/HTML/fr/kig/common -share/doc/HTML/fr/kig/constructed_a_point.png -share/doc/HTML/fr/kig/constructing_a_circle.png -share/doc/HTML/fr/kig/constructing_a_circle_2.png -share/doc/HTML/fr/kig/index.cache.bz2 -share/doc/HTML/fr/kig/index.docbook -share/doc/HTML/fr/kig/man-kig.1.docbook -share/doc/HTML/fr/kig/selecting_objects.png -share/doc/HTML/fr/kigo/common -share/doc/HTML/fr/kigo/get_new_games.png -share/doc/HTML/fr/kigo/hint.png -share/doc/HTML/fr/kigo/index.cache.bz2 -share/doc/HTML/fr/kigo/index.docbook -share/doc/HTML/fr/kigo/play-game.png -share/doc/HTML/fr/kigo/setup-general.png -share/doc/HTML/fr/kigo/setup-theme.png -share/doc/HTML/fr/kigo/start-loaded-game.png -share/doc/HTML/fr/kigo/start-new-game.png -share/doc/HTML/fr/killbots/common share/doc/HTML/fr/killbots/index.cache.bz2 share/doc/HTML/fr/killbots/index.docbook -share/doc/HTML/fr/kimagemapeditor/common -share/doc/HTML/fr/kimagemapeditor/configure.png -share/doc/HTML/fr/kimagemapeditor/index.cache.bz2 -share/doc/HTML/fr/kimagemapeditor/index.docbook -share/doc/HTML/fr/kimagemapeditor/mainwindow.png -share/doc/HTML/fr/kinfocenter/common -share/doc/HTML/fr/kinfocenter/index.cache.bz2 -share/doc/HTML/fr/kinfocenter/index.docbook -share/doc/HTML/fr/kinfocenter/kinfocenter.png -share/doc/HTML/fr/kinfocenter/os_block.png -share/doc/HTML/fr/kinfocenter/pro_block.png -share/doc/HTML/fr/kinfocenter/sto_block.png -share/doc/HTML/fr/kioslave/audiocd/common -share/doc/HTML/fr/kioslave/audiocd/index.cache.bz2 -share/doc/HTML/fr/kioslave/audiocd/index.docbook -share/doc/HTML/fr/kioslave/bookmarks/common -share/doc/HTML/fr/kioslave/bookmarks/index.cache.bz2 -share/doc/HTML/fr/kioslave/bookmarks/index.docbook -share/doc/HTML/fr/kioslave/bzip2/common -share/doc/HTML/fr/kioslave/bzip2/index.cache.bz2 -share/doc/HTML/fr/kioslave/bzip2/index.docbook -share/doc/HTML/fr/kioslave/cgi/common -share/doc/HTML/fr/kioslave/cgi/index.cache.bz2 -share/doc/HTML/fr/kioslave/cgi/index.docbook -share/doc/HTML/fr/kioslave/data/common -share/doc/HTML/fr/kioslave/data/index.cache.bz2 -share/doc/HTML/fr/kioslave/data/index.docbook -share/doc/HTML/fr/kioslave/file/common -share/doc/HTML/fr/kioslave/file/index.cache.bz2 -share/doc/HTML/fr/kioslave/file/index.docbook -share/doc/HTML/fr/kioslave/finger/common -share/doc/HTML/fr/kioslave/finger/index.cache.bz2 -share/doc/HTML/fr/kioslave/finger/index.docbook -share/doc/HTML/fr/kioslave/fish/common -share/doc/HTML/fr/kioslave/fish/index.cache.bz2 -share/doc/HTML/fr/kioslave/fish/index.docbook -share/doc/HTML/fr/kioslave/floppy/common -share/doc/HTML/fr/kioslave/floppy/index.cache.bz2 -share/doc/HTML/fr/kioslave/floppy/index.docbook -share/doc/HTML/fr/kioslave/ftp/common -share/doc/HTML/fr/kioslave/ftp/index.cache.bz2 -share/doc/HTML/fr/kioslave/ftp/index.docbook -share/doc/HTML/fr/kioslave/gzip/common -share/doc/HTML/fr/kioslave/gzip/index.cache.bz2 -share/doc/HTML/fr/kioslave/gzip/index.docbook -share/doc/HTML/fr/kioslave/help/common -share/doc/HTML/fr/kioslave/help/index.cache.bz2 -share/doc/HTML/fr/kioslave/help/index.docbook -share/doc/HTML/fr/kioslave/http/common -share/doc/HTML/fr/kioslave/http/index.cache.bz2 -share/doc/HTML/fr/kioslave/http/index.docbook -share/doc/HTML/fr/kioslave/imap/common -share/doc/HTML/fr/kioslave/imap/index.cache.bz2 -share/doc/HTML/fr/kioslave/imap/index.docbook -share/doc/HTML/fr/kioslave/info/common -share/doc/HTML/fr/kioslave/info/index.cache.bz2 -share/doc/HTML/fr/kioslave/info/index.docbook -share/doc/HTML/fr/kioslave/ldap/common -share/doc/HTML/fr/kioslave/ldap/index.cache.bz2 -share/doc/HTML/fr/kioslave/ldap/index.docbook -share/doc/HTML/fr/kioslave/mailto/common -share/doc/HTML/fr/kioslave/mailto/index.cache.bz2 -share/doc/HTML/fr/kioslave/mailto/index.docbook -share/doc/HTML/fr/kioslave/man/common -share/doc/HTML/fr/kioslave/man/index.cache.bz2 -share/doc/HTML/fr/kioslave/man/index.docbook -share/doc/HTML/fr/kioslave/mbox/common -share/doc/HTML/fr/kioslave/mbox/index.cache.bz2 -share/doc/HTML/fr/kioslave/mbox/index.docbook -share/doc/HTML/fr/kioslave/network/common -share/doc/HTML/fr/kioslave/network/index.cache.bz2 -share/doc/HTML/fr/kioslave/network/index.docbook -share/doc/HTML/fr/kioslave/news/common -share/doc/HTML/fr/kioslave/news/index.cache.bz2 -share/doc/HTML/fr/kioslave/news/index.docbook -share/doc/HTML/fr/kioslave/nfs/common -share/doc/HTML/fr/kioslave/nfs/index.cache.bz2 -share/doc/HTML/fr/kioslave/nfs/index.docbook -share/doc/HTML/fr/kioslave/nntp/common -share/doc/HTML/fr/kioslave/nntp/index.cache.bz2 -share/doc/HTML/fr/kioslave/nntp/index.docbook -share/doc/HTML/fr/kioslave/pop3/common -share/doc/HTML/fr/kioslave/pop3/index.cache.bz2 -share/doc/HTML/fr/kioslave/pop3/index.docbook -share/doc/HTML/fr/kioslave/rlogin/common -share/doc/HTML/fr/kioslave/rlogin/index.cache.bz2 -share/doc/HTML/fr/kioslave/rlogin/index.docbook -share/doc/HTML/fr/kioslave/sftp/common -share/doc/HTML/fr/kioslave/sftp/index.cache.bz2 -share/doc/HTML/fr/kioslave/sftp/index.docbook -share/doc/HTML/fr/kioslave/sieve/common -share/doc/HTML/fr/kioslave/sieve/index.cache.bz2 -share/doc/HTML/fr/kioslave/sieve/index.docbook -share/doc/HTML/fr/kioslave/smb/common -share/doc/HTML/fr/kioslave/smb/index.cache.bz2 -share/doc/HTML/fr/kioslave/smb/index.docbook -share/doc/HTML/fr/kioslave/smtp/common -share/doc/HTML/fr/kioslave/smtp/index.cache.bz2 -share/doc/HTML/fr/kioslave/smtp/index.docbook -share/doc/HTML/fr/kioslave/tar/common -share/doc/HTML/fr/kioslave/tar/index.cache.bz2 -share/doc/HTML/fr/kioslave/tar/index.docbook -share/doc/HTML/fr/kioslave/telnet/common -share/doc/HTML/fr/kioslave/telnet/index.cache.bz2 -share/doc/HTML/fr/kioslave/telnet/index.docbook -share/doc/HTML/fr/kioslave/thumbnail/common -share/doc/HTML/fr/kioslave/thumbnail/index.cache.bz2 -share/doc/HTML/fr/kioslave/thumbnail/index.docbook -share/doc/HTML/fr/kioslave/webdav/common -share/doc/HTML/fr/kioslave/webdav/index.cache.bz2 -share/doc/HTML/fr/kioslave/webdav/index.docbook -share/doc/HTML/fr/kioslave/xz/common -share/doc/HTML/fr/kioslave/xz/index.cache.bz2 -share/doc/HTML/fr/kioslave/xz/index.docbook -share/doc/HTML/fr/kiriki/common +share/doc/HTML/fr/kioslave5/audiocd/index.cache.bz2 +share/doc/HTML/fr/kioslave5/audiocd/index.docbook share/doc/HTML/fr/kiriki/index.cache.bz2 share/doc/HTML/fr/kiriki/index.docbook -share/doc/HTML/fr/kiten/common -share/doc/HTML/fr/kiten/index.cache.bz2 -share/doc/HTML/fr/kiten/index.docbook -share/doc/HTML/fr/kjots/common -share/doc/HTML/fr/kjots/index.cache.bz2 -share/doc/HTML/fr/kjots/index.docbook -share/doc/HTML/fr/kjumpingcube/common share/doc/HTML/fr/kjumpingcube/index.cache.bz2 share/doc/HTML/fr/kjumpingcube/index.docbook -share/doc/HTML/fr/kleopatra/common -share/doc/HTML/fr/kleopatra/index.cache.bz2 -share/doc/HTML/fr/kleopatra/index.docbook -share/doc/HTML/fr/klettres/common -share/doc/HTML/fr/klettres/index.cache.bz2 -share/doc/HTML/fr/klettres/index.docbook -share/doc/HTML/fr/klettres/klettres-newstuff.png -share/doc/HTML/fr/klettres/klettres-newstuff1.png -share/doc/HTML/fr/klettres/klettres-newstuff2.png -share/doc/HTML/fr/klettres/klettres1.png -share/doc/HTML/fr/klettres/klettres2.png -share/doc/HTML/fr/klettres/klettres3.png -share/doc/HTML/fr/klettres/klettres4.png -share/doc/HTML/fr/klettres/klettres5.png -share/doc/HTML/fr/klettres/klettres6.png -share/doc/HTML/fr/klickety/common share/doc/HTML/fr/klickety/config-background.png share/doc/HTML/fr/klickety/config-customgame.png share/doc/HTML/fr/klickety/config-general.png @@ -905,21 +158,6 @@ share/doc/HTML/fr/klickety/ksamemode.png share/doc/HTML/fr/klickety/numbered.png share/doc/HTML/fr/klickety/shortcuts.png -share/doc/HTML/fr/klines/common -share/doc/HTML/fr/klines/index.cache.bz2 -share/doc/HTML/fr/klines/index.docbook -share/doc/HTML/fr/klinkstatus/common -share/doc/HTML/fr/klinkstatus/index.cache.bz2 -share/doc/HTML/fr/klinkstatus/index.docbook -share/doc/HTML/fr/klipper/common -share/doc/HTML/fr/klipper/index.cache.bz2 -share/doc/HTML/fr/klipper/index.docbook -share/doc/HTML/fr/kmag/common -share/doc/HTML/fr/kmag/index.cache.bz2 -share/doc/HTML/fr/kmag/index.docbook -share/doc/HTML/fr/kmag/man-kmag.1.docbook -share/doc/HTML/fr/kmag/screenshot.png -share/doc/HTML/fr/kmahjongg/common share/doc/HTML/fr/kmahjongg/config.png share/doc/HTML/fr/kmahjongg/config_background.png share/doc/HTML/fr/kmahjongg/config_layout.png @@ -930,49 +168,11 @@ share/doc/HTML/fr/kmahjongg/index.docbook share/doc/HTML/fr/kmahjongg/numbered.png share/doc/HTML/fr/kmahjongg/shortcuts.png -share/doc/HTML/fr/kmail/common -share/doc/HTML/fr/kmail/configure.docbook -share/doc/HTML/fr/kmail/credits-and-licenses.docbook -share/doc/HTML/fr/kmail/faq.docbook -share/doc/HTML/fr/kmail/getting-started.docbook -share/doc/HTML/fr/kmail/importing.docbook -share/doc/HTML/fr/kmail/index.cache.bz2 -share/doc/HTML/fr/kmail/index.docbook -share/doc/HTML/fr/kmail/intro.docbook -share/doc/HTML/fr/kmail/menus.docbook -share/doc/HTML/fr/kmail/troubleshooting.docbook -share/doc/HTML/fr/kmail/using-kmail.docbook -share/doc/HTML/fr/kmenuedit/common -share/doc/HTML/fr/kmenuedit/done.png -share/doc/HTML/fr/kmenuedit/index.cache.bz2 -share/doc/HTML/fr/kmenuedit/index.docbook -share/doc/HTML/fr/kmenuedit/itemname.png -share/doc/HTML/fr/kmenuedit/new.png -share/doc/HTML/fr/kmenuedit/selecticon.png -share/doc/HTML/fr/kmenuedit/selectinternet.png -share/doc/HTML/fr/kmines/common share/doc/HTML/fr/kmines/index.cache.bz2 share/doc/HTML/fr/kmines/index.docbook share/doc/HTML/fr/kmines/kmines1.png share/doc/HTML/fr/kmines/kmines2.png -share/doc/HTML/fr/kmix/common -share/doc/HTML/fr/kmix/index.cache.bz2 -share/doc/HTML/fr/kmix/index.docbook -share/doc/HTML/fr/kmousetool/common -share/doc/HTML/fr/kmousetool/index.cache.bz2 -share/doc/HTML/fr/kmousetool/index.docbook -share/doc/HTML/fr/kmousetool/man-kmousetool.1.docbook -share/doc/HTML/fr/kmouth/common -share/doc/HTML/fr/kmouth/index.cache.bz2 -share/doc/HTML/fr/kmouth/index.docbook -share/doc/HTML/fr/kmouth/kmouthcpref.png -share/doc/HTML/fr/kmouth/kmouthctts.png -share/doc/HTML/fr/kmouth/kmouthedit.png -share/doc/HTML/fr/kmouth/kmouthmain.png -share/doc/HTML/fr/kmouth/kmouthwizard.png -share/doc/HTML/fr/kmouth/man-kmouth.1.docbook share/doc/HTML/fr/kmplot/commands.docbook -share/doc/HTML/fr/kmplot/common share/doc/HTML/fr/kmplot/configuration.docbook share/doc/HTML/fr/kmplot/credits.docbook share/doc/HTML/fr/kmplot/dcop.docbook @@ -983,7 +183,6 @@ share/doc/HTML/fr/kmplot/install.docbook share/doc/HTML/fr/kmplot/introduction.docbook share/doc/HTML/fr/kmplot/main.png -share/doc/HTML/fr/kmplot/man-kmplot.1.docbook share/doc/HTML/fr/kmplot/popup.png share/doc/HTML/fr/kmplot/reference.docbook share/doc/HTML/fr/kmplot/settings-colors.png @@ -994,110 +193,19 @@ share/doc/HTML/fr/kmplot/settings-general.png share/doc/HTML/fr/kmplot/settings-graphing.png share/doc/HTML/fr/kmplot/using.docbook -share/doc/HTML/fr/knavalbattle/common share/doc/HTML/fr/knavalbattle/index.cache.bz2 share/doc/HTML/fr/knavalbattle/index.docbook -share/doc/HTML/fr/knetattach/common -share/doc/HTML/fr/knetattach/index.cache.bz2 -share/doc/HTML/fr/knetattach/index.docbook -share/doc/HTML/fr/knetattach/screenshot.png -share/doc/HTML/fr/knetattach/screenshot1.png -share/doc/HTML/fr/knetattach/screenshot2.png -share/doc/HTML/fr/knetattach/screenshot3.png -share/doc/HTML/fr/knetattach/screenshot4.png -share/doc/HTML/fr/knetwalk/common share/doc/HTML/fr/knetwalk/index.cache.bz2 share/doc/HTML/fr/knetwalk/index.docbook -share/doc/HTML/fr/knode/commands.docbook -share/doc/HTML/fr/knode/common -share/doc/HTML/fr/knode/credits.docbook -share/doc/HTML/fr/knode/eyes.png -share/doc/HTML/fr/knode/faq.docbook -share/doc/HTML/fr/knode/gloss.docbook -share/doc/HTML/fr/knode/greyball.png -share/doc/HTML/fr/knode/greyballchk.png -share/doc/HTML/fr/knode/index.cache.bz2 -share/doc/HTML/fr/knode/index.docbook -share/doc/HTML/fr/knode/install.docbook -share/doc/HTML/fr/knode/introduction.docbook -share/doc/HTML/fr/knode/journey.docbook -share/doc/HTML/fr/knode/knode-cleanup.png -share/doc/HTML/fr/knode/knode-colors-fonts.png -share/doc/HTML/fr/knode/knode-composer-attachments.png -share/doc/HTML/fr/knode/knode-composer-settings.png -share/doc/HTML/fr/knode/knode-edit-filter.png -share/doc/HTML/fr/knode/knode-edit-header1.png -share/doc/HTML/fr/knode/knode-edit-header2.png -share/doc/HTML/fr/knode/knode-filters.png -share/doc/HTML/fr/knode/knode-followup.png -share/doc/HTML/fr/knode/knode-header-settings.png -share/doc/HTML/fr/knode/knode-identity.png -share/doc/HTML/fr/knode/knode-mail-account.png -share/doc/HTML/fr/knode/knode-new-article.png -share/doc/HTML/fr/knode/knode-news-account.png -share/doc/HTML/fr/knode/knode-post-settings.png -share/doc/HTML/fr/knode/knode-read-news-settings.png -share/doc/HTML/fr/knode/knode-reply.png -share/doc/HTML/fr/knode/knode-rule-editor.png -share/doc/HTML/fr/knode/knode-search.png -share/doc/HTML/fr/knode/knode-start.png -share/doc/HTML/fr/knode/knode-subscribe.png -share/doc/HTML/fr/knode/knode-views.png -share/doc/HTML/fr/knode/more.docbook -share/doc/HTML/fr/knode/newsubs.png -share/doc/HTML/fr/knode/redball.png -share/doc/HTML/fr/knode/redballchk.png -share/doc/HTML/fr/knode/using-firststart.docbook -share/doc/HTML/fr/knode/using-morefeatures.docbook -share/doc/HTML/fr/knode/using-subscribing.docbook -share/doc/HTML/fr/knotes/common -share/doc/HTML/fr/knotes/index.cache.bz2 -share/doc/HTML/fr/knotes/index.docbook -share/doc/HTML/fr/kolf/common -share/doc/HTML/fr/kolf/index.cache.bz2 -share/doc/HTML/fr/kolf/index.docbook -share/doc/HTML/fr/kollision/common share/doc/HTML/fr/kollision/index.cache.bz2 share/doc/HTML/fr/kollision/index.docbook -share/doc/HTML/fr/kolourpaint/common share/doc/HTML/fr/kolourpaint/index.cache.bz2 share/doc/HTML/fr/kolourpaint/index.docbook -share/doc/HTML/fr/kommander/basics.docbook -share/doc/HTML/fr/kommander/commands.docbook -share/doc/HTML/fr/kommander/common -share/doc/HTML/fr/kommander/credits.docbook -share/doc/HTML/fr/kommander/dcop.docbook -share/doc/HTML/fr/kommander/done.png -share/doc/HTML/fr/kommander/editor.docbook -share/doc/HTML/fr/kommander/extending.docbook -share/doc/HTML/fr/kommander/glossary.docbook -share/doc/HTML/fr/kommander/index.cache.bz2 -share/doc/HTML/fr/kommander/index.docbook -share/doc/HTML/fr/kommander/installation.docbook -share/doc/HTML/fr/kommander/introduction.docbook -share/doc/HTML/fr/kommander/itemname.png -share/doc/HTML/fr/kommander/new.png -share/doc/HTML/fr/kommander/q-and-a.docbook -share/doc/HTML/fr/kommander/selecticon.png -share/doc/HTML/fr/kommander/selectinternet.png -share/doc/HTML/fr/kommander/specials.docbook -share/doc/HTML/fr/kommander/tutorials.docbook -share/doc/HTML/fr/kommander/widgets.docbook -share/doc/HTML/fr/kompare/common -share/doc/HTML/fr/kompare/index.cache.bz2 -share/doc/HTML/fr/kompare/index.docbook -share/doc/HTML/fr/kompare/settings-diff1.png -share/doc/HTML/fr/kompare/settings-diff2.png -share/doc/HTML/fr/kompare/settings-diff3.png -share/doc/HTML/fr/kompare/settings-diff4.png -share/doc/HTML/fr/kompare/settings-view1.png -share/doc/HTML/fr/kompare/settings-view2.png share/doc/HTML/fr/konqueror/basics.docbook share/doc/HTML/fr/konqueror/bookmarks.docbook share/doc/HTML/fr/konqueror/browser.docbook share/doc/HTML/fr/konqueror/cmndline.png share/doc/HTML/fr/konqueror/commands.docbook -share/doc/HTML/fr/konqueror/common share/doc/HTML/fr/konqueror/config.docbook share/doc/HTML/fr/konqueror/credits.docbook share/doc/HTML/fr/konqueror/dirtree.png @@ -1108,7 +216,6 @@ share/doc/HTML/fr/konqueror/index.docbook share/doc/HTML/fr/konqueror/introduction.docbook share/doc/HTML/fr/konqueror/konqorg.png -share/doc/HTML/fr/konqueror/man-kbookmarkmerger.1.docbook share/doc/HTML/fr/konqueror/parts.png share/doc/HTML/fr/konqueror/path-complete.docbook share/doc/HTML/fr/konqueror/plugins.docbook @@ -1117,95 +224,15 @@ share/doc/HTML/fr/konqueror/shortcut2.png share/doc/HTML/fr/konqueror/sidebar.docbook share/doc/HTML/fr/konqueror/view-extensions.docbook -share/doc/HTML/fr/konquest/common -share/doc/HTML/fr/konquest/index.cache.bz2 -share/doc/HTML/fr/konquest/index.docbook -share/doc/HTML/fr/konsole/common -share/doc/HTML/fr/konsole/index.cache.bz2 -share/doc/HTML/fr/konsole/index.docbook -share/doc/HTML/fr/konsole/konsole.png -share/doc/HTML/fr/konsole/tabbar.png -share/doc/HTML/fr/konsolekalendar/common -share/doc/HTML/fr/konsolekalendar/index.cache.bz2 -share/doc/HTML/fr/konsolekalendar/index.docbook -share/doc/HTML/fr/kontact-admin/common -share/doc/HTML/fr/kontact-admin/index.cache.bz2 -share/doc/HTML/fr/kontact-admin/index.docbook -share/doc/HTML/fr/kontact/calendar-sidebar-icon.png -share/doc/HTML/fr/kontact/common -share/doc/HTML/fr/kontact/configuration-main.png -share/doc/HTML/fr/kontact/configuration-shortcuts.png -share/doc/HTML/fr/kontact/configuration-starting-component.png -share/doc/HTML/fr/kontact/index.cache.bz2 -share/doc/HTML/fr/kontact/index.docbook -share/doc/HTML/fr/kontact/kaddressbook-sidebar-icon.png -share/doc/HTML/fr/kontact/main-view.png -share/doc/HTML/fr/kontact/menu-bar-kmail.png -share/doc/HTML/fr/kontact/menu-bar-korganizer.png -share/doc/HTML/fr/kontact/menu-bar-summary.png -share/doc/HTML/fr/kontact/navigator-bar-kontact.png -share/doc/HTML/fr/kontact/new-menu.png -share/doc/HTML/fr/kontact/settings-menu-kmail.png -share/doc/HTML/fr/kontact/side-pane.png -share/doc/HTML/fr/kontact/summary-selection.png -share/doc/HTML/fr/kontact/summary-view-calendar.png -share/doc/HTML/fr/kontact/summary-view-mail.png -share/doc/HTML/fr/kontact/summary-view-notes.png -share/doc/HTML/fr/kontact/summary-view-repositioning.png -share/doc/HTML/fr/kontact/summary-view-special-dates.png -share/doc/HTML/fr/kontact/summary-view-todos.png -share/doc/HTML/fr/kontact/summary-view.png -share/doc/HTML/fr/kontact/todo-list-sidebar-icon.png -share/doc/HTML/fr/kopete/chatstyle.docbook -share/doc/HTML/fr/kopete/common -share/doc/HTML/fr/kopete/icq.docbook -share/doc/HTML/fr/kopete/index.cache.bz2 -share/doc/HTML/fr/kopete/index.docbook -share/doc/HTML/fr/kopete/menus.docbook -share/doc/HTML/fr/kopete/otr-auth-1.png -share/doc/HTML/fr/kopete/pipes.docbook -share/doc/HTML/fr/korganizer/common -share/doc/HTML/fr/korganizer/index.cache.bz2 -share/doc/HTML/fr/korganizer/index.docbook share/doc/HTML/fr/kpat/clubs.png -share/doc/HTML/fr/kpat/common share/doc/HTML/fr/kpat/diamonds.png share/doc/HTML/fr/kpat/hearts.png share/doc/HTML/fr/kpat/index.cache.bz2 share/doc/HTML/fr/kpat/index.docbook share/doc/HTML/fr/kpat/playfield.png share/doc/HTML/fr/kpat/spades.png -share/doc/HTML/fr/kppp/accounting.docbook -share/doc/HTML/fr/kppp/callback.docbook -share/doc/HTML/fr/kppp/chap.docbook -share/doc/HTML/fr/kppp/common -share/doc/HTML/fr/kppp/dialog-setup.docbook -share/doc/HTML/fr/kppp/getting-online.docbook -share/doc/HTML/fr/kppp/global-settings.docbook -share/doc/HTML/fr/kppp/hayes.docbook -share/doc/HTML/fr/kppp/index.cache.bz2 -share/doc/HTML/fr/kppp/index.docbook -share/doc/HTML/fr/kppp/kppp-account-accounting-tab.png -share/doc/HTML/fr/kppp/kppp-account-dial-tab.png -share/doc/HTML/fr/kppp/kppp-account-dns-tab.png -share/doc/HTML/fr/kppp/kppp-account-execute-tab.png -share/doc/HTML/fr/kppp/kppp-account-gateway-tab.png -share/doc/HTML/fr/kppp/kppp-account-ip-tab.png -share/doc/HTML/fr/kppp/kppp-account-login-script-tab.png -share/doc/HTML/fr/kppp/kppp-config.png -share/doc/HTML/fr/kppp/kppp-device-tab.png -share/doc/HTML/fr/kppp/kppp-dialler-tab.png -share/doc/HTML/fr/kppp/kppp-faq.docbook -share/doc/HTML/fr/kppp/kppp-graph-tab.png -share/doc/HTML/fr/kppp/kppp-misc-tab.png -share/doc/HTML/fr/kppp/kppp-modem-tab.png -share/doc/HTML/fr/kppp/kppp-wizard.png -share/doc/HTML/fr/kppp/security.docbook -share/doc/HTML/fr/kppp/tricks.docbook -share/doc/HTML/fr/kppp/wizard.docbook share/doc/HTML/fr/krdc/address_input.png share/doc/HTML/fr/krdc/bookmarks_menu.png -share/doc/HTML/fr/krdc/common share/doc/HTML/fr/krdc/general_preferences.png share/doc/HTML/fr/krdc/index.cache.bz2 share/doc/HTML/fr/krdc/index.docbook @@ -1213,11 +240,6 @@ share/doc/HTML/fr/krdc/rdp_preferences.png share/doc/HTML/fr/krdc/vnc_host_configuration.png share/doc/HTML/fr/krdc/vnc_preferences.png -share/doc/HTML/fr/kreversi/common -share/doc/HTML/fr/kreversi/index.cache.bz2 -share/doc/HTML/fr/kreversi/index.docbook -share/doc/HTML/fr/kreversi/kreversi1.png -share/doc/HTML/fr/krfb/common share/doc/HTML/fr/krfb/configuration_network.png share/doc/HTML/fr/krfb/configuration_security.png share/doc/HTML/fr/krfb/connection.png @@ -1226,99 +248,28 @@ share/doc/HTML/fr/krfb/index.docbook share/doc/HTML/fr/krfb/personal_invitation.png share/doc/HTML/fr/krfb/screenshot.png -share/doc/HTML/fr/kruler/common -share/doc/HTML/fr/kruler/index.cache.bz2 -share/doc/HTML/fr/kruler/index.docbook -share/doc/HTML/fr/kshisen/common share/doc/HTML/fr/kshisen/index.cache.bz2 share/doc/HTML/fr/kshisen/index.docbook share/doc/HTML/fr/kshisen/kshisen-configuration.png share/doc/HTML/fr/kshisen/score-formula.png -share/doc/HTML/fr/ksirk/common -share/doc/HTML/fr/ksirk/index.cache.bz2 -share/doc/HTML/fr/ksirk/index.docbook -share/doc/HTML/fr/ksnapshot/common -share/doc/HTML/fr/ksnapshot/index.cache.bz2 -share/doc/HTML/fr/ksnapshot/index.docbook -share/doc/HTML/fr/ksnapshot/preview.png -share/doc/HTML/fr/ksnapshot/window.png -share/doc/HTML/fr/kspaceduel/common -share/doc/HTML/fr/kspaceduel/index.cache.bz2 -share/doc/HTML/fr/kspaceduel/index.docbook -share/doc/HTML/fr/kspaceduel/kspaceduel1.png -share/doc/HTML/fr/kspaceduel/kspaceduel2.png -share/doc/HTML/fr/kspaceduel/kspaceduel3.png -share/doc/HTML/fr/ksquares/common share/doc/HTML/fr/ksquares/index.cache.bz2 share/doc/HTML/fr/ksquares/index.docbook -share/doc/HTML/fr/ksudoku/common -share/doc/HTML/fr/ksudoku/index.cache.bz2 -share/doc/HTML/fr/ksudoku/index.docbook -share/doc/HTML/fr/ksysguard/common -share/doc/HTML/fr/ksysguard/index.cache.bz2 -share/doc/HTML/fr/ksysguard/index.docbook -share/doc/HTML/fr/ksystemlog/common share/doc/HTML/fr/ksystemlog/filter-process.png share/doc/HTML/fr/ksystemlog/first-opening.png share/doc/HTML/fr/ksystemlog/index.cache.bz2 share/doc/HTML/fr/ksystemlog/index.docbook share/doc/HTML/fr/ksystemlog/main-screen.png -share/doc/HTML/fr/kteatime/common -share/doc/HTML/fr/kteatime/config.png -share/doc/HTML/fr/kteatime/index.cache.bz2 -share/doc/HTML/fr/kteatime/index.docbook -share/doc/HTML/fr/ktimer/common -share/doc/HTML/fr/ktimer/index.cache.bz2 -share/doc/HTML/fr/ktimer/index.docbook -share/doc/HTML/fr/ktimetracker/common -share/doc/HTML/fr/ktimetracker/cvsexport.png -share/doc/HTML/fr/ktimetracker/idle-detect.png -share/doc/HTML/fr/ktimetracker/index.cache.bz2 -share/doc/HTML/fr/ktimetracker/index.docbook -share/doc/HTML/fr/ktimetracker/ktimetracker.png share/doc/HTML/fr/ktouch/color_options.png -share/doc/HTML/fr/ktouch/common share/doc/HTML/fr/ktouch/general_options.png share/doc/HTML/fr/ktouch/index.cache.bz2 share/doc/HTML/fr/ktouch/index.docbook share/doc/HTML/fr/ktouch/keyboard_options.png share/doc/HTML/fr/ktouch/main_screen_default_color.png share/doc/HTML/fr/ktouch/main_window_german.png -share/doc/HTML/fr/ktouch/man-ktouch.1.docbook share/doc/HTML/fr/ktouch/sound_options.png share/doc/HTML/fr/ktouch/statistics_dialog.png share/doc/HTML/fr/ktouch/statistics_dialog_chart.png share/doc/HTML/fr/ktouch/training_options.png -share/doc/HTML/fr/ktron/common -share/doc/HTML/fr/ktron/index.cache.bz2 -share/doc/HTML/fr/ktron/index.docbook -share/doc/HTML/fr/ktron/settings-general.png -share/doc/HTML/fr/ktron/settings-theme.png -share/doc/HTML/fr/ktuberling/button-new.png -share/doc/HTML/fr/ktuberling/button-open.png -share/doc/HTML/fr/ktuberling/button-print.png -share/doc/HTML/fr/ktuberling/button-redo.png -share/doc/HTML/fr/ktuberling/button-save.png -share/doc/HTML/fr/ktuberling/button-undo.png -share/doc/HTML/fr/ktuberling/common -share/doc/HTML/fr/ktuberling/gameboard.png -share/doc/HTML/fr/ktuberling/index.cache.bz2 -share/doc/HTML/fr/ktuberling/index.docbook -share/doc/HTML/fr/ktuberling/menu-edit.png -share/doc/HTML/fr/ktuberling/menu-game.png -share/doc/HTML/fr/ktuberling/menu-help.png -share/doc/HTML/fr/ktuberling/menu-settings.png -share/doc/HTML/fr/ktuberling/menu.edit.png -share/doc/HTML/fr/ktuberling/menu.file.png -share/doc/HTML/fr/ktuberling/menu.game.png -share/doc/HTML/fr/ktuberling/menu.help.png -share/doc/HTML/fr/ktuberling/menu.option.png -share/doc/HTML/fr/ktuberling/menu.playground.png -share/doc/HTML/fr/ktuberling/menu.raw.png -share/doc/HTML/fr/ktuberling/menu.speech.png -share/doc/HTML/fr/ktuberling/technical-reference.docbook -share/doc/HTML/fr/ktuberling/toolbar.png -share/doc/HTML/fr/kturtle/common share/doc/HTML/fr/kturtle/forward.png share/doc/HTML/fr/kturtle/getting-started.docbook share/doc/HTML/fr/kturtle/glossary.docbook @@ -1329,48 +280,6 @@ share/doc/HTML/fr/kturtle/programming-reference.docbook share/doc/HTML/fr/kturtle/translator-guide.docbook share/doc/HTML/fr/kturtle/using-kturtle.docbook -share/doc/HTML/fr/kubrick/common -share/doc/HTML/fr/kubrick/index.cache.bz2 -share/doc/HTML/fr/kubrick/index.docbook -share/doc/HTML/fr/kuser/common -share/doc/HTML/fr/kuser/index.cache.bz2 -share/doc/HTML/fr/kuser/index.docbook -share/doc/HTML/fr/kuser/kuser.png -share/doc/HTML/fr/kwalletmanager/common -share/doc/HTML/fr/kwalletmanager/index.cache.bz2 -share/doc/HTML/fr/kwalletmanager/index.docbook -share/doc/HTML/fr/kwordquiz/common -share/doc/HTML/fr/kwordquiz/index.cache.bz2 -share/doc/HTML/fr/kwordquiz/index.docbook -share/doc/HTML/fr/kwordquiz/kwg-dlg-print-flashcard.png -share/doc/HTML/fr/kwordquiz/kwg-dlg-print-list.png -share/doc/HTML/fr/kwordquiz/kwordquiz-icon.png -share/doc/HTML/fr/kwordquiz/kwq-dlg-characters.png -share/doc/HTML/fr/kwordquiz/kwq-dlg-configure-appearance.png -share/doc/HTML/fr/kwordquiz/kwq-dlg-configure-characters.png -share/doc/HTML/fr/kwordquiz/kwq-dlg-configure-editor.png -share/doc/HTML/fr/kwordquiz/kwq-dlg-configure-general.png -share/doc/HTML/fr/kwordquiz/kwq-dlg-configure-quiz.png -share/doc/HTML/fr/kwordquiz/kwq-dlg-languages.png -share/doc/HTML/fr/kwordquiz/kwq-dlg-print-exam.png -share/doc/HTML/fr/kwordquiz/kwq-dlg-print-type.png -share/doc/HTML/fr/kwordquiz/kwq-editor.png -share/doc/HTML/fr/kwordquiz/kwq-flashcard.png -share/doc/HTML/fr/kwordquiz/kwq-multiple.png -share/doc/HTML/fr/kwordquiz/kwq-qanda.png -share/doc/HTML/fr/kwordquiz/kwq-tutor-popup-minimalistic.png -share/doc/HTML/fr/kwordquiz/kwq-tutor-popup-native.png -share/doc/HTML/fr/kwordquiz/kwq-tutor-settings.png -share/doc/HTML/fr/kwordquiz/kwq-tutor-shortcuts.png -share/doc/HTML/fr/kwordquiz/kwq-tutor-welcome.png -share/doc/HTML/fr/lokalize/common -share/doc/HTML/fr/lokalize/index.cache.bz2 -share/doc/HTML/fr/lokalize/index.docbook -share/doc/HTML/fr/lskat/common -share/doc/HTML/fr/lskat/index.cache.bz2 -share/doc/HTML/fr/lskat/index.docbook -share/doc/HTML/fr/lskat/lskat_screen_01.png -share/doc/HTML/fr/marble/common share/doc/HTML/fr/marble/configure-cacheproxy.png share/doc/HTML/fr/marble/configure-navigation.png share/doc/HTML/fr/marble/configure-plugins.png @@ -1394,7 +303,6 @@ share/doc/HTML/fr/okular/annotation-properties.png share/doc/HTML/fr/okular/annotations.png share/doc/HTML/fr/okular/bookmark-management.png -share/doc/HTML/fr/okular/common share/doc/HTML/fr/okular/configure-annotations.png share/doc/HTML/fr/okular/configure-backends.png share/doc/HTML/fr/okular/configure-editor.png @@ -1403,109 +311,25 @@ share/doc/HTML/fr/okular/index.cache.bz2 share/doc/HTML/fr/okular/index.docbook share/doc/HTML/fr/okular/mainwindow.png -share/doc/HTML/fr/okular/man-okular.1.docbook share/doc/HTML/fr/okular/presentation.png -share/doc/HTML/fr/onlinehelp/common -share/doc/HTML/fr/onlinehelp/index.cache.bz2 -share/doc/HTML/fr/onlinehelp/index.docbook -share/doc/HTML/fr/palapeli/common -share/doc/HTML/fr/palapeli/index.cache.bz2 -share/doc/HTML/fr/palapeli/index.docbook -share/doc/HTML/fr/palapeli/puzzletable1.png -share/doc/HTML/fr/parley/Configure_blocking.png -share/doc/HTML/fr/parley/Configure_practice.png -share/doc/HTML/fr/parley/Configure_practice_conjugation.png -share/doc/HTML/fr/parley/Folder_with_sound_and_pictures.png -share/doc/HTML/fr/parley/Parley_articles_and_gender_0-9-4_001.png -share/doc/HTML/fr/parley/Parley_articles_and_gender_0-9-4_002.png -share/doc/HTML/fr/parley/Parley_articles_and_gender_0-9-4_003.png -share/doc/HTML/fr/parley/Parley_comparison_eng-deu_0-9-4_002.png -share/doc/HTML/fr/parley/Parley_comparison_eng-deu_0-9-4_003.png -share/doc/HTML/fr/parley/Parley_configure_advanced.png -share/doc/HTML/fr/parley/Parley_configure_parley_0-9-4_001.png -share/doc/HTML/fr/parley/Parley_configure_parley_0-9-4_002.png -share/doc/HTML/fr/parley/Parley_configure_parley_0-9-4_003.png -share/doc/HTML/fr/parley/Parley_configure_parley_0-9-4_004.png -share/doc/HTML/fr/parley/Parley_configure_thresholds.png -share/doc/HTML/fr/parley/Parley_create_new_exercise_collective_names1.png -share/doc/HTML/fr/parley/Parley_create_new_exercise_collective_names10.png -share/doc/HTML/fr/parley/Parley_create_new_exercise_collective_names4.png -share/doc/HTML/fr/parley/Parley_create_new_exercise_collective_names5.png -share/doc/HTML/fr/parley/Parley_create_new_exercise_collective_names7.png -share/doc/HTML/fr/parley/Parley_create_new_exercise_collective_names8.png -share/doc/HTML/fr/parley/Parley_document_properties.png -share/doc/HTML/fr/parley/Parley_edit_comparison_form_1.png -share/doc/HTML/fr/parley/Parley_edit_comparison_form_2.png -share/doc/HTML/fr/parley/Parley_edit_comparison_form_3.png -share/doc/HTML/fr/parley/Parley_edit_conjugation_1.png -share/doc/HTML/fr/parley/Parley_edit_conjugation_2.png -share/doc/HTML/fr/parley/Parley_edit_main.png -share/doc/HTML/fr/parley/Parley_file_select_dialog_0-9-4.png -share/doc/HTML/fr/parley/Parley_get_new_stuff_0-9-4_001.png -share/doc/HTML/fr/parley/Parley_initial_screen_0-9-4.png -share/doc/HTML/fr/parley/Parley_mixed_letters_0-9-4_001.png -share/doc/HTML/fr/parley/Parley_mixed_letters_0-9-4_002.png -share/doc/HTML/fr/parley/Parley_mixed_letters_0-9-4_003.png -share/doc/HTML/fr/parley/Parley_mixed_letters_0-9-4_004.png -share/doc/HTML/fr/parley/Parley_multiple_choice_0-9-4_001.png -share/doc/HTML/fr/parley/Parley_multiple_choice_0-9-4_002.png -share/doc/HTML/fr/parley/Parley_multiple_choice_0-9-4_003.png -share/doc/HTML/fr/parley/Parley_new_document_lang_articles.png -share/doc/HTML/fr/parley/Parley_new_document_lang_general.png -share/doc/HTML/fr/parley/Parley_new_document_lang_personalpronouns.png -share/doc/HTML/fr/parley/Parley_new_document_lang_tenses.png -share/doc/HTML/fr/parley/Parley_new_lesson1.png -share/doc/HTML/fr/parley/Parley_new_lesson2.png -share/doc/HTML/fr/parley/Parley_practice_bees.png -share/doc/HTML/fr/parley/Parley_practice_conjugation.png -share/doc/HTML/fr/parley/Parley_practice_fluffy.png -share/doc/HTML/fr/parley/Parley_practice_grey_flash.png -share/doc/HTML/fr/parley/Parley_practice_grey_flash_solution.png -share/doc/HTML/fr/parley/Parley_practice_grey_written.png -share/doc/HTML/fr/parley/Parley_practice_grey_written_right.png -share/doc/HTML/fr/parley/Parley_practice_grey_written_wrong.png -share/doc/HTML/fr/parley/Parley_practice_icon_right.png -share/doc/HTML/fr/parley/Parley_practice_icon_wrong.png -share/doc/HTML/fr/parley/Parley_practice_summary.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_001.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_002.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_003.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_004.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_005.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_006.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_007.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_008.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_009.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_010.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_011.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_012.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_013.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_014.png -share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_015.png -share/doc/HTML/fr/parley/Parley_welcome_screen.png -share/doc/HTML/fr/parley/common -share/doc/HTML/fr/parley/index.cache.bz2 -share/doc/HTML/fr/parley/index.docbook -share/doc/HTML/fr/picmi/common share/doc/HTML/fr/picmi/index.cache.bz2 share/doc/HTML/fr/picmi/index.docbook -share/doc/HTML/fr/plasma-desktop/common -share/doc/HTML/fr/plasma-desktop/index.cache.bz2 -share/doc/HTML/fr/plasma-desktop/index.docbook -share/doc/HTML/fr/sonnet/common -share/doc/HTML/fr/sonnet/index.cache.bz2 -share/doc/HTML/fr/sonnet/index.docbook -share/doc/HTML/fr/step/common -share/doc/HTML/fr/step/examples.docbook -share/doc/HTML/fr/step/index.cache.bz2 -share/doc/HTML/fr/step/index.docbook -share/doc/HTML/fr/step/tutorials.docbook -share/doc/HTML/fr/sweeper/common -share/doc/HTML/fr/sweeper/index.cache.bz2 -share/doc/HTML/fr/sweeper/index.docbook -share/doc/HTML/fr/systemsettings/common -share/doc/HTML/fr/systemsettings/index.cache.bz2 -share/doc/HTML/fr/systemsettings/index.docbook +share/khangman/fr.txt +share/kstars/fr/info_url.dat +share/ktuberling/sounds/fr.soundtheme +share/ktuberling/sounds/fr/bouche.wav +share/ktuberling/sounds/fr/boucle-d-oreille.wav +share/ktuberling/sounds/fr/chapeau.wav +share/ktuberling/sounds/fr/cheveux.wav +share/ktuberling/sounds/fr/cravate.wav +share/ktuberling/sounds/fr/lunettes-de-soleil.wav +share/ktuberling/sounds/fr/lunettes.wav +share/ktuberling/sounds/fr/moustache.wav +share/ktuberling/sounds/fr/nez.wav +share/ktuberling/sounds/fr/noeud-papillon.wav +share/ktuberling/sounds/fr/oeil.wav +share/ktuberling/sounds/fr/oreille.wav +share/ktuberling/sounds/fr/sourcil.wav share/locale/fr/LC_MESSAGES/accountwizard.mo share/locale/fr/LC_MESSAGES/accountwizard_contacts.mo share/locale/fr/LC_MESSAGES/accountwizard_ical.mo @@ -1517,7 +341,6 @@ share/locale/fr/LC_MESSAGES/accountwizard_tine20.mo share/locale/fr/LC_MESSAGES/accountwizard_vcard.mo share/locale/fr/LC_MESSAGES/accountwizard_vcarddir.mo -share/locale/fr/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/fr/LC_MESSAGES/adblock.mo share/locale/fr/LC_MESSAGES/akonadi-filestore.mo share/locale/fr/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -1525,7 +348,6 @@ share/locale/fr/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/fr/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/fr/LC_MESSAGES/akonadi_davgroupware_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_facebook_resource.mo share/locale/fr/LC_MESSAGES/akonadi_followupreminder_agent.mo share/locale/fr/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/fr/LC_MESSAGES/akonadi_googlecalendar_resource.mo @@ -1534,24 +356,15 @@ share/locale/fr/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/fr/LC_MESSAGES/akonadi_imap_resource.mo share/locale/fr/LC_MESSAGES/akonadi_invitations_agent.mo -share/locale/fr/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/fr/LC_MESSAGES/akonadi_kalarm_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/fr/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/fr/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/fr/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/fr/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/fr/LC_MESSAGES/akonadi_mailfilter_agent.mo -share/locale/fr/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/fr/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/fr/LC_MESSAGES/akonadi_migration_agent.mo share/locale/fr/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/fr/LC_MESSAGES/akonadi_newmailnotifier_agent.mo -share/locale/fr/LC_MESSAGES/akonadi_next.mo -share/locale/fr/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/fr/LC_MESSAGES/akonadi_notes_agent.mo share/locale/fr/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/fr/LC_MESSAGES/akonadi_pop3_resource.mo @@ -1560,27 +373,18 @@ share/locale/fr/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/fr/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/fr/LC_MESSAGES/akonadi_vcarddir_resource.mo -share/locale/fr/LC_MESSAGES/akonadicontact.mo -share/locale/fr/LC_MESSAGES/akonadinotes.mo -share/locale/fr/LC_MESSAGES/akonaditray.mo +share/locale/fr/LC_MESSAGES/akonadicontact5.mo +share/locale/fr/LC_MESSAGES/akonadinotes5.mo share/locale/fr/LC_MESSAGES/akregator.mo share/locale/fr/LC_MESSAGES/akregator_konqplugin.mo -share/locale/fr/LC_MESSAGES/amor.mo -share/locale/fr/LC_MESSAGES/analitza.mo -share/locale/fr/LC_MESSAGES/ark.appdata.mo +share/locale/fr/LC_MESSAGES/analitza_qt.qm share/locale/fr/LC_MESSAGES/ark.mo share/locale/fr/LC_MESSAGES/artikulate.mo -share/locale/fr/LC_MESSAGES/attica_kde.mo share/locale/fr/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/fr/LC_MESSAGES/audiocd_encoder_vorbis.mo -share/locale/fr/LC_MESSAGES/audiorename_plugin.mo share/locale/fr/LC_MESSAGES/autorefresh.mo share/locale/fr/LC_MESSAGES/babelfish.mo -share/locale/fr/LC_MESSAGES/baloo_file.mo -share/locale/fr/LC_MESSAGES/baloo_file_extractor.mo -share/locale/fr/LC_MESSAGES/baloo_queryparser.mo -share/locale/fr/LC_MESSAGES/baloosearch.mo -share/locale/fr/LC_MESSAGES/balooshow.mo +share/locale/fr/LC_MESSAGES/baloo_naturalqueryparser.mo share/locale/fr/LC_MESSAGES/baloowidgets.mo share/locale/fr/LC_MESSAGES/blinken.mo share/locale/fr/LC_MESSAGES/blogilo.mo @@ -1590,501 +394,258 @@ share/locale/fr/LC_MESSAGES/calendarsupport.mo share/locale/fr/LC_MESSAGES/cantor.mo share/locale/fr/LC_MESSAGES/cervisia.mo +share/locale/fr/LC_MESSAGES/contactprintthemeeditor.mo share/locale/fr/LC_MESSAGES/contactthemeeditor.mo share/locale/fr/LC_MESSAGES/cryptopageplugin.mo share/locale/fr/LC_MESSAGES/cvsservice.mo share/locale/fr/LC_MESSAGES/dirfilterplugin.mo -share/locale/fr/LC_MESSAGES/display.mo -share/locale/fr/LC_MESSAGES/dolphin.appdata.mo share/locale/fr/LC_MESSAGES/dolphin.mo share/locale/fr/LC_MESSAGES/domtreeviewer.mo share/locale/fr/LC_MESSAGES/dragonplayer.mo -share/locale/fr/LC_MESSAGES/drkonqi.mo share/locale/fr/LC_MESSAGES/filelight.mo -share/locale/fr/LC_MESSAGES/filetypes.mo share/locale/fr/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/fr/LC_MESSAGES/fileviewgitplugin.mo share/locale/fr/LC_MESSAGES/fileviewhgplugin.mo share/locale/fr/LC_MESSAGES/fileviewsvnplugin.mo -share/locale/fr/LC_MESSAGES/freespacenotifier.mo share/locale/fr/LC_MESSAGES/fsview.mo share/locale/fr/LC_MESSAGES/gid-migrator.mo share/locale/fr/LC_MESSAGES/granatier.mo share/locale/fr/LC_MESSAGES/gwenview.mo share/locale/fr/LC_MESSAGES/headerthemeeditor.mo -share/locale/fr/LC_MESSAGES/htmlsearch.mo -share/locale/fr/LC_MESSAGES/imagerename_plugin.mo share/locale/fr/LC_MESSAGES/imgalleryplugin.mo share/locale/fr/LC_MESSAGES/importwizard.mo -share/locale/fr/LC_MESSAGES/jovie.mo -share/locale/fr/LC_MESSAGES/joystick.mo -share/locale/fr/LC_MESSAGES/juk.mo -share/locale/fr/LC_MESSAGES/kabc.mo -share/locale/fr/LC_MESSAGES/kabc_akonadi.mo -share/locale/fr/LC_MESSAGES/kabc_dir.mo -share/locale/fr/LC_MESSAGES/kabc_file.mo -share/locale/fr/LC_MESSAGES/kabc_ldapkio.mo -share/locale/fr/LC_MESSAGES/kabc_net.mo -share/locale/fr/LC_MESSAGES/kabcclient.mo -share/locale/fr/LC_MESSAGES/kabcformat_binary.mo -share/locale/fr/LC_MESSAGES/kaccess.mo -share/locale/fr/LC_MESSAGES/kaccessibleapp.mo -share/locale/fr/LC_MESSAGES/kactivitymanagerd.mo -share/locale/fr/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo -share/locale/fr/LC_MESSAGES/kaddressbook-mobile.mo +share/locale/fr/LC_MESSAGES/kaccounts-integration.mo +share/locale/fr/LC_MESSAGES/kaccounts-providers.mo share/locale/fr/LC_MESSAGES/kaddressbook.mo -share/locale/fr/LC_MESSAGES/kaddressbookmigrator.mo -share/locale/fr/LC_MESSAGES/kajongg.mo +share/locale/fr/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/fr/LC_MESSAGES/kalarm.mo share/locale/fr/LC_MESSAGES/kalgebra.mo -share/locale/fr/LC_MESSAGES/kalzium.appdata.mo share/locale/fr/LC_MESSAGES/kalzium.mo -share/locale/fr/LC_MESSAGES/kanagram.appdata.mo share/locale/fr/LC_MESSAGES/kanagram.mo share/locale/fr/LC_MESSAGES/kapman.mo share/locale/fr/LC_MESSAGES/kapptemplate.mo share/locale/fr/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/fr/LC_MESSAGES/kate-replicode-plugin.mo share/locale/fr/LC_MESSAGES/kate.mo -share/locale/fr/LC_MESSAGES/kate_kttsd.mo share/locale/fr/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/fr/LC_MESSAGES/katebuild-plugin.mo share/locale/fr/LC_MESSAGES/katecloseexceptplugin.mo share/locale/fr/LC_MESSAGES/katefilebrowserplugin.mo -share/locale/fr/LC_MESSAGES/katefiletemplates.mo +share/locale/fr/LC_MESSAGES/katefiletree.mo share/locale/fr/LC_MESSAGES/kategdbplugin.mo -share/locale/fr/LC_MESSAGES/katehelloworld.mo share/locale/fr/LC_MESSAGES/katekonsoleplugin.mo -share/locale/fr/LC_MESSAGES/katemailfilesplugin.mo share/locale/fr/LC_MESSAGES/kateopenheader.mo -share/locale/fr/LC_MESSAGES/katepart4.mo share/locale/fr/LC_MESSAGES/kateproject.mo share/locale/fr/LC_MESSAGES/katesearch.mo share/locale/fr/LC_MESSAGES/katesnippetsplugin.mo share/locale/fr/LC_MESSAGES/katesql.mo share/locale/fr/LC_MESSAGES/katesymbolviewer.mo -share/locale/fr/LC_MESSAGES/katetabbarextension.mo -share/locale/fr/LC_MESSAGES/katetabifyplugin.mo share/locale/fr/LC_MESSAGES/katetextfilter.mo share/locale/fr/LC_MESSAGES/katexmlcheck.mo share/locale/fr/LC_MESSAGES/katexmltools.mo share/locale/fr/LC_MESSAGES/katomic.mo share/locale/fr/LC_MESSAGES/kblackbox.mo -share/locale/fr/LC_MESSAGES/kblankscrn.mo share/locale/fr/LC_MESSAGES/kblocks.mo share/locale/fr/LC_MESSAGES/kbounce.mo share/locale/fr/LC_MESSAGES/kbreakout.mo -share/locale/fr/LC_MESSAGES/kbruch.appdata.mo share/locale/fr/LC_MESSAGES/kbruch.mo -share/locale/fr/LC_MESSAGES/kcachegrind.mo -share/locale/fr/LC_MESSAGES/kcachegrind_qt.mo -share/locale/fr/LC_MESSAGES/kcal_akonadi.mo share/locale/fr/LC_MESSAGES/kcalc.mo -share/locale/fr/LC_MESSAGES/kcertpart.mo share/locale/fr/LC_MESSAGES/kcharselect.mo -share/locale/fr/LC_MESSAGES/kcm-kwin-scripts.mo -share/locale/fr/LC_MESSAGES/kcm_activities.mo -share/locale/fr/LC_MESSAGES/kcm_akonadi.mo share/locale/fr/LC_MESSAGES/kcm_akonadicontact_actions.mo -share/locale/fr/LC_MESSAGES/kcm_attica.mo -share/locale/fr/LC_MESSAGES/kcm_autostart.mo -share/locale/fr/LC_MESSAGES/kcm_baloofile.mo -share/locale/fr/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/fr/LC_MESSAGES/kcm_desktopthemedetails.mo -share/locale/fr/LC_MESSAGES/kcm_device_automounter.mo -share/locale/fr/LC_MESSAGES/kcm_emoticons.mo -share/locale/fr/LC_MESSAGES/kcm_infobase.mo -share/locale/fr/LC_MESSAGES/kcm_infosummary.mo -share/locale/fr/LC_MESSAGES/kcm_kwindesktop.mo -share/locale/fr/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/fr/LC_MESSAGES/kcm_memory.mo -share/locale/fr/LC_MESSAGES/kcm_nepomuk.mo -share/locale/fr/LC_MESSAGES/kcm_pci.mo -share/locale/fr/LC_MESSAGES/kcm_phonon.mo -share/locale/fr/LC_MESSAGES/kcm_platform.mo -share/locale/fr/LC_MESSAGES/kcm_remotecontrol.mo -share/locale/fr/LC_MESSAGES/kcm_solid_actions.mo -share/locale/fr/LC_MESSAGES/kcm_standard_actions.mo -share/locale/fr/LC_MESSAGES/kcmaccess.mo +share/locale/fr/LC_MESSAGES/kcm_ktp_accounts.mo +share/locale/fr/LC_MESSAGES/kcm_ktp_chat_appearance.mo +share/locale/fr/LC_MESSAGES/kcm_ktp_chat_behavior.mo +share/locale/fr/LC_MESSAGES/kcm_ktp_chat_messages.mo +share/locale/fr/LC_MESSAGES/kcm_ktp_chat_otr.mo share/locale/fr/LC_MESSAGES/kcmaudiocd.mo -share/locale/fr/LC_MESSAGES/kcmbackground.mo -share/locale/fr/LC_MESSAGES/kcmbell.mo +share/locale/fr/LC_MESSAGES/kcmbookmarks.mo share/locale/fr/LC_MESSAGES/kcmcddb.mo -share/locale/fr/LC_MESSAGES/kcmcgi.mo -share/locale/fr/LC_MESSAGES/kcmcolors.mo -share/locale/fr/LC_MESSAGES/kcmcomponentchooser.mo -share/locale/fr/LC_MESSAGES/kcmcrypto.mo -share/locale/fr/LC_MESSAGES/kcmdevinfo.mo -share/locale/fr/LC_MESSAGES/kcmfonts.mo -share/locale/fr/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/fr/LC_MESSAGES/kcmicons.mo -share/locale/fr/LC_MESSAGES/kcminfo.mo -share/locale/fr/LC_MESSAGES/kcminit.mo -share/locale/fr/LC_MESSAGES/kcminput.mo share/locale/fr/LC_MESSAGES/kcmkamera.mo -share/locale/fr/LC_MESSAGES/kcmkclock.mo -share/locale/fr/LC_MESSAGES/kcmkded.mo -share/locale/fr/LC_MESSAGES/kcmkdnssd.mo -share/locale/fr/LC_MESSAGES/kcmkeyboard.mo -share/locale/fr/LC_MESSAGES/kcmkeys.mo -share/locale/fr/LC_MESSAGES/kcmkgamma.mo -share/locale/fr/LC_MESSAGES/kcmkio.mo share/locale/fr/LC_MESSAGES/kcmkonq.mo share/locale/fr/LC_MESSAGES/kcmkonqhtml.mo -share/locale/fr/LC_MESSAGES/kcmkurifilt.mo share/locale/fr/LC_MESSAGES/kcmkwallet.mo -share/locale/fr/LC_MESSAGES/kcmkwincompositing.mo -share/locale/fr/LC_MESSAGES/kcmkwindecoration.mo -share/locale/fr/LC_MESSAGES/kcmkwinrules.mo -share/locale/fr/LC_MESSAGES/kcmkwinscreenedges.mo -share/locale/fr/LC_MESSAGES/kcmkwm.mo -share/locale/fr/LC_MESSAGES/kcmlaunch.mo -share/locale/fr/LC_MESSAGES/kcmlocale.mo -share/locale/fr/LC_MESSAGES/kcmnic.mo -share/locale/fr/LC_MESSAGES/kcmnotify.mo -share/locale/fr/LC_MESSAGES/kcmopengl.mo share/locale/fr/LC_MESSAGES/kcmperformance.mo -share/locale/fr/LC_MESSAGES/kcmsamba.mo -share/locale/fr/LC_MESSAGES/kcmscreensaver.mo -share/locale/fr/LC_MESSAGES/kcmshell.mo -share/locale/fr/LC_MESSAGES/kcmsmartcard.mo -share/locale/fr/LC_MESSAGES/kcmsmserver.mo -share/locale/fr/LC_MESSAGES/kcmstyle.mo -share/locale/fr/LC_MESSAGES/kcmusb.mo -share/locale/fr/LC_MESSAGES/kcmview1394.mo -share/locale/fr/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo +share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo +share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo +share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo +share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_morse.mo +share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_pintxo.mo +share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo +share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo +share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_sipe.mo +share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/fr/LC_MESSAGES/kcolorchooser.mo +share/locale/fr/LC_MESSAGES/kcontacts5.mo share/locale/fr/LC_MESSAGES/kcron.mo -share/locale/fr/LC_MESSAGES/kde-menu.mo -share/locale/fr/LC_MESSAGES/kdeasciiquarium.mo -share/locale/fr/LC_MESSAGES/kdebugdialog.mo -share/locale/fr/LC_MESSAGES/kdecalendarsystems.mo -share/locale/fr/LC_MESSAGES/kdelibs4.mo -share/locale/fr/LC_MESSAGES/kdelibs_colors4.mo -share/locale/fr/LC_MESSAGES/kdepasswd.mo -share/locale/fr/LC_MESSAGES/kdepim-runtime-qml.mo -share/locale/fr/LC_MESSAGES/kdeqt.mo -share/locale/fr/LC_MESSAGES/kdesu.mo -share/locale/fr/LC_MESSAGES/kdesud.mo +share/locale/fr/LC_MESSAGES/kdebugsettings.mo +share/locale/fr/LC_MESSAGES/kded_ktp_approver.mo +share/locale/fr/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/fr/LC_MESSAGES/kdenlive.mo share/locale/fr/LC_MESSAGES/kdf.mo -share/locale/fr/LC_MESSAGES/kdgantt2.mo share/locale/fr/LC_MESSAGES/kdialog.mo share/locale/fr/LC_MESSAGES/kdiamond.mo -share/locale/fr/LC_MESSAGES/kdmconfig.mo -share/locale/fr/LC_MESSAGES/kdmgreet.mo -share/locale/fr/LC_MESSAGES/kdontchangethehostname.mo share/locale/fr/LC_MESSAGES/keditbookmarks.mo -share/locale/fr/LC_MESSAGES/kfile.mo -share/locale/fr/LC_MESSAGES/kfile_dds.mo share/locale/fr/LC_MESSAGES/kfile_drgeo.mo -share/locale/fr/LC_MESSAGES/kfile_exr.mo share/locale/fr/LC_MESSAGES/kfile_kig.mo -share/locale/fr/LC_MESSAGES/kfile_pnm.mo -share/locale/fr/LC_MESSAGES/kfile_raw.mo -share/locale/fr/LC_MESSAGES/kfile_rgb.mo -share/locale/fr/LC_MESSAGES/kfile_tiff.mo -share/locale/fr/LC_MESSAGES/kfile_xps.mo -share/locale/fr/LC_MESSAGES/kfileaudiopreview4.mo -share/locale/fr/LC_MESSAGES/kfilemetadata.mo -share/locale/fr/LC_MESSAGES/kfilereplace.mo +share/locale/fr/LC_MESSAGES/kfileaudiopreview5.mo share/locale/fr/LC_MESSAGES/kfileshare.mo -share/locale/fr/LC_MESSAGES/kfindpart.mo +share/locale/fr/LC_MESSAGES/kfind.mo share/locale/fr/LC_MESSAGES/kfloppy.mo share/locale/fr/LC_MESSAGES/kfmclient.mo -share/locale/fr/LC_MESSAGES/kfontinst.mo share/locale/fr/LC_MESSAGES/kfourinline.mo share/locale/fr/LC_MESSAGES/kgeography.mo -share/locale/fr/LC_MESSAGES/kget.mo -share/locale/fr/LC_MESSAGES/kgetplugin.mo -share/locale/fr/LC_MESSAGES/kglobalaccel.mo -share/locale/fr/LC_MESSAGES/kgoldrunner.mo share/locale/fr/LC_MESSAGES/kgpg.mo -share/locale/fr/LC_MESSAGES/kgreet_classic.mo -share/locale/fr/LC_MESSAGES/kgreet_generic.mo -share/locale/fr/LC_MESSAGES/kgreet_winbind.mo share/locale/fr/LC_MESSAGES/khangman.mo share/locale/fr/LC_MESSAGES/khelpcenter.mo -share/locale/fr/LC_MESSAGES/khotkeys.mo -share/locale/fr/LC_MESSAGES/khotnewstuff.mo -share/locale/fr/LC_MESSAGES/khtmlkttsd.mo share/locale/fr/LC_MESSAGES/khtmlsettingsplugin.mo -share/locale/fr/LC_MESSAGES/kiconfinder.mo +share/locale/fr/LC_MESSAGES/khtmltts.mo share/locale/fr/LC_MESSAGES/kig.mo -share/locale/fr/LC_MESSAGES/kigo.mo share/locale/fr/LC_MESSAGES/killbots.mo -share/locale/fr/LC_MESSAGES/kimagemapeditor.mo -share/locale/fr/LC_MESSAGES/kinfocenter.mo -share/locale/fr/LC_MESSAGES/kio4.mo -share/locale/fr/LC_MESSAGES/kio_activities.mo +share/locale/fr/LC_MESSAGES/kio5_activities.mo share/locale/fr/LC_MESSAGES/kio_akonadi.mo -share/locale/fr/LC_MESSAGES/kio_applications.mo share/locale/fr/LC_MESSAGES/kio_archive.mo share/locale/fr/LC_MESSAGES/kio_audiocd.mo -share/locale/fr/LC_MESSAGES/kio_baloosearch.mo share/locale/fr/LC_MESSAGES/kio_bookmarks.mo -share/locale/fr/LC_MESSAGES/kio_finger.mo share/locale/fr/LC_MESSAGES/kio_fish.mo -share/locale/fr/LC_MESSAGES/kio_floppy.mo -share/locale/fr/LC_MESSAGES/kio_help4.mo -share/locale/fr/LC_MESSAGES/kio_imap4.mo share/locale/fr/LC_MESSAGES/kio_info.mo -share/locale/fr/LC_MESSAGES/kio_jabberdisco.mo share/locale/fr/LC_MESSAGES/kio_ldap.mo share/locale/fr/LC_MESSAGES/kio_man.mo -share/locale/fr/LC_MESSAGES/kio_mbox.mo -share/locale/fr/LC_MESSAGES/kio_nepomuk.mo -share/locale/fr/LC_MESSAGES/kio_nepomuksearch.mo -share/locale/fr/LC_MESSAGES/kio_nepomuktags.mo -share/locale/fr/LC_MESSAGES/kio_nepomuktimeline.mo +share/locale/fr/LC_MESSAGES/kio_mtp.mo share/locale/fr/LC_MESSAGES/kio_nfs.mo -share/locale/fr/LC_MESSAGES/kio_nntp.mo -share/locale/fr/LC_MESSAGES/kio_perldoc.mo share/locale/fr/LC_MESSAGES/kio_pop3.mo share/locale/fr/LC_MESSAGES/kio_recentdocuments.mo -share/locale/fr/LC_MESSAGES/kio_remote.mo share/locale/fr/LC_MESSAGES/kio_sftp.mo share/locale/fr/LC_MESSAGES/kio_sieve.mo share/locale/fr/LC_MESSAGES/kio_smb.mo share/locale/fr/LC_MESSAGES/kio_smtp.mo -share/locale/fr/LC_MESSAGES/kio_svn.mo -share/locale/fr/LC_MESSAGES/kio_tags.mo share/locale/fr/LC_MESSAGES/kio_thumbnail.mo -share/locale/fr/LC_MESSAGES/kio_timeline.mo -share/locale/fr/LC_MESSAGES/kio_trash.mo -share/locale/fr/LC_MESSAGES/kio_zeroconf.mo -share/locale/fr/LC_MESSAGES/kioclient.mo -share/locale/fr/LC_MESSAGES/kioexec.mo -share/locale/fr/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/fr/LC_MESSAGES/kiriki.mo share/locale/fr/LC_MESSAGES/kiten.mo -share/locale/fr/LC_MESSAGES/kjots.mo -share/locale/fr/LC_MESSAGES/kjotsmigrator.mo share/locale/fr/LC_MESSAGES/kjumpingcube.mo share/locale/fr/LC_MESSAGES/kleopatra.mo share/locale/fr/LC_MESSAGES/klettres.mo share/locale/fr/LC_MESSAGES/klickety.mo share/locale/fr/LC_MESSAGES/klines.mo -share/locale/fr/LC_MESSAGES/klinkstatus.mo -share/locale/fr/LC_MESSAGES/klipper.mo -share/locale/fr/LC_MESSAGES/klock.mo -share/locale/fr/LC_MESSAGES/kmag.mo share/locale/fr/LC_MESSAGES/kmahjongg.mo -share/locale/fr/LC_MESSAGES/kmail-migrator.mo -share/locale/fr/LC_MESSAGES/kmail-mobile.mo share/locale/fr/LC_MESSAGES/kmail.mo -share/locale/fr/LC_MESSAGES/kmailcvt.mo -share/locale/fr/LC_MESSAGES/kmenuedit.mo -share/locale/fr/LC_MESSAGES/kmimetypefinder.mo +share/locale/fr/LC_MESSAGES/kmail_editor_plugins.mo +share/locale/fr/LC_MESSAGES/kmail_editorsendcheck_plugins.mo +share/locale/fr/LC_MESSAGES/kmail_plugins.mo share/locale/fr/LC_MESSAGES/kmines.mo -share/locale/fr/LC_MESSAGES/kmix.mo -share/locale/fr/LC_MESSAGES/kmousetool.mo -share/locale/fr/LC_MESSAGES/kmouth.mo share/locale/fr/LC_MESSAGES/kmplot.mo share/locale/fr/LC_MESSAGES/knavalbattle.mo -share/locale/fr/LC_MESSAGES/knetattach.mo share/locale/fr/LC_MESSAGES/knetwalk.mo -share/locale/fr/LC_MESSAGES/knode.mo -share/locale/fr/LC_MESSAGES/knotes-migrator.mo share/locale/fr/LC_MESSAGES/knotes.mo -share/locale/fr/LC_MESSAGES/knotify4.mo -share/locale/fr/LC_MESSAGES/kolf.mo share/locale/fr/LC_MESSAGES/kollision.mo -share/locale/fr/LC_MESSAGES/kolourpaint.appdata.mo share/locale/fr/LC_MESSAGES/kolourpaint.mo -share/locale/fr/LC_MESSAGES/kommander.mo share/locale/fr/LC_MESSAGES/kompare.mo -share/locale/fr/LC_MESSAGES/konqprofiles.mo share/locale/fr/LC_MESSAGES/konqueror.mo -share/locale/fr/LC_MESSAGES/konquest.mo share/locale/fr/LC_MESSAGES/konsole.mo share/locale/fr/LC_MESSAGES/konsolekalendar.mo -share/locale/fr/LC_MESSAGES/konsoleprofiles.mo share/locale/fr/LC_MESSAGES/kontact.mo -share/locale/fr/LC_MESSAGES/kontactinterfaces.mo -share/locale/fr/LC_MESSAGES/kopete.mo +share/locale/fr/LC_MESSAGES/kontactinterfaces5.mo share/locale/fr/LC_MESSAGES/korgac.mo -share/locale/fr/LC_MESSAGES/korganizer-mobile.mo share/locale/fr/LC_MESSAGES/korganizer.mo -share/locale/fr/LC_MESSAGES/kpartloader.mo -share/locale/fr/LC_MESSAGES/kpartsaver.mo -share/locale/fr/LC_MESSAGES/kpasswdserver.mo +share/locale/fr/LC_MESSAGES/korganizer_plugins.mo share/locale/fr/LC_MESSAGES/kpat.mo -share/locale/fr/LC_MESSAGES/kppp.mo -share/locale/fr/LC_MESSAGES/kppplogview.mo -share/locale/fr/LC_MESSAGES/kquitapp.mo -share/locale/fr/LC_MESSAGES/krandr.mo -share/locale/fr/LC_MESSAGES/krcdnotifieritem.mo -share/locale/fr/LC_MESSAGES/krdb.mo share/locale/fr/LC_MESSAGES/krdc.mo -share/locale/fr/LC_MESSAGES/kreadconfig.mo -share/locale/fr/LC_MESSAGES/kremotecontroldaemon.mo -share/locale/fr/LC_MESSAGES/kres-migrator.mo -share/locale/fr/LC_MESSAGES/kres_blog.mo -share/locale/fr/LC_MESSAGES/kres_remote.mo -share/locale/fr/LC_MESSAGES/kresources_shared_akonadi.mo -share/locale/fr/LC_MESSAGES/kreversi.mo share/locale/fr/LC_MESSAGES/krfb.mo share/locale/fr/LC_MESSAGES/kruler.mo -share/locale/fr/LC_MESSAGES/krunner.mo -share/locale/fr/LC_MESSAGES/ksaneplugin.mo -share/locale/fr/LC_MESSAGES/kscd.mo -share/locale/fr/LC_MESSAGES/kscreenlocker.mo -share/locale/fr/LC_MESSAGES/kscreenlocker_greet.mo -share/locale/fr/LC_MESSAGES/kscreensaver.mo -share/locale/fr/LC_MESSAGES/ksendemail.mo -share/locale/fr/LC_MESSAGES/ksgrd.mo share/locale/fr/LC_MESSAGES/kshellcmdplugin.mo share/locale/fr/LC_MESSAGES/kshisen.mo -share/locale/fr/LC_MESSAGES/kshorturifilter.mo -share/locale/fr/LC_MESSAGES/ksirk.mo -share/locale/fr/LC_MESSAGES/ksirkskineditor.mo -share/locale/fr/LC_MESSAGES/ksmserver.mo -share/locale/fr/LC_MESSAGES/ksnapshot.mo -share/locale/fr/LC_MESSAGES/kspaceduel.mo -share/locale/fr/LC_MESSAGES/ksplashthemes.mo share/locale/fr/LC_MESSAGES/ksquares.mo share/locale/fr/LC_MESSAGES/kstars.mo -share/locale/fr/LC_MESSAGES/kstart.mo -share/locale/fr/LC_MESSAGES/kstartperf.mo -share/locale/fr/LC_MESSAGES/kstyle_config.mo -share/locale/fr/LC_MESSAGES/kstyle_phase_config.mo -share/locale/fr/LC_MESSAGES/ksudoku.mo -share/locale/fr/LC_MESSAGES/ksysguard.mo -share/locale/fr/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/fr/LC_MESSAGES/ksystemlog.mo -share/locale/fr/LC_MESSAGES/ksystraycmd.mo share/locale/fr/LC_MESSAGES/kteatime.mo -share/locale/fr/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/fr/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo +share/locale/fr/LC_MESSAGES/kterustcompletion.mo share/locale/fr/LC_MESSAGES/ktimer.mo -share/locale/fr/LC_MESSAGES/ktimetracker.mo share/locale/fr/LC_MESSAGES/ktnef.mo -share/locale/fr/LC_MESSAGES/ktouch.appdata.mo share/locale/fr/LC_MESSAGES/ktouch.mo -share/locale/fr/LC_MESSAGES/ktouchpadenabler.mo -share/locale/fr/LC_MESSAGES/ktraderclient.mo -share/locale/fr/LC_MESSAGES/ktron.mo +share/locale/fr/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo +share/locale/fr/LC_MESSAGES/ktp-auth-handler.mo +share/locale/fr/LC_MESSAGES/ktp-call-ui.mo +share/locale/fr/LC_MESSAGES/ktp-common-internals.mo +share/locale/fr/LC_MESSAGES/ktp-contactlist.mo +share/locale/fr/LC_MESSAGES/ktp-debugger.mo +share/locale/fr/LC_MESSAGES/ktp-filetransfer-handler.mo +share/locale/fr/LC_MESSAGES/ktp-filters.mo +share/locale/fr/LC_MESSAGES/ktp-log-viewer.mo +share/locale/fr/LC_MESSAGES/ktp-send-file.mo +share/locale/fr/LC_MESSAGES/ktp-text-ui.mo +share/locale/fr/LC_MESSAGES/ktpchat.mo share/locale/fr/LC_MESSAGES/ktuberling.mo -share/locale/fr/LC_MESSAGES/kturtle.appdata.mo share/locale/fr/LC_MESSAGES/kturtle.mo -share/locale/fr/LC_MESSAGES/ktux.mo -share/locale/fr/LC_MESSAGES/kubrick.mo -share/locale/fr/LC_MESSAGES/kuiserver.mo -share/locale/fr/LC_MESSAGES/kuiviewer.mo -share/locale/fr/LC_MESSAGES/kurifilter.mo -share/locale/fr/LC_MESSAGES/kuser.mo -share/locale/fr/LC_MESSAGES/kwalletd.mo share/locale/fr/LC_MESSAGES/kwalletmanager.mo share/locale/fr/LC_MESSAGES/kwatchgnupg.mo -share/locale/fr/LC_MESSAGES/kwin.mo -share/locale/fr/LC_MESSAGES/kwin_art_clients.mo -share/locale/fr/LC_MESSAGES/kwin_clients.mo -share/locale/fr/LC_MESSAGES/kwin_effects.mo -share/locale/fr/LC_MESSAGES/kwin_scripting.mo -share/locale/fr/LC_MESSAGES/kwinshutdown.mo -share/locale/fr/LC_MESSAGES/kwinstartmenu.mo +share/locale/fr/LC_MESSAGES/kwave.mo share/locale/fr/LC_MESSAGES/kwordquiz.mo share/locale/fr/LC_MESSAGES/kwrite.mo -share/locale/fr/LC_MESSAGES/kwriteconfig.mo -share/locale/fr/LC_MESSAGES/kxkb.mo -share/locale/fr/LC_MESSAGES/kxsconfig.mo -share/locale/fr/LC_MESSAGES/lancelot.mo -share/locale/fr/LC_MESSAGES/libakonadi-calendar.mo -share/locale/fr/LC_MESSAGES/libakonadi-kmime.mo -share/locale/fr/LC_MESSAGES/libakonadi-xml.mo -share/locale/fr/LC_MESSAGES/libakonadi.mo -share/locale/fr/LC_MESSAGES/libcomposereditorng.mo +share/locale/fr/LC_MESSAGES/libakonadi-calendar5.mo +share/locale/fr/LC_MESSAGES/libakonadi-kmime5.mo +share/locale/fr/LC_MESSAGES/libakonadi5.mo +share/locale/fr/LC_MESSAGES/libcomposereditorwebengine.mo share/locale/fr/LC_MESSAGES/libeventviews.mo share/locale/fr/LC_MESSAGES/libfolderarchivesettings.mo share/locale/fr/LC_MESSAGES/libgrantleetheme.mo share/locale/fr/LC_MESSAGES/libgrantleethemeeditor.mo +share/locale/fr/LC_MESSAGES/libgraphtheory.mo +share/locale/fr/LC_MESSAGES/libgravatar.mo share/locale/fr/LC_MESSAGES/libincidenceeditors.mo share/locale/fr/LC_MESSAGES/libkaddressbookgrantlee.mo -share/locale/fr/LC_MESSAGES/libkalarmcal.mo +share/locale/fr/LC_MESSAGES/libkalarmcal5.mo share/locale/fr/LC_MESSAGES/libkasten.mo -share/locale/fr/LC_MESSAGES/libkblog.mo -share/locale/fr/LC_MESSAGES/libkcal.mo -share/locale/fr/LC_MESSAGES/libkcalutils.mo +share/locale/fr/LC_MESSAGES/libkblog5.mo +share/locale/fr/LC_MESSAGES/libkcalutils5.mo share/locale/fr/LC_MESSAGES/libkcddb.mo share/locale/fr/LC_MESSAGES/libkcompactdisc.mo -share/locale/fr/LC_MESSAGES/libkdcraw.mo -share/locale/fr/LC_MESSAGES/libkdecorations.mo -share/locale/fr/LC_MESSAGES/libkdeedu.mo -share/locale/fr/LC_MESSAGES/libkdegames.mo +share/locale/fr/LC_MESSAGES/libkdegames5.mo share/locale/fr/LC_MESSAGES/libkdepim.mo -share/locale/fr/LC_MESSAGES/libkdepimmobileui.mo -share/locale/fr/LC_MESSAGES/libkexiv2.mo -share/locale/fr/LC_MESSAGES/libkholidays.mo -share/locale/fr/LC_MESSAGES/libkimap.mo -share/locale/fr/LC_MESSAGES/libkipi.mo -share/locale/fr/LC_MESSAGES/libkldap.mo +share/locale/fr/LC_MESSAGES/libkeduvocdocument.mo +share/locale/fr/LC_MESSAGES/libkgeomap.mo +share/locale/fr/LC_MESSAGES/libkholidays5_qt.qm +share/locale/fr/LC_MESSAGES/libkimap5.mo +share/locale/fr/LC_MESSAGES/libkldap5.mo share/locale/fr/LC_MESSAGES/libkleopatra.mo -share/locale/fr/LC_MESSAGES/libkmahjongg.mo -share/locale/fr/LC_MESSAGES/libkmime.mo +share/locale/fr/LC_MESSAGES/libkmahjongg5.mo +share/locale/fr/LC_MESSAGES/libkmime5.mo share/locale/fr/LC_MESSAGES/libkomparediff2.mo share/locale/fr/LC_MESSAGES/libkonq.mo -share/locale/fr/LC_MESSAGES/libkpgp.mo -share/locale/fr/LC_MESSAGES/libkpimidentities.mo +share/locale/fr/LC_MESSAGES/libkpimidentities5.mo share/locale/fr/LC_MESSAGES/libkpimtextedit.mo -share/locale/fr/LC_MESSAGES/libkpimutils.mo -share/locale/fr/LC_MESSAGES/libkremotecontrol.mo -share/locale/fr/LC_MESSAGES/libkresources.mo share/locale/fr/LC_MESSAGES/libksane.mo -share/locale/fr/LC_MESSAGES/libkscreensaver.mo share/locale/fr/LC_MESSAGES/libksieve.mo -share/locale/fr/LC_MESSAGES/libktnef.mo -share/locale/fr/LC_MESSAGES/libkunitconversion.mo -share/locale/fr/LC_MESSAGES/libkworkspace.mo -share/locale/fr/LC_MESSAGES/libkxmlrpcclient.mo -share/locale/fr/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/fr/LC_MESSAGES/libktnef5.mo share/locale/fr/LC_MESSAGES/libmailcommon.mo share/locale/fr/LC_MESSAGES/libmailimporter.mo -share/locale/fr/LC_MESSAGES/libmailtransport.mo +share/locale/fr/LC_MESSAGES/libmailtransport5.mo share/locale/fr/LC_MESSAGES/libmessagecomposer.mo share/locale/fr/LC_MESSAGES/libmessagecore.mo share/locale/fr/LC_MESSAGES/libmessagelist.mo share/locale/fr/LC_MESSAGES/libmessageviewer.mo +share/locale/fr/LC_MESSAGES/libmimetreeparser.mo share/locale/fr/LC_MESSAGES/libnoteshared.mo share/locale/fr/LC_MESSAGES/liboktetacore.mo share/locale/fr/LC_MESSAGES/liboktetagui.mo share/locale/fr/LC_MESSAGES/liboktetakasten.mo -share/locale/fr/LC_MESSAGES/liboxygenstyleconfig.mo -share/locale/fr/LC_MESSAGES/libphonon.mo share/locale/fr/LC_MESSAGES/libpimcommon.mo -share/locale/fr/LC_MESSAGES/libpimprint.mo -share/locale/fr/LC_MESSAGES/libplasma.mo -share/locale/fr/LC_MESSAGES/libplasma_groupingcontainment.mo -share/locale/fr/LC_MESSAGES/libplasmaclock.mo -share/locale/fr/LC_MESSAGES/libplasmaweather.mo -share/locale/fr/LC_MESSAGES/libpowerdevilcommonconfig.mo -share/locale/fr/LC_MESSAGES/libtaskmanager.mo +share/locale/fr/LC_MESSAGES/libsendlater.mo share/locale/fr/LC_MESSAGES/libtemplateparser.mo +share/locale/fr/LC_MESSAGES/libwebengineviewer.mo share/locale/fr/LC_MESSAGES/lokalize.mo -share/locale/fr/LC_MESSAGES/lskat.mo share/locale/fr/LC_MESSAGES/mailreader.mo share/locale/fr/LC_MESSAGES/marble.mo -share/locale/fr/LC_MESSAGES/marble_qt.mo -share/locale/fr/LC_MESSAGES/marble_xml_mimetypes.mo +share/locale/fr/LC_MESSAGES/marble_qt.qm share/locale/fr/LC_MESSAGES/mboximporter.mo +share/locale/fr/LC_MESSAGES/messageviewer_application_gnupgwks_plugin.mo share/locale/fr/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/fr/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/fr/LC_MESSAGES/messageviewer_text_vcard_plugin.mo -share/locale/fr/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo +share/locale/fr/LC_MESSAGES/messageviewerheaderplugins.mo +share/locale/fr/LC_MESSAGES/messageviewerplugins.mo share/locale/fr/LC_MESSAGES/mf_konqplugin.mo share/locale/fr/LC_MESSAGES/minitoolsplugin.mo -share/locale/fr/LC_MESSAGES/mplayerthumbs.mo -share/locale/fr/LC_MESSAGES/mplayerthumbsconfig.mo -share/locale/fr/LC_MESSAGES/nepomukbackup.mo -share/locale/fr/LC_MESSAGES/nepomukcleaner.mo -share/locale/fr/LC_MESSAGES/nepomukfileindexer.mo -share/locale/fr/LC_MESSAGES/nepomukfilewatch.mo -share/locale/fr/LC_MESSAGES/nepomukmigrator.mo -share/locale/fr/LC_MESSAGES/nepomukserver.mo -share/locale/fr/LC_MESSAGES/nepomukservicestub.mo -share/locale/fr/LC_MESSAGES/nepomukstorage.mo -share/locale/fr/LC_MESSAGES/nepomukwidgets.mo -share/locale/fr/LC_MESSAGES/notes-mobile.mo -share/locale/fr/LC_MESSAGES/nsplugin.mo -share/locale/fr/LC_MESSAGES/okteta-mobile.mo +share/locale/fr/LC_MESSAGES/minuet.mo share/locale/fr/LC_MESSAGES/okteta.mo share/locale/fr/LC_MESSAGES/oktetapart.mo share/locale/fr/LC_MESSAGES/okular.mo @@ -2101,213 +662,41 @@ share/locale/fr/LC_MESSAGES/okular_ooo.mo share/locale/fr/LC_MESSAGES/okular_plucker.mo share/locale/fr/LC_MESSAGES/okular_poppler.mo -share/locale/fr/LC_MESSAGES/okular_tiff.mo share/locale/fr/LC_MESSAGES/okular_txt.mo share/locale/fr/LC_MESSAGES/okular_xps.mo share/locale/fr/LC_MESSAGES/org.kde.active.documentviewer.mo -share/locale/fr/LC_MESSAGES/pairs.mo -share/locale/fr/LC_MESSAGES/pairseditor.mo -share/locale/fr/LC_MESSAGES/palapeli.mo share/locale/fr/LC_MESSAGES/parley.mo -share/locale/fr/LC_MESSAGES/pate.mo -share/locale/fr/LC_MESSAGES/phonon_gstreamer.mo -share/locale/fr/LC_MESSAGES/phonon_kde.mo -share/locale/fr/LC_MESSAGES/phonon_vlc.mo -share/locale/fr/LC_MESSAGES/phononserver.mo share/locale/fr/LC_MESSAGES/picmi.mo share/locale/fr/LC_MESSAGES/pimsettingexporter.mo -share/locale/fr/LC_MESSAGES/plasma-desktop.mo -share/locale/fr/LC_MESSAGES/plasma-netbook.mo -share/locale/fr/LC_MESSAGES/plasma-overlay.mo -share/locale/fr/LC_MESSAGES/plasma-remote-helper.mo -share/locale/fr/LC_MESSAGES/plasma-windowed.mo -share/locale/fr/LC_MESSAGES/plasma_applet_BbalL.mo -share/locale/fr/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/fr/LC_MESSAGES/plasma_applet_Molmasscalculator.mo -share/locale/fr/LC_MESSAGES/plasma_applet_akonotes_note.mo -share/locale/fr/LC_MESSAGES/plasma_applet_battery.mo -share/locale/fr/LC_MESSAGES/plasma_applet_binaryclock.mo -share/locale/fr/LC_MESSAGES/plasma_applet_bookmarks.mo -share/locale/fr/LC_MESSAGES/plasma_applet_bubblemon.mo -share/locale/fr/LC_MESSAGES/plasma_applet_calculator.mo -share/locale/fr/LC_MESSAGES/plasma_applet_clock.mo -share/locale/fr/LC_MESSAGES/plasma_applet_comic.mo share/locale/fr/LC_MESSAGES/plasma_applet_concentrationCalculator.mo -share/locale/fr/LC_MESSAGES/plasma_applet_currentappcontrol.mo -share/locale/fr/LC_MESSAGES/plasma_applet_dig_clock.mo -share/locale/fr/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo -share/locale/fr/LC_MESSAGES/plasma_applet_fileWatcher.mo -share/locale/fr/LC_MESSAGES/plasma_applet_folderview.mo -share/locale/fr/LC_MESSAGES/plasma_applet_frame.mo -share/locale/fr/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/fr/LC_MESSAGES/plasma_applet_gasCalculator.mo -share/locale/fr/LC_MESSAGES/plasma_applet_groupingpanel.mo -share/locale/fr/LC_MESSAGES/plasma_applet_icon.mo -share/locale/fr/LC_MESSAGES/plasma_applet_icontasks.mo -share/locale/fr/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/fr/LC_MESSAGES/plasma_applet_kalgebraplasmoid.mo share/locale/fr/LC_MESSAGES/plasma_applet_kalzium.mo -share/locale/fr/LC_MESSAGES/plasma_applet_katesession.mo -share/locale/fr/LC_MESSAGES/plasma_applet_kdeobservatory.mo -share/locale/fr/LC_MESSAGES/plasma_applet_kget.mo -share/locale/fr/LC_MESSAGES/plasma_applet_kimpanel.mo -share/locale/fr/LC_MESSAGES/plasma_applet_knowledgebase.mo -share/locale/fr/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/fr/LC_MESSAGES/plasma_applet_kpapplet.mo -share/locale/fr/LC_MESSAGES/plasma_applet_launcher.mo -share/locale/fr/LC_MESSAGES/plasma_applet_leavenote.mo -share/locale/fr/LC_MESSAGES/plasma_applet_life.mo -share/locale/fr/LC_MESSAGES/plasma_applet_lockout.mo -share/locale/fr/LC_MESSAGES/plasma_applet_luna.mo -share/locale/fr/LC_MESSAGES/plasma_applet_magnifique.mo -share/locale/fr/LC_MESSAGES/plasma_applet_microblog.mo -share/locale/fr/LC_MESSAGES/plasma_applet_netpanel.mo -share/locale/fr/LC_MESSAGES/plasma_applet_news.mo -share/locale/fr/LC_MESSAGES/plasma_applet_newspaper.mo -share/locale/fr/LC_MESSAGES/plasma_applet_notes.mo -share/locale/fr/LC_MESSAGES/plasma_applet_notifier.mo -share/locale/fr/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/fr/LC_MESSAGES/plasma_applet_nuclearCalculator.mo -share/locale/fr/LC_MESSAGES/plasma_applet_opendesktop.mo -share/locale/fr/LC_MESSAGES/plasma_applet_opendesktop_activities.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.notifications.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.printmanager.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo -share/locale/fr/LC_MESSAGES/plasma_applet_pager.mo -share/locale/fr/LC_MESSAGES/plasma_applet_panel.mo -share/locale/fr/LC_MESSAGES/plasma_applet_panelspacer_internal.mo -share/locale/fr/LC_MESSAGES/plasma_applet_paste.mo -share/locale/fr/LC_MESSAGES/plasma_applet_pastebin.mo -share/locale/fr/LC_MESSAGES/plasma_applet_plasmaboard.mo -share/locale/fr/LC_MESSAGES/plasma_applet_previewer.mo -share/locale/fr/LC_MESSAGES/plasma_applet_qalculate.mo -share/locale/fr/LC_MESSAGES/plasma_applet_qstardict.mo -share/locale/fr/LC_MESSAGES/plasma_applet_quicklaunch.mo -share/locale/fr/LC_MESSAGES/plasma_applet_rssnow.mo -share/locale/fr/LC_MESSAGES/plasma_applet_rtm.mo -share/locale/fr/LC_MESSAGES/plasma_applet_sal.mo -share/locale/fr/LC_MESSAGES/plasma_applet_saverdesktop.mo -share/locale/fr/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/fr/LC_MESSAGES/plasma_applet_showdashboard.mo -share/locale/fr/LC_MESSAGES/plasma_applet_showdesktop.mo -share/locale/fr/LC_MESSAGES/plasma_applet_skapplet.mo -share/locale/fr/LC_MESSAGES/plasma_applet_spellcheck.mo -share/locale/fr/LC_MESSAGES/plasma_applet_system-monitor.mo -share/locale/fr/LC_MESSAGES/plasma_applet_systemloadviewer.mo -share/locale/fr/LC_MESSAGES/plasma_applet_systemtray.mo -share/locale/fr/LC_MESSAGES/plasma_applet_tasks.mo -share/locale/fr/LC_MESSAGES/plasma_applet_timer.mo -share/locale/fr/LC_MESSAGES/plasma_applet_trash.mo -share/locale/fr/LC_MESSAGES/plasma_applet_unitconverter.mo -share/locale/fr/LC_MESSAGES/plasma_applet_weather.mo -share/locale/fr/LC_MESSAGES/plasma_applet_weatherstation.mo -share/locale/fr/LC_MESSAGES/plasma_applet_webbrowser.mo -share/locale/fr/LC_MESSAGES/plasma_applet_webslice.mo -share/locale/fr/LC_MESSAGES/plasma_applet_windowlist.mo -share/locale/fr/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo -share/locale/fr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/fr/LC_MESSAGES/plasma_containmentactions_switchactivity.mo -share/locale/fr/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo -share/locale/fr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.ktp-chat.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.ktp-contactlist.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.person.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.katesessions.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.printmanager.mo share/locale/fr/LC_MESSAGES/plasma_engine_kalzium.mo -share/locale/fr/LC_MESSAGES/plasma_engine_kdeobservatory.mo -share/locale/fr/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/fr/LC_MESSAGES/plasma_engine_kuiserver.mo -share/locale/fr/LC_MESSAGES/plasma_engine_metadata.mo -share/locale/fr/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/fr/LC_MESSAGES/plasma_engine_network.mo -share/locale/fr/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/fr/LC_MESSAGES/plasma_engine_nowplaying.mo -share/locale/fr/LC_MESSAGES/plasma_engine_rss.mo -share/locale/fr/LC_MESSAGES/plasma_engine_share.mo -share/locale/fr/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/fr/LC_MESSAGES/plasma_engine_weather.mo -share/locale/fr/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo -share/locale/fr/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo -share/locale/fr/LC_MESSAGES/plasma_packagestructure_comic.mo -share/locale/fr/LC_MESSAGES/plasma_runner_CharacterRunner.mo -share/locale/fr/LC_MESSAGES/plasma_runner_activities.mo -share/locale/fr/LC_MESSAGES/plasma_runner_audioplayercontrol.mo -share/locale/fr/LC_MESSAGES/plasma_runner_baloosearchrunner.mo -share/locale/fr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/fr/LC_MESSAGES/plasma_runner_browserhistory.mo -share/locale/fr/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/fr/LC_MESSAGES/plasma_runner_contacts.mo -share/locale/fr/LC_MESSAGES/plasma_runner_converterrunner.mo -share/locale/fr/LC_MESSAGES/plasma_runner_datetime.mo -share/locale/fr/LC_MESSAGES/plasma_runner_events.mo -share/locale/fr/LC_MESSAGES/plasma_runner_katesessions.mo -share/locale/fr/LC_MESSAGES/plasma_runner_kget.mo -share/locale/fr/LC_MESSAGES/plasma_runner_kill.mo -share/locale/fr/LC_MESSAGES/plasma_runner_konquerorsessions.mo -share/locale/fr/LC_MESSAGES/plasma_runner_konsolesessions.mo -share/locale/fr/LC_MESSAGES/plasma_runner_kopete.mo -share/locale/fr/LC_MESSAGES/plasma_runner_krunner_dictionary.mo -share/locale/fr/LC_MESSAGES/plasma_runner_locations.mo -share/locale/fr/LC_MESSAGES/plasma_runner_marblerunner.mo -share/locale/fr/LC_MESSAGES/plasma_runner_mediawiki.mo -share/locale/fr/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo -share/locale/fr/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/fr/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/fr/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/fr/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/fr/LC_MESSAGES/plasma_runner_services.mo -share/locale/fr/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/fr/LC_MESSAGES/plasma_runner_shell.mo -share/locale/fr/LC_MESSAGES/plasma_runner_solid.mo -share/locale/fr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo -share/locale/fr/LC_MESSAGES/plasma_runner_translator.mo -share/locale/fr/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/fr/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/fr/LC_MESSAGES/plasma_runner_windows.mo -share/locale/fr/LC_MESSAGES/plasma_runner_youtube.mo -share/locale/fr/LC_MESSAGES/plasma_scriptengine_qscript.mo -share/locale/fr/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo -share/locale/fr/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo -share/locale/fr/LC_MESSAGES/plasma_wallpaper_color.mo -share/locale/fr/LC_MESSAGES/plasma_wallpaper_image.mo -share/locale/fr/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo -share/locale/fr/LC_MESSAGES/plasma_wallpaper_marble.mo -share/locale/fr/LC_MESSAGES/plasma_wallpaper_pattern.mo -share/locale/fr/LC_MESSAGES/plasma_wallpaper_potd.mo -share/locale/fr/LC_MESSAGES/plasma_wallpaper_virus.mo -share/locale/fr/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/fr/LC_MESSAGES/plasmagenericshell.mo -share/locale/fr/LC_MESSAGES/plasmapkg.mo +share/locale/fr/LC_MESSAGES/plasma_runner_ktp_contacts.mo +share/locale/fr/LC_MESSAGES/plasma_runner_marble.mo share/locale/fr/LC_MESSAGES/pothumbnail.mo -share/locale/fr/LC_MESSAGES/powerdevil.mo -share/locale/fr/LC_MESSAGES/powerdevilactivitiesconfig.mo -share/locale/fr/LC_MESSAGES/powerdevilglobalconfig.mo -share/locale/fr/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/fr/LC_MESSAGES/print-manager.mo -share/locale/fr/LC_MESSAGES/processcore.mo -share/locale/fr/LC_MESSAGES/processui.mo -share/locale/fr/LC_MESSAGES/randrmonitor.mo share/locale/fr/LC_MESSAGES/rellinks.mo share/locale/fr/LC_MESSAGES/rocs.mo -share/locale/fr/LC_MESSAGES/rocscore.mo -share/locale/fr/LC_MESSAGES/rocsvisualeditor.mo share/locale/fr/LC_MESSAGES/searchbarplugin.mo share/locale/fr/LC_MESSAGES/sieveeditor.mo -share/locale/fr/LC_MESSAGES/solid-hardware.mo -share/locale/fr/LC_MESSAGES/solid_qt.mo -share/locale/fr/LC_MESSAGES/soliduiserver.mo -share/locale/fr/LC_MESSAGES/step.appdata.mo +share/locale/fr/LC_MESSAGES/spectacle.mo share/locale/fr/LC_MESSAGES/step.mo -share/locale/fr/LC_MESSAGES/step_qt.mo +share/locale/fr/LC_MESSAGES/step_qt.qm share/locale/fr/LC_MESSAGES/storageservicemanager.mo -share/locale/fr/LC_MESSAGES/strigila_diff.mo -share/locale/fr/LC_MESSAGES/superkaramba.mo +share/locale/fr/LC_MESSAGES/storageservices.mo share/locale/fr/LC_MESSAGES/svgpart.mo -share/locale/fr/LC_MESSAGES/sweeper.mo -share/locale/fr/LC_MESSAGES/systemsettings.mo -share/locale/fr/LC_MESSAGES/tasks-mobile.mo -share/locale/fr/LC_MESSAGES/timezones4.mo share/locale/fr/LC_MESSAGES/uachangerplugin.mo -share/locale/fr/LC_MESSAGES/umbrello.mo -share/locale/fr/LC_MESSAGES/useraccount.mo share/locale/fr/LC_MESSAGES/validatorsplugin.mo share/locale/fr/LC_MESSAGES/webarchiver.mo -share/locale/fr/LC_MESSAGES/xml_mimetypes.mo +share/locale/fr/LC_MESSAGES/webenginepart.mo +share/locale/fr/LC_MESSAGES/webengineurlinterceptor.mo share/locale/fr/LC_SCRIPTS/kgeography/kgeography.js -share/locale/fr/entry.desktop Index: games/blinken/Makefile =================================================================== --- games/blinken/Makefile +++ games/blinken/Makefile @@ -1,14 +1,15 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= blinken -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org -COMMENT= Memory enhancement game for KDE 4 +COMMENT= Memory enhancement game for KDE -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= dbusaddons doctools ecm guiaddons i18n xmlgui +USE_QT5= buildtools_build core gui phonon4 qmake_build svg widgets .include Index: games/blinken/distinfo =================================================================== --- games/blinken/distinfo +++ games/blinken/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/blinken-4.14.3.tar.xz) = 7c14af0d6e9b3e8132ae0d15f24fc12f5b53edd44ca4de6a4df1fd4e8cdcae7e -SIZE (KDE/4.14.3/blinken-4.14.3.tar.xz) = 565784 +TIMESTAMP = 1486501781 +SHA256 (KDE/applications/16.12.2/blinken-16.12.2.tar.xz) = dd9cc57d4782810fb67b5f0293f07097abe026be0c660fd366e43c9e524094f1 +SIZE (KDE/applications/16.12.2/blinken-16.12.2.tar.xz) = 562776 Index: games/blinken/pkg-plist =================================================================== --- games/blinken/pkg-plist +++ games/blinken/pkg-plist @@ -1,14 +1,13 @@ bin/blinken -share/appdata/blinken.appdata.xml -share/applications/kde4/blinken.desktop -share/apps/blinken/README.packagers -share/apps/blinken/fonts/steve.ttf -share/apps/blinken/images/blinken.svg -share/apps/blinken/sounds/1.wav -share/apps/blinken/sounds/2.wav -share/apps/blinken/sounds/3.wav -share/apps/blinken/sounds/4.wav -share/apps/blinken/sounds/lose.wav +share/applications/org.kde.blinken.desktop +%%DATADIR%%/README.packagers +%%DATADIR%%/fonts/steve.ttf +%%DATADIR%%/images/blinken.svg +%%DATADIR%%/sounds/1.wav +%%DATADIR%%/sounds/2.wav +%%DATADIR%%/sounds/3.wav +%%DATADIR%%/sounds/4.wav +%%DATADIR%%/sounds/lose.wav share/config.kcfg/blinken.kcfg share/doc/HTML/en/blinken/blinken1.png share/doc/HTML/en/blinken/blinken2.png @@ -17,7 +16,6 @@ share/doc/HTML/en/blinken/blinken_highscoresbutton.png share/doc/HTML/en/blinken/blinken_nickprompt.png share/doc/HTML/en/blinken/blinken_quitbutton.png -share/doc/HTML/en/blinken/common share/doc/HTML/en/blinken/index.cache.bz2 share/doc/HTML/en/blinken/index.docbook share/icons/hicolor/128x128/apps/blinken.png @@ -27,3 +25,4 @@ share/icons/hicolor/48x48/apps/blinken.png share/icons/hicolor/64x64/apps/blinken.png share/icons/hicolor/scalable/apps/blinken.svgz +share/metainfo/org.kde.blinken.appdata.xml Index: games/bomber/Makefile =================================================================== --- games/bomber/Makefile +++ games/bomber/Makefile @@ -1,15 +1,18 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= bomber -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= config configwidgets coreaddons dbusaddons ecm i18n \ + kio libkdegames xmlgui +USE_QT5= buildtools_build qmake_build core gui widgets qml \ + quick phonon4 -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/bomber/distinfo =================================================================== --- games/bomber/distinfo +++ games/bomber/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/bomber-4.14.3.tar.xz) = 9e0a121206e59a038984242c614283b13f011adb5a9b210d9622426f9db87c25 -SIZE (KDE/4.14.3/bomber-4.14.3.tar.xz) = 385916 +TIMESTAMP = 1486501781 +SHA256 (KDE/applications/16.12.2/bomber-16.12.2.tar.xz) = 0cb312a6c9c040959e56dc3c05b772e446df33d594fd7ef29a26c7fc8a3fc1bb +SIZE (KDE/applications/16.12.2/bomber-16.12.2.tar.xz) = 715200 Index: games/bomber/pkg-plist =================================================================== --- games/bomber/pkg-plist +++ games/bomber/pkg-plist @@ -1,18 +1,20 @@ bin/bomber -share/applications/kde4/bomber.desktop -share/apps/bomber/bomberui.rc -share/apps/bomber/themes/Lava-Island.desktop -share/apps/bomber/themes/Lava-Island.svgz -share/apps/bomber/themes/kbomber.desktop -share/apps/bomber/themes/kbomber.png -share/apps/bomber/themes/kbomber.svgz -share/apps/bomber/themes/lava-Island.png +share/applications/org.kde.bomber.desktop +%%DATADIR%%/sounds/bomb.ogg +%%DATADIR%%/sounds/crash.ogg +%%DATADIR%%/themes/Lava-Island.desktop +%%DATADIR%%/themes/Lava-Island.svgz +%%DATADIR%%/themes/kbomber.desktop +%%DATADIR%%/themes/kbomber.png +%%DATADIR%%/themes/kbomber.svgz +%%DATADIR%%/themes/lava-Island.png share/config.kcfg/bomber.kcfg -share/doc/HTML/en/bomber/common share/doc/HTML/en/bomber/index.cache.bz2 share/doc/HTML/en/bomber/index.docbook +share/doc/HTML/en/bomber/mainscreen.png share/icons/hicolor/128x128/apps/bomber.png share/icons/hicolor/32x32/apps/bomber.png share/icons/hicolor/48x48/apps/bomber.png share/icons/hicolor/64x64/apps/bomber.png -share/icons/hicolor/scalable/apps/bomber.svgz +share/kxmlgui5/bomber/bomberui.rc +share/metainfo/org.kde.bomber.appdata.xml Index: games/bovo/Makefile =================================================================== --- games/bovo/Makefile +++ games/bovo/Makefile @@ -1,15 +1,17 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= bovo -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= coreaddons ecm kdeclarative libkdegames newstuff xmlgui +USE_QT5= buildtools_build concurrent core gui network \ + qmake_build qml quick svg widgets -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/bovo/distinfo =================================================================== --- games/bovo/distinfo +++ games/bovo/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/bovo-4.14.3.tar.xz) = 4e6cc9830ea9688e22a5fe741f5e3f58a7b59729636549abb30144dbed75d45d -SIZE (KDE/4.14.3/bovo-4.14.3.tar.xz) = 101320 +TIMESTAMP = 1486501781 +SHA256 (KDE/applications/16.12.2/bovo-16.12.2.tar.xz) = f8279e1196430e41b0bc89bfde387241b3391e178683b065e9e204ac635f5f37 +SIZE (KDE/applications/16.12.2/bovo-16.12.2.tar.xz) = 139368 Index: games/bovo/pkg-plist =================================================================== --- games/bovo/pkg-plist +++ games/bovo/pkg-plist @@ -1,21 +1,21 @@ bin/bovo -share/applications/kde4/bovo.desktop -share/apps/bovo/bovoui.rc -share/apps/bovo/themes/gomoku/theme.svg -share/apps/bovo/themes/gomoku/themerc -share/apps/bovo/themes/highcontrast/theme.svg -share/apps/bovo/themes/highcontrast/themerc -share/apps/bovo/themes/scribble/theme.svg -share/apps/bovo/themes/scribble/themerc -share/apps/bovo/themes/spacy/theme.svg -share/apps/bovo/themes/spacy/themerc -share/doc/HTML/en/bovo/common +share/applications/org.kde.bovo.desktop +%%DATADIR%%/themes/gomoku/theme.svg +%%DATADIR%%/themes/gomoku/themerc +%%DATADIR%%/themes/highcontrast/theme.svg +%%DATADIR%%/themes/highcontrast/themerc +%%DATADIR%%/themes/scribble/theme.svg +%%DATADIR%%/themes/scribble/themerc +%%DATADIR%%/themes/spacy/theme.svg +%%DATADIR%%/themes/spacy/themerc share/doc/HTML/en/bovo/index.cache.bz2 share/doc/HTML/en/bovo/index.docbook +share/doc/HTML/en/bovo/mainscreen.png share/icons/hicolor/128x128/apps/bovo.png share/icons/hicolor/16x16/apps/bovo.png share/icons/hicolor/22x22/apps/bovo.png share/icons/hicolor/32x32/apps/bovo.png share/icons/hicolor/48x48/apps/bovo.png share/icons/hicolor/64x64/apps/bovo.png -share/icons/hicolor/scalable/apps/bovo.svgz +share/kxmlgui5/bovo/bovoui.rc +share/metainfo/org.kde.bovo.appdata.xml Index: games/granatier/Makefile =================================================================== --- games/granatier/Makefile +++ games/granatier/Makefile @@ -1,16 +1,19 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= granatier -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= corelib gui xml \ - moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= config coreaddons dbusaddons ecm guiaddons i18n \ + iconthemes itemviews kio libkdegames newstuff \ + notifyconfig widgetsaddons xmlgui +USE_QT5= core gui xml buildtools_build qmake_build widgets \ + svg qml quick -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/granatier/distinfo =================================================================== --- games/granatier/distinfo +++ games/granatier/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/granatier-4.14.3.tar.xz) = 92b63bd577e16a8494e65a040af5af33314acc2d2b8a4d4a6663bc07b73dda21 -SIZE (KDE/4.14.3/granatier-4.14.3.tar.xz) = 1382172 +TIMESTAMP = 1486501781 +SHA256 (KDE/applications/16.12.2/granatier-16.12.2.tar.xz) = edd7b434e7c84d03d6e3f43a1a7567d6eae248bb6b0040abba5aec22ddb66005 +SIZE (KDE/applications/16.12.2/granatier-16.12.2.tar.xz) = 1238440 Index: games/granatier/pkg-plist =================================================================== --- games/granatier/pkg-plist +++ games/granatier/pkg-plist @@ -1,112 +1,5 @@ bin/granatier -share/applications/kde4/granatier.desktop -share/apps/granatier/arenas/clanbomber_Arena.desktop -share/apps/granatier/arenas/clanbomber_Arena.xml -share/apps/granatier/arenas/clanbomber_Big_Block.desktop -share/apps/granatier/arenas/clanbomber_Big_Block.xml -share/apps/granatier/arenas/clanbomber_Big_Standard.desktop -share/apps/granatier/arenas/clanbomber_Big_Standard.xml -share/apps/granatier/arenas/clanbomber_Blast_Matrix.desktop -share/apps/granatier/arenas/clanbomber_Blast_Matrix.xml -share/apps/granatier/arenas/clanbomber_Bloody_Ring.desktop -share/apps/granatier/arenas/clanbomber_Bloody_Ring.xml -share/apps/granatier/arenas/clanbomber_Boiling_Egg.desktop -share/apps/granatier/arenas/clanbomber_Boiling_Egg.xml -share/apps/granatier/arenas/clanbomber_Bomb_Attack.desktop -share/apps/granatier/arenas/clanbomber_Bomb_Attack.xml -share/apps/granatier/arenas/clanbomber_Broken_Heart.desktop -share/apps/granatier/arenas/clanbomber_Broken_Heart.xml -share/apps/granatier/arenas/clanbomber_Crammed.desktop -share/apps/granatier/arenas/clanbomber_Crammed.xml -share/apps/granatier/arenas/clanbomber_Death_Corridor.desktop -share/apps/granatier/arenas/clanbomber_Death_Corridor.xml -share/apps/granatier/arenas/clanbomber_Dilemma.desktop -share/apps/granatier/arenas/clanbomber_Dilemma.xml -share/apps/granatier/arenas/clanbomber_FearCircle.desktop -share/apps/granatier/arenas/clanbomber_FearCircle.xml -share/apps/granatier/arenas/clanbomber_FearCircle_Remix.desktop -share/apps/granatier/arenas/clanbomber_FearCircle_Remix.xml -share/apps/granatier/arenas/clanbomber_FireWheels.desktop -share/apps/granatier/arenas/clanbomber_FireWheels.xml -share/apps/granatier/arenas/clanbomber_Football.desktop -share/apps/granatier/arenas/clanbomber_Football.xml -share/apps/granatier/arenas/clanbomber_Four_Instance.desktop -share/apps/granatier/arenas/clanbomber_Four_Instance.xml -share/apps/granatier/arenas/clanbomber_Ghostbear.desktop -share/apps/granatier/arenas/clanbomber_Ghostbear.xml -share/apps/granatier/arenas/clanbomber_Hard_Work.desktop -share/apps/granatier/arenas/clanbomber_Hard_Work.xml -share/apps/granatier/arenas/clanbomber_Hole_Run.desktop -share/apps/granatier/arenas/clanbomber_Hole_Run.xml -share/apps/granatier/arenas/clanbomber_Huge_Standard.desktop -share/apps/granatier/arenas/clanbomber_Huge_Standard.xml -share/apps/granatier/arenas/clanbomber_Juicy_Lucy.desktop -share/apps/granatier/arenas/clanbomber_Juicy_Lucy.xml -share/apps/granatier/arenas/clanbomber_Kitchen.desktop -share/apps/granatier/arenas/clanbomber_Kitchen.xml -share/apps/granatier/arenas/clanbomber_Meeting.desktop -share/apps/granatier/arenas/clanbomber_Meeting.xml -share/apps/granatier/arenas/clanbomber_MungoBane.desktop -share/apps/granatier/arenas/clanbomber_MungoBane.xml -share/apps/granatier/arenas/clanbomber_Obstacle_Race.desktop -share/apps/granatier/arenas/clanbomber_Obstacle_Race.xml -share/apps/granatier/arenas/clanbomber_Overkill.desktop -share/apps/granatier/arenas/clanbomber_Overkill.xml -share/apps/granatier/arenas/clanbomber_Prison_Cells.desktop -share/apps/granatier/arenas/clanbomber_Prison_Cells.xml -share/apps/granatier/arenas/clanbomber_Redirection.desktop -share/apps/granatier/arenas/clanbomber_Redirection.xml -share/apps/granatier/arenas/clanbomber_Sixty_Nine.desktop -share/apps/granatier/arenas/clanbomber_Sixty_Nine.xml -share/apps/granatier/arenas/clanbomber_Small_Standard.desktop -share/apps/granatier/arenas/clanbomber_Small_Standard.xml -share/apps/granatier/arenas/clanbomber_Snake_Race.desktop -share/apps/granatier/arenas/clanbomber_Snake_Race.xml -share/apps/granatier/arenas/clanbomber_Tiny_Standard.desktop -share/apps/granatier/arenas/clanbomber_Tiny_Standard.xml -share/apps/granatier/arenas/clanbomber_Whole_Mess.desktop -share/apps/granatier/arenas/clanbomber_Whole_Mess.xml -share/apps/granatier/arenas/clover.desktop -share/apps/granatier/arenas/clover.xml -share/apps/granatier/arenas/crazy.desktop -share/apps/granatier/arenas/crazy.xml -share/apps/granatier/arenas/granatier.desktop -share/apps/granatier/arenas/granatier.xml -share/apps/granatier/arenas/labyrinth.desktop -share/apps/granatier/arenas/labyrinth.xml -share/apps/granatier/arenas/threeofthree.desktop -share/apps/granatier/arenas/threeofthree.xml -share/apps/granatier/granatierui.rc -share/apps/granatier/players/player1.desktop -share/apps/granatier/players/player1.svgz -share/apps/granatier/players/player2.desktop -share/apps/granatier/players/player2.svgz -share/apps/granatier/players/player3.desktop -share/apps/granatier/players/player3.svgz -share/apps/granatier/players/player4.desktop -share/apps/granatier/players/player4.svgz -share/apps/granatier/players/player5.desktop -share/apps/granatier/players/player5.svgz -share/apps/granatier/sounds/break.wav -share/apps/granatier/sounds/clear.wav -share/apps/granatier/sounds/corpse_explode.wav -share/apps/granatier/sounds/crunch.wav -share/apps/granatier/sounds/deepfall.wav -share/apps/granatier/sounds/die.wav -share/apps/granatier/sounds/explode.wav -share/apps/granatier/sounds/joint.wav -share/apps/granatier/sounds/putbomb.wav -share/apps/granatier/sounds/winlevel.wav -share/apps/granatier/sounds/wow.wav -share/apps/granatier/themes/clanbomber.desktop -share/apps/granatier/themes/clanbomber.svgz -share/apps/granatier/themes/clanbomber_preview.png -share/apps/granatier/themes/granatier.desktop -share/apps/granatier/themes/granatier.svgz -share/apps/granatier/themes/granatier_preview.png -share/apps/granatier/themes/waterbomb.desktop -share/apps/granatier/themes/waterbomb.svgz -share/apps/granatier/themes/waterbomb_preview.png +share/applications/org.kde.granatier.desktop share/config.kcfg/granatier.kcfg share/doc/HTML/en/granatier/arena_arrow_right.png share/doc/HTML/en/granatier/arena_block.png @@ -127,7 +20,6 @@ share/doc/HTML/en/granatier/bonus_shield.png share/doc/HTML/en/granatier/bonus_speed.png share/doc/HTML/en/granatier/bonus_throw.png -share/doc/HTML/en/granatier/common share/doc/HTML/en/granatier/config_arena.png share/doc/HTML/en/granatier/config_arena_random_mode.png share/doc/HTML/en/granatier/config_general.png @@ -136,10 +28,117 @@ share/doc/HTML/en/granatier/granatier.png share/doc/HTML/en/granatier/index.cache.bz2 share/doc/HTML/en/granatier/index.docbook +%%DATADIR%%/arenas/clanbomber_Arena.desktop +%%DATADIR%%/arenas/clanbomber_Arena.xml +%%DATADIR%%/arenas/clanbomber_Big_Block.desktop +%%DATADIR%%/arenas/clanbomber_Big_Block.xml +%%DATADIR%%/arenas/clanbomber_Big_Standard.desktop +%%DATADIR%%/arenas/clanbomber_Big_Standard.xml +%%DATADIR%%/arenas/clanbomber_Blast_Matrix.desktop +%%DATADIR%%/arenas/clanbomber_Blast_Matrix.xml +%%DATADIR%%/arenas/clanbomber_Bloody_Ring.desktop +%%DATADIR%%/arenas/clanbomber_Bloody_Ring.xml +%%DATADIR%%/arenas/clanbomber_Boiling_Egg.desktop +%%DATADIR%%/arenas/clanbomber_Boiling_Egg.xml +%%DATADIR%%/arenas/clanbomber_Bomb_Attack.desktop +%%DATADIR%%/arenas/clanbomber_Bomb_Attack.xml +%%DATADIR%%/arenas/clanbomber_Broken_Heart.desktop +%%DATADIR%%/arenas/clanbomber_Broken_Heart.xml +%%DATADIR%%/arenas/clanbomber_Crammed.desktop +%%DATADIR%%/arenas/clanbomber_Crammed.xml +%%DATADIR%%/arenas/clanbomber_Death_Corridor.desktop +%%DATADIR%%/arenas/clanbomber_Death_Corridor.xml +%%DATADIR%%/arenas/clanbomber_Dilemma.desktop +%%DATADIR%%/arenas/clanbomber_Dilemma.xml +%%DATADIR%%/arenas/clanbomber_FearCircle.desktop +%%DATADIR%%/arenas/clanbomber_FearCircle.xml +%%DATADIR%%/arenas/clanbomber_FearCircle_Remix.desktop +%%DATADIR%%/arenas/clanbomber_FearCircle_Remix.xml +%%DATADIR%%/arenas/clanbomber_FireWheels.desktop +%%DATADIR%%/arenas/clanbomber_FireWheels.xml +%%DATADIR%%/arenas/clanbomber_Football.desktop +%%DATADIR%%/arenas/clanbomber_Football.xml +%%DATADIR%%/arenas/clanbomber_Four_Instance.desktop +%%DATADIR%%/arenas/clanbomber_Four_Instance.xml +%%DATADIR%%/arenas/clanbomber_Ghostbear.desktop +%%DATADIR%%/arenas/clanbomber_Ghostbear.xml +%%DATADIR%%/arenas/clanbomber_Hard_Work.desktop +%%DATADIR%%/arenas/clanbomber_Hard_Work.xml +%%DATADIR%%/arenas/clanbomber_Hole_Run.desktop +%%DATADIR%%/arenas/clanbomber_Hole_Run.xml +%%DATADIR%%/arenas/clanbomber_Huge_Standard.desktop +%%DATADIR%%/arenas/clanbomber_Huge_Standard.xml +%%DATADIR%%/arenas/clanbomber_Juicy_Lucy.desktop +%%DATADIR%%/arenas/clanbomber_Juicy_Lucy.xml +%%DATADIR%%/arenas/clanbomber_Kitchen.desktop +%%DATADIR%%/arenas/clanbomber_Kitchen.xml +%%DATADIR%%/arenas/clanbomber_Meeting.desktop +%%DATADIR%%/arenas/clanbomber_Meeting.xml +%%DATADIR%%/arenas/clanbomber_MungoBane.desktop +%%DATADIR%%/arenas/clanbomber_MungoBane.xml +%%DATADIR%%/arenas/clanbomber_Obstacle_Race.desktop +%%DATADIR%%/arenas/clanbomber_Obstacle_Race.xml +%%DATADIR%%/arenas/clanbomber_Overkill.desktop +%%DATADIR%%/arenas/clanbomber_Overkill.xml +%%DATADIR%%/arenas/clanbomber_Prison_Cells.desktop +%%DATADIR%%/arenas/clanbomber_Prison_Cells.xml +%%DATADIR%%/arenas/clanbomber_Redirection.desktop +%%DATADIR%%/arenas/clanbomber_Redirection.xml +%%DATADIR%%/arenas/clanbomber_Sixty_Nine.desktop +%%DATADIR%%/arenas/clanbomber_Sixty_Nine.xml +%%DATADIR%%/arenas/clanbomber_Small_Standard.desktop +%%DATADIR%%/arenas/clanbomber_Small_Standard.xml +%%DATADIR%%/arenas/clanbomber_Snake_Race.desktop +%%DATADIR%%/arenas/clanbomber_Snake_Race.xml +%%DATADIR%%/arenas/clanbomber_Tiny_Standard.desktop +%%DATADIR%%/arenas/clanbomber_Tiny_Standard.xml +%%DATADIR%%/arenas/clanbomber_Whole_Mess.desktop +%%DATADIR%%/arenas/clanbomber_Whole_Mess.xml +%%DATADIR%%/arenas/clover.desktop +%%DATADIR%%/arenas/clover.xml +%%DATADIR%%/arenas/crazy.desktop +%%DATADIR%%/arenas/crazy.xml +%%DATADIR%%/arenas/granatier.desktop +%%DATADIR%%/arenas/granatier.xml +%%DATADIR%%/arenas/labyrinth.desktop +%%DATADIR%%/arenas/labyrinth.xml +%%DATADIR%%/arenas/threeofthree.desktop +%%DATADIR%%/arenas/threeofthree.xml +%%DATADIR%%/players/player1.desktop +%%DATADIR%%/players/player1.svgz +%%DATADIR%%/players/player2.desktop +%%DATADIR%%/players/player2.svgz +%%DATADIR%%/players/player3.desktop +%%DATADIR%%/players/player3.svgz +%%DATADIR%%/players/player4.desktop +%%DATADIR%%/players/player4.svgz +%%DATADIR%%/players/player5.desktop +%%DATADIR%%/players/player5.svgz +%%DATADIR%%/sounds/break.wav +%%DATADIR%%/sounds/clear.wav +%%DATADIR%%/sounds/corpse_explode.wav +%%DATADIR%%/sounds/crunch.wav +%%DATADIR%%/sounds/deepfall.wav +%%DATADIR%%/sounds/die.wav +%%DATADIR%%/sounds/explode.wav +%%DATADIR%%/sounds/joint.wav +%%DATADIR%%/sounds/putbomb.wav +%%DATADIR%%/sounds/winlevel.wav +%%DATADIR%%/sounds/wow.wav +%%DATADIR%%/themes/clanbomber.desktop +%%DATADIR%%/themes/clanbomber.svgz +%%DATADIR%%/themes/clanbomber_preview.png +%%DATADIR%%/themes/granatier.desktop +%%DATADIR%%/themes/granatier.svgz +%%DATADIR%%/themes/granatier_preview.png +%%DATADIR%%/themes/waterbomb.desktop +%%DATADIR%%/themes/waterbomb.svgz +%%DATADIR%%/themes/waterbomb_preview.png share/icons/hicolor/128x128/apps/granatier.png share/icons/hicolor/16x16/apps/granatier.png share/icons/hicolor/22x22/apps/granatier.png share/icons/hicolor/32x32/apps/granatier.png share/icons/hicolor/48x48/apps/granatier.png share/icons/hicolor/64x64/apps/granatier.png -share/icons/hicolor/scalable/apps/granatier.svgz +share/kxmlgui5/granatier/granatierui.rc +share/metainfo/org.kde.granatier.appdata.xml Index: games/kanagram/Makefile =================================================================== --- games/kanagram/Makefile +++ games/kanagram/Makefile @@ -1,15 +1,17 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= kanagram -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org -COMMENT= Letter order game for KDE 4 +COMMENT= Letter order game for KDE -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdeedu automoc4 -USE_QT4= xml corelib declarative gui opengl script xml \ - moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= config configwidgets coreaddons crash doctools ecm \ + i18n kdeclarative kio libkeduvocdocument newstuff sonnet +USE_QT5= core gui opengl qml quick svg widgets xml \ + qmake_build buildtools_build .include Index: games/kanagram/distinfo =================================================================== --- games/kanagram/distinfo +++ games/kanagram/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kanagram-4.14.3.tar.xz) = 95e551f5c1d923d0c3dbca4a024b0381fab7c35f56e7a9ce26fdb75ccc28495b -SIZE (KDE/4.14.3/kanagram-4.14.3.tar.xz) = 4612252 +TIMESTAMP = 1486501782 +SHA256 (KDE/applications/16.12.2/kanagram-16.12.2.tar.xz) = c193512d48c4075ce51f2a99a3bbb7094d7476222f1671f97cd718f04107a225 +SIZE (KDE/applications/16.12.2/kanagram-16.12.2.tar.xz) = 5524716 Index: games/kanagram/pkg-plist =================================================================== --- games/kanagram/pkg-plist +++ games/kanagram/pkg-plist @@ -1,31 +1,8 @@ bin/kanagram -share/appdata/kanagram.appdata.xml -share/applications/kde4/kanagram.desktop -share/apps/kanagram/sounds/chalk.ogg -share/apps/kanagram/sounds/right.ogg -share/apps/kanagram/sounds/wrong.ogg -share/apps/plasma/packages/org.kde.kanagram/contents/ui/Blackboard.qml -share/apps/plasma/packages/org.kde.kanagram/contents/ui/icons/about-kanagram.png -share/apps/plasma/packages/org.kde.kanagram/contents/ui/icons/about-kde.png -share/apps/plasma/packages/org.kde.kanagram/contents/ui/icons/arrow-light.svgz -share/apps/plasma/packages/org.kde.kanagram/contents/ui/icons/hint.png -share/apps/plasma/packages/org.kde.kanagram/contents/ui/icons/kanagram-handbook.png -share/apps/plasma/packages/org.kde.kanagram/contents/ui/icons/left-arrow.png -share/apps/plasma/packages/org.kde.kanagram/contents/ui/icons/on-off-light.svgz -share/apps/plasma/packages/org.kde.kanagram/contents/ui/icons/question-light.svgz -share/apps/plasma/packages/org.kde.kanagram/contents/ui/icons/reveal.png -share/apps/plasma/packages/org.kde.kanagram/contents/ui/icons/right-arrow.png -share/apps/plasma/packages/org.kde.kanagram/contents/ui/icons/spanner-light.svgz -share/apps/plasma/packages/org.kde.kanagram/contents/ui/icons/timer.png -share/apps/plasma/packages/org.kde.kanagram/contents/ui/images/background.jpg -share/apps/plasma/packages/org.kde.kanagram/contents/ui/images/chalkboard.png -share/apps/plasma/packages/org.kde.kanagram/contents/ui/images/header.png -share/apps/plasma/packages/org.kde.kanagram/contents/ui/main.qml -share/apps/plasma/packages/org.kde.kanagram/metadata.desktop +etc/xdg/kanagram.knsrc +share/metainfo/org.kde.kanagram.appdata.xml +share/applications/org.kde.kanagram.desktop share/config.kcfg/kanagram.kcfg -share/config/kanagram.knsrc -share/doc/HTML/en/kanagram/answer-highlight.png -share/doc/HTML/en/kanagram/common share/doc/HTML/en/kanagram/general-settings.png share/doc/HTML/en/kanagram/helpstates.png share/doc/HTML/en/kanagram/index.cache.bz2 @@ -33,15 +10,41 @@ share/doc/HTML/en/kanagram/kanagram-hint.png share/doc/HTML/en/kanagram/kanagram.png share/doc/HTML/en/kanagram/newstuff-dialog.png -share/doc/HTML/en/kanagram/newstuff-settings.png -share/doc/HTML/en/kanagram/shortcuts-settings.png share/doc/HTML/en/kanagram/vocab-editor.png share/doc/HTML/en/kanagram/vocab-settings.png -share/icons/hicolor/128x128/apps/kanagram.png share/icons/hicolor/16x16/apps/kanagram.png share/icons/hicolor/24x24/apps/kanagram.png share/icons/hicolor/32x32/apps/kanagram.png share/icons/hicolor/48x48/apps/kanagram.png share/icons/hicolor/64x64/apps/kanagram.png share/icons/hicolor/80x80/apps/kanagram-harmattan.png +share/icons/hicolor/128x128/apps/kanagram.png share/icons/hicolor/scalable/apps/kanagram.svgz +%%DATADIR%%/ui/Blackboard.qml +%%DATADIR%%/ui/LetterButton.qml +%%DATADIR%%/ui/icons/1player.png +%%DATADIR%%/ui/icons/2player.png +%%DATADIR%%/ui/icons/about-kanagram.png +%%DATADIR%%/ui/icons/about-kde.png +%%DATADIR%%/ui/icons/arrow-light.svgz +%%DATADIR%%/ui/icons/close.png +%%DATADIR%%/ui/icons/hint.png +%%DATADIR%%/ui/icons/kanagram-handbook.png +%%DATADIR%%/ui/icons/left-arrow.png +%%DATADIR%%/ui/icons/on-off-light.svgz +%%DATADIR%%/ui/icons/question-light.svgz +%%DATADIR%%/ui/icons/reveal.png +%%DATADIR%%/ui/icons/right-arrow.png +%%DATADIR%%/ui/icons/spanner-light.svgz +%%DATADIR%%/ui/icons/timer.png +%%DATADIR%%/ui/icons/wikipedia.png +%%DATADIR%%/ui/images/background.jpg +%%DATADIR%%/ui/images/chalkboard.png +%%DATADIR%%/ui/images/header.png +%%DATADIR%%/ui/main.qml +%%DATADIR%%/ui/sounds/chalk.ogg +%%DATADIR%%/ui/sounds/chalk.wav +%%DATADIR%%/ui/sounds/right.ogg +%%DATADIR%%/ui/sounds/right.wav +%%DATADIR%%/ui/sounds/wrong.ogg +%%DATADIR%%/ui/sounds/wrong.wav Index: games/kapman/Makefile =================================================================== --- games/kapman/Makefile +++ games/kapman/Makefile @@ -1,16 +1,17 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= kapman -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= corelib gui xml \ - moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= config configwidgets coreaddons ecm i18n libkdegames \ + notifyconfig windowsystem xmlgui +USE_QT5= buildtools_build core gui qmake_build svg widgets xml -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/kapman/distinfo =================================================================== --- games/kapman/distinfo +++ games/kapman/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kapman-4.14.3.tar.xz) = 60ca0950e216b8d37659da172d2329dfa0417b4c6594ac39eebb5adb2e6d47b0 -SIZE (KDE/4.14.3/kapman-4.14.3.tar.xz) = 1819000 +TIMESTAMP = 1486501782 +SHA256 (KDE/applications/16.12.2/kapman-16.12.2.tar.xz) = 78217113f9f1f9b3e73a2bdc7faf4527710eca3a2008ae074ea469f45fe33a3d +SIZE (KDE/applications/16.12.2/kapman-16.12.2.tar.xz) = 1790204 Index: games/kapman/pkg-plist =================================================================== --- games/kapman/pkg-plist +++ games/kapman/pkg-plist @@ -1,24 +1,5 @@ bin/kapman -share/applications/kde4/kapman.desktop -share/apps/kapman/defaultmaze.xml -share/apps/kapman/kapmanui.rc -share/apps/kapman/themes/invisible.desktop -share/apps/kapman/themes/invisible.svgz -share/apps/kapman/themes/invisible_preview.png -share/apps/kapman/themes/matches.desktop -share/apps/kapman/themes/matches.svgz -share/apps/kapman/themes/matches_preview.png -share/apps/kapman/themes/mountain.copyright -share/apps/kapman/themes/mountain.desktop -share/apps/kapman/themes/mountain.svgz -share/apps/kapman/themes/mountain_preview.png -share/apps/kapman/themes/mummies_crypt.desktop -share/apps/kapman/themes/mummies_crypt.svgz -share/apps/kapman/themes/mummy_preview.png -share/apps/kapman/themes/retro.desktop -share/apps/kapman/themes/retro.svgz -share/apps/kapman/themes/retro_preview.png -share/doc/HTML/en/kapman/common +share/applications/org.kde.kapman.desktop share/doc/HTML/en/kapman/config.png share/doc/HTML/en/kapman/index.cache.bz2 share/doc/HTML/en/kapman/index.docbook @@ -29,7 +10,25 @@ share/icons/hicolor/32x32/apps/kapman.png share/icons/hicolor/48x48/apps/kapman.png share/icons/hicolor/64x64/apps/kapman.png -share/icons/hicolor/scalable/apps/kapman.svgz +%%DATADIR%%/defaultmaze.xml +%%DATADIR%%/themes/invisible.desktop +%%DATADIR%%/themes/invisible.svgz +%%DATADIR%%/themes/invisible_preview.png +%%DATADIR%%/themes/matches.desktop +%%DATADIR%%/themes/matches.svgz +%%DATADIR%%/themes/matches_preview.png +%%DATADIR%%/themes/mountain.copyright +%%DATADIR%%/themes/mountain.desktop +%%DATADIR%%/themes/mountain.svgz +%%DATADIR%%/themes/mountain_preview.png +%%DATADIR%%/themes/mummies_crypt.desktop +%%DATADIR%%/themes/mummies_crypt_preview.png +%%DATADIR%%/themes/mummies_crypt.svgz +%%DATADIR%%/themes/retro.desktop +%%DATADIR%%/themes/retro.svgz +%%DATADIR%%/themes/retro_preview.png +share/metainfo/org.kde.kapman.appdata.xml +share/kxmlgui5/kapman/kapmanui.rc share/sounds/kapman/bonus.ogg share/sounds/kapman/energizer.ogg share/sounds/kapman/gameover.ogg Index: games/katomic/Makefile =================================================================== --- games/katomic/Makefile +++ games/katomic/Makefile @@ -1,17 +1,18 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= katomic -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 -CATEGORIES= games kde kde-kde4 - +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 shebangfix tar:xz -USE_KDE= kdelibs libkdegames automoc4 +USES= cmake:outsource gettext kde:5 shebangfix tar:xz SHEBANG_FILES= katomic-levelset-upd.pl -USE_QT4= moc_build qmake_build rcc_build uic_build +USE_KDE= config configwidgets coreaddons ecm guiaddons i18n \ + iconthemes itemviews kio libkdegames newstuff \ + notifyconfig widgetsaddons xmlgui +USE_QT5= buildtools_build core gui qmake_build qml quick widgets -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/katomic/distinfo =================================================================== --- games/katomic/distinfo +++ games/katomic/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/katomic-4.14.3.tar.xz) = 06f34d46c29c902998875cf30d7fe158501da9b1578e2db6e34257c6dd077ec8 -SIZE (KDE/4.14.3/katomic-4.14.3.tar.xz) = 658260 +TIMESTAMP = 1486501782 +SHA256 (KDE/applications/16.12.2/katomic-16.12.2.tar.xz) = c8483a72a485ac6ca2e82d850856ff63dc37509408133636c7e70efcaf45f1e9 +SIZE (KDE/applications/16.12.2/katomic-16.12.2.tar.xz) = 1149372 Index: games/katomic/pkg-plist =================================================================== --- games/katomic/pkg-plist +++ games/katomic/pkg-plist @@ -1,17 +1,18 @@ bin/katomic -share/applications/kde4/katomic.desktop -share/apps/katomic/katomicui.rc -share/apps/katomic/levels/default_levels.dat -share/apps/katomic/pics/default_theme.svgz -share/apps/kconf_update/katomic-levelset-upd.pl -share/apps/kconf_update/katomic-levelset.upd -share/config/katomic.knsrc -share/doc/HTML/en/katomic/common +etc/xdg/katomic.knsrc +share/metainfo/org.kde.katomic.appdata.xml +share/applications/org.kde.katomic.desktop share/doc/HTML/en/katomic/index.cache.bz2 share/doc/HTML/en/katomic/index.docbook +share/doc/HTML/en/katomic/mainscreen.png share/icons/hicolor/128x128/apps/katomic.png share/icons/hicolor/16x16/apps/katomic.png share/icons/hicolor/22x22/apps/katomic.png share/icons/hicolor/32x32/apps/katomic.png share/icons/hicolor/48x48/apps/katomic.png share/icons/hicolor/64x64/apps/katomic.png +%%DATADIR%%/levels/default_levels.dat +%%DATADIR%%/pics/default_theme.svgz +share/kconf_update/katomic-levelset-upd.pl +share/kconf_update/katomic-levelset.upd +share/kxmlgui5/katomic/katomicui.rc Index: games/kblackbox/Makefile =================================================================== --- games/kblackbox/Makefile +++ games/kblackbox/Makefile @@ -1,16 +1,18 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= kblackbox -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= corelib gui xml \ - moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= archive config coreaddons ecm guiaddons i18n iconthemes \ + libkdegames xmlgui +USE_QT5= buildtools_build core gui qmake_build qml quick \ + svg widgets -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/kblackbox/distinfo =================================================================== --- games/kblackbox/distinfo +++ games/kblackbox/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kblackbox-4.14.3.tar.xz) = bffe00bfc0b9437e97976681f817032787558466e72af6c934b0a742e3198cee -SIZE (KDE/4.14.3/kblackbox-4.14.3.tar.xz) = 257112 +TIMESTAMP = 1486501782 +SHA256 (KDE/applications/16.12.2/kblackbox-16.12.2.tar.xz) = 53d8417278c9954ad770dea87a048fa20e64f419d8dbaa94023f5e8d3d9e65b3 +SIZE (KDE/applications/16.12.2/kblackbox-16.12.2.tar.xz) = 222084 Index: games/kblackbox/pkg-plist =================================================================== --- games/kblackbox/pkg-plist +++ games/kblackbox/pkg-plist @@ -1,8 +1,5 @@ bin/kblackbox -share/applications/kde4/kblackbox.desktop -share/apps/kblackbox/kblackboxui.rc -share/apps/kblackbox/pics/kblackbox.svgz -share/doc/HTML/en/kblackbox/common +share/applications/org.kde.kblackbox.desktop share/doc/HTML/en/kblackbox/gameboard.png share/doc/HTML/en/kblackbox/index.cache.bz2 share/doc/HTML/en/kblackbox/index.docbook @@ -12,3 +9,6 @@ share/icons/hicolor/32x32/apps/kblackbox.png share/icons/hicolor/48x48/apps/kblackbox.png share/icons/hicolor/64x64/apps/kblackbox.png +%%DATADIR%%/pics/kblackbox.svgz +share/kxmlgui5/kblackbox/kblackboxui.rc +share/metainfo/org.kde.kblackbox.appdata.xml Index: games/kblocks/Makefile =================================================================== --- games/kblocks/Makefile +++ games/kblocks/Makefile @@ -1,16 +1,18 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= kblocks -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= corelib gui network \ - moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= config configwidgets coreaddons dbusaddons i18n \ + itemmodels kio libkdegames newstuff notifyconfig \ + textwidgets widgetsaddons windowsystem xmlgui +USE_QT5= buildtools_build core phonon4 qmake_build testlib -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/kblocks/distinfo =================================================================== --- games/kblocks/distinfo +++ games/kblocks/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kblocks-4.14.3.tar.xz) = 6a198cd60c25e04283ba7072c290982356f3d39a4d88d5b0175fee86e090689a -SIZE (KDE/4.14.3/kblocks-4.14.3.tar.xz) = 1207276 +TIMESTAMP = 1486501782 +SHA256 (KDE/applications/16.12.2/kblocks-16.12.2.tar.xz) = 201d1d25626ebf858bd89913ec37da7aa27f1d1615d2d7c9cdd59e146fbfa5f5 +SIZE (KDE/applications/16.12.2/kblocks-16.12.2.tar.xz) = 1702172 Index: games/kblocks/pkg-plist =================================================================== --- games/kblocks/pkg-plist +++ games/kblocks/pkg-plist @@ -1,17 +1,8 @@ bin/kblocks -share/applications/kde4/kblocks.desktop -share/apps/kblocks/kblocksui.rc -share/apps/kblocks/themes/default.desktop -share/apps/kblocks/themes/default_block_fall.ogg -share/apps/kblocks/themes/default_block_move.ogg -share/apps/kblocks/themes/egyptian.svg -share/apps/kblocks/themes/egyptian_preview.png -share/apps/kblocks/themes/oxygen.desktop -share/apps/kblocks/themes/oxygen.svg -share/apps/kblocks/themes/oxygen_preview.png +etc/xdg/kblocks.knsrc +share/applications/org.kde.kblocks.desktop share/config.kcfg/kblocks.kcfg -share/config/kblocks.knsrc -share/doc/HTML/en/kblocks/common +share/doc/HTML/en/kblocks/gameboard.png share/doc/HTML/en/kblocks/index.cache.bz2 share/doc/HTML/en/kblocks/index.docbook share/icons/hicolor/128x128/apps/kblocks.png @@ -20,3 +11,16 @@ share/icons/hicolor/32x32/apps/kblocks.png share/icons/hicolor/48x48/apps/kblocks.png share/icons/hicolor/64x64/apps/kblocks.png +%%DATADIR%%/sounds/block-fall.ogg +%%DATADIR%%/sounds/block-move.ogg +%%DATADIR%%/sounds/block-remove.ogg +%%DATADIR%%/themes/default.desktop +%%DATADIR%%/themes/default_block_fall.ogg +%%DATADIR%%/themes/default_block_move.ogg +%%DATADIR%%/themes/egyptian.svg +%%DATADIR%%/themes/egyptian_preview.png +%%DATADIR%%/themes/oxygen.desktop +%%DATADIR%%/themes/oxygen.svg +%%DATADIR%%/themes/oxygen_preview.png +share/kxmlgui5/kblocks/kblocksui.rc +share/metainfo/org.kde.kblocks.appdata.xml Index: games/kbounce/Makefile =================================================================== --- games/kbounce/Makefile +++ games/kbounce/Makefile @@ -1,15 +1,19 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= kbounce -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= completion config configwidgets coreaddons dbusaddons \ + ecm guiaddons i18n iconthemes kio libkdegames notifyconfig \ + textwidgets widgetsaddons xmlgui +USE_QT5= buildtools_build core gui phonon4 qmake_build \ + qml quick svg testlib widgets -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/kbounce/distinfo =================================================================== --- games/kbounce/distinfo +++ games/kbounce/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kbounce-4.14.3.tar.xz) = 51d6a3c5a5ceab01da198f5b78db515135c65d4e2b58393e7ee474b5b771e299 -SIZE (KDE/4.14.3/kbounce-4.14.3.tar.xz) = 1580872 +TIMESTAMP = 1486501782 +SHA256 (KDE/applications/16.12.2/kbounce-16.12.2.tar.xz) = 95075d35d1d5c07f62a323ec3bac7d142a2a241468f42a625fb49429995359bf +SIZE (KDE/applications/16.12.2/kbounce-16.12.2.tar.xz) = 1614808 Index: games/kbounce/pkg-plist =================================================================== --- games/kbounce/pkg-plist +++ games/kbounce/pkg-plist @@ -1,40 +1,36 @@ bin/kbounce -share/applications/kde4/kbounce.desktop -share/apps/kbounce/kbounceui.rc -share/apps/kbounce/sounds/death.wav -share/apps/kbounce/sounds/reflect.wav -share/apps/kbounce/sounds/seconds.wav -share/apps/kbounce/sounds/timeout.wav -share/apps/kbounce/sounds/wallend.wav -share/apps/kbounce/sounds/wallstart.wav -share/apps/kbounce/themes/default.desktop -share/apps/kbounce/themes/egyptian_bounce.png -share/apps/kbounce/themes/egyptian_bounce.svgz -share/apps/kbounce/themes/geometry.desktop -share/apps/kbounce/themes/geometry.png -share/apps/kbounce/themes/kbounce.svg -share/apps/kbounce/themes/oxygen.desktop -share/apps/kbounce/themes/oxygen.png -share/apps/kbounce/themes/oxygen.svgz -share/apps/kbounce/themes/roads.desktop -share/apps/kbounce/themes/roads.svgz -share/apps/kbounce/themes/roads_preview.png -share/apps/kbounce/themes/the_beach.desktop -share/apps/kbounce/themes/the_beach.svgz -share/apps/kbounce/themes/thebeach_preview.png -share/doc/HTML/en/kbounce/button-new.png -share/doc/HTML/en/kbounce/button-pause.png -share/doc/HTML/en/kbounce/common +share/applications/org.kde.kbounce.desktop +share/doc/HTML/en/kbounce/document-new.png share/doc/HTML/en/kbounce/index.cache.bz2 share/doc/HTML/en/kbounce/index.docbook share/doc/HTML/en/kbounce/kbounce_corridor1.png share/doc/HTML/en/kbounce/kbounce_corridor2.png -share/doc/HTML/en/kbounce/menu-game.png -share/doc/HTML/en/kbounce/menu-settings.png -share/doc/HTML/en/kbounce/toolbar.png -share/icons/hicolor/128x128/apps/kbounce.png +share/doc/HTML/en/kbounce/media-playback-pause.png share/icons/hicolor/16x16/apps/kbounce.png share/icons/hicolor/22x22/apps/kbounce.png share/icons/hicolor/32x32/apps/kbounce.png share/icons/hicolor/48x48/apps/kbounce.png share/icons/hicolor/64x64/apps/kbounce.png +share/icons/hicolor/128x128/apps/kbounce.png +%%DATADIR%%/sounds/death.wav +%%DATADIR%%/sounds/reflect.wav +%%DATADIR%%/sounds/seconds.wav +%%DATADIR%%/sounds/timeout.wav +%%DATADIR%%/sounds/wallend.wav +%%DATADIR%%/sounds/wallstart.wav +%%DATADIR%%/themes/default.desktop +%%DATADIR%%/themes/egyptian_bounce.png +%%DATADIR%%/themes/egyptian_bounce.svgz +%%DATADIR%%/themes/geometry.desktop +%%DATADIR%%/themes/geometry.png +%%DATADIR%%/themes/kbounce.svg +%%DATADIR%%/themes/oxygen.desktop +%%DATADIR%%/themes/oxygen.png +%%DATADIR%%/themes/oxygen.svgz +%%DATADIR%%/themes/roads.desktop +%%DATADIR%%/themes/roads.svgz +%%DATADIR%%/themes/roads_preview.png +%%DATADIR%%/themes/the_beach.desktop +%%DATADIR%%/themes/the_beach.svgz +%%DATADIR%%/themes/thebeach_preview.png +share/kxmlgui5/kbounce/kbounceui.rc Index: games/kbreakout/Makefile =================================================================== --- games/kbreakout/Makefile +++ games/kbreakout/Makefile @@ -1,16 +1,19 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= kbreakout -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= corelib gui xml \ - moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= completion config configwidgets coreaddons dbusaddons \ + ecm guiaddons i18n iconthemes jobwidgets kio libkdegames \ + service widgetsaddons +USE_QT5= buildtools_build core gui network qmake_build \ + qml quick svg widgets -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/kbreakout/distinfo =================================================================== --- games/kbreakout/distinfo +++ games/kbreakout/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kbreakout-4.14.3.tar.xz) = d967959ea0eb62ecc82c30d8c7b741b37c3c7b47d95b137e816452a9167b2180 -SIZE (KDE/4.14.3/kbreakout-4.14.3.tar.xz) = 1391000 +TIMESTAMP = 1486501782 +SHA256 (KDE/applications/16.12.2/kbreakout-16.12.2.tar.xz) = 1e68022ae58169c550d67006c81fe220a16bac42307a733836b141eb4ff89c53 +SIZE (KDE/applications/16.12.2/kbreakout-16.12.2.tar.xz) = 1987288 Index: games/kbreakout/pkg-plist =================================================================== --- games/kbreakout/pkg-plist +++ games/kbreakout/pkg-plist @@ -1,35 +1,5 @@ bin/kbreakout -share/applications/kde4/kbreakout.desktop -share/apps/kbreakout/kbreakoutui.rc -share/apps/kbreakout/levelsets/default.levelset -share/apps/kbreakout/qml/Ball.qml -share/apps/kbreakout/qml/Bar.qml -share/apps/kbreakout/qml/Brick.qml -share/apps/kbreakout/qml/CanvasItem.qml -share/apps/kbreakout/qml/Gift.qml -share/apps/kbreakout/qml/Singleshot.qml -share/apps/kbreakout/qml/TextItem.qml -share/apps/kbreakout/qml/globals.js -share/apps/kbreakout/qml/logic.js -share/apps/kbreakout/qml/main.qml -share/apps/kbreakout/themes/IceWorld.desktop -share/apps/kbreakout/themes/IceWorld.svgz -share/apps/kbreakout/themes/IceWorld_preview.png -share/apps/kbreakout/themes/alien_preview.png -share/apps/kbreakout/themes/alienbreakout.desktop -share/apps/kbreakout/themes/alienbreakout.svgz -share/apps/kbreakout/themes/crystal.desktop -share/apps/kbreakout/themes/crystal.svgz -share/apps/kbreakout/themes/crystal_preview.png -share/apps/kbreakout/themes/default.desktop -share/apps/kbreakout/themes/egyptian_breakout_preview.png -share/apps/kbreakout/themes/egyptianbreakout.svgz -share/apps/kbreakout/themes/simple.desktop -share/apps/kbreakout/themes/simple.svgz -share/apps/kbreakout/themes/simple_preview.png -share/apps/kbreakout/themes/web20.desktop -share/apps/kbreakout/themes/web20.svgz -share/apps/kbreakout/themes/web20_preview.png +share/applications/org.kde.kbreakout.desktop share/doc/HTML/en/kbreakout/BreakableBrick.png share/doc/HTML/en/kbreakout/ExplodingBrick.png share/doc/HTML/en/kbreakout/Gift1000Points.png @@ -52,7 +22,7 @@ share/doc/HTML/en/kbreakout/MultipleBrick3.png share/doc/HTML/en/kbreakout/PlainBrick1.png share/doc/HTML/en/kbreakout/UnbreakableBrick.png -share/doc/HTML/en/kbreakout/common +share/doc/HTML/en/kbreakout/gameboard.png share/doc/HTML/en/kbreakout/index.cache.bz2 share/doc/HTML/en/kbreakout/index.docbook share/icons/hicolor/128x128/apps/kbreakout.png @@ -61,3 +31,33 @@ share/icons/hicolor/32x32/apps/kbreakout.png share/icons/hicolor/48x48/apps/kbreakout.png share/icons/hicolor/64x64/apps/kbreakout.png +%%DATADIR%%/levelsets/default.levelset +%%DATADIR%%/qml/Ball.qml +%%DATADIR%%/qml/Bar.qml +%%DATADIR%%/qml/Brick.qml +%%DATADIR%%/qml/CanvasItem.qml +%%DATADIR%%/qml/Gift.qml +%%DATADIR%%/qml/Singleshot.qml +%%DATADIR%%/qml/TextItem.qml +%%DATADIR%%/qml/globals.js +%%DATADIR%%/qml/logic.js +%%DATADIR%%/qml/main.qml +%%DATADIR%%/themes/IceWorld.desktop +%%DATADIR%%/themes/IceWorld.svgz +%%DATADIR%%/themes/IceWorld_preview.png +%%DATADIR%%/themes/alien_preview.png +%%DATADIR%%/themes/alienbreakout.desktop +%%DATADIR%%/themes/alienbreakout.svgz +%%DATADIR%%/themes/crystal.desktop +%%DATADIR%%/themes/crystal.svgz +%%DATADIR%%/themes/crystal_preview.png +%%DATADIR%%/themes/default.desktop +%%DATADIR%%/themes/egyptian_breakout_preview.png +%%DATADIR%%/themes/egyptianbreakout.svgz +%%DATADIR%%/themes/simple.desktop +%%DATADIR%%/themes/simple.svgz +%%DATADIR%%/themes/simple_preview.png +%%DATADIR%%/themes/web20.desktop +%%DATADIR%%/themes/web20.svgz +%%DATADIR%%/themes/web20_preview.png +share/kxmlgui5/kbreakout/kbreakoutui.rc Index: games/kdiamond/Makefile =================================================================== --- games/kdiamond/Makefile +++ games/kdiamond/Makefile @@ -1,15 +1,18 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= kdiamond -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= config configwidgets coreaddons dbusaddons doctools \ + ecm guiaddons i18n iconthemes libkdegames notifications \ + notifyconfig widgetsaddons xmlgui +USE_QT5= buildtools_build core gui qmake_build qml quick widgets -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/kdiamond/distinfo =================================================================== --- games/kdiamond/distinfo +++ games/kdiamond/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kdiamond-4.14.3.tar.xz) = b772f032b8d6206d7569e2ac1950f97381ca819a5e8798b53786ccd1f7010c7d -SIZE (KDE/4.14.3/kdiamond-4.14.3.tar.xz) = 4166864 +TIMESTAMP = 1486501783 +SHA256 (KDE/applications/16.12.2/kdiamond-16.12.2.tar.xz) = bad71ecbacc526d7f4a24ac9ef08577eb19c465e1d4cf631ab1c2ab8a858d4ad +SIZE (KDE/applications/16.12.2/kdiamond-16.12.2.tar.xz) = 4555012 Index: games/kdiamond/pkg-plist =================================================================== --- games/kdiamond/pkg-plist +++ games/kdiamond/pkg-plist @@ -1,19 +1,7 @@ bin/kdiamond -share/applications/kde4/kdiamond.desktop -share/apps/kdiamond/kdiamond.kcfg -share/apps/kdiamond/kdiamond.notifyrc -share/apps/kdiamond/kdiamondui.rc -share/apps/kdiamond/themes/default.desktop -share/apps/kdiamond/themes/diamonds.desktop -share/apps/kdiamond/themes/diamonds.png -share/apps/kdiamond/themes/diamonds.svgz -share/apps/kdiamond/themes/egyptian.svgz -share/apps/kdiamond/themes/egyptian_preview.png -share/apps/kdiamond/themes/funny_zoo.desktop -share/apps/kdiamond/themes/funny_zoo.png -share/apps/kdiamond/themes/funny_zoo.svgz -share/config/kdiamond.knsrc -share/doc/HTML/en/kdiamond/common +etc/xdg/kdiamond.knsrc +share/applications/org.kde.kdiamond.desktop +share/doc/HTML/en/kdiamond/gameboard.png share/doc/HTML/en/kdiamond/index.cache.bz2 share/doc/HTML/en/kdiamond/index.docbook share/icons/hicolor/128x128/apps/kdiamond.png @@ -22,7 +10,18 @@ share/icons/hicolor/32x32/apps/kdiamond.png share/icons/hicolor/48x48/apps/kdiamond.png share/icons/hicolor/64x64/apps/kdiamond.png -share/icons/hicolor/scalable/apps/kdiamond.svgz +%%DATADIR%%/kdiamond.kcfg +%%DATADIR%%/themes/default.desktop +%%DATADIR%%/themes/diamonds.desktop +%%DATADIR%%/themes/diamonds.png +%%DATADIR%%/themes/diamonds.svgz +%%DATADIR%%/themes/egyptian.svgz +%%DATADIR%%/themes/egyptian_preview.png +%%DATADIR%%/themes/funny_zoo.desktop +%%DATADIR%%/themes/funny_zoo.png +%%DATADIR%%/themes/funny_zoo.svgz +share/knotifications5/kdiamond.notifyrc +share/kxmlgui5/kdiamond/kdiamondui.rc share/sounds/KDiamond-Stone-Drop.ogg share/sounds/KDiamond-Stone-Swap.ogg share/sounds/KDiamond-Stone-Touch.ogg Index: games/kfourinline/Makefile =================================================================== --- games/kfourinline/Makefile +++ games/kfourinline/Makefile @@ -1,15 +1,20 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= kfourinline -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= completion config configwidgets coreaddons dbusaddons \ + dnssd ecm i18n iconthemes itemmodels itemviews \ + kdeclarative kdelibs4support kio libkdegames \ + notifyconfig xmlgui +USE_QT5= buildtools_build core gui network qmake_build qml \ + quick svg widgets -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/kfourinline/distinfo =================================================================== --- games/kfourinline/distinfo +++ games/kfourinline/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kfourinline-4.14.3.tar.xz) = 44716b067388c15b80a8de9fc487943323a82661bfbd2fefb12ca159dfba1b7e -SIZE (KDE/4.14.3/kfourinline-4.14.3.tar.xz) = 282276 +TIMESTAMP = 1486501783 +SHA256 (KDE/applications/16.12.2/kfourinline-16.12.2.tar.xz) = 3d8a0e7342d113ab59f37b60070253a15347ed8c93d4b4471f2a936642d4c3b5 +SIZE (KDE/applications/16.12.2/kfourinline-16.12.2.tar.xz) = 460180 Index: games/kfourinline/pkg-plist =================================================================== --- games/kfourinline/pkg-plist +++ games/kfourinline/pkg-plist @@ -1,25 +1,26 @@ bin/kfourinline bin/kfourinlineproc -share/applications/kde4/kfourinline.desktop -share/apps/kfourinline/grafix/default.desktop -share/apps/kfourinline/grafix/default.rc -share/apps/kfourinline/grafix/default.svg -share/apps/kfourinline/grafix/gray_reflection.desktop -share/apps/kfourinline/grafix/gray_reflection.rc -share/apps/kfourinline/grafix/gray_reflection.svg -share/apps/kfourinline/grafix/yellow.desktop -share/apps/kfourinline/grafix/yellow.rc -share/apps/kfourinline/grafix/yellow.svg -share/apps/kfourinline/grafix/yellow_reflection.desktop -share/apps/kfourinline/grafix/yellow_reflection.rc -share/apps/kfourinline/kfourinlineui.rc +share/applications/org.kde.kfourinline.desktop share/config.kcfg/kwin4.kcfg -share/doc/HTML/en/kfourinline/common +share/doc/HTML/en/kfourinline/gameboard.png share/doc/HTML/en/kfourinline/index.cache.bz2 share/doc/HTML/en/kfourinline/index.docbook +share/doc/HTML/en/kfourinline/settings.png share/icons/hicolor/128x128/apps/kfourinline.png share/icons/hicolor/16x16/apps/kfourinline.png share/icons/hicolor/22x22/apps/kfourinline.png share/icons/hicolor/32x32/apps/kfourinline.png share/icons/hicolor/48x48/apps/kfourinline.png share/icons/hicolor/64x64/apps/kfourinline.png +%%DATADIR%%/grafix/default.desktop +%%DATADIR%%/grafix/default.rc +%%DATADIR%%/grafix/default.svg +%%DATADIR%%/grafix/gray_reflection.desktop +%%DATADIR%%/grafix/gray_reflection.rc +%%DATADIR%%/grafix/gray_reflection.svg +%%DATADIR%%/grafix/yellow.desktop +%%DATADIR%%/grafix/yellow.rc +%%DATADIR%%/grafix/yellow.svg +%%DATADIR%%/grafix/yellow_reflection.desktop +%%DATADIR%%/grafix/yellow_reflection.rc +share/kxmlgui5/kfourinline/kfourinlineui.rc Index: games/khangman/Makefile =================================================================== --- games/khangman/Makefile +++ games/khangman/Makefile @@ -1,16 +1,19 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= khangman -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Hangman game for KDE 4 -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdeedu automoc4 -USE_QT4= corelib declarative gui opengl script xml \ - moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= completion config configwidgets coreaddons \ + crash doctools ecm i18n kdeclarative \ + libkeduvocdocument newstuff notifications xmlgui +USE_QT5= buildtools_build core gui network qmake_build \ + qml quick svg widgets USE_LDCONFIG= yes .include Index: games/khangman/distinfo =================================================================== --- games/khangman/distinfo +++ games/khangman/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/khangman-4.14.3.tar.xz) = 3d7e721a72d1477f630af985c88658a677c1ec8d380d3a6f838b6aa71f75ad71 -SIZE (KDE/4.14.3/khangman-4.14.3.tar.xz) = 3945696 +TIMESTAMP = 1486501783 +SHA256 (KDE/applications/16.12.2/khangman-16.12.2.tar.xz) = 3ad8cb66e86b9e19be9becf7415fe7566d177a68a775e15d60f742bc8afaa7ec +SIZE (KDE/applications/16.12.2/khangman-16.12.2.tar.xz) = 4272004 Index: games/khangman/pkg-plist =================================================================== --- games/khangman/pkg-plist +++ games/khangman/pkg-plist @@ -1,44 +1,83 @@ bin/khangman -include/khangman/khangman_engine_export.h -include/khangman/khangmanengine.h -include/khangman/prefs.h -lib/libkhangmanengine.so -lib/libkhangmanengine.so.4 -lib/libkhangmanengine.so.%%KDE4_GENERIC_LIB_VERSION%% +etc/xdg/khangman.knsrc man/man6/khangman.6.gz -share/appdata/khangman.appdata.xml -share/applications/kde4/khangman.desktop -share/apps/khangman/fonts/Domestic_Manners.ttf -share/apps/khangman/fonts/Dustismo_Roman.ttf -share/apps/khangman/khangmanui.rc -share/apps/khangman/pics/bees/khangman_bees.svg -share/apps/khangman/pics/desert/khangman_desert.svg -share/apps/khangman/pics/sea/khangman_sea.svg -share/apps/khangman/pics/standardthemes.xml -share/apps/khangman/pics/winter/khangman_winter.svg -share/apps/khangman/sounds/EW_Dialogue_Appear.ogg -share/apps/khangman/sounds/new_game.ogg +share/applications/org.kde.khangman.desktop share/config.kcfg/khangman.kcfg -share/config/khangman.knsrc +share/doc/HTML/en/khangman/about-kde.png share/doc/HTML/en/khangman/application-exit.png -share/doc/HTML/en/khangman/common +share/doc/HTML/en/khangman/dialog-information.png share/doc/HTML/en/khangman/document-new.png share/doc/HTML/en/khangman/games-hint.png +share/doc/HTML/en/khangman/get-hot-new-stuff.png share/doc/HTML/en/khangman/getnewstuff.png +share/doc/HTML/en/khangman/go-next.png +share/doc/HTML/en/khangman/handbook.png +share/doc/HTML/en/khangman/help-hint.png share/doc/HTML/en/khangman/index.cache.bz2 share/doc/HTML/en/khangman/index.docbook share/doc/HTML/en/khangman/khangman-desert.png share/doc/HTML/en/khangman/khangman-main.png -share/doc/HTML/en/khangman/man-khangman.6.docbook +share/doc/HTML/en/khangman/pause.png +share/doc/HTML/en/khangman/play.png +share/doc/HTML/en/khangman/quit.png +share/doc/HTML/en/khangman/settings.png +share/doc/HTML/en/khangman/settings_icon.png share/doc/HTML/en/khangman/settings-general.png share/doc/HTML/en/khangman/settings-languages.png share/doc/HTML/en/khangman/settings-timers.png -share/icons/hicolor/128x128/apps/khangman.png +share/doc/HTML/en/khangman/statusbar.png +share/doc/HTML/en/khangman/toolbar.png share/icons/hicolor/16x16/apps/khangman.png share/icons/hicolor/22x22/apps/khangman.png share/icons/hicolor/32x32/apps/khangman.png share/icons/hicolor/48x48/apps/khangman.png share/icons/hicolor/64x64/apps/khangman.png -share/icons/hicolor/80x80/apps/khangman-harmattan.png -share/icons/hicolor/scalable/apps/khangman-harmattan.svgz +share/icons/hicolor/128x128/apps/khangman.png share/icons/hicolor/scalable/apps/khangman.svgz +share/metainfo/org.kde.khangman.appdata.xml +%%DATADIR%%/fonts/Domestic_Manners.ttf +%%DATADIR%%/fonts/Dustismo_Roman.ttf +%%DATADIR%%/qml/GamePage.qml +%%DATADIR%%/qml/Images/about-kde.png +%%DATADIR%%/qml/Images/action-fail.png +%%DATADIR%%/qml/Images/action-success.png +%%DATADIR%%/qml/Images/dialog-information.png +%%DATADIR%%/qml/Images/get-hot-new-stuff.png +%%DATADIR%%/qml/Images/go-next.png +%%DATADIR%%/qml/Images/handbook.png +%%DATADIR%%/qml/Images/help-hint.png +%%DATADIR%%/qml/Images/pause.png +%%DATADIR%%/qml/Images/play.png +%%DATADIR%%/qml/Images/quit.png +%%DATADIR%%/qml/Images/settings_icon.png +%%DATADIR%%/qml/LetterElement.qml +%%DATADIR%%/qml/MainSettingsDialog.qml +%%DATADIR%%/qml/MySelectionDialog.qml +%%DATADIR%%/qml/gallows/gallows1.png +%%DATADIR%%/qml/gallows/gallows10.png +%%DATADIR%%/qml/gallows/gallows2.png +%%DATADIR%%/qml/gallows/gallows3.png +%%DATADIR%%/qml/gallows/gallows4.png +%%DATADIR%%/qml/gallows/gallows5.png +%%DATADIR%%/qml/gallows/gallows6.png +%%DATADIR%%/qml/gallows/gallows7.png +%%DATADIR%%/qml/gallows/gallows8.png +%%DATADIR%%/qml/gallows/gallows9.png +%%DATADIR%%/qml/main.qml +%%DATADIR%%/qml/sounds/EW_Dialogue_Appear.ogg +%%DATADIR%%/qml/sounds/EW_Dialogue_Appear.wav +%%DATADIR%%/qml/sounds/chalk.ogg +%%DATADIR%%/qml/sounds/chalk.wav +%%DATADIR%%/qml/sounds/khangman-alphabet-button-press.wav +%%DATADIR%%/qml/sounds/new_game.ogg +%%DATADIR%%/qml/sounds/new_game.wav +%%DATADIR%%/qml/sounds/splash.ogg +%%DATADIR%%/qml/sounds/splash.wav +%%DATADIR%%/qml/sounds/wrong.ogg +%%DATADIR%%/qml/sounds/wrong.wav +%%DATADIR%%/themes/khangman_bees.svg +%%DATADIR%%/themes/khangman_desert.svg +%%DATADIR%%/themes/khangman_notes.png +%%DATADIR%%/themes/khangman_sea.svg +%%DATADIR%%/themes/khangman_winter.svg +%%DATADIR%%/themes/standardthemes.xml Index: games/killbots/Makefile =================================================================== --- games/killbots/Makefile +++ games/killbots/Makefile @@ -1,16 +1,18 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= killbots -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= corelib gui qtestlib xml \ - moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= completion config configwidgets coreaddons ecm guiaddons \ + i18n iconthemes itemviews kio libkdegames notifyconfig \ + widgetsaddons xmlgui +USE_QT5= buildtools_build core gui qmake_build qml quick widgets -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/killbots/distinfo =================================================================== --- games/killbots/distinfo +++ games/killbots/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/killbots-4.14.3.tar.xz) = 22b472081ac1897917b13634aa0a2a270c6a7d3e36a9204a4daa682a77bf61b4 -SIZE (KDE/4.14.3/killbots-4.14.3.tar.xz) = 961756 +TIMESTAMP = 1486501784 +SHA256 (KDE/applications/16.12.2/killbots-16.12.2.tar.xz) = beae5deee02aeb3a5638d8d36e94a8bf76220f42706da580f541a8736b6b82b1 +SIZE (KDE/applications/16.12.2/killbots-16.12.2.tar.xz) = 964024 Index: games/killbots/pkg-plist =================================================================== --- games/killbots/pkg-plist +++ games/killbots/pkg-plist @@ -1,25 +1,6 @@ bin/killbots -share/applications/kde4/killbots.desktop -share/apps/killbots/killbotsui.rc -share/apps/killbots/rulesets/classic.desktop -share/apps/killbots/rulesets/daleks.desktop -share/apps/killbots/rulesets/default.desktop -share/apps/killbots/rulesets/easy.desktop -share/apps/killbots/rulesets/energycrisis.desktop -share/apps/killbots/themes/classic.desktop -share/apps/killbots/themes/classic.png -share/apps/killbots/themes/classic.svgz -share/apps/killbots/themes/mountainadventure.desktop -share/apps/killbots/themes/mountainadventure.png -share/apps/killbots/themes/mountainadventure.svgz -share/apps/killbots/themes/mummymadness.desktop -share/apps/killbots/themes/mummymadness.png -share/apps/killbots/themes/mummymadness.svgz -share/apps/killbots/themes/robotkill.desktop -share/apps/killbots/themes/robotkill.png -share/apps/killbots/themes/robotkill.svgz +share/applications/org.kde.killbots.desktop share/config.kcfg/killbots.kcfg -share/doc/HTML/en/killbots/common share/doc/HTML/en/killbots/enemy.png share/doc/HTML/en/killbots/fastenemy.png share/doc/HTML/en/killbots/grid.png @@ -35,4 +16,21 @@ share/icons/hicolor/32x32/apps/killbots.png share/icons/hicolor/48x48/apps/killbots.png share/icons/hicolor/64x64/apps/killbots.png -share/icons/hicolor/scalable/apps/killbots.svgz +%%DATADIR%%/rulesets/classic.desktop +%%DATADIR%%/rulesets/daleks.desktop +%%DATADIR%%/rulesets/default.desktop +%%DATADIR%%/rulesets/easy.desktop +%%DATADIR%%/rulesets/energycrisis.desktop +%%DATADIR%%/themes/classic.desktop +%%DATADIR%%/themes/classic.png +%%DATADIR%%/themes/classic.svgz +%%DATADIR%%/themes/mountainadventure.desktop +%%DATADIR%%/themes/mountainadventure.png +%%DATADIR%%/themes/mountainadventure.svgz +%%DATADIR%%/themes/mummymadness.desktop +%%DATADIR%%/themes/mummymadness.png +%%DATADIR%%/themes/mummymadness.svgz +%%DATADIR%%/themes/robotkill.desktop +%%DATADIR%%/themes/robotkill.png +%%DATADIR%%/themes/robotkill.svgz +share/kxmlgui5/killbots/killbotsui.rc Index: games/kiriki/Makefile =================================================================== --- games/kiriki/Makefile +++ games/kiriki/Makefile @@ -1,15 +1,18 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= kiriki -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= config configwidgets coreaddons dbusaddons ecm \ + guiaddons i18n iconthemes kio libkdegames xmlgui +USE_QT5= buildtools_build core gui printsupport qmake_build \ + qml quick svg widgets -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/kiriki/distinfo =================================================================== --- games/kiriki/distinfo +++ games/kiriki/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kiriki-4.14.3.tar.xz) = 1db5e6fd69adc6823e22fecafafaca845b49feca3579edb362d496d4f7d03102 -SIZE (KDE/4.14.3/kiriki-4.14.3.tar.xz) = 117792 +TIMESTAMP = 1486501784 +SHA256 (KDE/applications/16.12.2/kiriki-16.12.2.tar.xz) = 939712aec16cf690ded82baecdc6135a486076cb0cb5edb3feae6147dce1edb9 +SIZE (KDE/applications/16.12.2/kiriki-16.12.2.tar.xz) = 259188 Index: games/kiriki/pkg-plist =================================================================== --- games/kiriki/pkg-plist +++ games/kiriki/pkg-plist @@ -1,14 +1,7 @@ bin/kiriki -share/applications/kde4/kiriki.desktop -share/apps/kiriki/images/dice-1.png -share/apps/kiriki/images/dice-2.png -share/apps/kiriki/images/dice-3.png -share/apps/kiriki/images/dice-4.png -share/apps/kiriki/images/dice-5.png -share/apps/kiriki/images/dice-6.png -share/apps/kiriki/images/dice-none.png -share/apps/kiriki/kirikiui.rc -share/doc/HTML/en/kiriki/common +share/applications/org.kde.kiriki.desktop +share/doc/HTML/en/kiriki/configuration.png +share/doc/HTML/en/kiriki/gameboard.png share/doc/HTML/en/kiriki/index.cache.bz2 share/doc/HTML/en/kiriki/index.docbook share/icons/hicolor/128x128/apps/kiriki.png @@ -17,3 +10,12 @@ share/icons/hicolor/32x32/apps/kiriki.png share/icons/hicolor/48x48/apps/kiriki.png share/icons/hicolor/64x64/apps/kiriki.png +%%DATADIR%%/images/dice-1.png +%%DATADIR%%/images/dice-2.png +%%DATADIR%%/images/dice-3.png +%%DATADIR%%/images/dice-4.png +%%DATADIR%%/images/dice-5.png +%%DATADIR%%/images/dice-6.png +%%DATADIR%%/images/dice-none.png +share/kxmlgui5/kiriki/kirikiui.rc +share/metainfo/org.kde.kiriki.appdata.xml Index: games/kjumpingcube/Makefile =================================================================== --- games/kjumpingcube/Makefile +++ games/kjumpingcube/Makefile @@ -1,15 +1,18 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= kjumpingcube -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= config configwidgets coreaddons ecm guiaddons i18n \ + iconthemes itemviews kio libkdegames newstuff notifyconfig \ + widgetsaddons xmlgui +USE_QT5= buildtools_build gui qmake_build qml quick widgets -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/kjumpingcube/distinfo =================================================================== --- games/kjumpingcube/distinfo +++ games/kjumpingcube/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kjumpingcube-4.14.3.tar.xz) = 69ba97d0a9d8845d779921f51ffc3210ac2356ee9c2dbe697db85b2e36d7335d -SIZE (KDE/4.14.3/kjumpingcube-4.14.3.tar.xz) = 164376 +TIMESTAMP = 1486501784 +SHA256 (KDE/applications/16.12.2/kjumpingcube-16.12.2.tar.xz) = 102e17bcd4f69acb30f46086b22d3c224695b6fcd26f6d451ce63085bb3e9d3a +SIZE (KDE/applications/16.12.2/kjumpingcube-16.12.2.tar.xz) = 138296 Index: games/kjumpingcube/pkg-plist =================================================================== --- games/kjumpingcube/pkg-plist +++ games/kjumpingcube/pkg-plist @@ -1,10 +1,6 @@ bin/kjumpingcube -share/applications/kde4/kjumpingcube.desktop -share/apps/kjumpingcube/kjumpingcubeui.rc -share/apps/kjumpingcube/pics/default.desktop -share/apps/kjumpingcube/pics/default.svg +share/applications/org.kde.kjumpingcube.desktop share/config.kcfg/kjumpingcube.kcfg -share/doc/HTML/en/kjumpingcube/common share/doc/HTML/en/kjumpingcube/index.cache.bz2 share/doc/HTML/en/kjumpingcube/index.docbook share/doc/HTML/en/kjumpingcube/settings.png @@ -14,3 +10,6 @@ share/icons/hicolor/32x32/apps/kjumpingcube.png share/icons/hicolor/48x48/apps/kjumpingcube.png share/icons/hicolor/64x64/apps/kjumpingcube.png +%%DATADIR%%/pics/default.desktop +%%DATADIR%%/pics/default.svg +share/kxmlgui5/kjumpingcube/kjumpingcubeui.rc Index: games/klickety/Makefile =================================================================== --- games/klickety/Makefile +++ games/klickety/Makefile @@ -1,18 +1,19 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= klickety -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 shebangfix tar:xz -USE_KDE= kdelibs libkdegames automoc4 +USES= cmake:outsource gettext kde:5 shebangfix tar:xz SHEBANG_FILES= klickety-2.0-inherit-ksame-highscore.pl -USE_QT4= corelib gui xml \ - moc_build qmake_build rcc_build uic_build +USE_KDE= config configwidgets coreaddons dbusaddons doctools ecm \ + i18n kio libkdegames notifications notifyconfig \ + widgetsaddons xmlgui +USE_QT5= buildtools_build core gui qmake_build qml quick widgets -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/klickety/distinfo =================================================================== --- games/klickety/distinfo +++ games/klickety/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/klickety-4.14.3.tar.xz) = 473867cc4154717511c36de686ca59c2b01f71db130fb6ebf2ee32c8a6332530 -SIZE (KDE/4.14.3/klickety-4.14.3.tar.xz) = 784020 +TIMESTAMP = 1486501784 +SHA256 (KDE/applications/16.12.2/klickety-16.12.2.tar.xz) = 2371b2968962e197fe78d834a96c211f606edffb5a16357032602d04bb75d801 +SIZE (KDE/applications/16.12.2/klickety-16.12.2.tar.xz) = 665552 Index: games/klickety/pkg-plist =================================================================== --- games/klickety/pkg-plist +++ games/klickety/pkg-plist @@ -1,21 +1,6 @@ bin/klickety -share/applications/kde4/klickety.desktop -share/applications/kde4/ksame.desktop -share/apps/kconf_update/klickety-2.0-inherit-ksame-highscore.pl -share/apps/kconf_update/klickety.upd -share/apps/klickety/klickety.kcfg -share/apps/klickety/klickety.notifyrc -share/apps/klickety/klicketyui.rc -share/apps/klickety/themes/classic.svg -share/apps/klickety/themes/classic_preview.png -share/apps/klickety/themes/default.desktop -share/apps/klickety/themes/ksame.desktop -share/apps/klickety/themes/ksame.svg -share/apps/klickety/themes/ksame_old.desktop -share/apps/klickety/themes/ksame_old.svg -share/apps/klickety/themes/ksame_old_preview.png -share/apps/klickety/themes/ksame_preview.png -share/doc/HTML/en/klickety/common +share/applications/org.kde.klickety.desktop +share/applications/org.kde.ksame.desktop share/doc/HTML/en/klickety/config-background.png share/doc/HTML/en/klickety/config-customgame.png share/doc/HTML/en/klickety/config-general.png @@ -38,3 +23,18 @@ share/icons/hicolor/48x48/apps/ksame.png share/icons/hicolor/64x64/apps/klickety.png share/icons/hicolor/64x64/apps/ksame.png +share/kconf_update/klickety-2.0-inherit-ksame-highscore.pl +share/kconf_update/klickety.upd +%%DATADIR%%/klickety.kcfg +%%DATADIR%%/themes/classic.svg +%%DATADIR%%/themes/classic_preview.png +%%DATADIR%%/themes/default.desktop +%%DATADIR%%/themes/ksame.desktop +%%DATADIR%%/themes/ksame.svg +%%DATADIR%%/themes/ksame_old.desktop +%%DATADIR%%/themes/ksame_old.svg +%%DATADIR%%/themes/ksame_old_preview.png +%%DATADIR%%/themes/ksame_preview.png +share/kxmlgui5/klickety/klicketyui.rc +share/sounds/klickety/game-finished.ogg +share/sounds/klickety/remove.ogg Index: games/klines/Makefile =================================================================== --- games/klines/Makefile +++ games/klines/Makefile @@ -1,15 +1,19 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= klines -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= config configwidgets coreaddons dbusaddons ecm \ + guiaddons i18n iconthemes itemviews kio libkdegames \ + newstuff service widgetsaddons xmlgui +USE_QT5= buildtools_build core gui network qmake_build \ + qml quick svg widgets -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/klines/distinfo =================================================================== --- games/klines/distinfo +++ games/klines/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/klines-4.14.3.tar.xz) = 14aa15a159c276c4b831dc58ee6cb62bbb395d3f56460512064b63f7150a13f1 -SIZE (KDE/4.14.3/klines-4.14.3.tar.xz) = 949860 +TIMESTAMP = 1486501784 +SHA256 (KDE/applications/16.12.2/klines-16.12.2.tar.xz) = d83ce2148c217d378d149708fea279a71180a3fce9c58ee55cde3ad3fabe25df +SIZE (KDE/applications/16.12.2/klines-16.12.2.tar.xz) = 1134668 Index: games/klines/pkg-plist =================================================================== --- games/klines/pkg-plist +++ games/klines/pkg-plist @@ -1,20 +1,6 @@ bin/klines -share/applications/kde4/klines.desktop -share/apps/klines/klinesui.rc -share/apps/klines/themes/crystal.desktop -share/apps/klines/themes/crystal.png -share/apps/klines/themes/egyptian.desktop -share/apps/klines/themes/egyptian.png -share/apps/klines/themes/egyptian.svgz -share/apps/klines/themes/klines-gems.desktop -share/apps/klines/themes/klines-gems.png -share/apps/klines/themes/klines-gems.svgz -share/apps/klines/themes/klines_crystal.svgz -share/apps/klines/themes/metal.desktop -share/apps/klines/themes/metal.png -share/apps/klines/themes/metal.svgz +share/applications/org.kde.klines.desktop share/config.kcfg/klines.kcfg -share/doc/HTML/en/klines/common share/doc/HTML/en/klines/gamescreen.png share/doc/HTML/en/klines/index.cache.bz2 share/doc/HTML/en/klines/index.docbook @@ -24,3 +10,19 @@ share/icons/hicolor/32x32/apps/klines.png share/icons/hicolor/48x48/apps/klines.png share/icons/hicolor/64x64/apps/klines.png +%%DATADIR%%/themes/crystal.desktop +%%DATADIR%%/themes/crystal.png +%%DATADIR%%/themes/egyptian.desktop +%%DATADIR%%/themes/egyptian.png +%%DATADIR%%/themes/egyptian.svgz +%%DATADIR%%/themes/klines-gems.desktop +%%DATADIR%%/themes/klines-gems.png +%%DATADIR%%/themes/klines-gems.svgz +%%DATADIR%%/themes/klines_crystal.svgz +%%DATADIR%%/themes/metal.desktop +%%DATADIR%%/themes/metal.png +%%DATADIR%%/themes/metal.svgz +%%DATADIR%%/themes/pool.desktop +%%DATADIR%%/themes/pool.png +%%DATADIR%%/themes/pool.svgz +share/kxmlgui5/klines/klinesui.rc Index: games/kmahjongg/Makefile =================================================================== --- games/kmahjongg/Makefile +++ games/kmahjongg/Makefile @@ -1,17 +1,19 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= kmahjongg -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -LIB_DEPENDS= libkmahjongglib.so:games/libkmahjongg +LIB_DEPENDS= libKF5KMahjongglib.so:games/libkmahjongg-kf5 -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= config coreaddons crash dbusaddons doctools ecm kdeclarative \ + libkdegames newstuff xmlgui +USE_QT5= buildtools_build core gui network qmake_build qml svg widgets -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/kmahjongg/distinfo =================================================================== --- games/kmahjongg/distinfo +++ games/kmahjongg/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kmahjongg-4.14.3.tar.xz) = 4f5f2829b401a053a147b498d8dd6df49a50141c28bf99b3b205882de7186961 -SIZE (KDE/4.14.3/kmahjongg-4.14.3.tar.xz) = 1007908 +TIMESTAMP = 1486501784 +SHA256 (KDE/applications/16.12.2/kmahjongg-16.12.2.tar.xz) = 32c2f6777ba2d40d49700a883d2281fc2918d9dd9d9089d832cecb83a65a6ce5 +SIZE (KDE/applications/16.12.2/kmahjongg-16.12.2.tar.xz) = 1013052 Index: games/kmahjongg/pkg-plist =================================================================== --- games/kmahjongg/pkg-plist +++ games/kmahjongg/pkg-plist @@ -1,152 +1,6 @@ bin/kmahjongg -share/applications/kde4/kmahjongg.desktop -share/apps/kmahjongg/kmahjonggui.rc -share/apps/kmahjongg/layouts/4_winds.desktop -share/apps/kmahjongg/layouts/4_winds.layout -share/apps/kmahjongg/layouts/Vi.desktop -share/apps/kmahjongg/layouts/Vi.layout -share/apps/kmahjongg/layouts/X_shaped.desktop -share/apps/kmahjongg/layouts/X_shaped.layout -share/apps/kmahjongg/layouts/alien.desktop -share/apps/kmahjongg/layouts/alien.layout -share/apps/kmahjongg/layouts/altar.desktop -share/apps/kmahjongg/layouts/altar.layout -share/apps/kmahjongg/layouts/arena.desktop -share/apps/kmahjongg/layouts/arena.layout -share/apps/kmahjongg/layouts/arrow.desktop -share/apps/kmahjongg/layouts/arrow.layout -share/apps/kmahjongg/layouts/atlantis.desktop -share/apps/kmahjongg/layouts/atlantis.layout -share/apps/kmahjongg/layouts/aztec.desktop -share/apps/kmahjongg/layouts/aztec.layout -share/apps/kmahjongg/layouts/balance.desktop -share/apps/kmahjongg/layouts/balance.layout -share/apps/kmahjongg/layouts/bat.desktop -share/apps/kmahjongg/layouts/bat.layout -share/apps/kmahjongg/layouts/bug.desktop -share/apps/kmahjongg/layouts/bug.layout -share/apps/kmahjongg/layouts/castle.desktop -share/apps/kmahjongg/layouts/castle.layout -share/apps/kmahjongg/layouts/castle2.desktop -share/apps/kmahjongg/layouts/castle2.layout -share/apps/kmahjongg/layouts/cat.desktop -share/apps/kmahjongg/layouts/cat.layout -share/apps/kmahjongg/layouts/chains.desktop -share/apps/kmahjongg/layouts/chains.layout -share/apps/kmahjongg/layouts/checkered.desktop -share/apps/kmahjongg/layouts/checkered.layout -share/apps/kmahjongg/layouts/chip.desktop -share/apps/kmahjongg/layouts/chip.layout -share/apps/kmahjongg/layouts/clubs.desktop -share/apps/kmahjongg/layouts/clubs.layout -share/apps/kmahjongg/layouts/columns.desktop -share/apps/kmahjongg/layouts/columns.layout -share/apps/kmahjongg/layouts/crab.desktop -share/apps/kmahjongg/layouts/crab.layout -share/apps/kmahjongg/layouts/cross.desktop -share/apps/kmahjongg/layouts/cross.layout -share/apps/kmahjongg/layouts/default.desktop -share/apps/kmahjongg/layouts/default.layout -share/apps/kmahjongg/layouts/dragon.desktop -share/apps/kmahjongg/layouts/dragon.layout -share/apps/kmahjongg/layouts/eagle.desktop -share/apps/kmahjongg/layouts/eagle.layout -share/apps/kmahjongg/layouts/enterprise.desktop -share/apps/kmahjongg/layouts/enterprise.layout -share/apps/kmahjongg/layouts/explosion.desktop -share/apps/kmahjongg/layouts/explosion.layout -share/apps/kmahjongg/layouts/flowers.desktop -share/apps/kmahjongg/layouts/flowers.layout -share/apps/kmahjongg/layouts/future.desktop -share/apps/kmahjongg/layouts/future.layout -share/apps/kmahjongg/layouts/galaxy.desktop -share/apps/kmahjongg/layouts/galaxy.layout -share/apps/kmahjongg/layouts/garden.desktop -share/apps/kmahjongg/layouts/garden.layout -share/apps/kmahjongg/layouts/girl.desktop -share/apps/kmahjongg/layouts/girl.layout -share/apps/kmahjongg/layouts/glade.desktop -share/apps/kmahjongg/layouts/glade.layout -share/apps/kmahjongg/layouts/grid.desktop -share/apps/kmahjongg/layouts/grid.layout -share/apps/kmahjongg/layouts/helios.desktop -share/apps/kmahjongg/layouts/helios.layout -share/apps/kmahjongg/layouts/hole.desktop -share/apps/kmahjongg/layouts/hole.layout -share/apps/kmahjongg/layouts/inner_circle.desktop -share/apps/kmahjongg/layouts/inner_circle.layout -share/apps/kmahjongg/layouts/key.desktop -share/apps/kmahjongg/layouts/key.layout -share/apps/kmahjongg/layouts/km.desktop -share/apps/kmahjongg/layouts/km.layout -share/apps/kmahjongg/layouts/labyrinth.desktop -share/apps/kmahjongg/layouts/labyrinth.layout -share/apps/kmahjongg/layouts/mask.desktop -share/apps/kmahjongg/layouts/mask.layout -share/apps/kmahjongg/layouts/maya.desktop -share/apps/kmahjongg/layouts/maya.layout -share/apps/kmahjongg/layouts/maze.desktop -share/apps/kmahjongg/layouts/maze.layout -share/apps/kmahjongg/layouts/mesh.desktop -share/apps/kmahjongg/layouts/mesh.layout -share/apps/kmahjongg/layouts/moth.desktop -share/apps/kmahjongg/layouts/moth.layout -share/apps/kmahjongg/layouts/order.desktop -share/apps/kmahjongg/layouts/order.layout -share/apps/kmahjongg/layouts/pattern.desktop -share/apps/kmahjongg/layouts/pattern.layout -share/apps/kmahjongg/layouts/penta.desktop -share/apps/kmahjongg/layouts/penta.layout -share/apps/kmahjongg/layouts/pillars.desktop -share/apps/kmahjongg/layouts/pillars.layout -share/apps/kmahjongg/layouts/pirates.desktop -share/apps/kmahjongg/layouts/pirates.layout -share/apps/kmahjongg/layouts/pyramid.desktop -share/apps/kmahjongg/layouts/pyramid.layout -share/apps/kmahjongg/layouts/rocket.desktop -share/apps/kmahjongg/layouts/rocket.layout -share/apps/kmahjongg/layouts/shield.desktop -share/apps/kmahjongg/layouts/shield.layout -share/apps/kmahjongg/layouts/spider.desktop -share/apps/kmahjongg/layouts/spider.layout -share/apps/kmahjongg/layouts/squares.desktop -share/apps/kmahjongg/layouts/squares.layout -share/apps/kmahjongg/layouts/squaring.desktop -share/apps/kmahjongg/layouts/squaring.layout -share/apps/kmahjongg/layouts/stadion.desktop -share/apps/kmahjongg/layouts/stadion.layout -share/apps/kmahjongg/layouts/stairs.desktop -share/apps/kmahjongg/layouts/stairs.layout -share/apps/kmahjongg/layouts/star.desktop -share/apps/kmahjongg/layouts/star.layout -share/apps/kmahjongg/layouts/star_ship.desktop -share/apps/kmahjongg/layouts/star_ship.layout -share/apps/kmahjongg/layouts/stax.desktop -share/apps/kmahjongg/layouts/stax.layout -share/apps/kmahjongg/layouts/swirl.desktop -share/apps/kmahjongg/layouts/swirl.layout -share/apps/kmahjongg/layouts/temple.desktop -share/apps/kmahjongg/layouts/temple.layout -share/apps/kmahjongg/layouts/the_door.desktop -share/apps/kmahjongg/layouts/the_door.layout -share/apps/kmahjongg/layouts/theatre.desktop -share/apps/kmahjongg/layouts/theatre.layout -share/apps/kmahjongg/layouts/time_tunnel.desktop -share/apps/kmahjongg/layouts/time_tunnel.layout -share/apps/kmahjongg/layouts/tomb.desktop -share/apps/kmahjongg/layouts/tomb.layout -share/apps/kmahjongg/layouts/totem.desktop -share/apps/kmahjongg/layouts/totem.layout -share/apps/kmahjongg/layouts/tower.desktop -share/apps/kmahjongg/layouts/tower.layout -share/apps/kmahjongg/layouts/triangle.desktop -share/apps/kmahjongg/layouts/triangle.layout -share/apps/kmahjongg/layouts/up&down.desktop -share/apps/kmahjongg/layouts/up&down.layout -share/apps/kmahjongg/layouts/well.desktop -share/apps/kmahjongg/layouts/well.layout +share/applications/org.kde.kmahjongg.desktop share/config.kcfg/kmahjongg.kcfg -share/doc/HTML/en/kmahjongg/common share/doc/HTML/en/kmahjongg/config.png share/doc/HTML/en/kmahjongg/config_background.png share/doc/HTML/en/kmahjongg/config_layout.png @@ -163,3 +17,148 @@ share/icons/hicolor/48x48/apps/kmahjongg.png share/icons/hicolor/64x64/apps/kmahjongg.png share/icons/hicolor/scalable/apps/kmahjongg.svgz +%%DATADIR%%/layouts/4_winds.desktop +%%DATADIR%%/layouts/4_winds.layout +%%DATADIR%%/layouts/Vi.desktop +%%DATADIR%%/layouts/Vi.layout +%%DATADIR%%/layouts/X_shaped.desktop +%%DATADIR%%/layouts/X_shaped.layout +%%DATADIR%%/layouts/alien.desktop +%%DATADIR%%/layouts/alien.layout +%%DATADIR%%/layouts/altar.desktop +%%DATADIR%%/layouts/altar.layout +%%DATADIR%%/layouts/arena.desktop +%%DATADIR%%/layouts/arena.layout +%%DATADIR%%/layouts/arrow.desktop +%%DATADIR%%/layouts/arrow.layout +%%DATADIR%%/layouts/atlantis.desktop +%%DATADIR%%/layouts/atlantis.layout +%%DATADIR%%/layouts/aztec.desktop +%%DATADIR%%/layouts/aztec.layout +%%DATADIR%%/layouts/balance.desktop +%%DATADIR%%/layouts/balance.layout +%%DATADIR%%/layouts/bat.desktop +%%DATADIR%%/layouts/bat.layout +%%DATADIR%%/layouts/bug.desktop +%%DATADIR%%/layouts/bug.layout +%%DATADIR%%/layouts/castle.desktop +%%DATADIR%%/layouts/castle.layout +%%DATADIR%%/layouts/castle2.desktop +%%DATADIR%%/layouts/castle2.layout +%%DATADIR%%/layouts/cat.desktop +%%DATADIR%%/layouts/cat.layout +%%DATADIR%%/layouts/chains.desktop +%%DATADIR%%/layouts/chains.layout +%%DATADIR%%/layouts/checkered.desktop +%%DATADIR%%/layouts/checkered.layout +%%DATADIR%%/layouts/chip.desktop +%%DATADIR%%/layouts/chip.layout +%%DATADIR%%/layouts/clubs.desktop +%%DATADIR%%/layouts/clubs.layout +%%DATADIR%%/layouts/columns.desktop +%%DATADIR%%/layouts/columns.layout +%%DATADIR%%/layouts/crab.desktop +%%DATADIR%%/layouts/crab.layout +%%DATADIR%%/layouts/cross.desktop +%%DATADIR%%/layouts/cross.layout +%%DATADIR%%/layouts/default.desktop +%%DATADIR%%/layouts/default.layout +%%DATADIR%%/layouts/dragon.desktop +%%DATADIR%%/layouts/dragon.layout +%%DATADIR%%/layouts/eagle.desktop +%%DATADIR%%/layouts/eagle.layout +%%DATADIR%%/layouts/enterprise.desktop +%%DATADIR%%/layouts/enterprise.layout +%%DATADIR%%/layouts/explosion.desktop +%%DATADIR%%/layouts/explosion.layout +%%DATADIR%%/layouts/flowers.desktop +%%DATADIR%%/layouts/flowers.layout +%%DATADIR%%/layouts/future.desktop +%%DATADIR%%/layouts/future.layout +%%DATADIR%%/layouts/galaxy.desktop +%%DATADIR%%/layouts/galaxy.layout +%%DATADIR%%/layouts/garden.desktop +%%DATADIR%%/layouts/garden.layout +%%DATADIR%%/layouts/girl.desktop +%%DATADIR%%/layouts/girl.layout +%%DATADIR%%/layouts/glade.desktop +%%DATADIR%%/layouts/glade.layout +%%DATADIR%%/layouts/grid.desktop +%%DATADIR%%/layouts/grid.layout +%%DATADIR%%/layouts/helios.desktop +%%DATADIR%%/layouts/helios.layout +%%DATADIR%%/layouts/hole.desktop +%%DATADIR%%/layouts/hole.layout +%%DATADIR%%/layouts/inner_circle.desktop +%%DATADIR%%/layouts/inner_circle.layout +%%DATADIR%%/layouts/key.desktop +%%DATADIR%%/layouts/key.layout +%%DATADIR%%/layouts/km.desktop +%%DATADIR%%/layouts/km.layout +%%DATADIR%%/layouts/labyrinth.desktop +%%DATADIR%%/layouts/labyrinth.layout +%%DATADIR%%/layouts/mask.desktop +%%DATADIR%%/layouts/mask.layout +%%DATADIR%%/layouts/maya.desktop +%%DATADIR%%/layouts/maya.layout +%%DATADIR%%/layouts/maze.desktop +%%DATADIR%%/layouts/maze.layout +%%DATADIR%%/layouts/mesh.desktop +%%DATADIR%%/layouts/mesh.layout +%%DATADIR%%/layouts/moth.desktop +%%DATADIR%%/layouts/moth.layout +%%DATADIR%%/layouts/order.desktop +%%DATADIR%%/layouts/order.layout +%%DATADIR%%/layouts/pattern.desktop +%%DATADIR%%/layouts/pattern.layout +%%DATADIR%%/layouts/penta.desktop +%%DATADIR%%/layouts/penta.layout +%%DATADIR%%/layouts/pillars.desktop +%%DATADIR%%/layouts/pillars.layout +%%DATADIR%%/layouts/pirates.desktop +%%DATADIR%%/layouts/pirates.layout +%%DATADIR%%/layouts/pyramid.desktop +%%DATADIR%%/layouts/pyramid.layout +%%DATADIR%%/layouts/rocket.desktop +%%DATADIR%%/layouts/rocket.layout +%%DATADIR%%/layouts/shield.desktop +%%DATADIR%%/layouts/shield.layout +%%DATADIR%%/layouts/spider.desktop +%%DATADIR%%/layouts/spider.layout +%%DATADIR%%/layouts/squares.desktop +%%DATADIR%%/layouts/squares.layout +%%DATADIR%%/layouts/squaring.desktop +%%DATADIR%%/layouts/squaring.layout +%%DATADIR%%/layouts/stadion.desktop +%%DATADIR%%/layouts/stadion.layout +%%DATADIR%%/layouts/stairs.desktop +%%DATADIR%%/layouts/stairs.layout +%%DATADIR%%/layouts/star.desktop +%%DATADIR%%/layouts/star.layout +%%DATADIR%%/layouts/star_ship.desktop +%%DATADIR%%/layouts/star_ship.layout +%%DATADIR%%/layouts/stax.desktop +%%DATADIR%%/layouts/stax.layout +%%DATADIR%%/layouts/swirl.desktop +%%DATADIR%%/layouts/swirl.layout +%%DATADIR%%/layouts/temple.desktop +%%DATADIR%%/layouts/temple.layout +%%DATADIR%%/layouts/the_door.desktop +%%DATADIR%%/layouts/the_door.layout +%%DATADIR%%/layouts/theatre.desktop +%%DATADIR%%/layouts/theatre.layout +%%DATADIR%%/layouts/time_tunnel.desktop +%%DATADIR%%/layouts/time_tunnel.layout +%%DATADIR%%/layouts/tomb.desktop +%%DATADIR%%/layouts/tomb.layout +%%DATADIR%%/layouts/totem.desktop +%%DATADIR%%/layouts/totem.layout +%%DATADIR%%/layouts/tower.desktop +%%DATADIR%%/layouts/tower.layout +%%DATADIR%%/layouts/triangle.desktop +%%DATADIR%%/layouts/triangle.layout +%%DATADIR%%/layouts/up&down.desktop +%%DATADIR%%/layouts/up&down.layout +%%DATADIR%%/layouts/well.desktop +%%DATADIR%%/layouts/well.layout +share/kxmlgui5/kmahjongg/kmahjonggui.rc Index: games/kmines/Makefile =================================================================== --- games/kmines/Makefile +++ games/kmines/Makefile @@ -1,15 +1,19 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= kmines -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= config configwidgets coreaddons dbusaddons ecm i18n \ + kio libkdegames notifyconfig textwidgets \ + widgetsaddons xmlgui +USE_QT5= buildtools_build core gui network qmake_build \ + qml quick -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/kmines/distinfo =================================================================== --- games/kmines/distinfo +++ games/kmines/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kmines-4.14.3.tar.xz) = d360c5f2ca79cf1fc4d394b7ccaebb60a903ab993522eb54122c8a7bf2fb7480 -SIZE (KDE/4.14.3/kmines-4.14.3.tar.xz) = 628204 +TIMESTAMP = 1486501784 +SHA256 (KDE/applications/16.12.2/kmines-16.12.2.tar.xz) = b86c81bff1d3eeb612ea1a57b0fb544ab01c9a41817f6bdcd08d87eceb90448c +SIZE (KDE/applications/16.12.2/kmines-16.12.2.tar.xz) = 662500 Index: games/kmines/pkg-plist =================================================================== --- games/kmines/pkg-plist +++ games/kmines/pkg-plist @@ -1,26 +1,25 @@ bin/kmines -share/applications/kde4/kmines.desktop -share/apps/kmines/kmines.notifyrc -share/apps/kmines/kminesui.rc -share/apps/kmines/themes/classic.desktop -share/apps/kmines/themes/classic_preview.png -share/apps/kmines/themes/default.desktop -share/apps/kmines/themes/default_preview.png -share/apps/kmines/themes/graveyard-mayhem-preview.png -share/apps/kmines/themes/graveyard-mayhem.desktop -share/apps/kmines/themes/graveyard-mayhem.svgz -share/apps/kmines/themes/green.desktop -share/apps/kmines/themes/green.png -share/apps/kmines/themes/kmines_classic.svgz -share/apps/kmines/themes/kmines_green.svgz -share/apps/kmines/themes/kmines_oxygen.svgz -share/config/kmines.knsrc -share/doc/HTML/en/kmines/common +share/applications/org.kde.kmines.desktop +share/doc/HTML/en/kmines/gameboard.png share/doc/HTML/en/kmines/index.cache.bz2 share/doc/HTML/en/kmines/index.docbook -share/icons/hicolor/128x128/apps/kmines.png share/icons/hicolor/16x16/apps/kmines.png share/icons/hicolor/22x22/apps/kmines.png share/icons/hicolor/32x32/apps/kmines.png share/icons/hicolor/48x48/apps/kmines.png share/icons/hicolor/64x64/apps/kmines.png +share/icons/hicolor/128x128/apps/kmines.png +%%DATADIR%%/themes/classic.desktop +%%DATADIR%%/themes/classic_preview.png +%%DATADIR%%/themes/default.desktop +%%DATADIR%%/themes/default_preview.png +%%DATADIR%%/themes/graveyard-mayhem-preview.png +%%DATADIR%%/themes/graveyard-mayhem.desktop +%%DATADIR%%/themes/graveyard-mayhem.svgz +%%DATADIR%%/themes/green.desktop +%%DATADIR%%/themes/green.png +%%DATADIR%%/themes/kmines_classic.svgz +%%DATADIR%%/themes/kmines_green.svgz +%%DATADIR%%/themes/kmines_oxygen.svgz +share/knotifications5/kmines.notifyrc +share/kxmlgui5/kmines/kminesui.rc Index: games/knavalbattle/Makefile =================================================================== --- games/knavalbattle/Makefile +++ games/knavalbattle/Makefile @@ -1,16 +1,17 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= knavalbattle -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= corelib gui network xml \ - moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= config dbusaddons dnssd doctools ecm i18n libkdegames \ + textwidgets xmlgui +USE_QT5= buildtools_build core gui qmake_build qml quick widgets -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/knavalbattle/distinfo =================================================================== --- games/knavalbattle/distinfo +++ games/knavalbattle/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/knavalbattle-4.14.3.tar.xz) = 0cec05c10b7d4e8171195423c96fad917ca0220af31baeede085e2a11b36b0ba -SIZE (KDE/4.14.3/knavalbattle-4.14.3.tar.xz) = 854244 +TIMESTAMP = 1486501784 +SHA256 (KDE/applications/16.12.2/knavalbattle-16.12.2.tar.xz) = f6f5e68e4f86933b045fa078510d37ab375d855bd2b7feee3c0f48855bf6b018 +SIZE (KDE/applications/16.12.2/knavalbattle-16.12.2.tar.xz) = 1109020 Index: games/knavalbattle/pkg-plist =================================================================== --- games/knavalbattle/pkg-plist +++ games/knavalbattle/pkg-plist @@ -1,14 +1,6 @@ bin/knavalbattle -share/applications/kde4/knavalbattle.desktop -share/apps/kconf_update/knavalbattle.upd -share/apps/knavalbattle/knavalbattleui.rc -share/apps/knavalbattle/pictures/default.desktop -share/apps/knavalbattle/pictures/default_theme.svgz -share/apps/knavalbattle/sounds/ship-player-shoot-water.ogg -share/apps/knavalbattle/sounds/ship-player1-shoot.ogg -share/apps/knavalbattle/sounds/ship-player2-shoot.ogg -share/apps/knavalbattle/sounds/ship-sink.ogg -share/doc/HTML/en/knavalbattle/common +share/applications/org.kde.knavalbattle.desktop +share/doc/HTML/en/knavalbattle/gameboard.png share/doc/HTML/en/knavalbattle/index.cache.bz2 share/doc/HTML/en/knavalbattle/index.docbook share/icons/hicolor/128x128/apps/knavalbattle.png @@ -17,4 +9,12 @@ share/icons/hicolor/32x32/apps/knavalbattle.png share/icons/hicolor/48x48/apps/knavalbattle.png share/icons/hicolor/64x64/apps/knavalbattle.png -share/kde4/services/knavalbattle.protocol +share/kconf_update/knavalbattle.upd +%%DATADIR%%/pictures/default.desktop +%%DATADIR%%/pictures/default_theme.svgz +%%DATADIR%%/sounds/ship-player-shoot-water.ogg +%%DATADIR%%/sounds/ship-player1-shoot.ogg +%%DATADIR%%/sounds/ship-player2-shoot.ogg +%%DATADIR%%/sounds/ship-sink.ogg +share/kservices5/knavalbattle.protocol +share/kxmlgui5/knavalbattle/knavalbattleui.rc Index: games/knetwalk/Makefile =================================================================== --- games/knetwalk/Makefile +++ games/knetwalk/Makefile @@ -1,15 +1,19 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= knetwalk -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= config configwidgets coreaddons dbusaddons ecm guiaddons \ + i18n iconthemes itemviews kio libkdegames notifyconfig \ + widgetsaddons xmlgui +USE_QT5= buildtools_build core gui network qmake_build qml quick \ + svg widgets -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/knetwalk/distinfo =================================================================== --- games/knetwalk/distinfo +++ games/knetwalk/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/knetwalk-4.14.3.tar.xz) = 9a41f071e21b323c627a40ce6d70b66149118cadb039dcf4be913757ca642740 -SIZE (KDE/4.14.3/knetwalk-4.14.3.tar.xz) = 781732 +TIMESTAMP = 1486501785 +SHA256 (KDE/applications/16.12.2/knetwalk-16.12.2.tar.xz) = 972f07fef632e8a162d50c805dd447af959da1073eee76902700a289457e15e6 +SIZE (KDE/applications/16.12.2/knetwalk-16.12.2.tar.xz) = 904688 Index: games/knetwalk/pkg-plist =================================================================== --- games/knetwalk/pkg-plist +++ games/knetwalk/pkg-plist @@ -1,23 +1,6 @@ bin/knetwalk -share/applications/kde4/knetwalk.desktop -share/apps/knetwalk/knetwalkui.rc -share/apps/knetwalk/qml/Cable.qml -share/apps/knetwalk/qml/CanvasItem.qml -share/apps/knetwalk/qml/Cell.qml -share/apps/knetwalk/qml/logic.js -share/apps/knetwalk/qml/main.qml -share/apps/knetwalk/sounds/click.wav -share/apps/knetwalk/sounds/connect.wav -share/apps/knetwalk/sounds/start.wav -share/apps/knetwalk/sounds/turn.wav -share/apps/knetwalk/sounds/win.wav -share/apps/knetwalk/themes/default.desktop -share/apps/knetwalk/themes/default.svgz -share/apps/knetwalk/themes/default_preview.png -share/apps/knetwalk/themes/electronic.desktop -share/apps/knetwalk/themes/electronic.svgz -share/apps/knetwalk/themes/electronic_preview.png -share/doc/HTML/en/knetwalk/common +share/applications/org.kde.knetwalk.desktop +share/doc/HTML/en/knetwalk/gameboard.png share/doc/HTML/en/knetwalk/index.cache.bz2 share/doc/HTML/en/knetwalk/index.docbook share/icons/hicolor/128x128/apps/knetwalk.png @@ -26,4 +9,20 @@ share/icons/hicolor/32x32/apps/knetwalk.png share/icons/hicolor/48x48/apps/knetwalk.png share/icons/hicolor/64x64/apps/knetwalk.png -share/icons/hicolor/scalable/apps/knetwalk.svgz +%%DATADIR%%/qml/Cable.qml +%%DATADIR%%/qml/CanvasItem.qml +%%DATADIR%%/qml/Cell.qml +%%DATADIR%%/qml/logic.js +%%DATADIR%%/qml/main.qml +%%DATADIR%%/sounds/click.wav +%%DATADIR%%/sounds/connect.wav +%%DATADIR%%/sounds/start.wav +%%DATADIR%%/sounds/turn.wav +%%DATADIR%%/sounds/win.wav +%%DATADIR%%/themes/default.desktop +%%DATADIR%%/themes/default.svgz +%%DATADIR%%/themes/default_preview.png +%%DATADIR%%/themes/electronic.desktop +%%DATADIR%%/themes/electronic.svgz +%%DATADIR%%/themes/electronic_preview.png +share/kxmlgui5/knetwalk/knetwalkui.rc Index: games/kollision/Makefile =================================================================== --- games/kollision/Makefile +++ games/kollision/Makefile @@ -1,15 +1,19 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= kollision -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= config configwidgets coreaddons dbusaddons ecm \ + i18n kio libkdegames newstuff notifyconfig \ + textwidgets xmlgui +USE_QT5= buildtools_build core gui network phonon4 \ + qmake_build qml quick svg -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/kollision/distinfo =================================================================== --- games/kollision/distinfo +++ games/kollision/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kollision-4.14.3.tar.xz) = 127a0c2e9ca54901eba56dac08faae3fa24b7da865f90bfcc20f71f2473e80c1 -SIZE (KDE/4.14.3/kollision-4.14.3.tar.xz) = 206948 +TIMESTAMP = 1486501785 +SHA256 (KDE/applications/16.12.2/kollision-16.12.2.tar.xz) = 0cad3bfca7032f5df5968bc8bfd5d9e3d9ded9fc36f793ddea6ea9a12d7874b6 +SIZE (KDE/applications/16.12.2/kollision-16.12.2.tar.xz) = 226744 Index: games/kollision/pkg-plist =================================================================== --- games/kollision/pkg-plist +++ games/kollision/pkg-plist @@ -1,12 +1,7 @@ bin/kollision -share/applications/kde4/kollision.desktop -share/apps/kollision/kollisionui.rc -share/apps/kollision/pictures/theme.svgz -share/apps/kollision/sounds/ball_leaving.ogg -share/apps/kollision/sounds/hit_wall.ogg -share/apps/kollision/sounds/start.ogg -share/apps/kollision/sounds/you_lose.ogg -share/doc/HTML/en/kollision/common +share/metainfo/org.kde.kollision.appdata.xml +share/applications/org.kde.kollision.desktop +share/doc/HTML/en/kollision/gameboard.png share/doc/HTML/en/kollision/index.cache.bz2 share/doc/HTML/en/kollision/index.docbook share/icons/hicolor/128x128/apps/kollision.png @@ -15,10 +10,15 @@ share/icons/hicolor/32x32/apps/kollision.png share/icons/hicolor/48x48/apps/kollision.png share/icons/hicolor/64x64/apps/kollision.png -share/icons/oxygen/128x128/apps/kollision.png share/icons/oxygen/16x16/apps/kollision.png share/icons/oxygen/22x22/apps/kollision.png share/icons/oxygen/32x32/apps/kollision.png share/icons/oxygen/48x48/apps/kollision.png share/icons/oxygen/64x64/apps/kollision.png -share/icons/oxygen/scalable/apps/kollision.svgz +share/icons/oxygen/128x128/apps/kollision.png +%%DATADIR%%/pictures/theme.svgz +%%DATADIR%%/sounds/ball_leaving.ogg +%%DATADIR%%/sounds/hit_wall.ogg +%%DATADIR%%/sounds/start.ogg +%%DATADIR%%/sounds/you_lose.ogg +share/kxmlgui5/kollision/kollisionui.rc Index: games/kpat/Makefile =================================================================== --- games/kpat/Makefile +++ games/kpat/Makefile @@ -1,19 +1,24 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= kpat -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 shared-mime-info tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 shared-mime-info tar:xz +USE_KDE= completion config configwidgets coreaddons dbusaddons \ + ecm guiaddons i18n iconthemes itemviews kdeclarative \ + kio libkdegames newstuff notifyconfig textwidgets \ + widgetsaddons xmlgui +USE_QT5= buildtools_build core gui network phonon4 \ + qmake_build qml quick svg widgets post-patch: ${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d' \ ${WRKSRC}/mimetypes/CMakeLists.txt -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/kpat/distinfo =================================================================== --- games/kpat/distinfo +++ games/kpat/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kpat-4.14.3.tar.xz) = b42688d906ebeea56ecf4d67e0fb8e550246fbb8867ad4eaa3d4e5aaf884db4d -SIZE (KDE/4.14.3/kpat-4.14.3.tar.xz) = 3077376 +TIMESTAMP = 1486501785 +SHA256 (KDE/applications/16.12.2/kpat-16.12.2.tar.xz) = 99fa9acad7d10bae91a5e00b84619187df3bd4fa27ac547b2f1505ac9d3781f9 +SIZE (KDE/applications/16.12.2/kpat-16.12.2.tar.xz) = 3274904 Index: games/kpat/pkg-plist =================================================================== --- games/kpat/pkg-plist +++ games/kpat/pkg-plist @@ -1,43 +1,14 @@ bin/kpat +etc/xdg/kcardtheme.knsrc +etc/xdg/kpat.knsrc lib/libkcardgame.so -share/applications/kde4/kpat.desktop -share/apps/kpat/kpatui.rc -share/apps/kpat/previews/1.png -share/apps/kpat/previews/10.png -share/apps/kpat/previews/11.png -share/apps/kpat/previews/12.png -share/apps/kpat/previews/17.png -share/apps/kpat/previews/18.png -share/apps/kpat/previews/2.png -share/apps/kpat/previews/3.png -share/apps/kpat/previews/5.png -share/apps/kpat/previews/7.png -share/apps/kpat/previews/8.png -share/apps/kpat/previews/9.png -share/apps/kpat/sounds/card-down.ogg -share/apps/kpat/sounds/card-pickup.ogg -share/apps/kpat/themes/ancientegypt.desktop -share/apps/kpat/themes/ancientegypt.png -share/apps/kpat/themes/ancientegypt.svgz -share/apps/kpat/themes/cleangreen.desktop -share/apps/kpat/themes/cleangreen.png -share/apps/kpat/themes/cleangreen.svgz -share/apps/kpat/themes/greenblaze.desktop -share/apps/kpat/themes/greenblaze.png -share/apps/kpat/themes/greenblaze.svgz -share/apps/kpat/themes/oldertheme.desktop -share/apps/kpat/themes/oldertheme.png -share/apps/kpat/themes/oldertheme.svgz +share/applications/org.kde.kpat.desktop share/config.kcfg/kpat.kcfg -share/config/kcardtheme.knsrc -share/config/kpat.knsrc share/doc/HTML/en/kpat/clubs.png -share/doc/HTML/en/kpat/common share/doc/HTML/en/kpat/diamonds.png share/doc/HTML/en/kpat/hearts.png share/doc/HTML/en/kpat/index.cache.bz2 share/doc/HTML/en/kpat/index.docbook -share/doc/HTML/en/kpat/man-kpat.6.docbook share/doc/HTML/en/kpat/playfield.png share/doc/HTML/en/kpat/spades.png share/icons/hicolor/128x128/apps/kpat.png @@ -48,4 +19,31 @@ share/icons/hicolor/32x32/apps/kpat.png share/icons/hicolor/48x48/apps/kpat.png share/icons/hicolor/64x64/apps/kpat.png +%%DATADIR%%/previews/1.png +%%DATADIR%%/previews/10.png +%%DATADIR%%/previews/11.png +%%DATADIR%%/previews/12.png +%%DATADIR%%/previews/17.png +%%DATADIR%%/previews/18.png +%%DATADIR%%/previews/2.png +%%DATADIR%%/previews/3.png +%%DATADIR%%/previews/5.png +%%DATADIR%%/previews/7.png +%%DATADIR%%/previews/8.png +%%DATADIR%%/previews/9.png +%%DATADIR%%/sounds/card-down.ogg +%%DATADIR%%/sounds/card-pickup.ogg +%%DATADIR%%/themes/ancientegypt.desktop +%%DATADIR%%/themes/ancientegypt.png +%%DATADIR%%/themes/ancientegypt.svgz +%%DATADIR%%/themes/cleangreen.desktop +%%DATADIR%%/themes/cleangreen.png +%%DATADIR%%/themes/cleangreen.svgz +%%DATADIR%%/themes/greenblaze.desktop +%%DATADIR%%/themes/greenblaze.png +%%DATADIR%%/themes/greenblaze.svgz +%%DATADIR%%/themes/oldertheme.desktop +%%DATADIR%%/themes/oldertheme.png +%%DATADIR%%/themes/oldertheme.svgz +share/kxmlgui5/kpat/kpatui.rc share/mime/packages/kpatience.xml Index: games/kshisen/Makefile =================================================================== --- games/kshisen/Makefile +++ games/kshisen/Makefile @@ -1,17 +1,19 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= kshisen -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -LIB_DEPENDS= libkmahjongglib.so:games/libkmahjongg +LIB_DEPENDS= libKF5KMahjongglib.so:games/libkmahjongg-kf5 -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= completion config configwidgets coreaddons dnssd ecm \ + i18n kdeclarative kio libkdegames newstuff widgetsaddons xmlgui +USE_QT5= buildtools_build core gui qmake_build svg widgets -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/kshisen/distinfo =================================================================== --- games/kshisen/distinfo +++ games/kshisen/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kshisen-4.14.3.tar.xz) = 08d22e819e961cc395ec7c6fdb5065b6dfa111f86bbf0610db5efc4f16ae3145 -SIZE (KDE/4.14.3/kshisen-4.14.3.tar.xz) = 136012 +TIMESTAMP = 1486501785 +SHA256 (KDE/applications/16.12.2/kshisen-16.12.2.tar.xz) = 2b40ad0650ea26920e16a1e3d59ee147c2fcec7ab1964f3f86b4c64b3946876b +SIZE (KDE/applications/16.12.2/kshisen-16.12.2.tar.xz) = 344388 Index: games/kshisen/pkg-plist =================================================================== --- games/kshisen/pkg-plist +++ games/kshisen/pkg-plist @@ -1,8 +1,7 @@ bin/kshisen -share/applications/kde4/kshisen.desktop -share/apps/kshisen/kshisenui.rc +share/applications/org.kde.kshisen.desktop share/config.kcfg/kshisen.kcfg -share/doc/HTML/en/kshisen/common +share/doc/HTML/en/kshisen/gameboard.png share/doc/HTML/en/kshisen/index.cache.bz2 share/doc/HTML/en/kshisen/index.docbook share/doc/HTML/en/kshisen/kshisen-configuration.png @@ -12,5 +11,7 @@ share/icons/hicolor/32x32/apps/kshisen.png share/icons/hicolor/48x48/apps/kshisen.png share/icons/hicolor/64x64/apps/kshisen.png +share/kxmlgui5/kshisen/kshisenui.rc +share/metainfo/org.kde.kshisen.appdata.xml share/sounds/kshisen/tile-fall-tile.ogg share/sounds/kshisen/tile-touch.ogg Index: games/ksquares/Makefile =================================================================== --- games/ksquares/Makefile +++ games/ksquares/Makefile @@ -1,15 +1,17 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= ksquares -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= configwidgets coreaddons ecm guiaddons i18n iconthemes \ + itemviews kio libkdegames notifyconfig widgetsaddons xmlgui +USE_QT5= buildtools_build core gui qmake_build qml quick widgets -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/ksquares/distinfo =================================================================== --- games/ksquares/distinfo +++ games/ksquares/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/ksquares-4.14.3.tar.xz) = f1d84b530de595303416ff96dbe36994931e8fe7a1c1341250a161f78d37efff -SIZE (KDE/4.14.3/ksquares-4.14.3.tar.xz) = 79424 +TIMESTAMP = 1486501785 +SHA256 (KDE/applications/16.12.2/ksquares-16.12.2.tar.xz) = deed9d12c5b4a21aa2628917dd178303e915462cb6b812b3cdb07100466aa193 +SIZE (KDE/applications/16.12.2/ksquares-16.12.2.tar.xz) = 136656 Index: games/ksquares/pkg-plist =================================================================== --- games/ksquares/pkg-plist +++ games/ksquares/pkg-plist @@ -1,13 +1,15 @@ bin/ksquares -share/applications/kde4/ksquares.desktop -share/apps/ksquares/ksquaresui.rc +share/applications/org.kde.ksquares.desktop share/config.kcfg/ksquares.kcfg -share/doc/HTML/en/ksquares/common +share/doc/HTML/en/ksquares/configure-display.png +share/doc/HTML/en/ksquares/gameboard.png share/doc/HTML/en/ksquares/index.cache.bz2 share/doc/HTML/en/ksquares/index.docbook +share/doc/HTML/en/ksquares/newgame.png share/icons/hicolor/128x128/apps/ksquares.png share/icons/hicolor/16x16/apps/ksquares.png share/icons/hicolor/22x22/apps/ksquares.png share/icons/hicolor/32x32/apps/ksquares.png share/icons/hicolor/48x48/apps/ksquares.png share/icons/hicolor/64x64/apps/ksquares.png +share/kxmlgui5/ksquares/ksquaresui.rc Index: games/ktuberling/Makefile =================================================================== --- games/ktuberling/Makefile +++ games/ktuberling/Makefile @@ -1,15 +1,20 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= ktuberling -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= config configwidgets coreaddons dbusaddons ecm emoticons \ + i18n init itemmodels kdelibs4support kio libkdegames \ + newstuff notifyconfig textwidgets widgetsaddons \ + windowsystem xmlgui +USE_QT5= buildtools_build core gui network phonon4 qmake_build qml \ + quick svg testlib widgets -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/ktuberling/distinfo =================================================================== --- games/ktuberling/distinfo +++ games/ktuberling/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/ktuberling-4.14.3.tar.xz) = 028a7d6d3ff7544df7824cfc2f132a18cb643155c39f0581139bd5d5ccfaf6ca -SIZE (KDE/4.14.3/ktuberling-4.14.3.tar.xz) = 4296332 +TIMESTAMP = 1486501786 +SHA256 (KDE/applications/16.12.2/ktuberling-16.12.2.tar.xz) = 17dcbbb0f07f01c6fd96df62ff372fb8ec1bf8b09e62da3967f082b84a64c720 +SIZE (KDE/applications/16.12.2/ktuberling-16.12.2.tar.xz) = 4468512 Index: games/ktuberling/pkg-plist =================================================================== --- games/ktuberling/pkg-plist +++ games/ktuberling/pkg-plist @@ -1,125 +1,16 @@ bin/ktuberling -share/applications/kde4/ktuberling.desktop -share/apps/ktuberling/ktuberlingui.rc -share/apps/ktuberling/pics/butterflies.desktop -share/apps/ktuberling/pics/butterflies.svgz -share/apps/ktuberling/pics/butterflies.theme -share/apps/ktuberling/pics/christmas.desktop -share/apps/ktuberling/pics/christmas.svgz -share/apps/ktuberling/pics/christmas.theme -share/apps/ktuberling/pics/default_theme.desktop -share/apps/ktuberling/pics/default_theme.svg -share/apps/ktuberling/pics/default_theme.theme -share/apps/ktuberling/pics/egypt.desktop -share/apps/ktuberling/pics/egypt.svg -share/apps/ktuberling/pics/egypt.theme -share/apps/ktuberling/pics/moon.desktop -share/apps/ktuberling/pics/moon.svg -share/apps/ktuberling/pics/moon.theme -share/apps/ktuberling/pics/pizzeria.desktop -share/apps/ktuberling/pics/pizzeria.svgz -share/apps/ktuberling/pics/pizzeria.theme -share/apps/ktuberling/pics/potato-game.desktop -share/apps/ktuberling/pics/potato-game.svg -share/apps/ktuberling/pics/potato-game.theme -share/apps/ktuberling/pics/robin-tux.desktop -share/apps/ktuberling/pics/robin-tux.svgz -share/apps/ktuberling/pics/robin-tux.theme -share/apps/ktuberling/pics/robot_workshop.desktop -share/apps/ktuberling/pics/robot_workshop.svgz -share/apps/ktuberling/pics/robot_workshop.theme -share/apps/ktuberling/pics/train_valley.desktop -share/apps/ktuberling/pics/train_valley.svgz -share/apps/ktuberling/pics/train_valley.theme -share/apps/ktuberling/sounds/en.soundtheme -share/apps/ktuberling/sounds/en/ball.ogg -share/apps/ktuberling/sounds/en/bow.ogg -share/apps/ktuberling/sounds/en/coat.ogg -share/apps/ktuberling/sounds/en/ear.ogg -share/apps/ktuberling/sounds/en/earring.ogg -share/apps/ktuberling/sounds/en/egypt_arch.ogg -share/apps/ktuberling/sounds/en/egypt_birds.ogg -share/apps/ktuberling/sounds/en/egypt_boy.ogg -share/apps/ktuberling/sounds/en/egypt_bridge.ogg -share/apps/ktuberling/sounds/en/egypt_camel.ogg -share/apps/ktuberling/sounds/en/egypt_cart.ogg -share/apps/ktuberling/sounds/en/egypt_column.ogg -share/apps/ktuberling/sounds/en/egypt_donkey.ogg -share/apps/ktuberling/sounds/en/egypt_girl.ogg -share/apps/ktuberling/sounds/en/egypt_grass.ogg -share/apps/ktuberling/sounds/en/egypt_man.ogg -share/apps/ktuberling/sounds/en/egypt_oasis.ogg -share/apps/ktuberling/sounds/en/egypt_palmtree.ogg -share/apps/ktuberling/sounds/en/egypt_pyramid.ogg -share/apps/ktuberling/sounds/en/egypt_road.ogg -share/apps/ktuberling/sounds/en/egypt_sphynx.ogg -share/apps/ktuberling/sounds/en/egypt_well.ogg -share/apps/ktuberling/sounds/en/egypt_woman.ogg -share/apps/ktuberling/sounds/en/eye.ogg -share/apps/ktuberling/sounds/en/eyebrow.ogg -share/apps/ktuberling/sounds/en/flower.ogg -share/apps/ktuberling/sounds/en/hair.ogg -share/apps/ktuberling/sounds/en/hat.ogg -share/apps/ktuberling/sounds/en/moon_alien.ogg -share/apps/ktuberling/sounds/en/moon_astronaut.ogg -share/apps/ktuberling/sounds/en/moon_earth.ogg -share/apps/ktuberling/sounds/en/moon_fallingstar.ogg -share/apps/ktuberling/sounds/en/moon_hotel.ogg -share/apps/ktuberling/sounds/en/moon_monster.ogg -share/apps/ktuberling/sounds/en/moon_moonwalker.ogg -share/apps/ktuberling/sounds/en/moon_planet.ogg -share/apps/ktuberling/sounds/en/moon_radar.ogg -share/apps/ktuberling/sounds/en/moon_rocket.ogg -share/apps/ktuberling/sounds/en/moon_satellite.ogg -share/apps/ktuberling/sounds/en/moon_sign.ogg -share/apps/ktuberling/sounds/en/moon_star.ogg -share/apps/ktuberling/sounds/en/moon_ufo.ogg -share/apps/ktuberling/sounds/en/moustache.ogg -share/apps/ktuberling/sounds/en/mouth.ogg -share/apps/ktuberling/sounds/en/nose.ogg -share/apps/ktuberling/sounds/en/pizzeria_anchovy.ogg -share/apps/ktuberling/sounds/en/pizzeria_bacon.ogg -share/apps/ktuberling/sounds/en/pizzeria_broccolli.ogg -share/apps/ktuberling/sounds/en/pizzeria_cheese.ogg -share/apps/ktuberling/sounds/en/pizzeria_cucumber.ogg -share/apps/ktuberling/sounds/en/pizzeria_mushroom.ogg -share/apps/ktuberling/sounds/en/pizzeria_olive.ogg -share/apps/ktuberling/sounds/en/pizzeria_onion.ogg -share/apps/ktuberling/sounds/en/pizzeria_oregano.ogg -share/apps/ktuberling/sounds/en/pizzeria_pepper.ogg -share/apps/ktuberling/sounds/en/pizzeria_pepperoni.ogg -share/apps/ktuberling/sounds/en/pizzeria_pineapple.ogg -share/apps/ktuberling/sounds/en/pizzeria_salami.ogg -share/apps/ktuberling/sounds/en/pizzeria_tomato.ogg -share/apps/ktuberling/sounds/en/shoe.ogg -share/apps/ktuberling/sounds/en/shorts.ogg -share/apps/ktuberling/sounds/en/skirt.ogg -share/apps/ktuberling/sounds/en/spectacles.ogg -share/apps/ktuberling/sounds/en/stick.ogg -share/apps/ktuberling/sounds/en/sunglasses.ogg -share/apps/ktuberling/sounds/en/tie.ogg -share/apps/ktuberling/sounds/en/tv_bicycle.ogg -share/apps/ktuberling/sounds/en/tv_car.ogg -share/apps/ktuberling/sounds/en/tv_cyclist.ogg -share/apps/ktuberling/sounds/en/tv_train.ogg -share/apps/ktuberling/sounds/en/tv_tree.ogg -share/apps/ktuberling/sounds/en/umbrella.ogg -share/doc/HTML/en/ktuberling/button-new.png -share/doc/HTML/en/ktuberling/button-open.png -share/doc/HTML/en/ktuberling/button-print.png -share/doc/HTML/en/ktuberling/button-save.png -share/doc/HTML/en/ktuberling/common +share/applications/org.kde.ktuberling.desktop +share/doc/HTML/en/ktuberling/document-new.png +share/doc/HTML/en/ktuberling/document-open.png +share/doc/HTML/en/ktuberling/document-print.png +share/doc/HTML/en/ktuberling/document-save.png share/doc/HTML/en/ktuberling/edit-redo.png share/doc/HTML/en/ktuberling/edit-undo.png share/doc/HTML/en/ktuberling/gameboard.png share/doc/HTML/en/ktuberling/index.cache.bz2 share/doc/HTML/en/ktuberling/index.docbook -share/doc/HTML/en/ktuberling/ktuberling.png -share/doc/HTML/en/ktuberling/menu-edit.png -share/doc/HTML/en/ktuberling/menu-game.png -share/doc/HTML/en/ktuberling/menu-settings.png +share/doc/HTML/en/ktuberling/ktuberling-pizzeria.png share/doc/HTML/en/ktuberling/technical-reference.docbook -share/doc/HTML/en/ktuberling/toolbar.png share/icons/hicolor/128x128/apps/ktuberling.png share/icons/hicolor/128x128/mimetypes/application-x-tuberling.png share/icons/hicolor/16x16/apps/ktuberling.png @@ -132,3 +23,107 @@ share/icons/hicolor/48x48/mimetypes/application-x-tuberling.png share/icons/hicolor/64x64/apps/ktuberling.png share/icons/hicolor/64x64/mimetypes/application-x-tuberling.png +%%DATADIR%%/pics/butterflies.desktop +%%DATADIR%%/pics/butterflies.svgz +%%DATADIR%%/pics/butterflies.theme +%%DATADIR%%/pics/christmas.desktop +%%DATADIR%%/pics/christmas.svgz +%%DATADIR%%/pics/christmas.theme +%%DATADIR%%/pics/default_theme.desktop +%%DATADIR%%/pics/default_theme.svg +%%DATADIR%%/pics/default_theme.theme +%%DATADIR%%/pics/egypt.desktop +%%DATADIR%%/pics/egypt.svg +%%DATADIR%%/pics/egypt.theme +%%DATADIR%%/pics/moon.desktop +%%DATADIR%%/pics/moon.svg +%%DATADIR%%/pics/moon.theme +%%DATADIR%%/pics/pizzeria.desktop +%%DATADIR%%/pics/pizzeria.svgz +%%DATADIR%%/pics/pizzeria.theme +%%DATADIR%%/pics/potato-game.desktop +%%DATADIR%%/pics/potato-game.svg +%%DATADIR%%/pics/potato-game.theme +%%DATADIR%%/pics/robin-tux.desktop +%%DATADIR%%/pics/robin-tux.svgz +%%DATADIR%%/pics/robin-tux.theme +%%DATADIR%%/pics/robot_workshop.desktop +%%DATADIR%%/pics/robot_workshop.svgz +%%DATADIR%%/pics/robot_workshop.theme +%%DATADIR%%/pics/train_valley.desktop +%%DATADIR%%/pics/train_valley.svgz +%%DATADIR%%/pics/train_valley.theme +%%DATADIR%%/sounds/en.soundtheme +%%DATADIR%%/sounds/en/ball.ogg +%%DATADIR%%/sounds/en/bow.ogg +%%DATADIR%%/sounds/en/coat.ogg +%%DATADIR%%/sounds/en/ear.ogg +%%DATADIR%%/sounds/en/earring.ogg +%%DATADIR%%/sounds/en/egypt_arch.ogg +%%DATADIR%%/sounds/en/egypt_birds.ogg +%%DATADIR%%/sounds/en/egypt_boy.ogg +%%DATADIR%%/sounds/en/egypt_bridge.ogg +%%DATADIR%%/sounds/en/egypt_camel.ogg +%%DATADIR%%/sounds/en/egypt_cart.ogg +%%DATADIR%%/sounds/en/egypt_column.ogg +%%DATADIR%%/sounds/en/egypt_donkey.ogg +%%DATADIR%%/sounds/en/egypt_girl.ogg +%%DATADIR%%/sounds/en/egypt_grass.ogg +%%DATADIR%%/sounds/en/egypt_man.ogg +%%DATADIR%%/sounds/en/egypt_oasis.ogg +%%DATADIR%%/sounds/en/egypt_palmtree.ogg +%%DATADIR%%/sounds/en/egypt_pyramid.ogg +%%DATADIR%%/sounds/en/egypt_road.ogg +%%DATADIR%%/sounds/en/egypt_sphynx.ogg +%%DATADIR%%/sounds/en/egypt_well.ogg +%%DATADIR%%/sounds/en/egypt_woman.ogg +%%DATADIR%%/sounds/en/eye.ogg +%%DATADIR%%/sounds/en/eyebrow.ogg +%%DATADIR%%/sounds/en/flower.ogg +%%DATADIR%%/sounds/en/hair.ogg +%%DATADIR%%/sounds/en/hat.ogg +%%DATADIR%%/sounds/en/moon_alien.ogg +%%DATADIR%%/sounds/en/moon_astronaut.ogg +%%DATADIR%%/sounds/en/moon_earth.ogg +%%DATADIR%%/sounds/en/moon_fallingstar.ogg +%%DATADIR%%/sounds/en/moon_hotel.ogg +%%DATADIR%%/sounds/en/moon_monster.ogg +%%DATADIR%%/sounds/en/moon_moonwalker.ogg +%%DATADIR%%/sounds/en/moon_planet.ogg +%%DATADIR%%/sounds/en/moon_radar.ogg +%%DATADIR%%/sounds/en/moon_rocket.ogg +%%DATADIR%%/sounds/en/moon_satellite.ogg +%%DATADIR%%/sounds/en/moon_sign.ogg +%%DATADIR%%/sounds/en/moon_star.ogg +%%DATADIR%%/sounds/en/moon_ufo.ogg +%%DATADIR%%/sounds/en/moustache.ogg +%%DATADIR%%/sounds/en/mouth.ogg +%%DATADIR%%/sounds/en/nose.ogg +%%DATADIR%%/sounds/en/pizzeria_anchovy.ogg +%%DATADIR%%/sounds/en/pizzeria_bacon.ogg +%%DATADIR%%/sounds/en/pizzeria_broccolli.ogg +%%DATADIR%%/sounds/en/pizzeria_cheese.ogg +%%DATADIR%%/sounds/en/pizzeria_cucumber.ogg +%%DATADIR%%/sounds/en/pizzeria_mushroom.ogg +%%DATADIR%%/sounds/en/pizzeria_olive.ogg +%%DATADIR%%/sounds/en/pizzeria_onion.ogg +%%DATADIR%%/sounds/en/pizzeria_oregano.ogg +%%DATADIR%%/sounds/en/pizzeria_pepper.ogg +%%DATADIR%%/sounds/en/pizzeria_pepperoni.ogg +%%DATADIR%%/sounds/en/pizzeria_pineapple.ogg +%%DATADIR%%/sounds/en/pizzeria_salami.ogg +%%DATADIR%%/sounds/en/pizzeria_tomato.ogg +%%DATADIR%%/sounds/en/shoe.ogg +%%DATADIR%%/sounds/en/shorts.ogg +%%DATADIR%%/sounds/en/skirt.ogg +%%DATADIR%%/sounds/en/spectacles.ogg +%%DATADIR%%/sounds/en/stick.ogg +%%DATADIR%%/sounds/en/sunglasses.ogg +%%DATADIR%%/sounds/en/tie.ogg +%%DATADIR%%/sounds/en/tv_bicycle.ogg +%%DATADIR%%/sounds/en/tv_car.ogg +%%DATADIR%%/sounds/en/tv_cyclist.ogg +%%DATADIR%%/sounds/en/tv_train.ogg +%%DATADIR%%/sounds/en/tv_tree.ogg +%%DATADIR%%/sounds/en/umbrella.ogg +share/kxmlgui5/ktuberling/ktuberlingui.rc Index: games/libkdegames/Makefile =================================================================== --- games/libkdegames/Makefile +++ games/libkdegames/Makefile @@ -1,27 +1,28 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= libkdegames -PORTVERSION= ${KDE4_VERSION} +PORTVERSION= ${KDE_APPLICATIONS_VERSION} PORTREVISION= 1 -CATEGORIES= games kde kde-kde4 +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org -COMMENT= Libraries used by KDE 4 games +COMMENT= Libraries used by KDE games -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs automoc4 -USE_QT4= network phonon xml moc_build qmake_build rcc_build uic_build -USE_LDCONFIG= yes +LIB_DEPENDS= libsndfile.so:audio/libsndfile -OPTIONS_DEFINE= LOWLATENCY -OPTIONS_DEFAULT= LOWLATENCY +USES= cmake:outsource gettext kde:5 openal tar:xz +USE_KDE= archive bookmarks codecs completion config configwidgets \ + coreaddons crash dbusaddons dnssd ecm emoticons globalaccel \ + guiaddons i18n iconthemes init itemmodels itemviews \ + jobwidgets kdeclarative kdelibs4support kio newstuff \ + service textwidgets widgetsaddons xmlgui +USE_QT5= buildtools_build core gui network qmake_build qml quick \ + svg testlib widgets +USE_LDCONFIG= yes -LOWLATENCY_DESC= Use OpenAL and libsndfile for lower latency -LOWLATENCY_LIB_DEPENDS= libsndfile.so:audio/libsndfile -LOWLATENCY_USES= openal -LOWLATENCY_CMAKE_ON= -DWITH_OpenAL=on \ - -DWITH_SndFile=on -LOWLATENCY_CMAKE_OFF= -DWITH_OpenAL=off \ - -DWITH_SndFile=off +SHLIB_VER= 7.0.0 +PLIST_SUB+= SHLIB_VER="${SHLIB_VER}" \ + SHLIB_SHVER="${SHLIB_VER:R:R}" .include Index: games/libkdegames/distinfo =================================================================== --- games/libkdegames/distinfo +++ games/libkdegames/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/libkdegames-4.14.3.tar.xz) = c4f2cf08c85f3e2ce809fe8c7a032e26fc20707a27934c6381093c77cc26a265 -SIZE (KDE/4.14.3/libkdegames-4.14.3.tar.xz) = 5827668 +TIMESTAMP = 1486501786 +SHA256 (KDE/applications/16.12.2/libkdegames-16.12.2.tar.xz) = 9e1245ab8132b66c477b4b55f77562b1af7237fd6bbe8a0a2cb8937c03da8653 +SIZE (KDE/applications/16.12.2/libkdegames-16.12.2.tar.xz) = 5775024 Index: games/libkdegames/pkg-descr =================================================================== --- games/libkdegames/pkg-descr +++ games/libkdegames/pkg-descr @@ -1,3 +1,3 @@ -Libraries used by kde4 games. +Libraries used by kde games. WWW: http://www.kde.org/applications/games/ Index: games/libkdegames/pkg-plist =================================================================== --- games/libkdegames/pkg-plist +++ games/libkdegames/pkg-plist @@ -1,129 +1,128 @@ -include/kde4/KDE/KExtHighscore -include/kde4/KDE/KGameClock -include/kde4/KDE/KGamePopupItem -include/kde4/KDE/KGameRenderedItem -include/kde4/KDE/KGameRenderedObjectItem -include/kde4/KDE/KGameRenderer -include/kde4/KDE/KGameRendererClient -include/kde4/KDE/KHighscore -include/kde4/KDE/KScoreDialog -include/kde4/KDE/KStandardGameAction -include/kde4/KDE/KgAudioScene -include/kde4/KDE/KgDeclarativeView -include/kde4/KDE/KgDifficulty -include/kde4/KDE/KgSound -include/kde4/KDE/KgTheme -include/kde4/KDE/KgThemeProvider -include/kde4/KDE/KgThemeSelector -include/kde4/highscore/kexthighscore.h -include/kde4/highscore/kexthighscore_item.h -include/kde4/highscore/khighscore.h -include/kde4/highscore/kscoredialog.h -include/kde4/kgameclock.h -include/kde4/kgamepopupitem.h -include/kde4/kgamerendereditem.h -include/kde4/kgamerenderedobjectitem.h -include/kde4/kgamerenderer.h -include/kde4/kgamerendererclient.h -include/kde4/kgaudioscene.h -include/kde4/kgdeclarativeview.h -include/kde4/kgdifficulty.h -include/kde4/kgsound.h -include/kde4/kgtheme.h -include/kde4/kgthemeprovider.h -include/kde4/kgthemeselector.h -include/kde4/kstandardgameaction.h -include/kde4/libkdegames_capabilities.h -include/kde4/libkdegames_export.h -include/kde4/libkdegamesprivate/kchatbase.h -include/kde4/libkdegamesprivate/kchatbaseitemdelegate.h -include/kde4/libkdegamesprivate/kchatbasemodel.h -include/kde4/libkdegamesprivate/kgame/kgame.h -include/kde4/libkdegamesprivate/kgame/kgamechat.h -include/kde4/libkdegamesprivate/kgame/kgameerror.h -include/kde4/libkdegamesprivate/kgame/kgameio.h -include/kde4/libkdegamesprivate/kgame/kgamemessage.h -include/kde4/libkdegamesprivate/kgame/kgamenetwork.h -include/kde4/libkdegamesprivate/kgame/kgameproperty.h -include/kde4/libkdegamesprivate/kgame/kgamepropertyhandler.h -include/kde4/libkdegamesprivate/kgame/kgamesequence.h -include/kde4/libkdegamesprivate/kgame/kgameversion.h -include/kde4/libkdegamesprivate/kgame/kmessageclient.h -include/kde4/libkdegamesprivate/kgame/kmessageio.h -include/kde4/libkdegamesprivate/kgame/kmessageserver.h -include/kde4/libkdegamesprivate/kgame/kplayer.h -include/kde4/libkdegamesprivate/kgamecanvas.h -include/kde4/libkdegamesprivate/kgamedifficulty.h -include/kde4/libkdegamesprivate/kgamesvgdocument.h -include/kde4/libkdegamesprivate/kgametheme.h -include/kde4/libkdegamesprivate/kgamethemeselector.h -include/kde4/libkdegamesprivate/libkdegamesprivate_export.h -lib/cmake/KDEGames/KDEGamesConfig.cmake -lib/cmake/KDEGames/KDEGamesConfigVersion.cmake -lib/cmake/KDEGames/KDEGamesLibraryDepends-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/KDEGames/KDEGamesLibraryDepends.cmake -lib/kde4/imports/org/kde/games/core/KgItem.qml -lib/kde4/imports/org/kde/games/core/libcorebindingsplugin.so -lib/kde4/imports/org/kde/games/core/qmldir -lib/libkdegames.so -lib/libkdegames.so.6 -lib/libkdegames.so.6.1.0 -lib/libkdegamesprivate.so -lib/libkdegamesprivate.so.1 -lib/libkdegamesprivate.so.1.0.0 -share/apps/carddecks/svg-ancient-egyptians/11.png -share/apps/carddecks/svg-ancient-egyptians/Ancient_Egyptians.svgz -share/apps/carddecks/svg-ancient-egyptians/index.desktop -share/apps/carddecks/svg-dondorf/11.png -share/apps/carddecks/svg-dondorf/dondorf.svgz -share/apps/carddecks/svg-dondorf/index.desktop -share/apps/carddecks/svg-future/11.png -share/apps/carddecks/svg-future/future.svgz -share/apps/carddecks/svg-future/index.desktop -share/apps/carddecks/svg-gm-paris/11.png -share/apps/carddecks/svg-gm-paris/index.desktop -share/apps/carddecks/svg-gm-paris/paris.svgz -share/apps/carddecks/svg-jolly-royal/11.png -share/apps/carddecks/svg-jolly-royal/index.desktop -share/apps/carddecks/svg-jolly-royal/jolly-royal.svgz -share/apps/carddecks/svg-konqi-modern/11.png -share/apps/carddecks/svg-konqi-modern/index.desktop -share/apps/carddecks/svg-konqi-modern/konqi.svgz -share/apps/carddecks/svg-nicu-ornamental/11.png -share/apps/carddecks/svg-nicu-ornamental/AUTHORS -share/apps/carddecks/svg-nicu-ornamental/COPYING -share/apps/carddecks/svg-nicu-ornamental/index.desktop -share/apps/carddecks/svg-nicu-ornamental/ornamental.svgz -share/apps/carddecks/svg-nicu-white/11.png -share/apps/carddecks/svg-nicu-white/AUTHORS -share/apps/carddecks/svg-nicu-white/COPYING -share/apps/carddecks/svg-nicu-white/index.desktop -share/apps/carddecks/svg-nicu-white/white.svgz -share/apps/carddecks/svg-oxygen-air/11.png -share/apps/carddecks/svg-oxygen-air/index.desktop -share/apps/carddecks/svg-oxygen-air/oxygen-air.svgz -share/apps/carddecks/svg-oxygen-white/11.png -share/apps/carddecks/svg-oxygen-white/index.desktop -share/apps/carddecks/svg-oxygen-white/oxygen-white.svgz -share/apps/carddecks/svg-oxygen/11.png -share/apps/carddecks/svg-oxygen/index.desktop -share/apps/carddecks/svg-oxygen/oxygen.svgz -share/apps/carddecks/svg-penguins/11.png -share/apps/carddecks/svg-penguins/COPYRIGHT -share/apps/carddecks/svg-penguins/index.desktop -share/apps/carddecks/svg-penguins/penguins.svgz -share/apps/carddecks/svg-standard/11.png -share/apps/carddecks/svg-standard/index.desktop -share/apps/carddecks/svg-standard/standard.svgz -share/apps/carddecks/svg-tigullio-international/index.desktop -share/apps/carddecks/svg-tigullio-international/queen-of-hearts.png -share/apps/carddecks/svg-tigullio-international/tigullio-international.svgz -share/apps/carddecks/svg-xskat-french/11.png -share/apps/carddecks/svg-xskat-french/COPYRIGHT -share/apps/carddecks/svg-xskat-french/french.svgz -share/apps/carddecks/svg-xskat-french/index.desktop -share/apps/carddecks/svg-xskat-german/11.png -share/apps/carddecks/svg-xskat-german/COPYRIGHT -share/apps/carddecks/svg-xskat-german/german.svgz -share/apps/carddecks/svg-xskat-german/index.desktop -share/apps/kconf_update/kgthemeprovider-migration.upd +include/KF5/KF5KDEGames/KDE/KExtHighscore +include/KF5/KF5KDEGames/KDE/KGameClock +include/KF5/KF5KDEGames/KDE/KGamePopupItem +include/KF5/KF5KDEGames/KDE/KGameRenderedItem +include/KF5/KF5KDEGames/KDE/KGameRenderedObjectItem +include/KF5/KF5KDEGames/KDE/KGameRenderer +include/KF5/KF5KDEGames/KDE/KGameRendererClient +include/KF5/KF5KDEGames/KDE/KHighscore +include/KF5/KF5KDEGames/KDE/KScoreDialog +include/KF5/KF5KDEGames/KDE/KStandardGameAction +include/KF5/KF5KDEGames/KDE/KgAudioScene +include/KF5/KF5KDEGames/KDE/KgDeclarativeView +include/KF5/KF5KDEGames/KDE/KgDifficulty +include/KF5/KF5KDEGames/KDE/KgSound +include/KF5/KF5KDEGames/KDE/KgTheme +include/KF5/KF5KDEGames/KDE/KgThemeProvider +include/KF5/KF5KDEGames/KDE/KgThemeSelector +include/KF5/KF5KDEGames/highscore/khighscore.h +include/KF5/KF5KDEGames/highscore/kscoredialog.h +include/KF5/KF5KDEGames/kdegames_version.h +include/KF5/KF5KDEGames/kgameclock.h +include/KF5/KF5KDEGames/kgamepopupitem.h +include/KF5/KF5KDEGames/kgamerendereditem.h +include/KF5/KF5KDEGames/kgamerenderedobjectitem.h +include/KF5/KF5KDEGames/kgamerenderer.h +include/KF5/KF5KDEGames/kgamerendererclient.h +include/KF5/KF5KDEGames/kgaudioscene.h +include/KF5/KF5KDEGames/kgdeclarativeview.h +include/KF5/KF5KDEGames/kgdifficulty.h +include/KF5/KF5KDEGames/kgsound.h +include/KF5/KF5KDEGames/kgtheme.h +include/KF5/KF5KDEGames/kgthemeprovider.h +include/KF5/KF5KDEGames/kgthemeselector.h +include/KF5/KF5KDEGames/kstandardgameaction.h +include/KF5/KF5KDEGames/libkdegames_capabilities.h +include/KF5/KF5KDEGames/libkdegames_export.h +include/KF5/KF5KDEGames/libkdegamesprivate/kchatbase.h +include/KF5/KF5KDEGames/libkdegamesprivate/kchatbaseitemdelegate.h +include/KF5/KF5KDEGames/libkdegamesprivate/kchatbasemodel.h +include/KF5/KF5KDEGames/libkdegamesprivate/kgame/kgame.h +include/KF5/KF5KDEGames/libkdegamesprivate/kgame/kgamechat.h +include/KF5/KF5KDEGames/libkdegamesprivate/kgame/kgameerror.h +include/KF5/KF5KDEGames/libkdegamesprivate/kgame/kgameio.h +include/KF5/KF5KDEGames/libkdegamesprivate/kgame/kgamemessage.h +include/KF5/KF5KDEGames/libkdegamesprivate/kgame/kgamenetwork.h +include/KF5/KF5KDEGames/libkdegamesprivate/kgame/kgameproperty.h +include/KF5/KF5KDEGames/libkdegamesprivate/kgame/kgamepropertyhandler.h +include/KF5/KF5KDEGames/libkdegamesprivate/kgame/kgamesequence.h +include/KF5/KF5KDEGames/libkdegamesprivate/kgame/kgameversion.h +include/KF5/KF5KDEGames/libkdegamesprivate/kgame/kmessageclient.h +include/KF5/KF5KDEGames/libkdegamesprivate/kgame/kmessageio.h +include/KF5/KF5KDEGames/libkdegamesprivate/kgame/kmessageserver.h +include/KF5/KF5KDEGames/libkdegamesprivate/kgame/kplayer.h +include/KF5/KF5KDEGames/libkdegamesprivate/kgamecanvas.h +include/KF5/KF5KDEGames/libkdegamesprivate/kgamedifficulty.h +include/KF5/KF5KDEGames/libkdegamesprivate/kgamesvgdocument.h +include/KF5/KF5KDEGames/libkdegamesprivate/kgametheme.h +include/KF5/KF5KDEGames/libkdegamesprivate/kgamethemeselector.h +include/KF5/KF5KDEGames/libkdegamesprivate/libkdegamesprivate_export.h +lib/cmake/KF5KDEGames/KF5KDEGamesConfig.cmake +lib/cmake/KF5KDEGames/KF5KDEGamesConfigVersion.cmake +lib/cmake/KF5KDEGames/KF5KDEGamesLibraryDepends-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5KDEGames/KF5KDEGamesLibraryDepends.cmake +lib/libKF5KDEGames.so +lib/libKF5KDEGames.so.%%SHLIB_SHVER%% +lib/libKF5KDEGames.so.%%SHLIB_VER%% +lib/libKF5KDEGamesPrivate.so +lib/libKF5KDEGamesPrivate.so.1 +lib/libKF5KDEGamesPrivate.so.1.0.0 +%%QT_QMLDIR%%/org/kde/games/core/KgItem.qml +%%QT_QMLDIR%%/org/kde/games/core/libcorebindingsplugin.so +%%QT_QMLDIR%%/org/kde/games/core/qmldir +share/carddecks/svg-ancient-egyptians/11.png +share/carddecks/svg-ancient-egyptians/Ancient_Egyptians.svgz +share/carddecks/svg-ancient-egyptians/index.desktop +share/carddecks/svg-dondorf/11.png +share/carddecks/svg-dondorf/dondorf.svgz +share/carddecks/svg-dondorf/index.desktop +share/carddecks/svg-future/11.png +share/carddecks/svg-future/future.svgz +share/carddecks/svg-future/index.desktop +share/carddecks/svg-gm-paris/11.png +share/carddecks/svg-gm-paris/index.desktop +share/carddecks/svg-gm-paris/paris.svgz +share/carddecks/svg-jolly-royal/11.png +share/carddecks/svg-jolly-royal/index.desktop +share/carddecks/svg-jolly-royal/jolly-royal.svgz +share/carddecks/svg-konqi-modern/11.png +share/carddecks/svg-konqi-modern/index.desktop +share/carddecks/svg-konqi-modern/konqi.svgz +share/carddecks/svg-nicu-ornamental/11.png +share/carddecks/svg-nicu-ornamental/AUTHORS +share/carddecks/svg-nicu-ornamental/COPYING +share/carddecks/svg-nicu-ornamental/index.desktop +share/carddecks/svg-nicu-ornamental/ornamental.svgz +share/carddecks/svg-nicu-white/11.png +share/carddecks/svg-nicu-white/AUTHORS +share/carddecks/svg-nicu-white/COPYING +share/carddecks/svg-nicu-white/index.desktop +share/carddecks/svg-nicu-white/white.svgz +share/carddecks/svg-oxygen-air/11.png +share/carddecks/svg-oxygen-air/index.desktop +share/carddecks/svg-oxygen-air/oxygen-air.svgz +share/carddecks/svg-oxygen-white/11.png +share/carddecks/svg-oxygen-white/index.desktop +share/carddecks/svg-oxygen-white/oxygen-white.svgz +share/carddecks/svg-oxygen/11.png +share/carddecks/svg-oxygen/index.desktop +share/carddecks/svg-oxygen/oxygen.svgz +share/carddecks/svg-penguins/11.png +share/carddecks/svg-penguins/COPYRIGHT +share/carddecks/svg-penguins/index.desktop +share/carddecks/svg-penguins/penguins.svgz +share/carddecks/svg-standard/11.png +share/carddecks/svg-standard/index.desktop +share/carddecks/svg-standard/standard.svgz +share/carddecks/svg-tigullio-international/index.desktop +share/carddecks/svg-tigullio-international/queen-of-hearts.png +share/carddecks/svg-tigullio-international/tigullio-international.svgz +share/carddecks/svg-xskat-french/11.png +share/carddecks/svg-xskat-french/COPYRIGHT +share/carddecks/svg-xskat-french/french.svgz +share/carddecks/svg-xskat-french/index.desktop +share/carddecks/svg-xskat-german/11.png +share/carddecks/svg-xskat-german/COPYRIGHT +share/carddecks/svg-xskat-german/german.svgz +share/carddecks/svg-xskat-german/index.desktop +share/kconf_update/kgthemeprovider-migration.upd Index: games/libkmahjongg/Makefile =================================================================== --- games/libkmahjongg/Makefile +++ games/libkmahjongg/Makefile @@ -1,16 +1,16 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= libkmahjongg -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org -COMMENT= Library for the Mahjongg Solitaire for KDE 4 +COMMENT= Library for the Mahjongg Solitaire for KDE 5 -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USES= cmake:outsource compiler:c++11-lang gettext kde:5 tar:xz +USE_KDE= completion config configwidgets coreaddons ecm i18n widgetsaddons +USE_QT5= buildtools_build core gui qmake_build svg widgets USE_LDCONFIG= yes .include Index: games/libkmahjongg/distinfo =================================================================== --- games/libkmahjongg/distinfo +++ games/libkmahjongg/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/libkmahjongg-4.14.3.tar.xz) = 2638ecfe9bc798e93d9c091c0a0d0579ce50b34747bd414ff44328dfdf3766a9 -SIZE (KDE/4.14.3/libkmahjongg-4.14.3.tar.xz) = 1673436 +TIMESTAMP = 1486501786 +SHA256 (KDE/applications/16.12.2/libkmahjongg-16.12.2.tar.xz) = ee84400467911b0ecd40b53a890d402f634610f667c0517a03c0316c7617b246 +SIZE (KDE/applications/16.12.2/libkmahjongg-16.12.2.tar.xz) = 1704380 Index: games/libkmahjongg/pkg-plist =================================================================== --- games/libkmahjongg/pkg-plist +++ games/libkmahjongg/pkg-plist @@ -1,40 +1,46 @@ -include/kde4/kmahjonggbackground.h -include/kde4/kmahjonggconfigdialog.h -include/kde4/kmahjonggtileset.h -include/kde4/libkmahjongg_export.h -lib/libkmahjongglib.so -lib/libkmahjongglib.so.4 -lib/libkmahjongglib.so.%%KDE4_GENERIC_LIB_VERSION%% -share/apps/kmahjongglib/backgrounds/chinese_landscape.copyright -share/apps/kmahjongglib/backgrounds/chinese_landscape.desktop -share/apps/kmahjongglib/backgrounds/chinese_landscape.svgz -share/apps/kmahjongglib/backgrounds/color_plain.desktop -share/apps/kmahjongglib/backgrounds/default.desktop -share/apps/kmahjongglib/backgrounds/default.svg -share/apps/kmahjongglib/backgrounds/default_old.copyright -share/apps/kmahjongglib/backgrounds/default_old.desktop -share/apps/kmahjongglib/backgrounds/egyptian.svgz -share/apps/kmahjongglib/backgrounds/summerfield.copyright -share/apps/kmahjongglib/backgrounds/summerfield.desktop -share/apps/kmahjongglib/backgrounds/summerfield.svg -share/apps/kmahjongglib/backgrounds/wood_light.copyright -share/apps/kmahjongglib/backgrounds/wood_light.desktop -share/apps/kmahjongglib/backgrounds/wood_light.svg -share/apps/kmahjongglib/tilesets/alphabet.copyright -share/apps/kmahjongglib/tilesets/alphabet.desktop -share/apps/kmahjongglib/tilesets/alphabet.svgz -share/apps/kmahjongglib/tilesets/classic.copyright -share/apps/kmahjongglib/tilesets/classic.desktop -share/apps/kmahjongglib/tilesets/classic.svg -share/apps/kmahjongglib/tilesets/default.copyright -share/apps/kmahjongglib/tilesets/default.desktop -share/apps/kmahjongglib/tilesets/default.svgz -share/apps/kmahjongglib/tilesets/egypt.copyright -share/apps/kmahjongglib/tilesets/egypt.desktop -share/apps/kmahjongglib/tilesets/egypt.svgz -share/apps/kmahjongglib/tilesets/jade.copyright -share/apps/kmahjongglib/tilesets/jade.desktop -share/apps/kmahjongglib/tilesets/jade.svgz -share/apps/kmahjongglib/tilesets/traditional.copyright -share/apps/kmahjongglib/tilesets/traditional.desktop -share/apps/kmahjongglib/tilesets/traditional.svgz +include/KF5/KF5KMahjongg/kmahjonggbackground.h +include/KF5/KF5KMahjongg/kmahjonggconfigdialog.h +include/KF5/KF5KMahjongg/kmahjongglib_version.h +include/KF5/KF5KMahjongg/kmahjonggtileset.h +include/KF5/KF5KMahjongg/libkmahjongg_export.h +lib/cmake/KF5KMahjongglib/KF5KMahjonggLibraryDepends-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5KMahjongglib/KF5KMahjonggLibraryDepends.cmake +lib/cmake/KF5KMahjongglib/KF5KMahjongglibConfig.cmake +lib/cmake/KF5KMahjongglib/KF5KMahjongglibConfigVersion.cmake +lib/libKF5KMahjongglib.so +lib/libKF5KMahjongglib.so.5 +lib/libKF5KMahjongglib.so.5.0.0 +share/kmahjongglib/backgrounds/chinese_landscape.copyright +share/kmahjongglib/backgrounds/chinese_landscape.desktop +share/kmahjongglib/backgrounds/chinese_landscape.svgz +share/kmahjongglib/backgrounds/color_plain.desktop +share/kmahjongglib/backgrounds/default.copyright +share/kmahjongglib/backgrounds/default.desktop +share/kmahjongglib/backgrounds/default.svg +share/kmahjongglib/backgrounds/egyptian.copyright +share/kmahjongglib/backgrounds/egyptian.desktop +share/kmahjongglib/backgrounds/egyptian.svgz +share/kmahjongglib/backgrounds/summerfield.copyright +share/kmahjongglib/backgrounds/summerfield.desktop +share/kmahjongglib/backgrounds/summerfield.svg +share/kmahjongglib/backgrounds/wood_light.copyright +share/kmahjongglib/backgrounds/wood_light.desktop +share/kmahjongglib/backgrounds/wood_light.svg +share/kmahjongglib/tilesets/alphabet.copyright +share/kmahjongglib/tilesets/alphabet.desktop +share/kmahjongglib/tilesets/alphabet.svgz +share/kmahjongglib/tilesets/classic.copyright +share/kmahjongglib/tilesets/classic.desktop +share/kmahjongglib/tilesets/classic.svg +share/kmahjongglib/tilesets/default.copyright +share/kmahjongglib/tilesets/default.desktop +share/kmahjongglib/tilesets/default.svgz +share/kmahjongglib/tilesets/egypt.copyright +share/kmahjongglib/tilesets/egypt.desktop +share/kmahjongglib/tilesets/egypt.svgz +share/kmahjongglib/tilesets/jade.copyright +share/kmahjongglib/tilesets/jade.desktop +share/kmahjongglib/tilesets/jade.svgz +share/kmahjongglib/tilesets/traditional.copyright +share/kmahjongglib/tilesets/traditional.desktop +share/kmahjongglib/tilesets/traditional.svgz Index: games/picmi/Makefile =================================================================== --- games/picmi/Makefile +++ games/picmi/Makefile @@ -1,16 +1,18 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= picmi -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build \ - svg xml +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= coreaddons dbusaddons doctools ecm i18n kdeclarative \ + kio libkdegames newstuff xmlgui +USE_QT5= buildtools_build core gui network qmake_build qml \ + quick svg testlib widgets -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kf5/Makefile.common> .include Index: games/picmi/distinfo =================================================================== --- games/picmi/distinfo +++ games/picmi/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/picmi-4.14.3.tar.xz) = 842182ac7de565f33d9bf9c7548bfa64b5aaf33b69bfc9f20269e90795d9d674 -SIZE (KDE/4.14.3/picmi-4.14.3.tar.xz) = 731476 +TIMESTAMP = 1486501787 +SHA256 (KDE/applications/16.12.2/picmi-16.12.2.tar.xz) = 4ccccea0ce5e6110b3db7726eef01c53de7e1e99568bd1f6d41a8585f8861248 +SIZE (KDE/applications/16.12.2/picmi-16.12.2.tar.xz) = 1089688 Index: games/picmi/pkg-plist =================================================================== --- games/picmi/pkg-plist +++ games/picmi/pkg-plist @@ -1,40 +1,6 @@ bin/picmi -share/applications/kde4/picmi.desktop -share/apps/picmi/levels/default.xml -share/apps/picmi/levels/default/antique_phone.xpm -share/apps/picmi/levels/default/baby_chick.xpm -share/apps/picmi/levels/default/baby_panda.xpm -share/apps/picmi/levels/default/basketball.xpm -share/apps/picmi/levels/default/bass_clef.xpm -share/apps/picmi/levels/default/bike.xpm -share/apps/picmi/levels/default/bird.xpm -share/apps/picmi/levels/default/calculator.xpm -share/apps/picmi/levels/default/camera.xpm -share/apps/picmi/levels/default/carlthecat.xpm -share/apps/picmi/levels/default/clarathecat.xpm -share/apps/picmi/levels/default/clausthecat.xpm -share/apps/picmi/levels/default/clef.xpm -share/apps/picmi/levels/default/clown.xpm -share/apps/picmi/levels/default/crocodile.xpm -share/apps/picmi/levels/default/elephant.xpm -share/apps/picmi/levels/default/halloween.xpm -share/apps/picmi/levels/default/hourglass.xpm -share/apps/picmi/levels/default/mobile_phone.xpm -share/apps/picmi/levels/default/panda.xpm -share/apps/picmi/levels/default/phone.xpm -share/apps/picmi/levels/default/picmi.xpm -share/apps/picmi/levels/default/pirate_dog.xpm -share/apps/picmi/levels/default/policeman.xpm -share/apps/picmi/levels/default/robot.xpm -share/apps/picmi/levels/default/santa_claus.xpm -share/apps/picmi/levels/default/shopping_cart.xpm -share/apps/picmi/levels/default/soccer.xpm -share/apps/picmi/levels/default/zebra.xpm -share/apps/picmi/picmiui.rc -share/apps/picmi/themes/picmi.desktop -share/apps/picmi/themes/picmi.png -share/apps/picmi/themes/picmi.svg -share/doc/HTML/en/picmi/common +share/applications/org.kde.picmi.desktop +share/doc/HTML/en/picmi/gameboard.png share/doc/HTML/en/picmi/index.cache.bz2 share/doc/HTML/en/picmi/index.docbook share/icons/hicolor/128x128/apps/picmi.png @@ -44,4 +10,38 @@ share/icons/hicolor/32x32/apps/picmi.png share/icons/hicolor/48x48/apps/picmi.png share/icons/hicolor/64x64/apps/picmi.png -share/icons/hicolor/scalable/apps/picmi.svgz +share/kxmlgui5/picmi/picmiui.rc +share/metainfo/org.kde.picmi.appdata.xml +%%DATADIR%%/levels/default.xml +%%DATADIR%%/levels/default/antique_phone.xpm +%%DATADIR%%/levels/default/baby_chick.xpm +%%DATADIR%%/levels/default/baby_panda.xpm +%%DATADIR%%/levels/default/basketball.xpm +%%DATADIR%%/levels/default/bass_clef.xpm +%%DATADIR%%/levels/default/bike.xpm +%%DATADIR%%/levels/default/bird.xpm +%%DATADIR%%/levels/default/calculator.xpm +%%DATADIR%%/levels/default/camera.xpm +%%DATADIR%%/levels/default/carlthecat.xpm +%%DATADIR%%/levels/default/clarathecat.xpm +%%DATADIR%%/levels/default/clausthecat.xpm +%%DATADIR%%/levels/default/clef.xpm +%%DATADIR%%/levels/default/clown.xpm +%%DATADIR%%/levels/default/crocodile.xpm +%%DATADIR%%/levels/default/elephant.xpm +%%DATADIR%%/levels/default/halloween.xpm +%%DATADIR%%/levels/default/hourglass.xpm +%%DATADIR%%/levels/default/mobile_phone.xpm +%%DATADIR%%/levels/default/panda.xpm +%%DATADIR%%/levels/default/phone.xpm +%%DATADIR%%/levels/default/picmi.xpm +%%DATADIR%%/levels/default/pirate_dog.xpm +%%DATADIR%%/levels/default/policeman.xpm +%%DATADIR%%/levels/default/robot.xpm +%%DATADIR%%/levels/default/santa_claus.xpm +%%DATADIR%%/levels/default/shopping_cart.xpm +%%DATADIR%%/levels/default/soccer.xpm +%%DATADIR%%/levels/default/zebra.xpm +%%DATADIR%%/themes/picmi.desktop +%%DATADIR%%/themes/picmi.png +%%DATADIR%%/themes/picmi.svg Index: security/Makefile =================================================================== --- security/Makefile +++ security/Makefile @@ -802,6 +802,9 @@ SUBDIR += pinentry-qt5 SUBDIR += pinentry-tty SUBDIR += pixiewps + SUBDIR += plasma5-kscreenlocker + SUBDIR += plasma5-ksshaskpass + SUBDIR += plasma5-kwallet-pam SUBDIR += pkcrack SUBDIR += pkcs11-dump SUBDIR += pkcs11-gateway Index: security/plasma5-kscreenlocker/Makefile =================================================================== --- /dev/null +++ security/plasma5-kscreenlocker/Makefile @@ -0,0 +1,34 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kscreenlocker +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= security kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 secure lock screen architecture + +LIB_DEPENDS= libwayland-client.so:graphics/wayland \ + libxcb-keysyms.so:x11/xcb-util-keysyms +RUN_DEPENDS= ck-list-sessions:sysutils/consolekit \ + dbus-send:devel/dbus + +USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 pkgconfig \ + tar:xz +USE_KDE= auth codecs config configwidgets coreaddons crash ecm \ + emoticons globalaccel i18n idletime init itemmodels kcmutils \ + kdeclarative kdelibs4support notifications package \ + plasma-framework sonnet textwidgets wayland widgetsaddons \ + windowsystem xmlgui +USE_QT5= buildtools_build core dbus gui network qmake_build qml quick \ + testlib widgets x11extras xml +USE_XORG= ice sm x11 xcb xcursor xext xi + +# Install a generic console kit based programm to unlock the screen in the event +# of a failure. +SUB_FILES= ck-unlock-session + +post-install: + ${INSTALL_SCRIPT} ${WRKDIR}/ck-unlock-session ${STAGEDIR}${PREFIX}/bin + +.include Index: security/plasma5-kscreenlocker/distinfo =================================================================== --- /dev/null +++ security/plasma5-kscreenlocker/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101629 +SHA256 (KDE/plasma/5.9.2/kscreenlocker-5.9.2.tar.xz) = 69c264e7c9f0fa5c826b912a5ebe5f1e582d338bd93214df8ece064bb4e7bcfd +SIZE (KDE/plasma/5.9.2/kscreenlocker-5.9.2.tar.xz) = 108180 Index: security/plasma5-kscreenlocker/files/ck-unlock-session.in =================================================================== --- /dev/null +++ security/plasma5-kscreenlocker/files/ck-unlock-session.in @@ -0,0 +1,25 @@ +#!/bin/sh +# This helper script unlocks the Plasma5 screenlocker of the session given by argument, +# should the locker ever crash. +# +# Requirements: consolekit & dbus-send +# + +# list running sesions +list_sessions () +{ + %%PREFIX%%/bin/ck-list-sessions | grep -oE '^Session[^:]*' +} + +# unlock_session +unlock_session () +{ + %%PREFIX%%/bin/dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" "/org/freedesktop/ConsoleKit/$1" org.freedesktop.ConsoleKit.Session.Unlock +} + +if [ $# -ne 1 ] ; then + list_sessions +else + unlock_session $1 +fi + Index: security/plasma5-kscreenlocker/files/patch-abstractlocker.cpp =================================================================== --- /dev/null +++ security/plasma5-kscreenlocker/files/patch-abstractlocker.cpp @@ -0,0 +1,18 @@ +Modify the explanation on the crashed lock screen to our situation. +That is, to use ck-unlock-session. + +--- abstractlocker.cpp.orig 2017-01-26 20:32:32 UTC ++++ abstractlocker.cpp +@@ -50,8 +50,10 @@ void BackgroundWindow::paintEvent(QPaint + if (m_greeterFailure) { + auto text = ki18n("The screen locker is broken and unlocking is not possible anymore.\n" + "In order to unlock switch to a virtual terminal (e.g. Ctrl+Alt+F2),\n" +- "log in and execute the command:\n\n" +- "loginctl unlock-sessions\n\n" ++ "log in as root and execute the command:\n\n" ++ "# ck-unlock-session \n\n" ++ "The can be obtained by running the command:\n\n:" ++ "# ck-unlock-session\n\n" + "Afterwards switch back to the running session (Ctrl+Alt+F%1)."); + text = text.subs(QString::fromLocal8Bit(qgetenv("XDG_VTNR"))); + p.setPen(Qt::white); Index: security/plasma5-kscreenlocker/pkg-descr =================================================================== --- /dev/null +++ security/plasma5-kscreenlocker/pkg-descr @@ -0,0 +1,3 @@ +Library and components for secure lock screen architecture. + +WWW: https://projects.kde.org/projects/kde/workspace/kscreenlocker Index: security/plasma5-kscreenlocker/pkg-plist =================================================================== --- /dev/null +++ security/plasma5-kscreenlocker/pkg-plist @@ -0,0 +1,161 @@ +bin/ck-unlock-session +include/KScreenLocker/KScreenLocker/KsldApp +include/KScreenLocker/KScreenLocker/kscreenlocker_export.h +include/KScreenLocker/KScreenLocker/ksldapp.h +lib/cmake/KScreenLocker/KScreenLockerConfig.cmake +lib/cmake/KScreenLocker/KScreenLockerConfigVersion.cmake +lib/cmake/KScreenLocker/KScreenLockerTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KScreenLocker/KScreenLockerTargets.cmake +lib/cmake/ScreenSaverDBusInterface/ScreenSaverDBusInterfaceConfig.cmake +lib/libKScreenLocker.so +lib/libKScreenLocker.so.5 +lib/libKScreenLocker.so.%%KDE_PLASMA_VERSION%% +@mode 4555 +lib/libexec/kcheckpass +@mode +lib/libexec/kscreenlocker_greet +%%QT_PLUGINDIR%%/screenlocker_kcm.so +share/dbus-1/interfaces/kf5_org.freedesktop.ScreenSaver.xml +share/kconf_update/kscreenlocker.upd +share/kconf_update/ksreenlocker_5_3_separate_autologin.pl +share/knotifications5/ksmserver.notifyrc +share/kservices5/screenlocker.desktop +share/ksmserver/screenlocker/org.kde.passworddialog/metadata.desktop +share/locale/ar/LC_MESSAGES/kscreenlocker.mo +share/locale/ar/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/ar/LC_MESSAGES/screenlocker_kcm.mo +share/locale/ast/LC_MESSAGES/kscreenlocker.mo +share/locale/ast/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/ast/LC_MESSAGES/screenlocker_kcm.mo +share/locale/bs/LC_MESSAGES/kscreenlocker.mo +share/locale/bs/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/bs/LC_MESSAGES/screenlocker_kcm.mo +share/locale/ca/LC_MESSAGES/kscreenlocker.mo +share/locale/ca/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/ca/LC_MESSAGES/screenlocker_kcm.mo +share/locale/ca@valencia/LC_MESSAGES/kscreenlocker.mo +share/locale/ca@valencia/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/ca@valencia/LC_MESSAGES/screenlocker_kcm.mo +share/locale/cs/LC_MESSAGES/kscreenlocker.mo +share/locale/cs/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/cs/LC_MESSAGES/screenlocker_kcm.mo +share/locale/da/LC_MESSAGES/kscreenlocker.mo +share/locale/da/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/da/LC_MESSAGES/screenlocker_kcm.mo +share/locale/de/LC_MESSAGES/kscreenlocker.mo +share/locale/de/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/de/LC_MESSAGES/screenlocker_kcm.mo +share/locale/el/LC_MESSAGES/kscreenlocker.mo +share/locale/el/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/el/LC_MESSAGES/screenlocker_kcm.mo +share/locale/en_GB/LC_MESSAGES/kscreenlocker.mo +share/locale/en_GB/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/en_GB/LC_MESSAGES/screenlocker_kcm.mo +share/locale/es/LC_MESSAGES/kscreenlocker.mo +share/locale/es/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/es/LC_MESSAGES/screenlocker_kcm.mo +share/locale/et/LC_MESSAGES/kscreenlocker.mo +share/locale/et/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/et/LC_MESSAGES/screenlocker_kcm.mo +share/locale/fi/LC_MESSAGES/kscreenlocker.mo +share/locale/fi/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/fi/LC_MESSAGES/screenlocker_kcm.mo +share/locale/fr/LC_MESSAGES/kscreenlocker.mo +share/locale/fr/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/fr/LC_MESSAGES/screenlocker_kcm.mo +share/locale/ga/LC_MESSAGES/kscreenlocker.mo +share/locale/ga/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/gl/LC_MESSAGES/kscreenlocker.mo +share/locale/gl/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/gl/LC_MESSAGES/screenlocker_kcm.mo +share/locale/he/LC_MESSAGES/kscreenlocker.mo +share/locale/he/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/he/LC_MESSAGES/screenlocker_kcm.mo +share/locale/hu/LC_MESSAGES/kscreenlocker.mo +share/locale/hu/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/hu/LC_MESSAGES/screenlocker_kcm.mo +share/locale/ia/LC_MESSAGES/kscreenlocker.mo +share/locale/ia/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/ia/LC_MESSAGES/screenlocker_kcm.mo +share/locale/it/LC_MESSAGES/kscreenlocker.mo +share/locale/it/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/it/LC_MESSAGES/screenlocker_kcm.mo +share/locale/ja/LC_MESSAGES/kscreenlocker.mo +share/locale/ja/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/ja/LC_MESSAGES/screenlocker_kcm.mo +share/locale/kk/LC_MESSAGES/kscreenlocker.mo +share/locale/kk/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/ko/LC_MESSAGES/kscreenlocker.mo +share/locale/ko/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/ko/LC_MESSAGES/screenlocker_kcm.mo +share/locale/lt/LC_MESSAGES/kscreenlocker.mo +share/locale/lt/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/lt/LC_MESSAGES/screenlocker_kcm.mo +share/locale/mr/LC_MESSAGES/kscreenlocker.mo +share/locale/mr/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/nb/LC_MESSAGES/kscreenlocker.mo +share/locale/nb/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/nb/LC_MESSAGES/screenlocker_kcm.mo +share/locale/nds/LC_MESSAGES/kscreenlocker.mo +share/locale/nds/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/nds/LC_MESSAGES/screenlocker_kcm.mo +share/locale/nl/LC_MESSAGES/kscreenlocker.mo +share/locale/nl/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/nl/LC_MESSAGES/screenlocker_kcm.mo +share/locale/nn/LC_MESSAGES/kscreenlocker.mo +share/locale/nn/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/nn/LC_MESSAGES/screenlocker_kcm.mo +share/locale/pa/LC_MESSAGES/kscreenlocker.mo +share/locale/pa/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/pa/LC_MESSAGES/screenlocker_kcm.mo +share/locale/pl/LC_MESSAGES/kscreenlocker.mo +share/locale/pl/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/pl/LC_MESSAGES/screenlocker_kcm.mo +share/locale/pt/LC_MESSAGES/kscreenlocker.mo +share/locale/pt/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/pt/LC_MESSAGES/screenlocker_kcm.mo +share/locale/pt_BR/LC_MESSAGES/kscreenlocker.mo +share/locale/pt_BR/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/pt_BR/LC_MESSAGES/screenlocker_kcm.mo +share/locale/ro/LC_MESSAGES/kscreenlocker.mo +share/locale/ro/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/ro/LC_MESSAGES/screenlocker_kcm.mo +share/locale/ru/LC_MESSAGES/kscreenlocker.mo +share/locale/ru/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/ru/LC_MESSAGES/screenlocker_kcm.mo +share/locale/sk/LC_MESSAGES/kscreenlocker.mo +share/locale/sk/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/sk/LC_MESSAGES/screenlocker_kcm.mo +share/locale/sl/LC_MESSAGES/kscreenlocker.mo +share/locale/sl/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/sl/LC_MESSAGES/screenlocker_kcm.mo +share/locale/sr/LC_MESSAGES/kscreenlocker.mo +share/locale/sr/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/sr/LC_MESSAGES/screenlocker_kcm.mo +share/locale/sr@ijekavian/LC_MESSAGES/kscreenlocker.mo +share/locale/sr@ijekavian/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/sr@ijekavian/LC_MESSAGES/screenlocker_kcm.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kscreenlocker.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/screenlocker_kcm.mo +share/locale/sr@latin/LC_MESSAGES/kscreenlocker.mo +share/locale/sr@latin/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/sr@latin/LC_MESSAGES/screenlocker_kcm.mo +share/locale/sv/LC_MESSAGES/kscreenlocker.mo +share/locale/sv/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/sv/LC_MESSAGES/screenlocker_kcm.mo +share/locale/tr/LC_MESSAGES/kscreenlocker.mo +share/locale/tr/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/ug/LC_MESSAGES/kscreenlocker.mo +share/locale/ug/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/uk/LC_MESSAGES/kscreenlocker.mo +share/locale/uk/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/uk/LC_MESSAGES/screenlocker_kcm.mo +share/locale/wa/LC_MESSAGES/kscreenlocker.mo +share/locale/wa/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/zh_CN/LC_MESSAGES/kscreenlocker.mo +share/locale/zh_CN/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/zh_CN/LC_MESSAGES/screenlocker_kcm.mo +share/locale/zh_TW/LC_MESSAGES/kscreenlocker.mo +share/locale/zh_TW/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/zh_TW/LC_MESSAGES/screenlocker_kcm.mo Index: security/plasma5-ksshaskpass/Makefile =================================================================== --- /dev/null +++ security/plasma5-ksshaskpass/Makefile @@ -0,0 +1,15 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= ksshaskpass +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= security kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 ssh-add frontend + +USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 tar:xz +USE_KDE= coreaddons doctools ecm i18n wallet widgetsaddons +USE_QT5= buildtools_build core gui qmake_build widgets + +.include Index: security/plasma5-ksshaskpass/distinfo =================================================================== --- /dev/null +++ security/plasma5-ksshaskpass/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101630 +SHA256 (KDE/plasma/5.9.2/ksshaskpass-5.9.2.tar.xz) = e4ca4282814da54595919f617cea3050a8e266d1cb8b83e05f26c84b5e3c209e +SIZE (KDE/plasma/5.9.2/ksshaskpass-5.9.2.tar.xz) = 20072 Index: security/plasma5-ksshaskpass/pkg-descr =================================================================== --- /dev/null +++ security/plasma5-ksshaskpass/pkg-descr @@ -0,0 +1,3 @@ +ssh-add helper that uses kwallet and kpassworddialog. + +WWW: https://projects.kde.org/projects/kde/workspace/ksshaskpass Index: security/plasma5-ksshaskpass/pkg-plist =================================================================== --- /dev/null +++ security/plasma5-ksshaskpass/pkg-plist @@ -0,0 +1,41 @@ +bin/ksshaskpass +man/man1/ksshaskpass.1.gz +share/locale/ar/LC_MESSAGES/ksshaskpass.mo +share/locale/ast/LC_MESSAGES/ksshaskpass.mo +share/locale/bs/LC_MESSAGES/ksshaskpass.mo +share/locale/ca/LC_MESSAGES/ksshaskpass.mo +share/locale/ca@valencia/LC_MESSAGES/ksshaskpass.mo +share/locale/cs/LC_MESSAGES/ksshaskpass.mo +share/locale/da/LC_MESSAGES/ksshaskpass.mo +share/locale/de/LC_MESSAGES/ksshaskpass.mo +share/locale/el/LC_MESSAGES/ksshaskpass.mo +share/locale/en_GB/LC_MESSAGES/ksshaskpass.mo +share/locale/es/LC_MESSAGES/ksshaskpass.mo +share/locale/et/LC_MESSAGES/ksshaskpass.mo +share/locale/fi/LC_MESSAGES/ksshaskpass.mo +share/locale/fr/LC_MESSAGES/ksshaskpass.mo +share/locale/gl/LC_MESSAGES/ksshaskpass.mo +share/locale/ia/LC_MESSAGES/ksshaskpass.mo +share/locale/it/LC_MESSAGES/ksshaskpass.mo +share/locale/ja/LC_MESSAGES/ksshaskpass.mo +share/locale/ko/LC_MESSAGES/ksshaskpass.mo +share/locale/lt/LC_MESSAGES/ksshaskpass.mo +share/locale/nb/LC_MESSAGES/ksshaskpass.mo +share/locale/nl/LC_MESSAGES/ksshaskpass.mo +share/locale/nn/LC_MESSAGES/ksshaskpass.mo +share/locale/pa/LC_MESSAGES/ksshaskpass.mo +share/locale/pl/LC_MESSAGES/ksshaskpass.mo +share/locale/pt/LC_MESSAGES/ksshaskpass.mo +share/locale/pt_BR/LC_MESSAGES/ksshaskpass.mo +share/locale/ro/LC_MESSAGES/ksshaskpass.mo +share/locale/ru/LC_MESSAGES/ksshaskpass.mo +share/locale/sk/LC_MESSAGES/ksshaskpass.mo +share/locale/sl/LC_MESSAGES/ksshaskpass.mo +share/locale/sr/LC_MESSAGES/ksshaskpass.mo +share/locale/sr@ijekavian/LC_MESSAGES/ksshaskpass.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ksshaskpass.mo +share/locale/sr@latin/LC_MESSAGES/ksshaskpass.mo +share/locale/sv/LC_MESSAGES/ksshaskpass.mo +share/locale/uk/LC_MESSAGES/ksshaskpass.mo +share/locale/zh_CN/LC_MESSAGES/ksshaskpass.mo +share/locale/zh_TW/LC_MESSAGES/ksshaskpass.mo Index: security/plasma5-kwallet-pam/Makefile =================================================================== --- /dev/null +++ security/plasma5-kwallet-pam/Makefile @@ -0,0 +1,18 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kwallet-pam +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= security kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 KWallet PAM Integration + +LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ + libgpg-error.so:security/libgpg-error + +USES= cmake:outsource cpe gettext kde:5 tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build qmake_build + +.include Index: security/plasma5-kwallet-pam/distinfo =================================================================== --- /dev/null +++ security/plasma5-kwallet-pam/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101632 +SHA256 (KDE/plasma/5.9.2/kwallet-pam-5.9.2.tar.xz) = 4f57e7b5918ef196d00ec8f33875b30c6bfdeac85d44325cc6a733d23cbb2975 +SIZE (KDE/plasma/5.9.2/kwallet-pam-5.9.2.tar.xz) = 17808 Index: security/plasma5-kwallet-pam/files/patch-pam__kwallet.c =================================================================== --- /dev/null +++ security/plasma5-kwallet-pam/files/patch-pam__kwallet.c @@ -0,0 +1,11 @@ +--- pam_kwallet.c.orig 2016-03-02 14:23:58 UTC ++++ pam_kwallet.c +@@ -31,7 +31,7 @@ + #include + #include + #include +-#ifdef __APPLE__ ++#if defined(__APPLE__) || defined(__FreeBSD__) + #include "pam_darwin.h" + #include + #else Index: security/plasma5-kwallet-pam/pkg-descr =================================================================== --- /dev/null +++ security/plasma5-kwallet-pam/pkg-descr @@ -0,0 +1,3 @@ +KWallet PAM Integration + +WWW: https://projects.kde.org/projects/kde/workspace/kwallet-pam Index: security/plasma5-kwallet-pam/pkg-plist =================================================================== --- /dev/null +++ security/plasma5-kwallet-pam/pkg-plist @@ -0,0 +1,3 @@ +etc/xdg/autostart/pam_kwallet_init.desktop +lib/libexec/pam_kwallet_init +lib/security/pam_kwallet5.so Index: sysutils/Makefile =================================================================== --- sysutils/Makefile +++ sysutils/Makefile @@ -91,7 +91,7 @@ SUBDIR += bchunk SUBDIR += beadm SUBDIR += beadm-devel - SUBDIR += beats + SUBDIR += beats SUBDIR += bhyve-firmware SUBDIR += bhyve-rc SUBDIR += biosfont @@ -806,6 +806,16 @@ SUBDIR += pick SUBDIR += pidof SUBDIR += pipemeter + SUBDIR += plasma5-discover + SUBDIR += plasma5-kde-cli-tools + SUBDIR += plasma5-kinfocenter + SUBDIR += plasma5-kmenuedit + SUBDIR += plasma5-ksysguard + SUBDIR += plasma5-libksysguard + SUBDIR += plasma5-polkit-kde-agent-1 + SUBDIR += plasma5-powerdevil + SUBDIR += plasma5-systemsettings + SUBDIR += plasma5-user-manager SUBDIR += plasma-applet-apcups SUBDIR += plconfig SUBDIR += pmt Index: sysutils/plasma5-discover/Makefile =================================================================== --- /dev/null +++ sysutils/plasma5-discover/Makefile @@ -0,0 +1,25 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= discover +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 package management tools + +# TODO: update packagekit-qt5 +#LIB_DEPENDS= libpackagekit-qt.so:ports-mgmt/packagekit-qt5 + +USES= cmake:outsource compiler:c++11-lib cpe desktop-file-utils \ + gettext kde:5 tar:xz +USE_KDE= archive attica5 auth codecs completion config configwidgets \ + coreaddons crash dbusaddons ecm i18n iconthemes itemmodels \ + itemviews jobwidgets kdeclarative kio newstuff notifications \ + package plasma-framework service solid textwidgets wallet \ + widgetsaddons xmlgui +USE_QT5= buildtools_build concurrent core dbus gui network \ + qmake_build qml quick svg testlib widgets xml + +.include + Index: sysutils/plasma5-discover/distinfo =================================================================== --- /dev/null +++ sysutils/plasma5-discover/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101639 +SHA256 (KDE/plasma/5.9.2/discover-5.9.2.tar.xz) = 420c97b959eb9130cf54ab09a68b1ee1504eb31c676059e24f01fa5a86528f7b +SIZE (KDE/plasma/5.9.2/discover-5.9.2.tar.xz) = 9650848 Index: sysutils/plasma5-discover/pkg-descr =================================================================== --- /dev/null +++ sysutils/plasma5-discover/pkg-descr @@ -0,0 +1,3 @@ +A collection of package management tools for KDE. + +WWW: https://projects.kde.org/projects/kde/workspace/discover Index: sysutils/plasma5-discover/pkg-plist =================================================================== --- /dev/null +++ sysutils/plasma5-discover/pkg-plist @@ -0,0 +1,204 @@ +bin/plasma-discover +etc/xdg/discover_ktexteditor_codesnippets_core.knsrc +lib/plasma-discover/libDiscoverCommon.so +lib/plasma-discover/libDiscoverNotifiers.so +%%QT_PLUGINDIR%%/discover/kns-backend.so +%%QT_QMLDIR%%/org/kde/discover/libdiscoverdeclarativeplugin.so +%%QT_QMLDIR%%/org/kde/discover/qmldir +%%QT_QMLDIR%%/org/kde/discovernotifier/libDiscoverNotifierDeclarativePlugin.so +%%QT_QMLDIR%%/org/kde/discovernotifier/qmldir +share/applications/org.kde.discover.desktop +share/icons/hicolor/128x128/apps/plasmadiscover.png +share/icons/hicolor/16x16/apps/plasmadiscover.png +share/icons/hicolor/22x22/apps/plasmadiscover.png +share/icons/hicolor/32x32/apps/plasmadiscover.png +share/icons/hicolor/48x48/apps/plasmadiscover.png +share/icons/hicolor/scalable/apps/plasmadiscover.svgz +share/knotifications5/discoverabstractnotifier.notifyrc +share/kservices5/plasma-applet-org.kde.discovernotifier.desktop +share/kxmlgui5/plasmadiscover/plasmadiscoverui.rc +share/locale/ar/LC_MESSAGES/libdiscover.mo +share/locale/ar/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/ar/LC_MESSAGES/plasma-discover.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/ast/LC_MESSAGES/libdiscover.mo +share/locale/ast/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/ast/LC_MESSAGES/plasma-discover.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/bg/LC_MESSAGES/libdiscover.mo +share/locale/bs/LC_MESSAGES/libdiscover.mo +share/locale/bs/LC_MESSAGES/plasma-discover.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/ca/LC_MESSAGES/libdiscover.mo +share/locale/ca/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/ca/LC_MESSAGES/plasma-discover.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/ca@valencia/LC_MESSAGES/libdiscover.mo +share/locale/ca@valencia/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/ca@valencia/LC_MESSAGES/plasma-discover.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/cs/LC_MESSAGES/libdiscover.mo +share/locale/cs/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/cs/LC_MESSAGES/plasma-discover.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/da/LC_MESSAGES/libdiscover.mo +share/locale/da/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/da/LC_MESSAGES/plasma-discover.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/de/LC_MESSAGES/libdiscover.mo +share/locale/de/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/de/LC_MESSAGES/plasma-discover.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/el/LC_MESSAGES/libdiscover.mo +share/locale/el/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/el/LC_MESSAGES/plasma-discover.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/en_GB/LC_MESSAGES/libdiscover.mo +share/locale/en_GB/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/en_GB/LC_MESSAGES/plasma-discover.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/es/LC_MESSAGES/libdiscover.mo +share/locale/es/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/es/LC_MESSAGES/plasma-discover.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/et/LC_MESSAGES/libdiscover.mo +share/locale/et/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/et/LC_MESSAGES/plasma-discover.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/fi/LC_MESSAGES/libdiscover.mo +share/locale/fi/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/fi/LC_MESSAGES/plasma-discover.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/fr/LC_MESSAGES/libdiscover.mo +share/locale/fr/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/fr/LC_MESSAGES/plasma-discover.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/ga/LC_MESSAGES/libdiscover.mo +share/locale/ga/LC_MESSAGES/plasma-discover.mo +share/locale/gl/LC_MESSAGES/libdiscover.mo +share/locale/gl/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/gl/LC_MESSAGES/plasma-discover.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/he/LC_MESSAGES/libdiscover.mo +share/locale/he/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/he/LC_MESSAGES/plasma-discover.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/hu/LC_MESSAGES/libdiscover.mo +share/locale/hu/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/hu/LC_MESSAGES/plasma-discover.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/ia/LC_MESSAGES/libdiscover.mo +share/locale/ia/LC_MESSAGES/plasma-discover.mo +share/locale/id/LC_MESSAGES/libdiscover.mo +share/locale/id/LC_MESSAGES/plasma-discover.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/it/LC_MESSAGES/libdiscover.mo +share/locale/it/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/it/LC_MESSAGES/plasma-discover.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/ja/LC_MESSAGES/libdiscover.mo +share/locale/ja/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/ja/LC_MESSAGES/plasma-discover.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/kk/LC_MESSAGES/libdiscover.mo +share/locale/kk/LC_MESSAGES/plasma-discover.mo +share/locale/ko/LC_MESSAGES/libdiscover.mo +share/locale/ko/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/ko/LC_MESSAGES/plasma-discover.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/lt/LC_MESSAGES/libdiscover.mo +share/locale/lt/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/lt/LC_MESSAGES/plasma-discover.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/mr/LC_MESSAGES/libdiscover.mo +share/locale/mr/LC_MESSAGES/plasma-discover.mo +share/locale/nb/LC_MESSAGES/libdiscover.mo +share/locale/nb/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/nb/LC_MESSAGES/plasma-discover.mo +share/locale/nds/LC_MESSAGES/libdiscover.mo +share/locale/nds/LC_MESSAGES/plasma-discover.mo +share/locale/nl/LC_MESSAGES/libdiscover.mo +share/locale/nl/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/nl/LC_MESSAGES/plasma-discover.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/nn/LC_MESSAGES/libdiscover.mo +share/locale/nn/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/nn/LC_MESSAGES/plasma-discover.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/pa/LC_MESSAGES/libdiscover.mo +share/locale/pa/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/pa/LC_MESSAGES/plasma-discover.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/pl/LC_MESSAGES/libdiscover.mo +share/locale/pl/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/pl/LC_MESSAGES/plasma-discover.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/pt/LC_MESSAGES/libdiscover.mo +share/locale/pt/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/pt/LC_MESSAGES/plasma-discover.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/pt_BR/LC_MESSAGES/libdiscover.mo +share/locale/pt_BR/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/pt_BR/LC_MESSAGES/plasma-discover.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/ro/LC_MESSAGES/libdiscover.mo +share/locale/ro/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/ro/LC_MESSAGES/plasma-discover.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/ru/LC_MESSAGES/libdiscover.mo +share/locale/ru/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/ru/LC_MESSAGES/plasma-discover.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/sk/LC_MESSAGES/libdiscover.mo +share/locale/sk/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/sk/LC_MESSAGES/plasma-discover.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/sl/LC_MESSAGES/libdiscover.mo +share/locale/sl/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/sl/LC_MESSAGES/plasma-discover.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/sr/LC_MESSAGES/libdiscover.mo +share/locale/sr/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/sr/LC_MESSAGES/plasma-discover.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/sr@ijekavian/LC_MESSAGES/libdiscover.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma-discover.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/libdiscover.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma-discover.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/sr@latin/LC_MESSAGES/libdiscover.mo +share/locale/sr@latin/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/sr@latin/LC_MESSAGES/plasma-discover.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/sv/LC_MESSAGES/libdiscover.mo +share/locale/sv/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/sv/LC_MESSAGES/plasma-discover.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/tr/LC_MESSAGES/libdiscover.mo +share/locale/tr/LC_MESSAGES/plasma-discover.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/ug/LC_MESSAGES/libdiscover.mo +share/locale/ug/LC_MESSAGES/plasma-discover.mo +share/locale/uk/LC_MESSAGES/libdiscover.mo +share/locale/uk/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/uk/LC_MESSAGES/plasma-discover.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/vi/LC_MESSAGES/libdiscover.mo +share/locale/vi/LC_MESSAGES/plasma-discover.mo +share/locale/zh_CN/LC_MESSAGES/libdiscover.mo +share/locale/zh_CN/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/zh_CN/LC_MESSAGES/plasma-discover.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/locale/zh_TW/LC_MESSAGES/libdiscover.mo +share/locale/zh_TW/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/zh_TW/LC_MESSAGES/plasma-discover.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo +share/metainfo/org.kde.discover.appdata.xml +share/metainfo/org.kde.discovernotifier.appdata.xml +share/plasma/plasmoids/org.kde.discovernotifier/contents/ui/Full.qml +share/plasma/plasmoids/org.kde.discovernotifier/contents/ui/main.qml +share/plasma/plasmoids/org.kde.discovernotifier/metadata.desktop +share/plasma/plasmoids/org.kde.discovernotifier/metadata.json Index: sysutils/plasma5-kde-cli-tools/Makefile =================================================================== --- /dev/null +++ sysutils/plasma5-kde-cli-tools/Makefile @@ -0,0 +1,22 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kde-cli-tools +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 tools interact with the system. + +USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 tar:xz +USE_KDE= auth bookmarks codecs completion config configwidgets \ + coreaddons crash ecm emoticons guiaddons i18n iconthemes init \ + itemmodels itemviews jobwidgets kcmutils kdelibs4support kdesu \ + kio notifications parts pty service solid sonnet textwidgets \ + unitconversion widgetsaddons windowsystem xmlgui +USE_QT5= buildtools_build core dbus gui network printsupport qmake_build \ + svg testlib widgets x11extras xml +USE_XORG= x11 + +.include + Index: sysutils/plasma5-kde-cli-tools/distinfo =================================================================== --- /dev/null +++ sysutils/plasma5-kde-cli-tools/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101640 +SHA256 (KDE/plasma/5.9.2/kde-cli-tools-5.9.2.tar.xz) = abe6805e8ed108ac693c8459093255bab42b3f132a2d73d61e362bbf866098f1 +SIZE (KDE/plasma/5.9.2/kde-cli-tools-5.9.2.tar.xz) = 501128 Index: sysutils/plasma5-kde-cli-tools/pkg-descr =================================================================== --- /dev/null +++ sysutils/plasma5-kde-cli-tools/pkg-descr @@ -0,0 +1,3 @@ +Tools based on KDE Frameworks 5 to better interact with the system. + +WWW: https://projects.kde.org/projects/kde/workspace/kde-cli-tools Index: sysutils/plasma5-kde-cli-tools/pkg-plist =================================================================== --- /dev/null +++ sysutils/plasma5-kde-cli-tools/pkg-plist @@ -0,0 +1,647 @@ +bin/kbroadcastnotification +bin/kcmshell5 +bin/kde-open5 +bin/kdecp5 +bin/kdemv5 +bin/keditfiletype5 +bin/kioclient5 +bin/kmimetypefinder5 +bin/kstart5 +bin/ksvgtopng5 +bin/ktraderclient5 +lib/libexec/kf5/kdeeject +lib/libexec/kf5/kdesu +lib/libkdeinit5_kcmshell5.so +%%QT_PLUGINDIR%%/kcm_filetypes.so +man/man1/kdesu.1.gz +share/doc/HTML/de/kcontrol5/filetypes/index.cache.bz2 +share/doc/HTML/de/kcontrol5/filetypes/index.docbook +share/doc/HTML/de/kdesu/index.cache.bz2 +share/doc/HTML/de/kdesu/index.docbook +share/doc/HTML/en/kcontrol5/filetypes/index.cache.bz2 +share/doc/HTML/en/kcontrol5/filetypes/index.docbook +share/doc/HTML/en/kdesu/index.cache.bz2 +share/doc/HTML/en/kdesu/index.docbook +share/kservices5/filetypes.desktop +share/locale/af/LC_MESSAGES/filetypes.mo +share/locale/af/LC_MESSAGES/kcmshell.mo +share/locale/af/LC_MESSAGES/kdesu.mo +share/locale/af/LC_MESSAGES/kstart.mo +share/locale/ar/LC_MESSAGES/filetypes.mo +share/locale/ar/LC_MESSAGES/kcmshell.mo +share/locale/ar/LC_MESSAGES/kdesu.mo +share/locale/ar/LC_MESSAGES/kioclient.mo +share/locale/ar/LC_MESSAGES/kmimetypefinder.mo +share/locale/ar/LC_MESSAGES/kstart.mo +share/locale/ar/LC_MESSAGES/ktraderclient.mo +share/locale/ast/LC_MESSAGES/filetypes.mo +share/locale/ast/LC_MESSAGES/kcmshell.mo +share/locale/ast/LC_MESSAGES/kdesu.mo +share/locale/ast/LC_MESSAGES/kioclient.mo +share/locale/ast/LC_MESSAGES/kmimetypefinder.mo +share/locale/ast/LC_MESSAGES/kstart.mo +share/locale/ast/LC_MESSAGES/ktraderclient.mo +share/locale/be/LC_MESSAGES/filetypes.mo +share/locale/be/LC_MESSAGES/kcmshell.mo +share/locale/be/LC_MESSAGES/kdesu.mo +share/locale/be/LC_MESSAGES/kioclient.mo +share/locale/be/LC_MESSAGES/kmimetypefinder.mo +share/locale/be/LC_MESSAGES/kstart.mo +share/locale/be/LC_MESSAGES/ktraderclient.mo +share/locale/be@latin/LC_MESSAGES/filetypes.mo +share/locale/be@latin/LC_MESSAGES/kdesu.mo +share/locale/be@latin/LC_MESSAGES/kmimetypefinder.mo +share/locale/be@latin/LC_MESSAGES/kstart.mo +share/locale/bg/LC_MESSAGES/filetypes.mo +share/locale/bg/LC_MESSAGES/kcmshell.mo +share/locale/bg/LC_MESSAGES/kdesu.mo +share/locale/bg/LC_MESSAGES/kioclient.mo +share/locale/bg/LC_MESSAGES/kmimetypefinder.mo +share/locale/bg/LC_MESSAGES/kstart.mo +share/locale/bg/LC_MESSAGES/ktraderclient.mo +share/locale/bn/LC_MESSAGES/filetypes.mo +share/locale/bn/LC_MESSAGES/kcmshell.mo +share/locale/bn/LC_MESSAGES/kstart.mo +share/locale/bn_IN/LC_MESSAGES/filetypes.mo +share/locale/bn_IN/LC_MESSAGES/kcmshell.mo +share/locale/bn_IN/LC_MESSAGES/kdesu.mo +share/locale/bn_IN/LC_MESSAGES/kioclient.mo +share/locale/bn_IN/LC_MESSAGES/kmimetypefinder.mo +share/locale/bn_IN/LC_MESSAGES/kstart.mo +share/locale/bn_IN/LC_MESSAGES/ktraderclient.mo +share/locale/br/LC_MESSAGES/filetypes.mo +share/locale/br/LC_MESSAGES/kcmshell.mo +share/locale/br/LC_MESSAGES/kdesu.mo +share/locale/br/LC_MESSAGES/kstart.mo +share/locale/bs/LC_MESSAGES/filetypes.mo +share/locale/bs/LC_MESSAGES/kcmshell.mo +share/locale/bs/LC_MESSAGES/kdesu.mo +share/locale/bs/LC_MESSAGES/kioclient.mo +share/locale/bs/LC_MESSAGES/kmimetypefinder.mo +share/locale/bs/LC_MESSAGES/kstart.mo +share/locale/bs/LC_MESSAGES/ktraderclient.mo +share/locale/ca/LC_MESSAGES/filetypes.mo +share/locale/ca/LC_MESSAGES/kbroadcastnotification.mo +share/locale/ca/LC_MESSAGES/kcmshell.mo +share/locale/ca/LC_MESSAGES/kdesu.mo +share/locale/ca/LC_MESSAGES/kioclient.mo +share/locale/ca/LC_MESSAGES/kmimetypefinder.mo +share/locale/ca/LC_MESSAGES/kstart.mo +share/locale/ca/LC_MESSAGES/ktraderclient.mo +share/locale/ca@valencia/LC_MESSAGES/filetypes.mo +share/locale/ca@valencia/LC_MESSAGES/kbroadcastnotification.mo +share/locale/ca@valencia/LC_MESSAGES/kcmshell.mo +share/locale/ca@valencia/LC_MESSAGES/kdesu.mo +share/locale/ca@valencia/LC_MESSAGES/kioclient.mo +share/locale/ca@valencia/LC_MESSAGES/kmimetypefinder.mo +share/locale/ca@valencia/LC_MESSAGES/kstart.mo +share/locale/ca@valencia/LC_MESSAGES/ktraderclient.mo +share/locale/cs/LC_MESSAGES/filetypes.mo +share/locale/cs/LC_MESSAGES/kcmshell.mo +share/locale/cs/LC_MESSAGES/kdesu.mo +share/locale/cs/LC_MESSAGES/kioclient.mo +share/locale/cs/LC_MESSAGES/kmimetypefinder.mo +share/locale/cs/LC_MESSAGES/kstart.mo +share/locale/cs/LC_MESSAGES/ktraderclient.mo +share/locale/csb/LC_MESSAGES/filetypes.mo +share/locale/csb/LC_MESSAGES/kcmshell.mo +share/locale/csb/LC_MESSAGES/kdesu.mo +share/locale/csb/LC_MESSAGES/kioclient.mo +share/locale/csb/LC_MESSAGES/kmimetypefinder.mo +share/locale/csb/LC_MESSAGES/kstart.mo +share/locale/csb/LC_MESSAGES/ktraderclient.mo +share/locale/cy/LC_MESSAGES/filetypes.mo +share/locale/cy/LC_MESSAGES/kcmshell.mo +share/locale/cy/LC_MESSAGES/kdesu.mo +share/locale/cy/LC_MESSAGES/kstart.mo +share/locale/da/LC_MESSAGES/filetypes.mo +share/locale/da/LC_MESSAGES/kbroadcastnotification.mo +share/locale/da/LC_MESSAGES/kcmshell.mo +share/locale/da/LC_MESSAGES/kdesu.mo +share/locale/da/LC_MESSAGES/kioclient.mo +share/locale/da/LC_MESSAGES/kmimetypefinder.mo +share/locale/da/LC_MESSAGES/kstart.mo +share/locale/da/LC_MESSAGES/ktraderclient.mo +share/locale/de/LC_MESSAGES/filetypes.mo +share/locale/de/LC_MESSAGES/kbroadcastnotification.mo +share/locale/de/LC_MESSAGES/kcmshell.mo +share/locale/de/LC_MESSAGES/kdesu.mo +share/locale/de/LC_MESSAGES/kioclient.mo +share/locale/de/LC_MESSAGES/kmimetypefinder.mo +share/locale/de/LC_MESSAGES/kstart.mo +share/locale/de/LC_MESSAGES/ktraderclient.mo +share/locale/el/LC_MESSAGES/filetypes.mo +share/locale/el/LC_MESSAGES/kcmshell.mo +share/locale/el/LC_MESSAGES/kdesu.mo +share/locale/el/LC_MESSAGES/kioclient.mo +share/locale/el/LC_MESSAGES/kmimetypefinder.mo +share/locale/el/LC_MESSAGES/kstart.mo +share/locale/el/LC_MESSAGES/ktraderclient.mo +share/locale/en_GB/LC_MESSAGES/filetypes.mo +share/locale/en_GB/LC_MESSAGES/kbroadcastnotification.mo +share/locale/en_GB/LC_MESSAGES/kcmshell.mo +share/locale/en_GB/LC_MESSAGES/kdesu.mo +share/locale/en_GB/LC_MESSAGES/kioclient.mo +share/locale/en_GB/LC_MESSAGES/kmimetypefinder.mo +share/locale/en_GB/LC_MESSAGES/kstart.mo +share/locale/en_GB/LC_MESSAGES/ktraderclient.mo +share/locale/eo/LC_MESSAGES/filetypes.mo +share/locale/eo/LC_MESSAGES/kcmshell.mo +share/locale/eo/LC_MESSAGES/kdesu.mo +share/locale/eo/LC_MESSAGES/kioclient.mo +share/locale/eo/LC_MESSAGES/kmimetypefinder.mo +share/locale/eo/LC_MESSAGES/kstart.mo +share/locale/eo/LC_MESSAGES/ktraderclient.mo +share/locale/es/LC_MESSAGES/filetypes.mo +share/locale/es/LC_MESSAGES/kbroadcastnotification.mo +share/locale/es/LC_MESSAGES/kcmshell.mo +share/locale/es/LC_MESSAGES/kdesu.mo +share/locale/es/LC_MESSAGES/kioclient.mo +share/locale/es/LC_MESSAGES/kmimetypefinder.mo +share/locale/es/LC_MESSAGES/kstart.mo +share/locale/es/LC_MESSAGES/ktraderclient.mo +share/locale/et/LC_MESSAGES/filetypes.mo +share/locale/et/LC_MESSAGES/kcmshell.mo +share/locale/et/LC_MESSAGES/kdesu.mo +share/locale/et/LC_MESSAGES/kioclient.mo +share/locale/et/LC_MESSAGES/kmimetypefinder.mo +share/locale/et/LC_MESSAGES/kstart.mo +share/locale/et/LC_MESSAGES/ktraderclient.mo +share/locale/eu/LC_MESSAGES/filetypes.mo +share/locale/eu/LC_MESSAGES/kcmshell.mo +share/locale/eu/LC_MESSAGES/kdesu.mo +share/locale/eu/LC_MESSAGES/kioclient.mo +share/locale/eu/LC_MESSAGES/kmimetypefinder.mo +share/locale/eu/LC_MESSAGES/kstart.mo +share/locale/eu/LC_MESSAGES/ktraderclient.mo +share/locale/fa/LC_MESSAGES/filetypes.mo +share/locale/fa/LC_MESSAGES/kcmshell.mo +share/locale/fa/LC_MESSAGES/kdesu.mo +share/locale/fa/LC_MESSAGES/kioclient.mo +share/locale/fa/LC_MESSAGES/kmimetypefinder.mo +share/locale/fa/LC_MESSAGES/kstart.mo +share/locale/fa/LC_MESSAGES/ktraderclient.mo +share/locale/fi/LC_MESSAGES/filetypes.mo +share/locale/fi/LC_MESSAGES/kcmshell.mo +share/locale/fi/LC_MESSAGES/kdesu.mo +share/locale/fi/LC_MESSAGES/kioclient.mo +share/locale/fi/LC_MESSAGES/kmimetypefinder.mo +share/locale/fi/LC_MESSAGES/kstart.mo +share/locale/fi/LC_MESSAGES/ktraderclient.mo +share/locale/fr/LC_MESSAGES/filetypes.mo +share/locale/fr/LC_MESSAGES/kcmshell.mo +share/locale/fr/LC_MESSAGES/kdesu.mo +share/locale/fr/LC_MESSAGES/kioclient.mo +share/locale/fr/LC_MESSAGES/kmimetypefinder.mo +share/locale/fr/LC_MESSAGES/kstart.mo +share/locale/fr/LC_MESSAGES/ktraderclient.mo +share/locale/fy/LC_MESSAGES/filetypes.mo +share/locale/fy/LC_MESSAGES/kcmshell.mo +share/locale/fy/LC_MESSAGES/kdesu.mo +share/locale/fy/LC_MESSAGES/kioclient.mo +share/locale/fy/LC_MESSAGES/kmimetypefinder.mo +share/locale/fy/LC_MESSAGES/kstart.mo +share/locale/fy/LC_MESSAGES/ktraderclient.mo +share/locale/ga/LC_MESSAGES/filetypes.mo +share/locale/ga/LC_MESSAGES/kcmshell.mo +share/locale/ga/LC_MESSAGES/kdesu.mo +share/locale/ga/LC_MESSAGES/kioclient.mo +share/locale/ga/LC_MESSAGES/kmimetypefinder.mo +share/locale/ga/LC_MESSAGES/kstart.mo +share/locale/ga/LC_MESSAGES/ktraderclient.mo +share/locale/gl/LC_MESSAGES/filetypes.mo +share/locale/gl/LC_MESSAGES/kcmshell.mo +share/locale/gl/LC_MESSAGES/kdesu.mo +share/locale/gl/LC_MESSAGES/kioclient.mo +share/locale/gl/LC_MESSAGES/kmimetypefinder.mo +share/locale/gl/LC_MESSAGES/kstart.mo +share/locale/gl/LC_MESSAGES/ktraderclient.mo +share/locale/gu/LC_MESSAGES/filetypes.mo +share/locale/gu/LC_MESSAGES/kcmshell.mo +share/locale/gu/LC_MESSAGES/kdesu.mo +share/locale/gu/LC_MESSAGES/kioclient.mo +share/locale/gu/LC_MESSAGES/kmimetypefinder.mo +share/locale/gu/LC_MESSAGES/kstart.mo +share/locale/gu/LC_MESSAGES/ktraderclient.mo +share/locale/he/LC_MESSAGES/filetypes.mo +share/locale/he/LC_MESSAGES/kcmshell.mo +share/locale/he/LC_MESSAGES/kdesu.mo +share/locale/he/LC_MESSAGES/kmimetypefinder.mo +share/locale/he/LC_MESSAGES/kstart.mo +share/locale/he/LC_MESSAGES/ktraderclient.mo +share/locale/hi/LC_MESSAGES/filetypes.mo +share/locale/hi/LC_MESSAGES/kcmshell.mo +share/locale/hi/LC_MESSAGES/kdesu.mo +share/locale/hi/LC_MESSAGES/kioclient.mo +share/locale/hi/LC_MESSAGES/kmimetypefinder.mo +share/locale/hi/LC_MESSAGES/kstart.mo +share/locale/hi/LC_MESSAGES/ktraderclient.mo +share/locale/hne/LC_MESSAGES/filetypes.mo +share/locale/hne/LC_MESSAGES/kcmshell.mo +share/locale/hne/LC_MESSAGES/kdesu.mo +share/locale/hne/LC_MESSAGES/kioclient.mo +share/locale/hne/LC_MESSAGES/kmimetypefinder.mo +share/locale/hne/LC_MESSAGES/kstart.mo +share/locale/hne/LC_MESSAGES/ktraderclient.mo +share/locale/hr/LC_MESSAGES/filetypes.mo +share/locale/hr/LC_MESSAGES/kcmshell.mo +share/locale/hr/LC_MESSAGES/kdesu.mo +share/locale/hr/LC_MESSAGES/kioclient.mo +share/locale/hr/LC_MESSAGES/kmimetypefinder.mo +share/locale/hr/LC_MESSAGES/kstart.mo +share/locale/hr/LC_MESSAGES/ktraderclient.mo +share/locale/hsb/LC_MESSAGES/filetypes.mo +share/locale/hsb/LC_MESSAGES/kcmshell.mo +share/locale/hsb/LC_MESSAGES/kdesu.mo +share/locale/hsb/LC_MESSAGES/kioclient.mo +share/locale/hsb/LC_MESSAGES/kmimetypefinder.mo +share/locale/hsb/LC_MESSAGES/kstart.mo +share/locale/hsb/LC_MESSAGES/ktraderclient.mo +share/locale/hu/LC_MESSAGES/filetypes.mo +share/locale/hu/LC_MESSAGES/kcmshell.mo +share/locale/hu/LC_MESSAGES/kdesu.mo +share/locale/hu/LC_MESSAGES/kioclient.mo +share/locale/hu/LC_MESSAGES/kmimetypefinder.mo +share/locale/hu/LC_MESSAGES/kstart.mo +share/locale/hu/LC_MESSAGES/ktraderclient.mo +share/locale/ia/LC_MESSAGES/filetypes.mo +share/locale/ia/LC_MESSAGES/kbroadcastnotification.mo +share/locale/ia/LC_MESSAGES/kcmshell.mo +share/locale/ia/LC_MESSAGES/kdesu.mo +share/locale/ia/LC_MESSAGES/kioclient.mo +share/locale/ia/LC_MESSAGES/kmimetypefinder.mo +share/locale/ia/LC_MESSAGES/kstart.mo +share/locale/ia/LC_MESSAGES/ktraderclient.mo +share/locale/id/LC_MESSAGES/filetypes.mo +share/locale/id/LC_MESSAGES/kcmshell.mo +share/locale/id/LC_MESSAGES/kdesu.mo +share/locale/id/LC_MESSAGES/kioclient.mo +share/locale/id/LC_MESSAGES/kmimetypefinder.mo +share/locale/id/LC_MESSAGES/kstart.mo +share/locale/id/LC_MESSAGES/ktraderclient.mo +share/locale/is/LC_MESSAGES/filetypes.mo +share/locale/is/LC_MESSAGES/kcmshell.mo +share/locale/is/LC_MESSAGES/kdesu.mo +share/locale/is/LC_MESSAGES/kioclient.mo +share/locale/is/LC_MESSAGES/kmimetypefinder.mo +share/locale/is/LC_MESSAGES/kstart.mo +share/locale/is/LC_MESSAGES/ktraderclient.mo +share/locale/it/LC_MESSAGES/filetypes.mo +share/locale/it/LC_MESSAGES/kcmshell.mo +share/locale/it/LC_MESSAGES/kdesu.mo +share/locale/it/LC_MESSAGES/kioclient.mo +share/locale/it/LC_MESSAGES/kmimetypefinder.mo +share/locale/it/LC_MESSAGES/kstart.mo +share/locale/it/LC_MESSAGES/ktraderclient.mo +share/locale/ja/LC_MESSAGES/filetypes.mo +share/locale/ja/LC_MESSAGES/kcmshell.mo +share/locale/ja/LC_MESSAGES/kdesu.mo +share/locale/ja/LC_MESSAGES/kioclient.mo +share/locale/ja/LC_MESSAGES/kmimetypefinder.mo +share/locale/ja/LC_MESSAGES/kstart.mo +share/locale/ja/LC_MESSAGES/ktraderclient.mo +share/locale/kk/LC_MESSAGES/filetypes.mo +share/locale/kk/LC_MESSAGES/kcmshell.mo +share/locale/kk/LC_MESSAGES/kdesu.mo +share/locale/kk/LC_MESSAGES/kioclient.mo +share/locale/kk/LC_MESSAGES/kmimetypefinder.mo +share/locale/kk/LC_MESSAGES/kstart.mo +share/locale/kk/LC_MESSAGES/ktraderclient.mo +share/locale/km/LC_MESSAGES/filetypes.mo +share/locale/km/LC_MESSAGES/kcmshell.mo +share/locale/km/LC_MESSAGES/kdesu.mo +share/locale/km/LC_MESSAGES/kioclient.mo +share/locale/km/LC_MESSAGES/kmimetypefinder.mo +share/locale/km/LC_MESSAGES/kstart.mo +share/locale/km/LC_MESSAGES/ktraderclient.mo +share/locale/kn/LC_MESSAGES/filetypes.mo +share/locale/kn/LC_MESSAGES/kcmshell.mo +share/locale/kn/LC_MESSAGES/kdesu.mo +share/locale/kn/LC_MESSAGES/kioclient.mo +share/locale/kn/LC_MESSAGES/kmimetypefinder.mo +share/locale/kn/LC_MESSAGES/kstart.mo +share/locale/kn/LC_MESSAGES/ktraderclient.mo +share/locale/ko/LC_MESSAGES/filetypes.mo +share/locale/ko/LC_MESSAGES/kbroadcastnotification.mo +share/locale/ko/LC_MESSAGES/kcmshell.mo +share/locale/ko/LC_MESSAGES/kdesu.mo +share/locale/ko/LC_MESSAGES/kioclient.mo +share/locale/ko/LC_MESSAGES/kmimetypefinder.mo +share/locale/ko/LC_MESSAGES/kstart.mo +share/locale/ko/LC_MESSAGES/ktraderclient.mo +share/locale/ku/LC_MESSAGES/filetypes.mo +share/locale/ku/LC_MESSAGES/kcmshell.mo +share/locale/ku/LC_MESSAGES/kdesu.mo +share/locale/ku/LC_MESSAGES/kioclient.mo +share/locale/ku/LC_MESSAGES/kmimetypefinder.mo +share/locale/ku/LC_MESSAGES/kstart.mo +share/locale/ku/LC_MESSAGES/ktraderclient.mo +share/locale/lb/LC_MESSAGES/kcmshell.mo +share/locale/lt/LC_MESSAGES/filetypes.mo +share/locale/lt/LC_MESSAGES/kcmshell.mo +share/locale/lt/LC_MESSAGES/kdesu.mo +share/locale/lt/LC_MESSAGES/kioclient.mo +share/locale/lt/LC_MESSAGES/kmimetypefinder.mo +share/locale/lt/LC_MESSAGES/kstart.mo +share/locale/lt/LC_MESSAGES/ktraderclient.mo +share/locale/lv/LC_MESSAGES/filetypes.mo +share/locale/lv/LC_MESSAGES/kcmshell.mo +share/locale/lv/LC_MESSAGES/kdesu.mo +share/locale/lv/LC_MESSAGES/kioclient.mo +share/locale/lv/LC_MESSAGES/kmimetypefinder.mo +share/locale/lv/LC_MESSAGES/kstart.mo +share/locale/lv/LC_MESSAGES/ktraderclient.mo +share/locale/mai/LC_MESSAGES/filetypes.mo +share/locale/mai/LC_MESSAGES/kcmshell.mo +share/locale/mai/LC_MESSAGES/kdesu.mo +share/locale/mai/LC_MESSAGES/kioclient.mo +share/locale/mai/LC_MESSAGES/kmimetypefinder.mo +share/locale/mai/LC_MESSAGES/kstart.mo +share/locale/mai/LC_MESSAGES/ktraderclient.mo +share/locale/mk/LC_MESSAGES/filetypes.mo +share/locale/mk/LC_MESSAGES/kcmshell.mo +share/locale/mk/LC_MESSAGES/kdesu.mo +share/locale/mk/LC_MESSAGES/kioclient.mo +share/locale/mk/LC_MESSAGES/kmimetypefinder.mo +share/locale/mk/LC_MESSAGES/kstart.mo +share/locale/mk/LC_MESSAGES/ktraderclient.mo +share/locale/ml/LC_MESSAGES/filetypes.mo +share/locale/ml/LC_MESSAGES/kcmshell.mo +share/locale/ml/LC_MESSAGES/kdesu.mo +share/locale/ml/LC_MESSAGES/kioclient.mo +share/locale/ml/LC_MESSAGES/kmimetypefinder.mo +share/locale/ml/LC_MESSAGES/kstart.mo +share/locale/ml/LC_MESSAGES/ktraderclient.mo +share/locale/mr/LC_MESSAGES/filetypes.mo +share/locale/mr/LC_MESSAGES/kcmshell.mo +share/locale/mr/LC_MESSAGES/kdesu.mo +share/locale/mr/LC_MESSAGES/kioclient.mo +share/locale/mr/LC_MESSAGES/kmimetypefinder.mo +share/locale/mr/LC_MESSAGES/kstart.mo +share/locale/mr/LC_MESSAGES/ktraderclient.mo +share/locale/ms/LC_MESSAGES/filetypes.mo +share/locale/ms/LC_MESSAGES/kcmshell.mo +share/locale/ms/LC_MESSAGES/kdesu.mo +share/locale/ms/LC_MESSAGES/kioclient.mo +share/locale/ms/LC_MESSAGES/kmimetypefinder.mo +share/locale/ms/LC_MESSAGES/kstart.mo +share/locale/ms/LC_MESSAGES/ktraderclient.mo +share/locale/nb/LC_MESSAGES/filetypes.mo +share/locale/nb/LC_MESSAGES/kcmshell.mo +share/locale/nb/LC_MESSAGES/kdesu.mo +share/locale/nb/LC_MESSAGES/kioclient.mo +share/locale/nb/LC_MESSAGES/kmimetypefinder.mo +share/locale/nb/LC_MESSAGES/kstart.mo +share/locale/nb/LC_MESSAGES/ktraderclient.mo +share/locale/nds/LC_MESSAGES/filetypes.mo +share/locale/nds/LC_MESSAGES/kcmshell.mo +share/locale/nds/LC_MESSAGES/kdesu.mo +share/locale/nds/LC_MESSAGES/kioclient.mo +share/locale/nds/LC_MESSAGES/kmimetypefinder.mo +share/locale/nds/LC_MESSAGES/kstart.mo +share/locale/nds/LC_MESSAGES/ktraderclient.mo +share/locale/ne/LC_MESSAGES/filetypes.mo +share/locale/ne/LC_MESSAGES/kcmshell.mo +share/locale/ne/LC_MESSAGES/kdesu.mo +share/locale/ne/LC_MESSAGES/kioclient.mo +share/locale/ne/LC_MESSAGES/kmimetypefinder.mo +share/locale/ne/LC_MESSAGES/kstart.mo +share/locale/ne/LC_MESSAGES/ktraderclient.mo +share/locale/nl/LC_MESSAGES/filetypes.mo +share/locale/nl/LC_MESSAGES/kbroadcastnotification.mo +share/locale/nl/LC_MESSAGES/kcmshell.mo +share/locale/nl/LC_MESSAGES/kdesu.mo +share/locale/nl/LC_MESSAGES/kioclient.mo +share/locale/nl/LC_MESSAGES/kmimetypefinder.mo +share/locale/nl/LC_MESSAGES/kstart.mo +share/locale/nl/LC_MESSAGES/ktraderclient.mo +share/locale/nn/LC_MESSAGES/filetypes.mo +share/locale/nn/LC_MESSAGES/kbroadcastnotification.mo +share/locale/nn/LC_MESSAGES/kcmshell.mo +share/locale/nn/LC_MESSAGES/kdesu.mo +share/locale/nn/LC_MESSAGES/kioclient.mo +share/locale/nn/LC_MESSAGES/kmimetypefinder.mo +share/locale/nn/LC_MESSAGES/kstart.mo +share/locale/nn/LC_MESSAGES/ktraderclient.mo +share/locale/oc/LC_MESSAGES/filetypes.mo +share/locale/oc/LC_MESSAGES/kcmshell.mo +share/locale/oc/LC_MESSAGES/kdesu.mo +share/locale/oc/LC_MESSAGES/kioclient.mo +share/locale/oc/LC_MESSAGES/kmimetypefinder.mo +share/locale/oc/LC_MESSAGES/kstart.mo +share/locale/oc/LC_MESSAGES/ktraderclient.mo +share/locale/or/LC_MESSAGES/kcmshell.mo +share/locale/or/LC_MESSAGES/kdesu.mo +share/locale/or/LC_MESSAGES/kioclient.mo +share/locale/or/LC_MESSAGES/kmimetypefinder.mo +share/locale/or/LC_MESSAGES/kstart.mo +share/locale/or/LC_MESSAGES/ktraderclient.mo +share/locale/pa/LC_MESSAGES/filetypes.mo +share/locale/pa/LC_MESSAGES/kcmshell.mo +share/locale/pa/LC_MESSAGES/kdesu.mo +share/locale/pa/LC_MESSAGES/kioclient.mo +share/locale/pa/LC_MESSAGES/kmimetypefinder.mo +share/locale/pa/LC_MESSAGES/kstart.mo +share/locale/pa/LC_MESSAGES/ktraderclient.mo +share/locale/pl/LC_MESSAGES/filetypes.mo +share/locale/pl/LC_MESSAGES/kcmshell.mo +share/locale/pl/LC_MESSAGES/kdesu.mo +share/locale/pl/LC_MESSAGES/kioclient.mo +share/locale/pl/LC_MESSAGES/kmimetypefinder.mo +share/locale/pl/LC_MESSAGES/kstart.mo +share/locale/pl/LC_MESSAGES/ktraderclient.mo +share/locale/pt/LC_MESSAGES/filetypes.mo +share/locale/pt/LC_MESSAGES/kbroadcastnotification.mo +share/locale/pt/LC_MESSAGES/kcmshell.mo +share/locale/pt/LC_MESSAGES/kdesu.mo +share/locale/pt/LC_MESSAGES/kioclient.mo +share/locale/pt/LC_MESSAGES/kmimetypefinder.mo +share/locale/pt/LC_MESSAGES/kstart.mo +share/locale/pt/LC_MESSAGES/ktraderclient.mo +share/locale/pt_BR/LC_MESSAGES/filetypes.mo +share/locale/pt_BR/LC_MESSAGES/kcmshell.mo +share/locale/pt_BR/LC_MESSAGES/kdesu.mo +share/locale/pt_BR/LC_MESSAGES/kioclient.mo +share/locale/pt_BR/LC_MESSAGES/kmimetypefinder.mo +share/locale/pt_BR/LC_MESSAGES/kstart.mo +share/locale/pt_BR/LC_MESSAGES/ktraderclient.mo +share/locale/ro/LC_MESSAGES/filetypes.mo +share/locale/ro/LC_MESSAGES/kcmshell.mo +share/locale/ro/LC_MESSAGES/kdesu.mo +share/locale/ro/LC_MESSAGES/kioclient.mo +share/locale/ro/LC_MESSAGES/kmimetypefinder.mo +share/locale/ro/LC_MESSAGES/kstart.mo +share/locale/ro/LC_MESSAGES/ktraderclient.mo +share/locale/ru/LC_MESSAGES/filetypes.mo +share/locale/ru/LC_MESSAGES/kbroadcastnotification.mo +share/locale/ru/LC_MESSAGES/kcmshell.mo +share/locale/ru/LC_MESSAGES/kdesu.mo +share/locale/ru/LC_MESSAGES/kioclient.mo +share/locale/ru/LC_MESSAGES/kmimetypefinder.mo +share/locale/ru/LC_MESSAGES/kstart.mo +share/locale/ru/LC_MESSAGES/ktraderclient.mo +share/locale/se/LC_MESSAGES/filetypes.mo +share/locale/se/LC_MESSAGES/kcmshell.mo +share/locale/se/LC_MESSAGES/kdesu.mo +share/locale/se/LC_MESSAGES/kioclient.mo +share/locale/se/LC_MESSAGES/kmimetypefinder.mo +share/locale/se/LC_MESSAGES/kstart.mo +share/locale/se/LC_MESSAGES/ktraderclient.mo +share/locale/si/LC_MESSAGES/filetypes.mo +share/locale/si/LC_MESSAGES/kcmshell.mo +share/locale/si/LC_MESSAGES/kdesu.mo +share/locale/si/LC_MESSAGES/kioclient.mo +share/locale/si/LC_MESSAGES/kmimetypefinder.mo +share/locale/si/LC_MESSAGES/kstart.mo +share/locale/si/LC_MESSAGES/ktraderclient.mo +share/locale/sk/LC_MESSAGES/filetypes.mo +share/locale/sk/LC_MESSAGES/kbroadcastnotification.mo +share/locale/sk/LC_MESSAGES/kcmshell.mo +share/locale/sk/LC_MESSAGES/kdesu.mo +share/locale/sk/LC_MESSAGES/kioclient.mo +share/locale/sk/LC_MESSAGES/kmimetypefinder.mo +share/locale/sk/LC_MESSAGES/kstart.mo +share/locale/sk/LC_MESSAGES/ktraderclient.mo +share/locale/sl/LC_MESSAGES/filetypes.mo +share/locale/sl/LC_MESSAGES/kcmshell.mo +share/locale/sl/LC_MESSAGES/kdesu.mo +share/locale/sl/LC_MESSAGES/kioclient.mo +share/locale/sl/LC_MESSAGES/kmimetypefinder.mo +share/locale/sl/LC_MESSAGES/kstart.mo +share/locale/sl/LC_MESSAGES/ktraderclient.mo +share/locale/sq/LC_MESSAGES/filetypes.mo +share/locale/sq/LC_MESSAGES/kcmshell.mo +share/locale/sq/LC_MESSAGES/kdesu.mo +share/locale/sq/LC_MESSAGES/kioclient.mo +share/locale/sq/LC_MESSAGES/kmimetypefinder.mo +share/locale/sq/LC_MESSAGES/kstart.mo +share/locale/sq/LC_MESSAGES/ktraderclient.mo +share/locale/sr/LC_MESSAGES/filetypes.mo +share/locale/sr/LC_MESSAGES/kbroadcastnotification.mo +share/locale/sr/LC_MESSAGES/kcmshell.mo +share/locale/sr/LC_MESSAGES/kdesu.mo +share/locale/sr/LC_MESSAGES/kioclient.mo +share/locale/sr/LC_MESSAGES/kmimetypefinder.mo +share/locale/sr/LC_MESSAGES/kstart.mo +share/locale/sr/LC_MESSAGES/ktraderclient.mo +share/locale/sr@ijekavian/LC_MESSAGES/filetypes.mo +share/locale/sr@ijekavian/LC_MESSAGES/kbroadcastnotification.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmshell.mo +share/locale/sr@ijekavian/LC_MESSAGES/kdesu.mo +share/locale/sr@ijekavian/LC_MESSAGES/kioclient.mo +share/locale/sr@ijekavian/LC_MESSAGES/kmimetypefinder.mo +share/locale/sr@ijekavian/LC_MESSAGES/kstart.mo +share/locale/sr@ijekavian/LC_MESSAGES/ktraderclient.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/filetypes.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kbroadcastnotification.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmshell.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kdesu.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kioclient.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kmimetypefinder.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kstart.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ktraderclient.mo +share/locale/sr@latin/LC_MESSAGES/filetypes.mo +share/locale/sr@latin/LC_MESSAGES/kbroadcastnotification.mo +share/locale/sr@latin/LC_MESSAGES/kcmshell.mo +share/locale/sr@latin/LC_MESSAGES/kdesu.mo +share/locale/sr@latin/LC_MESSAGES/kioclient.mo +share/locale/sr@latin/LC_MESSAGES/kmimetypefinder.mo +share/locale/sr@latin/LC_MESSAGES/kstart.mo +share/locale/sr@latin/LC_MESSAGES/ktraderclient.mo +share/locale/sv/LC_MESSAGES/filetypes.mo +share/locale/sv/LC_MESSAGES/kbroadcastnotification.mo +share/locale/sv/LC_MESSAGES/kcmshell.mo +share/locale/sv/LC_MESSAGES/kdesu.mo +share/locale/sv/LC_MESSAGES/kioclient.mo +share/locale/sv/LC_MESSAGES/kmimetypefinder.mo +share/locale/sv/LC_MESSAGES/kstart.mo +share/locale/sv/LC_MESSAGES/ktraderclient.mo +share/locale/ta/LC_MESSAGES/filetypes.mo +share/locale/ta/LC_MESSAGES/kcmshell.mo +share/locale/ta/LC_MESSAGES/kdesu.mo +share/locale/ta/LC_MESSAGES/kioclient.mo +share/locale/ta/LC_MESSAGES/kmimetypefinder.mo +share/locale/ta/LC_MESSAGES/kstart.mo +share/locale/ta/LC_MESSAGES/ktraderclient.mo +share/locale/te/LC_MESSAGES/filetypes.mo +share/locale/te/LC_MESSAGES/kcmshell.mo +share/locale/te/LC_MESSAGES/kdesu.mo +share/locale/te/LC_MESSAGES/kioclient.mo +share/locale/te/LC_MESSAGES/kmimetypefinder.mo +share/locale/te/LC_MESSAGES/kstart.mo +share/locale/te/LC_MESSAGES/ktraderclient.mo +share/locale/tg/LC_MESSAGES/filetypes.mo +share/locale/tg/LC_MESSAGES/kcmshell.mo +share/locale/tg/LC_MESSAGES/kdesu.mo +share/locale/tg/LC_MESSAGES/kioclient.mo +share/locale/tg/LC_MESSAGES/kmimetypefinder.mo +share/locale/tg/LC_MESSAGES/kstart.mo +share/locale/tg/LC_MESSAGES/ktraderclient.mo +share/locale/th/LC_MESSAGES/filetypes.mo +share/locale/th/LC_MESSAGES/kcmshell.mo +share/locale/th/LC_MESSAGES/kdesu.mo +share/locale/th/LC_MESSAGES/kioclient.mo +share/locale/th/LC_MESSAGES/kmimetypefinder.mo +share/locale/th/LC_MESSAGES/kstart.mo +share/locale/th/LC_MESSAGES/ktraderclient.mo +share/locale/tr/LC_MESSAGES/filetypes.mo +share/locale/tr/LC_MESSAGES/kcmshell.mo +share/locale/tr/LC_MESSAGES/kdesu.mo +share/locale/tr/LC_MESSAGES/kioclient.mo +share/locale/tr/LC_MESSAGES/kmimetypefinder.mo +share/locale/tr/LC_MESSAGES/kstart.mo +share/locale/tr/LC_MESSAGES/ktraderclient.mo +share/locale/ug/LC_MESSAGES/filetypes.mo +share/locale/ug/LC_MESSAGES/kcmshell.mo +share/locale/ug/LC_MESSAGES/kdesu.mo +share/locale/ug/LC_MESSAGES/kioclient.mo +share/locale/ug/LC_MESSAGES/kmimetypefinder.mo +share/locale/ug/LC_MESSAGES/kstart.mo +share/locale/ug/LC_MESSAGES/ktraderclient.mo +share/locale/uk/LC_MESSAGES/filetypes.mo +share/locale/uk/LC_MESSAGES/kbroadcastnotification.mo +share/locale/uk/LC_MESSAGES/kcmshell.mo +share/locale/uk/LC_MESSAGES/kdesu.mo +share/locale/uk/LC_MESSAGES/kioclient.mo +share/locale/uk/LC_MESSAGES/kmimetypefinder.mo +share/locale/uk/LC_MESSAGES/kstart.mo +share/locale/uk/LC_MESSAGES/ktraderclient.mo +share/locale/uz/LC_MESSAGES/filetypes.mo +share/locale/uz/LC_MESSAGES/kdesu.mo +share/locale/uz/LC_MESSAGES/kstart.mo +share/locale/uz@cyrillic/LC_MESSAGES/filetypes.mo +share/locale/uz@cyrillic/LC_MESSAGES/kdesu.mo +share/locale/uz@cyrillic/LC_MESSAGES/kstart.mo +share/locale/vi/LC_MESSAGES/filetypes.mo +share/locale/vi/LC_MESSAGES/kcmshell.mo +share/locale/vi/LC_MESSAGES/kdesu.mo +share/locale/vi/LC_MESSAGES/kioclient.mo +share/locale/vi/LC_MESSAGES/kmimetypefinder.mo +share/locale/vi/LC_MESSAGES/kstart.mo +share/locale/vi/LC_MESSAGES/ktraderclient.mo +share/locale/wa/LC_MESSAGES/filetypes.mo +share/locale/wa/LC_MESSAGES/kcmshell.mo +share/locale/wa/LC_MESSAGES/kdesu.mo +share/locale/wa/LC_MESSAGES/kioclient.mo +share/locale/wa/LC_MESSAGES/kmimetypefinder.mo +share/locale/wa/LC_MESSAGES/kstart.mo +share/locale/wa/LC_MESSAGES/ktraderclient.mo +share/locale/xh/LC_MESSAGES/filetypes.mo +share/locale/xh/LC_MESSAGES/kdesu.mo +share/locale/xh/LC_MESSAGES/kstart.mo +share/locale/zh_CN/LC_MESSAGES/filetypes.mo +share/locale/zh_CN/LC_MESSAGES/kbroadcastnotification.mo +share/locale/zh_CN/LC_MESSAGES/kcmshell.mo +share/locale/zh_CN/LC_MESSAGES/kdesu.mo +share/locale/zh_CN/LC_MESSAGES/kioclient.mo +share/locale/zh_CN/LC_MESSAGES/kmimetypefinder.mo +share/locale/zh_CN/LC_MESSAGES/kstart.mo +share/locale/zh_CN/LC_MESSAGES/ktraderclient.mo +share/locale/zh_TW/LC_MESSAGES/filetypes.mo +share/locale/zh_TW/LC_MESSAGES/kbroadcastnotification.mo +share/locale/zh_TW/LC_MESSAGES/kcmshell.mo +share/locale/zh_TW/LC_MESSAGES/kdesu.mo +share/locale/zh_TW/LC_MESSAGES/kioclient.mo +share/locale/zh_TW/LC_MESSAGES/kmimetypefinder.mo +share/locale/zh_TW/LC_MESSAGES/kstart.mo +share/locale/zh_TW/LC_MESSAGES/ktraderclient.mo Index: sysutils/plasma5-kinfocenter/Makefile =================================================================== --- /dev/null +++ sysutils/plasma5-kinfocenter/Makefile @@ -0,0 +1,38 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kinfocenter +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 utility providing system information + +LIB_DEPENDS= libpci.so:devel/libpci + +USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 pkgconfig \ + tar:xz +USE_GL= egl gl glu +USE_KDE= auth bookmarks codecs completion config configwidgets \ + coreaddons crash dbusaddons doctools ecm emoticons guiaddons \ + i18n iconthemes jobwidgets kcmutils kdeclarative \ + kdelibs4support kio notifications package parts init \ + itemmodels itemviews service solid sonnet textwidgets \ + unitconversion wayland wayland widgetsaddons windowsystem xmlgui +USE_QT5= buildtools_build core dbus gui network printsupport \ + qmake_build widgets xml +USE_XORG= ice sm x11 xext + +# TODO -- this should be handled correctly... +LDFLAGS+=-ldevinfo + +# install freebsd-logo and distrorc +post-install: + ${MKDIR} ${STAGEDIR}/${DATADIR}/images + ${INSTALL_DATA} ${FILESDIR}/freebsd_logo.svg ${STAGEDIR}/${DATADIR}/images/ + ${MKDIR} ${STAGEDIR}/${PREFIX}/etc/xdg + ${INSTALL_DATA} ${FILESDIR}/kcm-about-distrorc ${STAGEDIR}/${PREFIX}/etc/xdg/ + ${REINPLACE_CMD} -i "" -e "s#%%DATADIR%%#${DATADIR}#" ${STAGEDIR}/${PREFIX}/etc/xdg/kcm-about-distrorc + +.include + Index: sysutils/plasma5-kinfocenter/distinfo =================================================================== --- /dev/null +++ sysutils/plasma5-kinfocenter/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101643 +SHA256 (KDE/plasma/5.9.2/kinfocenter-5.9.2.tar.xz) = bef138f07707893832bceba86525f43ce0605d0bf8633651024138b5b46a4be5 +SIZE (KDE/plasma/5.9.2/kinfocenter-5.9.2.tar.xz) = 1266164 Index: sysutils/plasma5-kinfocenter/files/freebsd_logo.svg =================================================================== --- /dev/null +++ sysutils/plasma5-kinfocenter/files/freebsd_logo.svg @@ -0,0 +1,74 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + Index: sysutils/plasma5-kinfocenter/files/kcm-about-distrorc =================================================================== --- /dev/null +++ sysutils/plasma5-kinfocenter/files/kcm-about-distrorc @@ -0,0 +1,4 @@ +[General] +Name=FreeBSD +LogoPath=%%DATADIR%%/images/freebsd_logo.svg +Website=https://www.freebsd.org Index: sysutils/plasma5-kinfocenter/files/patch-Modules_about-distro_src_OSRelease.cpp =================================================================== --- /dev/null +++ sysutils/plasma5-kinfocenter/files/patch-Modules_about-distro_src_OSRelease.cpp @@ -0,0 +1,85 @@ +Dirtily patch in FreeBSD Name/Information. This should be done +in a better way down the line. + + +--- Modules/about-distro/src/OSRelease.cpp.orig 2015-11-19 12:04:36 UTC ++++ Modules/about-distro/src/OSRelease.cpp +@@ -64,72 +64,10 @@ static void setVar(QStringList *var, con + OSRelease::OSRelease() + { + // Set default values for non-optional fields. +- name = QStringLiteral("Linux"); +- id = QStringLiteral("linux"); +- prettyName = QStringLiteral("Linux"); +- +- QString fileName; +- +- if (QFile::exists(QStringLiteral("/etc/os-release"))) { +- fileName = QStringLiteral("/etc/os-release"); +- } else if (QFile::exists(QStringLiteral("/usr/lib/os-release"))) { +- fileName = QStringLiteral("/usr/lib/os-release"); +- } else { +- return; +- } +- +- +- QFile file(fileName); +- // NOTE: The os-release specification defines default values for specific +- // fields which means that even if we can not read the os-release file +- // we have sort of expected default values to use. +- // TODO: it might still be handy to indicate to the outside whether +- // fallback values are being used or not. +- file.open(QIODevice::ReadOnly | QIODevice::Text); +- QString line; +- QStringList comps; +- while (!file.atEnd()) { +- line = file.readLine(); +- +- if (line.startsWith(QChar('#'))) { +- // Comment line +- continue; +- } +- +- comps = line.split(QChar('=')); +- +- if (comps.size() != 2) { +- // Invalid line. +- continue; +- } +- +- QString key = comps.at(0); +- QString value = comps.at(1).trimmed(); +- if (key == QLatin1String("NAME")) +- setVar(&name, value); +- else if (key == QLatin1String("VERSION")) +- setVar(&version, value); +- else if (key == QLatin1String("ID")) +- setVar(&id, value); +- else if (key == QLatin1String("ID_LIKE")) +- setVar(&idLike, value); +- else if (key == QLatin1String("VERSION_ID")) +- setVar(&versionId, value); +- else if (key == QLatin1String("PRETTY_NAME")) +- setVar(&prettyName, value); +- else if (key == QLatin1String("ANSI_COLOR")) +- setVar(&ansiColor, value); +- else if (key == QLatin1String("CPE_NAME")) +- setVar(&cpeName, value); +- else if (key == QLatin1String("HOME_URL")) +- setVar(&homeUrl, value); +- else if (key == QLatin1String("SUPPORT_URL")) +- setVar(&supportUrl, value); +- else if (key == QLatin1String("BUG_REPORT_URL")) +- setVar(&bugReportUrl, value); +- else if (key == QLatin1String("BUILD_ID")) +- setVar(&buildId, value); +- // os-release explicitly allows for vendor specific aditions. We have no +- // interest in those right now. +- } ++ name = QLatin1String("FreeBSD"); ++ id = QLatin1String("FreeBSD"); ++ prettyName = QLatin1String("FreeBSD"); ++ homeUrl = QLatin1String("https://freebsd.org"); ++ supportUrl = QLatin1String("https://www.freebsd.org/support.html"); ++ bugReportUrl = QLatin1String("https://bugs.freebsd.org/bugzilla"); + } Index: sysutils/plasma5-kinfocenter/patch-d1201 =================================================================== --- /dev/null +++ sysutils/plasma5-kinfocenter/patch-d1201 @@ -0,0 +1,35 @@ +From a5fb9732240a4f6ca0630c55c33c2c61c0a5ad8f Mon Sep 17 00:00:00 2001 +From: "Tobias C. Berner" +Date: Tue, 22 Mar 2016 22:08:15 +0100 +Subject: [PATCH] Display information about the systems memory on FreeBSD. + +This could probably be extended to Q_OS_*BSD? +--- + Modules/about-distro/src/Module.cpp | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/Modules/about-distro/src/Module.cpp b/Modules/about-distro/src/Module.cpp +index b1227f0..0e3a5a6 100644 +--- Modules/about-distro/src/Module.cpp ++++ Modules/about-distro/src/Module.cpp +@@ -41,6 +41,8 @@ + + #ifdef Q_OS_LINUX + #include ++#elif defined(Q_OS_FREEBSD) ++#include + #endif + #include + +@@ -55,6 +57,8 @@ static qlonglong calculateTotalRam() + if (sysinfo(&info) == 0) + // manpage "sizes are given as multiples of mem_unit bytes" + ret = info.totalram * info.mem_unit; ++#elif defined(Q_OS_FREEBSD) ++ ret = (size_t)sysconf(_SC_PHYS_PAGES) * (size_t)sysconf(_SC_PAGESIZE); + #endif + return ret; + } +-- +2.7.4 + Index: sysutils/plasma5-kinfocenter/pkg-descr =================================================================== --- /dev/null +++ sysutils/plasma5-kinfocenter/pkg-descr @@ -0,0 +1,3 @@ +KInfoCenter is a utility that provides information about a computer system. + +WWW: https://www.kde.org/applications/system/kinfocenter/ Index: sysutils/plasma5-kinfocenter/pkg-plist =================================================================== --- /dev/null +++ sysutils/plasma5-kinfocenter/pkg-plist @@ -0,0 +1,976 @@ +bin/kinfocenter +etc/xdg/kcm-about-distrorc +etc/xdg/menus/kinfocenter.menu +%%QT_PLUGINDIR%%/kcm_about_distro.so +%%QT_PLUGINDIR%%/kcm_devinfo.so +%%QT_PLUGINDIR%%/kcm_info.so +%%QT_PLUGINDIR%%/kcm_memory.so +%%QT_PLUGINDIR%%/kcm_nic.so +%%QT_PLUGINDIR%%/kcm_opengl.so +%%QT_PLUGINDIR%%/kcm_pci.so +%%QT_PLUGINDIR%%/kcm_samba.so +%%QT_PLUGINDIR%%/kcm_usb.so +share/applications/org.kde.kinfocenter.desktop +share/desktop-directories/kinfocenter.directory +share/doc/HTML/ca/kinfocenter/index.cache.bz2 +share/doc/HTML/ca/kinfocenter/index.docbook +share/doc/HTML/ca/kinfocenter/kinfocenter.png +share/doc/HTML/de/kinfocenter/index.cache.bz2 +share/doc/HTML/de/kinfocenter/index.docbook +share/doc/HTML/en/kinfocenter/index.cache.bz2 +share/doc/HTML/en/kinfocenter/index.docbook +share/doc/HTML/en/kinfocenter/kinfocenter.png +share/doc/HTML/it/kinfocenter/index.cache.bz2 +share/doc/HTML/it/kinfocenter/index.docbook +share/doc/HTML/nl/kinfocenter/index.cache.bz2 +share/doc/HTML/nl/kinfocenter/index.docbook +share/doc/HTML/pt_BR/kinfocenter/index.cache.bz2 +share/doc/HTML/pt_BR/kinfocenter/index.docbook +share/doc/HTML/pt_BR/kinfocenter/kinfocenter.png +share/doc/HTML/sr/kinfocenter/index.cache.bz2 +share/doc/HTML/sr/kinfocenter/index.docbook +share/doc/HTML/sr@latin/kinfocenter/index.cache.bz2 +share/doc/HTML/sr@latin/kinfocenter/index.docbook +share/doc/HTML/sv/kinfocenter/index.cache.bz2 +share/doc/HTML/sv/kinfocenter/index.docbook +share/doc/HTML/uk/kinfocenter/index.cache.bz2 +share/doc/HTML/uk/kinfocenter/index.docbook +share/kcmusb/usb.ids +%%DATADIR%%/images/freebsd_logo.svg +share/kservices5/about-distro.desktop +share/kservices5/deviceinfocategory.desktop +share/kservices5/devinfo.desktop +share/kservices5/dma.desktop +share/kservices5/graphicalinfocategory.desktop +share/kservices5/interrupts.desktop +share/kservices5/ioports.desktop +share/kservices5/kcm_memory.desktop +share/kservices5/kcm_pci.desktop +share/kservices5/kcmusb.desktop +share/kservices5/lostfoundcategory.desktop +share/kservices5/networkinfocategory.desktop +share/kservices5/nic.desktop +share/kservices5/opengl.desktop +share/kservices5/smbstatus.desktop +share/kservices5/wayland.desktop +share/kservices5/xserver.desktop +share/kservicetypes5/kinfocentercategory.desktop +share/kxmlgui5/kinfocenter/kinfocenterui.rc +share/locale/af/LC_MESSAGES/kcminfo.mo +share/locale/af/LC_MESSAGES/kcmsamba.mo +share/locale/af/LC_MESSAGES/kcmusb.mo +share/locale/af/LC_MESSAGES/kcmview1394.mo +share/locale/af/LC_MESSAGES/kinfocenter.mo +share/locale/ar/LC_MESSAGES/kcm-about-distro.mo +share/locale/ar/LC_MESSAGES/kcm_energyinfo.mo +share/locale/ar/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/ar/LC_MESSAGES/kcm_memory.mo +share/locale/ar/LC_MESSAGES/kcm_pci.mo +share/locale/ar/LC_MESSAGES/kcmdevinfo.mo +share/locale/ar/LC_MESSAGES/kcminfo.mo +share/locale/ar/LC_MESSAGES/kcmnic.mo +share/locale/ar/LC_MESSAGES/kcmopengl.mo +share/locale/ar/LC_MESSAGES/kcmsamba.mo +share/locale/ar/LC_MESSAGES/kcmusb.mo +share/locale/ar/LC_MESSAGES/kcmview1394.mo +share/locale/ar/LC_MESSAGES/kinfocenter.mo +share/locale/ast/LC_MESSAGES/kcm-about-distro.mo +share/locale/ast/LC_MESSAGES/kcm_energyinfo.mo +share/locale/ast/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/ast/LC_MESSAGES/kcm_memory.mo +share/locale/ast/LC_MESSAGES/kcm_pci.mo +share/locale/ast/LC_MESSAGES/kcmdevinfo.mo +share/locale/ast/LC_MESSAGES/kcminfo.mo +share/locale/ast/LC_MESSAGES/kcmnic.mo +share/locale/ast/LC_MESSAGES/kcmopengl.mo +share/locale/ast/LC_MESSAGES/kcmsamba.mo +share/locale/ast/LC_MESSAGES/kcmusb.mo +share/locale/ast/LC_MESSAGES/kcmview1394.mo +share/locale/ast/LC_MESSAGES/kinfocenter.mo +share/locale/be/LC_MESSAGES/kcminfo.mo +share/locale/be/LC_MESSAGES/kcmopengl.mo +share/locale/be/LC_MESSAGES/kcmsamba.mo +share/locale/be/LC_MESSAGES/kcmusb.mo +share/locale/be/LC_MESSAGES/kcmview1394.mo +share/locale/be/LC_MESSAGES/kinfocenter.mo +share/locale/be@latin/LC_MESSAGES/kcminfo.mo +share/locale/bg/LC_MESSAGES/kcm-about-distro.mo +share/locale/bg/LC_MESSAGES/kcm_memory.mo +share/locale/bg/LC_MESSAGES/kcm_pci.mo +share/locale/bg/LC_MESSAGES/kcmdevinfo.mo +share/locale/bg/LC_MESSAGES/kcminfo.mo +share/locale/bg/LC_MESSAGES/kcmnic.mo +share/locale/bg/LC_MESSAGES/kcmopengl.mo +share/locale/bg/LC_MESSAGES/kcmsamba.mo +share/locale/bg/LC_MESSAGES/kcmusb.mo +share/locale/bg/LC_MESSAGES/kcmview1394.mo +share/locale/bg/LC_MESSAGES/kinfocenter.mo +share/locale/bn/LC_MESSAGES/kcminfo.mo +share/locale/bn/LC_MESSAGES/kcmusb.mo +share/locale/bn/LC_MESSAGES/kcmview1394.mo +share/locale/bn/LC_MESSAGES/kinfocenter.mo +share/locale/bn_IN/LC_MESSAGES/kcm_memory.mo +share/locale/bn_IN/LC_MESSAGES/kcm_pci.mo +share/locale/bn_IN/LC_MESSAGES/kcminfo.mo +share/locale/bn_IN/LC_MESSAGES/kcmsamba.mo +share/locale/bn_IN/LC_MESSAGES/kcmusb.mo +share/locale/bn_IN/LC_MESSAGES/kcmview1394.mo +share/locale/bn_IN/LC_MESSAGES/kinfocenter.mo +share/locale/br/LC_MESSAGES/kcminfo.mo +share/locale/br/LC_MESSAGES/kcmsamba.mo +share/locale/br/LC_MESSAGES/kcmusb.mo +share/locale/br/LC_MESSAGES/kcmview1394.mo +share/locale/br/LC_MESSAGES/kinfocenter.mo +share/locale/bs/LC_MESSAGES/kcm-about-distro.mo +share/locale/bs/LC_MESSAGES/kcm_memory.mo +share/locale/bs/LC_MESSAGES/kcm_pci.mo +share/locale/bs/LC_MESSAGES/kcmdevinfo.mo +share/locale/bs/LC_MESSAGES/kcminfo.mo +share/locale/bs/LC_MESSAGES/kcmnic.mo +share/locale/bs/LC_MESSAGES/kcmopengl.mo +share/locale/bs/LC_MESSAGES/kcmsamba.mo +share/locale/bs/LC_MESSAGES/kcmusb.mo +share/locale/bs/LC_MESSAGES/kcmview1394.mo +share/locale/bs/LC_MESSAGES/kinfocenter.mo +share/locale/ca/LC_MESSAGES/kcm-about-distro.mo +share/locale/ca/LC_MESSAGES/kcm_energyinfo.mo +share/locale/ca/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/ca/LC_MESSAGES/kcm_memory.mo +share/locale/ca/LC_MESSAGES/kcm_pci.mo +share/locale/ca/LC_MESSAGES/kcmdevinfo.mo +share/locale/ca/LC_MESSAGES/kcminfo.mo +share/locale/ca/LC_MESSAGES/kcmnic.mo +share/locale/ca/LC_MESSAGES/kcmopengl.mo +share/locale/ca/LC_MESSAGES/kcmsamba.mo +share/locale/ca/LC_MESSAGES/kcmusb.mo +share/locale/ca/LC_MESSAGES/kcmview1394.mo +share/locale/ca/LC_MESSAGES/kinfocenter.mo +share/locale/ca@valencia/LC_MESSAGES/kcm-about-distro.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_energyinfo.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_memory.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_pci.mo +share/locale/ca@valencia/LC_MESSAGES/kcmdevinfo.mo +share/locale/ca@valencia/LC_MESSAGES/kcminfo.mo +share/locale/ca@valencia/LC_MESSAGES/kcmnic.mo +share/locale/ca@valencia/LC_MESSAGES/kcmopengl.mo +share/locale/ca@valencia/LC_MESSAGES/kcmsamba.mo +share/locale/ca@valencia/LC_MESSAGES/kcmusb.mo +share/locale/ca@valencia/LC_MESSAGES/kcmview1394.mo +share/locale/ca@valencia/LC_MESSAGES/kinfocenter.mo +share/locale/cs/LC_MESSAGES/kcm-about-distro.mo +share/locale/cs/LC_MESSAGES/kcm_energyinfo.mo +share/locale/cs/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/cs/LC_MESSAGES/kcm_memory.mo +share/locale/cs/LC_MESSAGES/kcm_pci.mo +share/locale/cs/LC_MESSAGES/kcmdevinfo.mo +share/locale/cs/LC_MESSAGES/kcminfo.mo +share/locale/cs/LC_MESSAGES/kcmnic.mo +share/locale/cs/LC_MESSAGES/kcmopengl.mo +share/locale/cs/LC_MESSAGES/kcmsamba.mo +share/locale/cs/LC_MESSAGES/kcmusb.mo +share/locale/cs/LC_MESSAGES/kcmview1394.mo +share/locale/cs/LC_MESSAGES/kinfocenter.mo +share/locale/csb/LC_MESSAGES/kcmsamba.mo +share/locale/csb/LC_MESSAGES/kcmusb.mo +share/locale/csb/LC_MESSAGES/kcmview1394.mo +share/locale/csb/LC_MESSAGES/kinfocenter.mo +share/locale/cy/LC_MESSAGES/kcminfo.mo +share/locale/cy/LC_MESSAGES/kcmsamba.mo +share/locale/cy/LC_MESSAGES/kcmusb.mo +share/locale/cy/LC_MESSAGES/kcmview1394.mo +share/locale/cy/LC_MESSAGES/kinfocenter.mo +share/locale/da/LC_MESSAGES/kcm-about-distro.mo +share/locale/da/LC_MESSAGES/kcm_energyinfo.mo +share/locale/da/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/da/LC_MESSAGES/kcm_memory.mo +share/locale/da/LC_MESSAGES/kcm_pci.mo +share/locale/da/LC_MESSAGES/kcmdevinfo.mo +share/locale/da/LC_MESSAGES/kcminfo.mo +share/locale/da/LC_MESSAGES/kcmnic.mo +share/locale/da/LC_MESSAGES/kcmopengl.mo +share/locale/da/LC_MESSAGES/kcmsamba.mo +share/locale/da/LC_MESSAGES/kcmusb.mo +share/locale/da/LC_MESSAGES/kcmview1394.mo +share/locale/da/LC_MESSAGES/kinfocenter.mo +share/locale/de/LC_MESSAGES/kcm-about-distro.mo +share/locale/de/LC_MESSAGES/kcm_energyinfo.mo +share/locale/de/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/de/LC_MESSAGES/kcm_memory.mo +share/locale/de/LC_MESSAGES/kcm_pci.mo +share/locale/de/LC_MESSAGES/kcmdevinfo.mo +share/locale/de/LC_MESSAGES/kcminfo.mo +share/locale/de/LC_MESSAGES/kcmnic.mo +share/locale/de/LC_MESSAGES/kcmopengl.mo +share/locale/de/LC_MESSAGES/kcmsamba.mo +share/locale/de/LC_MESSAGES/kcmusb.mo +share/locale/de/LC_MESSAGES/kcmview1394.mo +share/locale/de/LC_MESSAGES/kinfocenter.mo +share/locale/el/LC_MESSAGES/kcm-about-distro.mo +share/locale/el/LC_MESSAGES/kcm_energyinfo.mo +share/locale/el/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/el/LC_MESSAGES/kcm_memory.mo +share/locale/el/LC_MESSAGES/kcm_pci.mo +share/locale/el/LC_MESSAGES/kcmdevinfo.mo +share/locale/el/LC_MESSAGES/kcminfo.mo +share/locale/el/LC_MESSAGES/kcmnic.mo +share/locale/el/LC_MESSAGES/kcmopengl.mo +share/locale/el/LC_MESSAGES/kcmsamba.mo +share/locale/el/LC_MESSAGES/kcmusb.mo +share/locale/el/LC_MESSAGES/kcmview1394.mo +share/locale/el/LC_MESSAGES/kinfocenter.mo +share/locale/en_GB/LC_MESSAGES/kcm-about-distro.mo +share/locale/en_GB/LC_MESSAGES/kcm_energyinfo.mo +share/locale/en_GB/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/en_GB/LC_MESSAGES/kcm_memory.mo +share/locale/en_GB/LC_MESSAGES/kcm_pci.mo +share/locale/en_GB/LC_MESSAGES/kcmdevinfo.mo +share/locale/en_GB/LC_MESSAGES/kcminfo.mo +share/locale/en_GB/LC_MESSAGES/kcmnic.mo +share/locale/en_GB/LC_MESSAGES/kcmopengl.mo +share/locale/en_GB/LC_MESSAGES/kcmsamba.mo +share/locale/en_GB/LC_MESSAGES/kcmusb.mo +share/locale/en_GB/LC_MESSAGES/kcmview1394.mo +share/locale/en_GB/LC_MESSAGES/kinfocenter.mo +share/locale/eo/LC_MESSAGES/kcm_memory.mo +share/locale/eo/LC_MESSAGES/kcm_pci.mo +share/locale/eo/LC_MESSAGES/kcmdevinfo.mo +share/locale/eo/LC_MESSAGES/kcminfo.mo +share/locale/eo/LC_MESSAGES/kcmnic.mo +share/locale/eo/LC_MESSAGES/kcmopengl.mo +share/locale/eo/LC_MESSAGES/kcmsamba.mo +share/locale/eo/LC_MESSAGES/kcmusb.mo +share/locale/eo/LC_MESSAGES/kcmview1394.mo +share/locale/eo/LC_MESSAGES/kinfocenter.mo +share/locale/es/LC_MESSAGES/kcm-about-distro.mo +share/locale/es/LC_MESSAGES/kcm_energyinfo.mo +share/locale/es/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/es/LC_MESSAGES/kcm_memory.mo +share/locale/es/LC_MESSAGES/kcm_pci.mo +share/locale/es/LC_MESSAGES/kcmdevinfo.mo +share/locale/es/LC_MESSAGES/kcminfo.mo +share/locale/es/LC_MESSAGES/kcmnic.mo +share/locale/es/LC_MESSAGES/kcmopengl.mo +share/locale/es/LC_MESSAGES/kcmsamba.mo +share/locale/es/LC_MESSAGES/kcmusb.mo +share/locale/es/LC_MESSAGES/kcmview1394.mo +share/locale/es/LC_MESSAGES/kinfocenter.mo +share/locale/et/LC_MESSAGES/kcm-about-distro.mo +share/locale/et/LC_MESSAGES/kcm_energyinfo.mo +share/locale/et/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/et/LC_MESSAGES/kcm_memory.mo +share/locale/et/LC_MESSAGES/kcm_pci.mo +share/locale/et/LC_MESSAGES/kcmdevinfo.mo +share/locale/et/LC_MESSAGES/kcminfo.mo +share/locale/et/LC_MESSAGES/kcmnic.mo +share/locale/et/LC_MESSAGES/kcmopengl.mo +share/locale/et/LC_MESSAGES/kcmsamba.mo +share/locale/et/LC_MESSAGES/kcmusb.mo +share/locale/et/LC_MESSAGES/kcmview1394.mo +share/locale/et/LC_MESSAGES/kinfocenter.mo +share/locale/eu/LC_MESSAGES/kcm_memory.mo +share/locale/eu/LC_MESSAGES/kcm_pci.mo +share/locale/eu/LC_MESSAGES/kcmdevinfo.mo +share/locale/eu/LC_MESSAGES/kcminfo.mo +share/locale/eu/LC_MESSAGES/kcmnic.mo +share/locale/eu/LC_MESSAGES/kcmopengl.mo +share/locale/eu/LC_MESSAGES/kcmsamba.mo +share/locale/eu/LC_MESSAGES/kcmusb.mo +share/locale/eu/LC_MESSAGES/kcmview1394.mo +share/locale/eu/LC_MESSAGES/kinfocenter.mo +share/locale/fa/LC_MESSAGES/kcm_memory.mo +share/locale/fa/LC_MESSAGES/kcm_pci.mo +share/locale/fa/LC_MESSAGES/kcmdevinfo.mo +share/locale/fa/LC_MESSAGES/kcminfo.mo +share/locale/fa/LC_MESSAGES/kcmopengl.mo +share/locale/fa/LC_MESSAGES/kcmsamba.mo +share/locale/fa/LC_MESSAGES/kcmusb.mo +share/locale/fa/LC_MESSAGES/kcmview1394.mo +share/locale/fa/LC_MESSAGES/kinfocenter.mo +share/locale/fi/LC_MESSAGES/kcm-about-distro.mo +share/locale/fi/LC_MESSAGES/kcm_energyinfo.mo +share/locale/fi/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/fi/LC_MESSAGES/kcm_memory.mo +share/locale/fi/LC_MESSAGES/kcm_pci.mo +share/locale/fi/LC_MESSAGES/kcmdevinfo.mo +share/locale/fi/LC_MESSAGES/kcminfo.mo +share/locale/fi/LC_MESSAGES/kcmnic.mo +share/locale/fi/LC_MESSAGES/kcmopengl.mo +share/locale/fi/LC_MESSAGES/kcmsamba.mo +share/locale/fi/LC_MESSAGES/kcmusb.mo +share/locale/fi/LC_MESSAGES/kcmview1394.mo +share/locale/fi/LC_MESSAGES/kinfocenter.mo +share/locale/fr/LC_MESSAGES/kcm-about-distro.mo +share/locale/fr/LC_MESSAGES/kcm_energyinfo.mo +share/locale/fr/LC_MESSAGES/kcm_memory.mo +share/locale/fr/LC_MESSAGES/kcm_pci.mo +share/locale/fr/LC_MESSAGES/kcmdevinfo.mo +share/locale/fr/LC_MESSAGES/kcminfo.mo +share/locale/fr/LC_MESSAGES/kcmnic.mo +share/locale/fr/LC_MESSAGES/kcmopengl.mo +share/locale/fr/LC_MESSAGES/kcmsamba.mo +share/locale/fr/LC_MESSAGES/kcmusb.mo +share/locale/fr/LC_MESSAGES/kcmview1394.mo +share/locale/fr/LC_MESSAGES/kinfocenter.mo +share/locale/fr/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/fy/LC_MESSAGES/kcm_memory.mo +share/locale/fy/LC_MESSAGES/kcm_pci.mo +share/locale/fy/LC_MESSAGES/kcminfo.mo +share/locale/fy/LC_MESSAGES/kcmopengl.mo +share/locale/fy/LC_MESSAGES/kcmsamba.mo +share/locale/fy/LC_MESSAGES/kcmusb.mo +share/locale/fy/LC_MESSAGES/kcmview1394.mo +share/locale/fy/LC_MESSAGES/kinfocenter.mo +share/locale/ga/LC_MESSAGES/kcm_memory.mo +share/locale/ga/LC_MESSAGES/kcm_pci.mo +share/locale/ga/LC_MESSAGES/kcmdevinfo.mo +share/locale/ga/LC_MESSAGES/kcminfo.mo +share/locale/ga/LC_MESSAGES/kcmnic.mo +share/locale/ga/LC_MESSAGES/kcmopengl.mo +share/locale/ga/LC_MESSAGES/kcmsamba.mo +share/locale/ga/LC_MESSAGES/kcmusb.mo +share/locale/ga/LC_MESSAGES/kcmview1394.mo +share/locale/ga/LC_MESSAGES/kinfocenter.mo +share/locale/gl/LC_MESSAGES/kcm-about-distro.mo +share/locale/gl/LC_MESSAGES/kcm_energyinfo.mo +share/locale/gl/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/gl/LC_MESSAGES/kcm_memory.mo +share/locale/gl/LC_MESSAGES/kcm_pci.mo +share/locale/gl/LC_MESSAGES/kcmdevinfo.mo +share/locale/gl/LC_MESSAGES/kcminfo.mo +share/locale/gl/LC_MESSAGES/kcmnic.mo +share/locale/gl/LC_MESSAGES/kcmopengl.mo +share/locale/gl/LC_MESSAGES/kcmsamba.mo +share/locale/gl/LC_MESSAGES/kcmusb.mo +share/locale/gl/LC_MESSAGES/kcmview1394.mo +share/locale/gl/LC_MESSAGES/kinfocenter.mo +share/locale/gu/LC_MESSAGES/kcm_memory.mo +share/locale/gu/LC_MESSAGES/kcm_pci.mo +share/locale/gu/LC_MESSAGES/kcmdevinfo.mo +share/locale/gu/LC_MESSAGES/kcminfo.mo +share/locale/gu/LC_MESSAGES/kcmnic.mo +share/locale/gu/LC_MESSAGES/kcmopengl.mo +share/locale/gu/LC_MESSAGES/kcmsamba.mo +share/locale/gu/LC_MESSAGES/kcmusb.mo +share/locale/gu/LC_MESSAGES/kcmview1394.mo +share/locale/gu/LC_MESSAGES/kinfocenter.mo +share/locale/he/LC_MESSAGES/kcm-about-distro.mo +share/locale/he/LC_MESSAGES/kcm_energyinfo.mo +share/locale/he/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/he/LC_MESSAGES/kcm_memory.mo +share/locale/he/LC_MESSAGES/kcm_pci.mo +share/locale/he/LC_MESSAGES/kcmdevinfo.mo +share/locale/he/LC_MESSAGES/kcminfo.mo +share/locale/he/LC_MESSAGES/kcmnic.mo +share/locale/he/LC_MESSAGES/kcmopengl.mo +share/locale/he/LC_MESSAGES/kcmsamba.mo +share/locale/he/LC_MESSAGES/kcmusb.mo +share/locale/he/LC_MESSAGES/kcmview1394.mo +share/locale/he/LC_MESSAGES/kinfocenter.mo +share/locale/hi/LC_MESSAGES/kcm_memory.mo +share/locale/hi/LC_MESSAGES/kcm_pci.mo +share/locale/hi/LC_MESSAGES/kcmdevinfo.mo +share/locale/hi/LC_MESSAGES/kcminfo.mo +share/locale/hi/LC_MESSAGES/kcmnic.mo +share/locale/hi/LC_MESSAGES/kcmopengl.mo +share/locale/hi/LC_MESSAGES/kcmsamba.mo +share/locale/hi/LC_MESSAGES/kcmusb.mo +share/locale/hi/LC_MESSAGES/kcmview1394.mo +share/locale/hi/LC_MESSAGES/kinfocenter.mo +share/locale/hne/LC_MESSAGES/kcm_memory.mo +share/locale/hne/LC_MESSAGES/kcm_pci.mo +share/locale/hne/LC_MESSAGES/kcminfo.mo +share/locale/hne/LC_MESSAGES/kcmopengl.mo +share/locale/hne/LC_MESSAGES/kcmsamba.mo +share/locale/hne/LC_MESSAGES/kcmusb.mo +share/locale/hne/LC_MESSAGES/kcmview1394.mo +share/locale/hne/LC_MESSAGES/kinfocenter.mo +share/locale/hr/LC_MESSAGES/kcm_memory.mo +share/locale/hr/LC_MESSAGES/kcm_pci.mo +share/locale/hr/LC_MESSAGES/kcmdevinfo.mo +share/locale/hr/LC_MESSAGES/kcminfo.mo +share/locale/hr/LC_MESSAGES/kcmnic.mo +share/locale/hr/LC_MESSAGES/kcmopengl.mo +share/locale/hr/LC_MESSAGES/kcmsamba.mo +share/locale/hr/LC_MESSAGES/kcmusb.mo +share/locale/hr/LC_MESSAGES/kcmview1394.mo +share/locale/hr/LC_MESSAGES/kinfocenter.mo +share/locale/hsb/LC_MESSAGES/kcm_memory.mo +share/locale/hsb/LC_MESSAGES/kcm_pci.mo +share/locale/hsb/LC_MESSAGES/kcminfo.mo +share/locale/hsb/LC_MESSAGES/kcmopengl.mo +share/locale/hsb/LC_MESSAGES/kcmsamba.mo +share/locale/hsb/LC_MESSAGES/kcmusb.mo +share/locale/hsb/LC_MESSAGES/kcmview1394.mo +share/locale/hsb/LC_MESSAGES/kinfocenter.mo +share/locale/hu/LC_MESSAGES/kcm-about-distro.mo +share/locale/hu/LC_MESSAGES/kcm_memory.mo +share/locale/hu/LC_MESSAGES/kcm_pci.mo +share/locale/hu/LC_MESSAGES/kcmdevinfo.mo +share/locale/hu/LC_MESSAGES/kcminfo.mo +share/locale/hu/LC_MESSAGES/kcmnic.mo +share/locale/hu/LC_MESSAGES/kcmopengl.mo +share/locale/hu/LC_MESSAGES/kcmsamba.mo +share/locale/hu/LC_MESSAGES/kcmusb.mo +share/locale/hu/LC_MESSAGES/kcmview1394.mo +share/locale/hu/LC_MESSAGES/kinfocenter.mo +share/locale/ia/LC_MESSAGES/kcm-about-distro.mo +share/locale/ia/LC_MESSAGES/kcm_energyinfo.mo +share/locale/ia/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/ia/LC_MESSAGES/kcm_memory.mo +share/locale/ia/LC_MESSAGES/kcm_pci.mo +share/locale/ia/LC_MESSAGES/kcmdevinfo.mo +share/locale/ia/LC_MESSAGES/kcminfo.mo +share/locale/ia/LC_MESSAGES/kcmnic.mo +share/locale/ia/LC_MESSAGES/kcmopengl.mo +share/locale/ia/LC_MESSAGES/kcmsamba.mo +share/locale/ia/LC_MESSAGES/kcmusb.mo +share/locale/ia/LC_MESSAGES/kcmview1394.mo +share/locale/ia/LC_MESSAGES/kinfocenter.mo +share/locale/id/LC_MESSAGES/kcm_memory.mo +share/locale/id/LC_MESSAGES/kcm_pci.mo +share/locale/id/LC_MESSAGES/kcmdevinfo.mo +share/locale/id/LC_MESSAGES/kcminfo.mo +share/locale/id/LC_MESSAGES/kcmnic.mo +share/locale/id/LC_MESSAGES/kcmopengl.mo +share/locale/id/LC_MESSAGES/kcmsamba.mo +share/locale/id/LC_MESSAGES/kcmusb.mo +share/locale/id/LC_MESSAGES/kcmview1394.mo +share/locale/id/LC_MESSAGES/kinfocenter.mo +share/locale/is/LC_MESSAGES/kcm_memory.mo +share/locale/is/LC_MESSAGES/kcm_pci.mo +share/locale/is/LC_MESSAGES/kcmdevinfo.mo +share/locale/is/LC_MESSAGES/kcminfo.mo +share/locale/is/LC_MESSAGES/kcmnic.mo +share/locale/is/LC_MESSAGES/kcmopengl.mo +share/locale/is/LC_MESSAGES/kcmsamba.mo +share/locale/is/LC_MESSAGES/kcmusb.mo +share/locale/is/LC_MESSAGES/kcmview1394.mo +share/locale/is/LC_MESSAGES/kinfocenter.mo +share/locale/it/LC_MESSAGES/kcm-about-distro.mo +share/locale/it/LC_MESSAGES/kcm_energyinfo.mo +share/locale/it/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/it/LC_MESSAGES/kcm_memory.mo +share/locale/it/LC_MESSAGES/kcm_pci.mo +share/locale/it/LC_MESSAGES/kcmdevinfo.mo +share/locale/it/LC_MESSAGES/kcminfo.mo +share/locale/it/LC_MESSAGES/kcmnic.mo +share/locale/it/LC_MESSAGES/kcmopengl.mo +share/locale/it/LC_MESSAGES/kcmsamba.mo +share/locale/it/LC_MESSAGES/kcmusb.mo +share/locale/it/LC_MESSAGES/kcmview1394.mo +share/locale/it/LC_MESSAGES/kinfocenter.mo +share/locale/ja/LC_MESSAGES/kcm-about-distro.mo +share/locale/ja/LC_MESSAGES/kcm_energyinfo.mo +share/locale/ja/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/ja/LC_MESSAGES/kcm_memory.mo +share/locale/ja/LC_MESSAGES/kcm_pci.mo +share/locale/ja/LC_MESSAGES/kcmdevinfo.mo +share/locale/ja/LC_MESSAGES/kcminfo.mo +share/locale/ja/LC_MESSAGES/kcmnic.mo +share/locale/ja/LC_MESSAGES/kcmopengl.mo +share/locale/ja/LC_MESSAGES/kcmsamba.mo +share/locale/ja/LC_MESSAGES/kcmusb.mo +share/locale/ja/LC_MESSAGES/kcmview1394.mo +share/locale/ja/LC_MESSAGES/kinfocenter.mo +share/locale/kk/LC_MESSAGES/kcm_memory.mo +share/locale/kk/LC_MESSAGES/kcm_pci.mo +share/locale/kk/LC_MESSAGES/kcmdevinfo.mo +share/locale/kk/LC_MESSAGES/kcminfo.mo +share/locale/kk/LC_MESSAGES/kcmnic.mo +share/locale/kk/LC_MESSAGES/kcmopengl.mo +share/locale/kk/LC_MESSAGES/kcmsamba.mo +share/locale/kk/LC_MESSAGES/kcmusb.mo +share/locale/kk/LC_MESSAGES/kcmview1394.mo +share/locale/kk/LC_MESSAGES/kinfocenter.mo +share/locale/km/LC_MESSAGES/kcm_memory.mo +share/locale/km/LC_MESSAGES/kcm_pci.mo +share/locale/km/LC_MESSAGES/kcmdevinfo.mo +share/locale/km/LC_MESSAGES/kcminfo.mo +share/locale/km/LC_MESSAGES/kcmnic.mo +share/locale/km/LC_MESSAGES/kcmopengl.mo +share/locale/km/LC_MESSAGES/kcmsamba.mo +share/locale/km/LC_MESSAGES/kcmusb.mo +share/locale/km/LC_MESSAGES/kcmview1394.mo +share/locale/km/LC_MESSAGES/kinfocenter.mo +share/locale/kn/LC_MESSAGES/kcm_memory.mo +share/locale/kn/LC_MESSAGES/kcm_pci.mo +share/locale/kn/LC_MESSAGES/kcmdevinfo.mo +share/locale/kn/LC_MESSAGES/kcminfo.mo +share/locale/kn/LC_MESSAGES/kcmnic.mo +share/locale/kn/LC_MESSAGES/kcmopengl.mo +share/locale/kn/LC_MESSAGES/kcmsamba.mo +share/locale/kn/LC_MESSAGES/kcmusb.mo +share/locale/kn/LC_MESSAGES/kcmview1394.mo +share/locale/kn/LC_MESSAGES/kinfocenter.mo +share/locale/ko/LC_MESSAGES/kcm-about-distro.mo +share/locale/ko/LC_MESSAGES/kcm_energyinfo.mo +share/locale/ko/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/ko/LC_MESSAGES/kcm_memory.mo +share/locale/ko/LC_MESSAGES/kcm_pci.mo +share/locale/ko/LC_MESSAGES/kcmdevinfo.mo +share/locale/ko/LC_MESSAGES/kcminfo.mo +share/locale/ko/LC_MESSAGES/kcmnic.mo +share/locale/ko/LC_MESSAGES/kcmopengl.mo +share/locale/ko/LC_MESSAGES/kcmsamba.mo +share/locale/ko/LC_MESSAGES/kcmusb.mo +share/locale/ko/LC_MESSAGES/kcmview1394.mo +share/locale/ko/LC_MESSAGES/kinfocenter.mo +share/locale/ku/LC_MESSAGES/kcm_memory.mo +share/locale/ku/LC_MESSAGES/kcm_pci.mo +share/locale/ku/LC_MESSAGES/kcminfo.mo +share/locale/ku/LC_MESSAGES/kcmopengl.mo +share/locale/ku/LC_MESSAGES/kcmsamba.mo +share/locale/ku/LC_MESSAGES/kcmusb.mo +share/locale/ku/LC_MESSAGES/kcmview1394.mo +share/locale/ku/LC_MESSAGES/kinfocenter.mo +share/locale/lt/LC_MESSAGES/kcm-about-distro.mo +share/locale/lt/LC_MESSAGES/kcm_energyinfo.mo +share/locale/lt/LC_MESSAGES/kcm_memory.mo +share/locale/lt/LC_MESSAGES/kcm_pci.mo +share/locale/lt/LC_MESSAGES/kcmdevinfo.mo +share/locale/lt/LC_MESSAGES/kcminfo.mo +share/locale/lt/LC_MESSAGES/kcmnic.mo +share/locale/lt/LC_MESSAGES/kcmopengl.mo +share/locale/lt/LC_MESSAGES/kcmsamba.mo +share/locale/lt/LC_MESSAGES/kcmusb.mo +share/locale/lt/LC_MESSAGES/kcmview1394.mo +share/locale/lt/LC_MESSAGES/kinfocenter.mo +share/locale/lv/LC_MESSAGES/kcm_memory.mo +share/locale/lv/LC_MESSAGES/kcm_pci.mo +share/locale/lv/LC_MESSAGES/kcmdevinfo.mo +share/locale/lv/LC_MESSAGES/kcminfo.mo +share/locale/lv/LC_MESSAGES/kcmnic.mo +share/locale/lv/LC_MESSAGES/kcmopengl.mo +share/locale/lv/LC_MESSAGES/kcmsamba.mo +share/locale/lv/LC_MESSAGES/kcmusb.mo +share/locale/lv/LC_MESSAGES/kcmview1394.mo +share/locale/lv/LC_MESSAGES/kinfocenter.mo +share/locale/mai/LC_MESSAGES/kcm_memory.mo +share/locale/mai/LC_MESSAGES/kcm_pci.mo +share/locale/mai/LC_MESSAGES/kcmdevinfo.mo +share/locale/mai/LC_MESSAGES/kcminfo.mo +share/locale/mai/LC_MESSAGES/kcmnic.mo +share/locale/mai/LC_MESSAGES/kcmopengl.mo +share/locale/mai/LC_MESSAGES/kcmsamba.mo +share/locale/mai/LC_MESSAGES/kcmusb.mo +share/locale/mai/LC_MESSAGES/kcmview1394.mo +share/locale/mai/LC_MESSAGES/kinfocenter.mo +share/locale/mk/LC_MESSAGES/kcm_memory.mo +share/locale/mk/LC_MESSAGES/kcm_pci.mo +share/locale/mk/LC_MESSAGES/kcminfo.mo +share/locale/mk/LC_MESSAGES/kcmsamba.mo +share/locale/mk/LC_MESSAGES/kcmusb.mo +share/locale/mk/LC_MESSAGES/kcmview1394.mo +share/locale/mk/LC_MESSAGES/kinfocenter.mo +share/locale/ml/LC_MESSAGES/kcm_memory.mo +share/locale/ml/LC_MESSAGES/kcm_pci.mo +share/locale/ml/LC_MESSAGES/kcmdevinfo.mo +share/locale/ml/LC_MESSAGES/kcminfo.mo +share/locale/ml/LC_MESSAGES/kcmnic.mo +share/locale/ml/LC_MESSAGES/kcmopengl.mo +share/locale/ml/LC_MESSAGES/kcmsamba.mo +share/locale/ml/LC_MESSAGES/kcmusb.mo +share/locale/ml/LC_MESSAGES/kcmview1394.mo +share/locale/ml/LC_MESSAGES/kinfocenter.mo +share/locale/mr/LC_MESSAGES/kcm_memory.mo +share/locale/mr/LC_MESSAGES/kcm_pci.mo +share/locale/mr/LC_MESSAGES/kcmdevinfo.mo +share/locale/mr/LC_MESSAGES/kcminfo.mo +share/locale/mr/LC_MESSAGES/kcmnic.mo +share/locale/mr/LC_MESSAGES/kcmopengl.mo +share/locale/mr/LC_MESSAGES/kcmsamba.mo +share/locale/mr/LC_MESSAGES/kcmusb.mo +share/locale/mr/LC_MESSAGES/kcmview1394.mo +share/locale/mr/LC_MESSAGES/kinfocenter.mo +share/locale/ms/LC_MESSAGES/kcm_memory.mo +share/locale/ms/LC_MESSAGES/kcm_pci.mo +share/locale/ms/LC_MESSAGES/kcmdevinfo.mo +share/locale/ms/LC_MESSAGES/kcminfo.mo +share/locale/ms/LC_MESSAGES/kcmnic.mo +share/locale/ms/LC_MESSAGES/kcmopengl.mo +share/locale/ms/LC_MESSAGES/kcmsamba.mo +share/locale/ms/LC_MESSAGES/kcmusb.mo +share/locale/ms/LC_MESSAGES/kcmview1394.mo +share/locale/ms/LC_MESSAGES/kinfocenter.mo +share/locale/nb/LC_MESSAGES/kcm-about-distro.mo +share/locale/nb/LC_MESSAGES/kcm_energyinfo.mo +share/locale/nb/LC_MESSAGES/kcm_memory.mo +share/locale/nb/LC_MESSAGES/kcm_pci.mo +share/locale/nb/LC_MESSAGES/kcmdevinfo.mo +share/locale/nb/LC_MESSAGES/kcminfo.mo +share/locale/nb/LC_MESSAGES/kcmnic.mo +share/locale/nb/LC_MESSAGES/kcmopengl.mo +share/locale/nb/LC_MESSAGES/kcmsamba.mo +share/locale/nb/LC_MESSAGES/kcmusb.mo +share/locale/nb/LC_MESSAGES/kcmview1394.mo +share/locale/nb/LC_MESSAGES/kinfocenter.mo +share/locale/nds/LC_MESSAGES/kcm_memory.mo +share/locale/nds/LC_MESSAGES/kcm_pci.mo +share/locale/nds/LC_MESSAGES/kcmdevinfo.mo +share/locale/nds/LC_MESSAGES/kcminfo.mo +share/locale/nds/LC_MESSAGES/kcmnic.mo +share/locale/nds/LC_MESSAGES/kcmopengl.mo +share/locale/nds/LC_MESSAGES/kcmsamba.mo +share/locale/nds/LC_MESSAGES/kcmusb.mo +share/locale/nds/LC_MESSAGES/kcmview1394.mo +share/locale/nds/LC_MESSAGES/kinfocenter.mo +share/locale/ne/LC_MESSAGES/kcminfo.mo +share/locale/ne/LC_MESSAGES/kcmsamba.mo +share/locale/ne/LC_MESSAGES/kcmusb.mo +share/locale/ne/LC_MESSAGES/kcmview1394.mo +share/locale/ne/LC_MESSAGES/kinfocenter.mo +share/locale/nl/LC_MESSAGES/kcm-about-distro.mo +share/locale/nl/LC_MESSAGES/kcm_energyinfo.mo +share/locale/nl/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/nl/LC_MESSAGES/kcm_memory.mo +share/locale/nl/LC_MESSAGES/kcm_pci.mo +share/locale/nl/LC_MESSAGES/kcmdevinfo.mo +share/locale/nl/LC_MESSAGES/kcminfo.mo +share/locale/nl/LC_MESSAGES/kcmnic.mo +share/locale/nl/LC_MESSAGES/kcmopengl.mo +share/locale/nl/LC_MESSAGES/kcmsamba.mo +share/locale/nl/LC_MESSAGES/kcmusb.mo +share/locale/nl/LC_MESSAGES/kcmview1394.mo +share/locale/nl/LC_MESSAGES/kinfocenter.mo +share/locale/nn/LC_MESSAGES/kcm-about-distro.mo +share/locale/nn/LC_MESSAGES/kcm_energyinfo.mo +share/locale/nn/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/nn/LC_MESSAGES/kcm_memory.mo +share/locale/nn/LC_MESSAGES/kcm_pci.mo +share/locale/nn/LC_MESSAGES/kcmdevinfo.mo +share/locale/nn/LC_MESSAGES/kcminfo.mo +share/locale/nn/LC_MESSAGES/kcmnic.mo +share/locale/nn/LC_MESSAGES/kcmopengl.mo +share/locale/nn/LC_MESSAGES/kcmsamba.mo +share/locale/nn/LC_MESSAGES/kcmusb.mo +share/locale/nn/LC_MESSAGES/kcmview1394.mo +share/locale/nn/LC_MESSAGES/kinfocenter.mo +share/locale/oc/LC_MESSAGES/kcminfo.mo +share/locale/oc/LC_MESSAGES/kcmsamba.mo +share/locale/oc/LC_MESSAGES/kcmusb.mo +share/locale/oc/LC_MESSAGES/kcmview1394.mo +share/locale/oc/LC_MESSAGES/kinfocenter.mo +share/locale/or/LC_MESSAGES/kcm_memory.mo +share/locale/or/LC_MESSAGES/kcm_pci.mo +share/locale/or/LC_MESSAGES/kcminfo.mo +share/locale/or/LC_MESSAGES/kcmopengl.mo +share/locale/or/LC_MESSAGES/kcmsamba.mo +share/locale/or/LC_MESSAGES/kcmusb.mo +share/locale/or/LC_MESSAGES/kcmview1394.mo +share/locale/or/LC_MESSAGES/kinfocenter.mo +share/locale/pa/LC_MESSAGES/kcm-about-distro.mo +share/locale/pa/LC_MESSAGES/kcm_memory.mo +share/locale/pa/LC_MESSAGES/kcm_pci.mo +share/locale/pa/LC_MESSAGES/kcmdevinfo.mo +share/locale/pa/LC_MESSAGES/kcminfo.mo +share/locale/pa/LC_MESSAGES/kcmnic.mo +share/locale/pa/LC_MESSAGES/kcmopengl.mo +share/locale/pa/LC_MESSAGES/kcmsamba.mo +share/locale/pa/LC_MESSAGES/kcmusb.mo +share/locale/pa/LC_MESSAGES/kcmview1394.mo +share/locale/pa/LC_MESSAGES/kinfocenter.mo +share/locale/pl/LC_MESSAGES/kcm-about-distro.mo +share/locale/pl/LC_MESSAGES/kcm_energyinfo.mo +share/locale/pl/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/pl/LC_MESSAGES/kcm_memory.mo +share/locale/pl/LC_MESSAGES/kcm_pci.mo +share/locale/pl/LC_MESSAGES/kcmdevinfo.mo +share/locale/pl/LC_MESSAGES/kcminfo.mo +share/locale/pl/LC_MESSAGES/kcmnic.mo +share/locale/pl/LC_MESSAGES/kcmopengl.mo +share/locale/pl/LC_MESSAGES/kcmsamba.mo +share/locale/pl/LC_MESSAGES/kcmusb.mo +share/locale/pl/LC_MESSAGES/kcmview1394.mo +share/locale/pl/LC_MESSAGES/kinfocenter.mo +share/locale/pt/LC_MESSAGES/kcm-about-distro.mo +share/locale/pt/LC_MESSAGES/kcm_energyinfo.mo +share/locale/pt/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/pt/LC_MESSAGES/kcm_memory.mo +share/locale/pt/LC_MESSAGES/kcm_pci.mo +share/locale/pt/LC_MESSAGES/kcmdevinfo.mo +share/locale/pt/LC_MESSAGES/kcminfo.mo +share/locale/pt/LC_MESSAGES/kcmnic.mo +share/locale/pt/LC_MESSAGES/kcmopengl.mo +share/locale/pt/LC_MESSAGES/kcmsamba.mo +share/locale/pt/LC_MESSAGES/kcmusb.mo +share/locale/pt/LC_MESSAGES/kcmview1394.mo +share/locale/pt/LC_MESSAGES/kinfocenter.mo +share/locale/pt_BR/LC_MESSAGES/kcm-about-distro.mo +share/locale/pt_BR/LC_MESSAGES/kcm_energyinfo.mo +share/locale/pt_BR/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/pt_BR/LC_MESSAGES/kcm_memory.mo +share/locale/pt_BR/LC_MESSAGES/kcm_pci.mo +share/locale/pt_BR/LC_MESSAGES/kcmdevinfo.mo +share/locale/pt_BR/LC_MESSAGES/kcminfo.mo +share/locale/pt_BR/LC_MESSAGES/kcmnic.mo +share/locale/pt_BR/LC_MESSAGES/kcmopengl.mo +share/locale/pt_BR/LC_MESSAGES/kcmsamba.mo +share/locale/pt_BR/LC_MESSAGES/kcmusb.mo +share/locale/pt_BR/LC_MESSAGES/kcmview1394.mo +share/locale/pt_BR/LC_MESSAGES/kinfocenter.mo +share/locale/ro/LC_MESSAGES/kcm-about-distro.mo +share/locale/ro/LC_MESSAGES/kcm_energyinfo.mo +share/locale/ro/LC_MESSAGES/kcm_memory.mo +share/locale/ro/LC_MESSAGES/kcm_pci.mo +share/locale/ro/LC_MESSAGES/kcmdevinfo.mo +share/locale/ro/LC_MESSAGES/kcminfo.mo +share/locale/ro/LC_MESSAGES/kcmnic.mo +share/locale/ro/LC_MESSAGES/kcmopengl.mo +share/locale/ro/LC_MESSAGES/kcmsamba.mo +share/locale/ro/LC_MESSAGES/kcmusb.mo +share/locale/ro/LC_MESSAGES/kcmview1394.mo +share/locale/ro/LC_MESSAGES/kinfocenter.mo +share/locale/ru/LC_MESSAGES/kcm-about-distro.mo +share/locale/ru/LC_MESSAGES/kcm_energyinfo.mo +share/locale/ru/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/ru/LC_MESSAGES/kcm_memory.mo +share/locale/ru/LC_MESSAGES/kcm_pci.mo +share/locale/ru/LC_MESSAGES/kcmdevinfo.mo +share/locale/ru/LC_MESSAGES/kcminfo.mo +share/locale/ru/LC_MESSAGES/kcmnic.mo +share/locale/ru/LC_MESSAGES/kcmopengl.mo +share/locale/ru/LC_MESSAGES/kcmsamba.mo +share/locale/ru/LC_MESSAGES/kcmusb.mo +share/locale/ru/LC_MESSAGES/kcmview1394.mo +share/locale/ru/LC_MESSAGES/kinfocenter.mo +share/locale/se/LC_MESSAGES/kcminfo.mo +share/locale/se/LC_MESSAGES/kcmnic.mo +share/locale/se/LC_MESSAGES/kcmsamba.mo +share/locale/se/LC_MESSAGES/kcmusb.mo +share/locale/se/LC_MESSAGES/kcmview1394.mo +share/locale/si/LC_MESSAGES/kcm_memory.mo +share/locale/si/LC_MESSAGES/kcm_pci.mo +share/locale/si/LC_MESSAGES/kcmdevinfo.mo +share/locale/si/LC_MESSAGES/kcminfo.mo +share/locale/si/LC_MESSAGES/kcmopengl.mo +share/locale/si/LC_MESSAGES/kcmsamba.mo +share/locale/si/LC_MESSAGES/kcmusb.mo +share/locale/si/LC_MESSAGES/kcmview1394.mo +share/locale/si/LC_MESSAGES/kinfocenter.mo +share/locale/sk/LC_MESSAGES/kcm-about-distro.mo +share/locale/sk/LC_MESSAGES/kcm_energyinfo.mo +share/locale/sk/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/sk/LC_MESSAGES/kcm_memory.mo +share/locale/sk/LC_MESSAGES/kcm_pci.mo +share/locale/sk/LC_MESSAGES/kcmdevinfo.mo +share/locale/sk/LC_MESSAGES/kcminfo.mo +share/locale/sk/LC_MESSAGES/kcmnic.mo +share/locale/sk/LC_MESSAGES/kcmopengl.mo +share/locale/sk/LC_MESSAGES/kcmsamba.mo +share/locale/sk/LC_MESSAGES/kcmusb.mo +share/locale/sk/LC_MESSAGES/kcmview1394.mo +share/locale/sk/LC_MESSAGES/kinfocenter.mo +share/locale/sl/LC_MESSAGES/kcm-about-distro.mo +share/locale/sl/LC_MESSAGES/kcm_energyinfo.mo +share/locale/sl/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/sl/LC_MESSAGES/kcm_memory.mo +share/locale/sl/LC_MESSAGES/kcm_pci.mo +share/locale/sl/LC_MESSAGES/kcmdevinfo.mo +share/locale/sl/LC_MESSAGES/kcminfo.mo +share/locale/sl/LC_MESSAGES/kcmnic.mo +share/locale/sl/LC_MESSAGES/kcmopengl.mo +share/locale/sl/LC_MESSAGES/kcmsamba.mo +share/locale/sl/LC_MESSAGES/kcmusb.mo +share/locale/sl/LC_MESSAGES/kcmview1394.mo +share/locale/sl/LC_MESSAGES/kinfocenter.mo +share/locale/sq/LC_MESSAGES/kcm_memory.mo +share/locale/sq/LC_MESSAGES/kcm_pci.mo +share/locale/sq/LC_MESSAGES/kcminfo.mo +share/locale/sq/LC_MESSAGES/kcmnic.mo +share/locale/sq/LC_MESSAGES/kcmopengl.mo +share/locale/sq/LC_MESSAGES/kcmsamba.mo +share/locale/sq/LC_MESSAGES/kcmusb.mo +share/locale/sq/LC_MESSAGES/kcmview1394.mo +share/locale/sq/LC_MESSAGES/kinfocenter.mo +share/locale/sr/LC_MESSAGES/kcm-about-distro.mo +share/locale/sr/LC_MESSAGES/kcm_energyinfo.mo +share/locale/sr/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/sr/LC_MESSAGES/kcm_memory.mo +share/locale/sr/LC_MESSAGES/kcm_pci.mo +share/locale/sr/LC_MESSAGES/kcmdevinfo.mo +share/locale/sr/LC_MESSAGES/kcminfo.mo +share/locale/sr/LC_MESSAGES/kcmnic.mo +share/locale/sr/LC_MESSAGES/kcmopengl.mo +share/locale/sr/LC_MESSAGES/kcmsamba.mo +share/locale/sr/LC_MESSAGES/kcmusb.mo +share/locale/sr/LC_MESSAGES/kcmview1394.mo +share/locale/sr/LC_MESSAGES/kinfocenter.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm-about-distro.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_energyinfo.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_memory.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_pci.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmdevinfo.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcminfo.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmnic.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmopengl.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmsamba.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmusb.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmview1394.mo +share/locale/sr@ijekavian/LC_MESSAGES/kinfocenter.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm-about-distro.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_energyinfo.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_memory.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_pci.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmdevinfo.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcminfo.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmnic.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmopengl.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmsamba.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmusb.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmview1394.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kinfocenter.mo +share/locale/sr@latin/LC_MESSAGES/kcm-about-distro.mo +share/locale/sr@latin/LC_MESSAGES/kcm_energyinfo.mo +share/locale/sr@latin/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/sr@latin/LC_MESSAGES/kcm_memory.mo +share/locale/sr@latin/LC_MESSAGES/kcm_pci.mo +share/locale/sr@latin/LC_MESSAGES/kcmdevinfo.mo +share/locale/sr@latin/LC_MESSAGES/kcminfo.mo +share/locale/sr@latin/LC_MESSAGES/kcmnic.mo +share/locale/sr@latin/LC_MESSAGES/kcmopengl.mo +share/locale/sr@latin/LC_MESSAGES/kcmsamba.mo +share/locale/sr@latin/LC_MESSAGES/kcmusb.mo +share/locale/sr@latin/LC_MESSAGES/kcmview1394.mo +share/locale/sr@latin/LC_MESSAGES/kinfocenter.mo +share/locale/sv/LC_MESSAGES/kcm-about-distro.mo +share/locale/sv/LC_MESSAGES/kcm_energyinfo.mo +share/locale/sv/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/sv/LC_MESSAGES/kcm_memory.mo +share/locale/sv/LC_MESSAGES/kcm_pci.mo +share/locale/sv/LC_MESSAGES/kcmdevinfo.mo +share/locale/sv/LC_MESSAGES/kcminfo.mo +share/locale/sv/LC_MESSAGES/kcmnic.mo +share/locale/sv/LC_MESSAGES/kcmopengl.mo +share/locale/sv/LC_MESSAGES/kcmsamba.mo +share/locale/sv/LC_MESSAGES/kcmusb.mo +share/locale/sv/LC_MESSAGES/kcmview1394.mo +share/locale/sv/LC_MESSAGES/kinfocenter.mo +share/locale/ta/LC_MESSAGES/kcm_memory.mo +share/locale/ta/LC_MESSAGES/kcm_pci.mo +share/locale/ta/LC_MESSAGES/kcminfo.mo +share/locale/ta/LC_MESSAGES/kcmopengl.mo +share/locale/ta/LC_MESSAGES/kcmsamba.mo +share/locale/ta/LC_MESSAGES/kcmusb.mo +share/locale/ta/LC_MESSAGES/kcmview1394.mo +share/locale/ta/LC_MESSAGES/kinfocenter.mo +share/locale/te/LC_MESSAGES/kcm_memory.mo +share/locale/te/LC_MESSAGES/kcm_pci.mo +share/locale/te/LC_MESSAGES/kcminfo.mo +share/locale/te/LC_MESSAGES/kcmopengl.mo +share/locale/te/LC_MESSAGES/kcmsamba.mo +share/locale/te/LC_MESSAGES/kcmusb.mo +share/locale/te/LC_MESSAGES/kcmview1394.mo +share/locale/te/LC_MESSAGES/kinfocenter.mo +share/locale/tg/LC_MESSAGES/kcm_memory.mo +share/locale/tg/LC_MESSAGES/kcm_pci.mo +share/locale/tg/LC_MESSAGES/kcmdevinfo.mo +share/locale/tg/LC_MESSAGES/kcminfo.mo +share/locale/tg/LC_MESSAGES/kcmnic.mo +share/locale/tg/LC_MESSAGES/kcmopengl.mo +share/locale/tg/LC_MESSAGES/kcmsamba.mo +share/locale/tg/LC_MESSAGES/kcmusb.mo +share/locale/tg/LC_MESSAGES/kcmview1394.mo +share/locale/tg/LC_MESSAGES/kinfocenter.mo +share/locale/th/LC_MESSAGES/kcm_memory.mo +share/locale/th/LC_MESSAGES/kcm_pci.mo +share/locale/th/LC_MESSAGES/kcmdevinfo.mo +share/locale/th/LC_MESSAGES/kcminfo.mo +share/locale/th/LC_MESSAGES/kcmnic.mo +share/locale/th/LC_MESSAGES/kcmopengl.mo +share/locale/th/LC_MESSAGES/kcmsamba.mo +share/locale/th/LC_MESSAGES/kcmusb.mo +share/locale/th/LC_MESSAGES/kcmview1394.mo +share/locale/th/LC_MESSAGES/kinfocenter.mo +share/locale/tr/LC_MESSAGES/kcm-about-distro.mo +share/locale/tr/LC_MESSAGES/kcm_memory.mo +share/locale/tr/LC_MESSAGES/kcm_pci.mo +share/locale/tr/LC_MESSAGES/kcmdevinfo.mo +share/locale/tr/LC_MESSAGES/kcminfo.mo +share/locale/tr/LC_MESSAGES/kcmnic.mo +share/locale/tr/LC_MESSAGES/kcmopengl.mo +share/locale/tr/LC_MESSAGES/kcmsamba.mo +share/locale/tr/LC_MESSAGES/kcmusb.mo +share/locale/tr/LC_MESSAGES/kcmview1394.mo +share/locale/tr/LC_MESSAGES/kinfocenter.mo +share/locale/ug/LC_MESSAGES/kcm-about-distro.mo +share/locale/ug/LC_MESSAGES/kcm_memory.mo +share/locale/ug/LC_MESSAGES/kcm_pci.mo +share/locale/ug/LC_MESSAGES/kcmdevinfo.mo +share/locale/ug/LC_MESSAGES/kcminfo.mo +share/locale/ug/LC_MESSAGES/kcmnic.mo +share/locale/ug/LC_MESSAGES/kcmopengl.mo +share/locale/ug/LC_MESSAGES/kcmsamba.mo +share/locale/ug/LC_MESSAGES/kcmusb.mo +share/locale/ug/LC_MESSAGES/kcmview1394.mo +share/locale/ug/LC_MESSAGES/kinfocenter.mo +share/locale/uk/LC_MESSAGES/kcm-about-distro.mo +share/locale/uk/LC_MESSAGES/kcm_energyinfo.mo +share/locale/uk/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/uk/LC_MESSAGES/kcm_memory.mo +share/locale/uk/LC_MESSAGES/kcm_pci.mo +share/locale/uk/LC_MESSAGES/kcmdevinfo.mo +share/locale/uk/LC_MESSAGES/kcminfo.mo +share/locale/uk/LC_MESSAGES/kcmnic.mo +share/locale/uk/LC_MESSAGES/kcmopengl.mo +share/locale/uk/LC_MESSAGES/kcmsamba.mo +share/locale/uk/LC_MESSAGES/kcmusb.mo +share/locale/uk/LC_MESSAGES/kcmview1394.mo +share/locale/uk/LC_MESSAGES/kinfocenter.mo +share/locale/uz/LC_MESSAGES/kcminfo.mo +share/locale/uz/LC_MESSAGES/kcmsamba.mo +share/locale/uz/LC_MESSAGES/kcmusb.mo +share/locale/uz/LC_MESSAGES/kcmview1394.mo +share/locale/uz/LC_MESSAGES/kinfocenter.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcminfo.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmsamba.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmusb.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmview1394.mo +share/locale/uz@cyrillic/LC_MESSAGES/kinfocenter.mo +share/locale/vi/LC_MESSAGES/kcminfo.mo +share/locale/vi/LC_MESSAGES/kcmsamba.mo +share/locale/vi/LC_MESSAGES/kcmusb.mo +share/locale/vi/LC_MESSAGES/kcmview1394.mo +share/locale/vi/LC_MESSAGES/kinfocenter.mo +share/locale/wa/LC_MESSAGES/kcm_memory.mo +share/locale/wa/LC_MESSAGES/kcm_pci.mo +share/locale/wa/LC_MESSAGES/kcmdevinfo.mo +share/locale/wa/LC_MESSAGES/kcminfo.mo +share/locale/wa/LC_MESSAGES/kcmnic.mo +share/locale/wa/LC_MESSAGES/kcmopengl.mo +share/locale/wa/LC_MESSAGES/kcmsamba.mo +share/locale/wa/LC_MESSAGES/kcmusb.mo +share/locale/wa/LC_MESSAGES/kcmview1394.mo +share/locale/wa/LC_MESSAGES/kinfocenter.mo +share/locale/xh/LC_MESSAGES/kcminfo.mo +share/locale/xh/LC_MESSAGES/kcmsamba.mo +share/locale/xh/LC_MESSAGES/kcmusb.mo +share/locale/xh/LC_MESSAGES/kinfocenter.mo +share/locale/zh_CN/LC_MESSAGES/kcm-about-distro.mo +share/locale/zh_CN/LC_MESSAGES/kcm_energyinfo.mo +share/locale/zh_CN/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/zh_CN/LC_MESSAGES/kcm_memory.mo +share/locale/zh_CN/LC_MESSAGES/kcm_pci.mo +share/locale/zh_CN/LC_MESSAGES/kcmdevinfo.mo +share/locale/zh_CN/LC_MESSAGES/kcminfo.mo +share/locale/zh_CN/LC_MESSAGES/kcmnic.mo +share/locale/zh_CN/LC_MESSAGES/kcmopengl.mo +share/locale/zh_CN/LC_MESSAGES/kcmsamba.mo +share/locale/zh_CN/LC_MESSAGES/kcmusb.mo +share/locale/zh_CN/LC_MESSAGES/kcmview1394.mo +share/locale/zh_CN/LC_MESSAGES/kinfocenter.mo +share/locale/zh_TW/LC_MESSAGES/kcm-about-distro.mo +share/locale/zh_TW/LC_MESSAGES/kcm_energyinfo.mo +share/locale/zh_TW/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/zh_TW/LC_MESSAGES/kcm_memory.mo +share/locale/zh_TW/LC_MESSAGES/kcm_pci.mo +share/locale/zh_TW/LC_MESSAGES/kcmdevinfo.mo +share/locale/zh_TW/LC_MESSAGES/kcminfo.mo +share/locale/zh_TW/LC_MESSAGES/kcmnic.mo +share/locale/zh_TW/LC_MESSAGES/kcmopengl.mo +share/locale/zh_TW/LC_MESSAGES/kcmsamba.mo +share/locale/zh_TW/LC_MESSAGES/kcmusb.mo +share/locale/zh_TW/LC_MESSAGES/kcmview1394.mo +share/locale/zh_TW/LC_MESSAGES/kinfocenter.mo Index: sysutils/plasma5-kmenuedit/Makefile =================================================================== --- /dev/null +++ sysutils/plasma5-kmenuedit/Makefile @@ -0,0 +1,20 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kmenuedit +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 menu editor + +USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 tar:xz +USE_KDE= auth bookmarks codecs completion config configwidgets \ + coreaddons crash dbusaddons guiaddons ecm emoticons hotkeys \ + i18n iconthemes init itemmodels itemviews jobwidgets \ + kdelibs4support kio notifications parts service solid sonnet \ + textwidgets unitconversion widgetsaddons windowsystem xmlgui +USE_QT5= buildtools_build core dbus gui network printsupport \ + qmake_build widgets xml + +.include Index: sysutils/plasma5-kmenuedit/distinfo =================================================================== --- /dev/null +++ sysutils/plasma5-kmenuedit/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101645 +SHA256 (KDE/plasma/5.9.2/kmenuedit-5.9.2.tar.xz) = 630bd3ec270639fe9d02f03b7d8c6f4fca0cfc7c16ad50e3225287f2ca68984f +SIZE (KDE/plasma/5.9.2/kmenuedit-5.9.2.tar.xz) = 653268 Index: sysutils/plasma5-kmenuedit/pkg-descr =================================================================== --- /dev/null +++ sysutils/plasma5-kmenuedit/pkg-descr @@ -0,0 +1,3 @@ +Plasma5 menu editor. + +WWW: https://projects.kde.org/projects/kde/workspace/kmenuedit Index: sysutils/plasma5-kmenuedit/pkg-plist =================================================================== --- /dev/null +++ sysutils/plasma5-kmenuedit/pkg-plist @@ -0,0 +1,135 @@ +bin/kmenuedit +lib/libkdeinit5_kmenuedit.so +share/applications/org.kde.kmenuedit.desktop +share/doc/HTML/ca/kmenuedit/done.png +share/doc/HTML/ca/kmenuedit/index.cache.bz2 +share/doc/HTML/ca/kmenuedit/index.docbook +share/doc/HTML/ca/kmenuedit/itemname.png +share/doc/HTML/ca/kmenuedit/new.png +share/doc/HTML/ca/kmenuedit/reset.png +share/doc/HTML/ca/kmenuedit/selectinternet.png +share/doc/HTML/ca/kmenuedit/selection.png +share/doc/HTML/de/kmenuedit/index.cache.bz2 +share/doc/HTML/de/kmenuedit/index.docbook +share/doc/HTML/en/kmenuedit/done.png +share/doc/HTML/en/kmenuedit/index.cache.bz2 +share/doc/HTML/en/kmenuedit/index.docbook +share/doc/HTML/en/kmenuedit/itemname.png +share/doc/HTML/en/kmenuedit/new.png +share/doc/HTML/en/kmenuedit/reset.png +share/doc/HTML/en/kmenuedit/selecticon.png +share/doc/HTML/en/kmenuedit/selectinternet.png +share/doc/HTML/it/kmenuedit/index.cache.bz2 +share/doc/HTML/it/kmenuedit/index.docbook +share/doc/HTML/nl/kmenuedit/index.cache.bz2 +share/doc/HTML/nl/kmenuedit/index.docbook +share/doc/HTML/pt_BR/kmenuedit/done.png +share/doc/HTML/pt_BR/kmenuedit/index.cache.bz2 +share/doc/HTML/pt_BR/kmenuedit/index.docbook +share/doc/HTML/pt_BR/kmenuedit/itemname.png +share/doc/HTML/pt_BR/kmenuedit/new.png +share/doc/HTML/pt_BR/kmenuedit/reset.png +share/doc/HTML/pt_BR/kmenuedit/selecticon.png +share/doc/HTML/pt_BR/kmenuedit/selectinternet.png +share/doc/HTML/sv/kmenuedit/index.cache.bz2 +share/doc/HTML/sv/kmenuedit/index.docbook +share/doc/HTML/uk/kmenuedit/index.cache.bz2 +share/doc/HTML/uk/kmenuedit/index.docbook +share/icons/hicolor/16x16/apps/kmenuedit.png +share/icons/hicolor/22x22/apps/kmenuedit.png +share/icons/hicolor/32x32/apps/kmenuedit.png +share/icons/hicolor/48x48/apps/kmenuedit.png +%%DATADIR%%/icons/hicolor/22x22/actions/menu_new.png +%%DATADIR%%/icons/hicolor/22x22/actions/menu_new_sep.png +%%DATADIR%%/icons/hicolor/32x32/actions/menu_new.png +%%DATADIR%%/icons/hicolor/32x32/actions/menu_new_sep.png +share/kxmlgui5/kmenuedit/kmenueditui.rc +share/locale/af/LC_MESSAGES/kmenuedit.mo +share/locale/ar/LC_MESSAGES/kmenuedit.mo +share/locale/ast/LC_MESSAGES/kmenuedit.mo +share/locale/be/LC_MESSAGES/kmenuedit.mo +share/locale/bg/LC_MESSAGES/kmenuedit.mo +share/locale/bn/LC_MESSAGES/kmenuedit.mo +share/locale/bn_IN/LC_MESSAGES/kmenuedit.mo +share/locale/br/LC_MESSAGES/kmenuedit.mo +share/locale/bs/LC_MESSAGES/kmenuedit.mo +share/locale/ca/LC_MESSAGES/kmenuedit.mo +share/locale/ca@valencia/LC_MESSAGES/kmenuedit.mo +share/locale/cs/LC_MESSAGES/kmenuedit.mo +share/locale/csb/LC_MESSAGES/kmenuedit.mo +share/locale/cy/LC_MESSAGES/kmenuedit.mo +share/locale/da/LC_MESSAGES/kmenuedit.mo +share/locale/de/LC_MESSAGES/kmenuedit.mo +share/locale/el/LC_MESSAGES/kmenuedit.mo +share/locale/en_GB/LC_MESSAGES/kmenuedit.mo +share/locale/eo/LC_MESSAGES/kmenuedit.mo +share/locale/es/LC_MESSAGES/kmenuedit.mo +share/locale/et/LC_MESSAGES/kmenuedit.mo +share/locale/eu/LC_MESSAGES/kmenuedit.mo +share/locale/fa/LC_MESSAGES/kmenuedit.mo +share/locale/fi/LC_MESSAGES/kmenuedit.mo +share/locale/fr/LC_MESSAGES/kmenuedit.mo +share/locale/fy/LC_MESSAGES/kmenuedit.mo +share/locale/ga/LC_MESSAGES/kmenuedit.mo +share/locale/gl/LC_MESSAGES/kmenuedit.mo +share/locale/gu/LC_MESSAGES/kmenuedit.mo +share/locale/he/LC_MESSAGES/kmenuedit.mo +share/locale/hi/LC_MESSAGES/kmenuedit.mo +share/locale/hne/LC_MESSAGES/kmenuedit.mo +share/locale/hr/LC_MESSAGES/kmenuedit.mo +share/locale/hsb/LC_MESSAGES/kmenuedit.mo +share/locale/hu/LC_MESSAGES/kmenuedit.mo +share/locale/ia/LC_MESSAGES/kmenuedit.mo +share/locale/id/LC_MESSAGES/kmenuedit.mo +share/locale/is/LC_MESSAGES/kmenuedit.mo +share/locale/it/LC_MESSAGES/kmenuedit.mo +share/locale/ja/LC_MESSAGES/kmenuedit.mo +share/locale/kk/LC_MESSAGES/kmenuedit.mo +share/locale/km/LC_MESSAGES/kmenuedit.mo +share/locale/kn/LC_MESSAGES/kmenuedit.mo +share/locale/ko/LC_MESSAGES/kmenuedit.mo +share/locale/ku/LC_MESSAGES/kmenuedit.mo +share/locale/lt/LC_MESSAGES/kmenuedit.mo +share/locale/lv/LC_MESSAGES/kmenuedit.mo +share/locale/mai/LC_MESSAGES/kmenuedit.mo +share/locale/mk/LC_MESSAGES/kmenuedit.mo +share/locale/ml/LC_MESSAGES/kmenuedit.mo +share/locale/mr/LC_MESSAGES/kmenuedit.mo +share/locale/ms/LC_MESSAGES/kmenuedit.mo +share/locale/nb/LC_MESSAGES/kmenuedit.mo +share/locale/nds/LC_MESSAGES/kmenuedit.mo +share/locale/ne/LC_MESSAGES/kmenuedit.mo +share/locale/nl/LC_MESSAGES/kmenuedit.mo +share/locale/nn/LC_MESSAGES/kmenuedit.mo +share/locale/oc/LC_MESSAGES/kmenuedit.mo +share/locale/or/LC_MESSAGES/kmenuedit.mo +share/locale/pa/LC_MESSAGES/kmenuedit.mo +share/locale/pl/LC_MESSAGES/kmenuedit.mo +share/locale/pt/LC_MESSAGES/kmenuedit.mo +share/locale/pt_BR/LC_MESSAGES/kmenuedit.mo +share/locale/ro/LC_MESSAGES/kmenuedit.mo +share/locale/ru/LC_MESSAGES/kmenuedit.mo +share/locale/se/LC_MESSAGES/kmenuedit.mo +share/locale/si/LC_MESSAGES/kmenuedit.mo +share/locale/sk/LC_MESSAGES/kmenuedit.mo +share/locale/sl/LC_MESSAGES/kmenuedit.mo +share/locale/sq/LC_MESSAGES/kmenuedit.mo +share/locale/sr/LC_MESSAGES/kmenuedit.mo +share/locale/sr@ijekavian/LC_MESSAGES/kmenuedit.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kmenuedit.mo +share/locale/sr@latin/LC_MESSAGES/kmenuedit.mo +share/locale/sv/LC_MESSAGES/kmenuedit.mo +share/locale/ta/LC_MESSAGES/kmenuedit.mo +share/locale/te/LC_MESSAGES/kmenuedit.mo +share/locale/tg/LC_MESSAGES/kmenuedit.mo +share/locale/th/LC_MESSAGES/kmenuedit.mo +share/locale/tr/LC_MESSAGES/kmenuedit.mo +share/locale/ug/LC_MESSAGES/kmenuedit.mo +share/locale/uk/LC_MESSAGES/kmenuedit.mo +share/locale/uz/LC_MESSAGES/kmenuedit.mo +share/locale/uz@cyrillic/LC_MESSAGES/kmenuedit.mo +share/locale/vi/LC_MESSAGES/kmenuedit.mo +share/locale/wa/LC_MESSAGES/kmenuedit.mo +share/locale/xh/LC_MESSAGES/kmenuedit.mo +share/locale/zh_CN/LC_MESSAGES/kmenuedit.mo +share/locale/zh_TW/LC_MESSAGES/kmenuedit.mo Index: sysutils/plasma5-ksysguard/Makefile =================================================================== --- /dev/null +++ sysutils/plasma5-ksysguard/Makefile @@ -0,0 +1,28 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= ksysguard +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 utility to track and control the running processes + +USES= cmake:outsource compiler:c++11-lib cpe desktop-file-utils \ + gettext kde:5 tar:xz +USE_KDE= attica5 auth codecs completion config configwidgets coreaddons \ + dbusaddons emoticons i18n iconthemes init itemmodels \ + itemviews jobwidgets kdelibs4support kio libksysguard \ + newstuff notifications service widgetsaddons windowsystem \ + xmlgui +USE_QT5= buildtools_build core dbus gui network qmake_build widgets xml + +OPTIONS_DEFINE= INOTIFY +OPTIONS_DEFAULT=INOTIFY +OPTIONS_SUB= YES + +INOTIFY_DESC= Filesystem alteration notifications using inotify +INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify + +.include + Index: sysutils/plasma5-ksysguard/distinfo =================================================================== --- /dev/null +++ sysutils/plasma5-ksysguard/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101646 +SHA256 (KDE/plasma/5.9.2/ksysguard-5.9.2.tar.xz) = 664763f003d863df6d8477cacd76f17e70767ee5ce1730886bc4ab8b7faa8c36 +SIZE (KDE/plasma/5.9.2/ksysguard-5.9.2.tar.xz) = 488140 Index: sysutils/plasma5-ksysguard/files/patch-gui_SystemLoad2.sgrd =================================================================== --- /dev/null +++ sysutils/plasma5-ksysguard/files/patch-gui_SystemLoad2.sgrd @@ -0,0 +1,15 @@ +The default behaviour of ksysguard is to display the memory used by applications +in the memory graph. This is confusing as the user probably expects to see the +total amount of used memory in this graph. + +--- gui/SystemLoad2.sgrd.orig 2015-11-28 14:43:19 UTC ++++ gui/SystemLoad2.sgrd +@@ -6,7 +6,7 @@ + + + +- ++ + + + Index: sysutils/plasma5-ksysguard/files/patch-ksysguardd_CMakeLists.txt =================================================================== --- /dev/null +++ sysutils/plasma5-ksysguard/files/patch-ksysguardd_CMakeLists.txt @@ -0,0 +1,35 @@ +--- ksysguardd/CMakeLists.txt.orig 2015-05-21 16:59:06 UTC ++++ ksysguardd/CMakeLists.txt +@@ -9,9 +9,12 @@ add_definitions(-DOSTYPE_${CMAKE_SYSTEM_ + + set(HAVE_LMSENSORS ${SENSORS_FOUND}) + +-check_include_files(sys/inotify.h SYS_INOTIFY_H_FOUND) +-set(HAVE_SYS_INOTIFY_H ${SYS_INOTIFY_H_FOUND}) ++# Find libinotify ++find_package(Inotify) ++set_package_properties(Inotify PROPERTIES ++ PURPOSE "Filesystem alteration notifications using inotify") + ++set(HAVE_SYS_INOTIFY_H ${Inotify_FOUND}) + + configure_file(config-ksysguardd.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-ksysguardd.h) + +@@ -43,10 +46,15 @@ endif() + conf.c + ksysguardd.c + PWUIDCache.c ) +- ++ ++ if (Inotify_FOUND) ++ include_directories(${Inotify_INCLUDE_DIRS}) ++ set(ksysguardd_OPTIONAL_LIBS ${ksysguardd_OPTIONAL_LIBS} ${Inotify_LIBRARIES}) ++ endif() ++ + add_executable(ksysguardd ${ksysguardd_SRCS}) + +- target_link_libraries(ksysguardd libksysguardd) ++ target_link_libraries(ksysguardd libksysguardd ${ksysguardd_OPTIONAL_LIBS}) + + if( NOT ${CMAKE_SYSTEM_NAME} MATCHES "Linux" OR NOT ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD" ) + target_link_libraries(ksysguardd ${KDE4_KDEFAKES_LIBS}) Index: sysutils/plasma5-ksysguard/pkg-descr =================================================================== --- /dev/null +++ sysutils/plasma5-ksysguard/pkg-descr @@ -0,0 +1,6 @@ +KSysGuard, also known as KDE System Guard and KDE System Monitor, is designed +to make simple process control available to a user without needing to do any +special setup - the defaults are usually perfectly adequate. There are two +worksheets - the System Load page, pictured above, and the Process Table. + +WWW: https://userbase.kde.org/KSysGuard Index: sysutils/plasma5-ksysguard/pkg-plist =================================================================== --- /dev/null +++ sysutils/plasma5-ksysguard/pkg-plist @@ -0,0 +1,127 @@ +bin/ksysguard +bin/ksysguardd +etc/ksysguarddrc +etc/xdg/ksysguard.knsrc +lib/libkdeinit5_ksysguard.so +share/applications/org.kde.ksysguard.desktop +share/doc/HTML/ca/ksysguard/index.cache.bz2 +share/doc/HTML/ca/ksysguard/index.docbook +share/doc/HTML/de/ksysguard/index.cache.bz2 +share/doc/HTML/de/ksysguard/index.docbook +share/doc/HTML/en/ksysguard/index.cache.bz2 +share/doc/HTML/en/ksysguard/index.docbook +share/doc/HTML/et/ksysguard/index.cache.bz2 +share/doc/HTML/et/ksysguard/index.docbook +share/doc/HTML/it/ksysguard/index.cache.bz2 +share/doc/HTML/it/ksysguard/index.docbook +share/doc/HTML/nl/ksysguard/index.cache.bz2 +share/doc/HTML/nl/ksysguard/index.docbook +share/doc/HTML/pt_BR/ksysguard/index.cache.bz2 +share/doc/HTML/pt_BR/ksysguard/index.docbook +share/doc/HTML/sv/ksysguard/index.cache.bz2 +share/doc/HTML/sv/ksysguard/index.docbook +share/doc/HTML/uk/ksysguard/index.cache.bz2 +share/doc/HTML/uk/ksysguard/index.docbook +share/icons/hicolor/16x16/apps/computer.png +share/icons/hicolor/16x16/apps/daemon.png +share/icons/hicolor/16x16/apps/kdeapp.png +share/icons/hicolor/16x16/apps/kernel.png +share/icons/hicolor/16x16/apps/ksysguardd.png +share/icons/hicolor/16x16/apps/running.png +share/icons/hicolor/16x16/apps/shell.png +share/icons/hicolor/16x16/apps/unknownapp.png +share/icons/hicolor/16x16/apps/waiting.png +share/knotifications5/ksysguard.notifyrc +%%DATADIR%%/ProcessTable.sgrd +%%DATADIR%%/SystemLoad2.sgrd +share/kxmlgui5/ksysguard/ksysguardui.rc +share/locale/af/LC_MESSAGES/ksysguard.mo +share/locale/ar/LC_MESSAGES/ksysguard.mo +share/locale/ast/LC_MESSAGES/ksysguard.mo +share/locale/be/LC_MESSAGES/ksysguard.mo +share/locale/be@latin/LC_MESSAGES/ksysguard.mo +share/locale/bg/LC_MESSAGES/ksysguard.mo +share/locale/bn/LC_MESSAGES/ksysguard.mo +share/locale/bn_IN/LC_MESSAGES/ksysguard.mo +share/locale/br/LC_MESSAGES/ksysguard.mo +share/locale/bs/LC_MESSAGES/ksysguard.mo +share/locale/ca/LC_MESSAGES/ksysguard.mo +share/locale/ca@valencia/LC_MESSAGES/ksysguard.mo +share/locale/cs/LC_MESSAGES/ksysguard.mo +share/locale/csb/LC_MESSAGES/ksysguard.mo +share/locale/cy/LC_MESSAGES/ksysguard.mo +share/locale/da/LC_MESSAGES/ksysguard.mo +share/locale/de/LC_MESSAGES/ksysguard.mo +share/locale/el/LC_MESSAGES/ksysguard.mo +share/locale/en_GB/LC_MESSAGES/ksysguard.mo +share/locale/eo/LC_MESSAGES/ksysguard.mo +share/locale/es/LC_MESSAGES/ksysguard.mo +share/locale/et/LC_MESSAGES/ksysguard.mo +share/locale/eu/LC_MESSAGES/ksysguard.mo +share/locale/fa/LC_MESSAGES/ksysguard.mo +share/locale/fi/LC_MESSAGES/ksysguard.mo +share/locale/fr/LC_MESSAGES/ksysguard.mo +share/locale/fy/LC_MESSAGES/ksysguard.mo +share/locale/ga/LC_MESSAGES/ksysguard.mo +share/locale/gl/LC_MESSAGES/ksysguard.mo +share/locale/gu/LC_MESSAGES/ksysguard.mo +share/locale/he/LC_MESSAGES/ksysguard.mo +share/locale/hi/LC_MESSAGES/ksysguard.mo +share/locale/hne/LC_MESSAGES/ksysguard.mo +share/locale/hr/LC_MESSAGES/ksysguard.mo +share/locale/hsb/LC_MESSAGES/ksysguard.mo +share/locale/hu/LC_MESSAGES/ksysguard.mo +share/locale/ia/LC_MESSAGES/ksysguard.mo +share/locale/id/LC_MESSAGES/ksysguard.mo +share/locale/is/LC_MESSAGES/ksysguard.mo +share/locale/it/LC_MESSAGES/ksysguard.mo +share/locale/ja/LC_MESSAGES/ksysguard.mo +share/locale/kk/LC_MESSAGES/ksysguard.mo +share/locale/km/LC_MESSAGES/ksysguard.mo +share/locale/kn/LC_MESSAGES/ksysguard.mo +share/locale/ko/LC_MESSAGES/ksysguard.mo +share/locale/ku/LC_MESSAGES/ksysguard.mo +share/locale/lt/LC_MESSAGES/ksysguard.mo +share/locale/lv/LC_MESSAGES/ksysguard.mo +share/locale/mai/LC_MESSAGES/ksysguard.mo +share/locale/mk/LC_MESSAGES/ksysguard.mo +share/locale/ml/LC_MESSAGES/ksysguard.mo +share/locale/mr/LC_MESSAGES/ksysguard.mo +share/locale/ms/LC_MESSAGES/ksysguard.mo +share/locale/nb/LC_MESSAGES/ksysguard.mo +share/locale/nds/LC_MESSAGES/ksysguard.mo +share/locale/ne/LC_MESSAGES/ksysguard.mo +share/locale/nl/LC_MESSAGES/ksysguard.mo +share/locale/nn/LC_MESSAGES/ksysguard.mo +share/locale/oc/LC_MESSAGES/ksysguard.mo +share/locale/or/LC_MESSAGES/ksysguard.mo +share/locale/pa/LC_MESSAGES/ksysguard.mo +share/locale/pl/LC_MESSAGES/ksysguard.mo +share/locale/pt/LC_MESSAGES/ksysguard.mo +share/locale/pt_BR/LC_MESSAGES/ksysguard.mo +share/locale/ro/LC_MESSAGES/ksysguard.mo +share/locale/ru/LC_MESSAGES/ksysguard.mo +share/locale/se/LC_MESSAGES/ksysguard.mo +share/locale/si/LC_MESSAGES/ksysguard.mo +share/locale/sk/LC_MESSAGES/ksysguard.mo +share/locale/sl/LC_MESSAGES/ksysguard.mo +share/locale/sq/LC_MESSAGES/ksysguard.mo +share/locale/sr/LC_MESSAGES/ksysguard.mo +share/locale/sr@ijekavian/LC_MESSAGES/ksysguard.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ksysguard.mo +share/locale/sr@latin/LC_MESSAGES/ksysguard.mo +share/locale/sv/LC_MESSAGES/ksysguard.mo +share/locale/ta/LC_MESSAGES/ksysguard.mo +share/locale/te/LC_MESSAGES/ksysguard.mo +share/locale/tg/LC_MESSAGES/ksysguard.mo +share/locale/th/LC_MESSAGES/ksysguard.mo +share/locale/tr/LC_MESSAGES/ksysguard.mo +share/locale/ug/LC_MESSAGES/ksysguard.mo +share/locale/uk/LC_MESSAGES/ksysguard.mo +share/locale/uz/LC_MESSAGES/ksysguard.mo +share/locale/uz@cyrillic/LC_MESSAGES/ksysguard.mo +share/locale/vi/LC_MESSAGES/ksysguard.mo +share/locale/wa/LC_MESSAGES/ksysguard.mo +share/locale/xh/LC_MESSAGES/ksysguard.mo +share/locale/zh_CN/LC_MESSAGES/ksysguard.mo +share/locale/zh_TW/LC_MESSAGES/ksysguard.mo Index: sysutils/plasma5-libksysguard/Makefile =================================================================== --- /dev/null +++ sysutils/plasma5-libksysguard/Makefile @@ -0,0 +1,18 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= libksysguard +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 library to track and control running processes + +USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 tar:xz +USE_KDE= auth codecs completion config configwidgets coreaddons i18n \ + iconthemes package plasma-framework service widgetsaddons \ + windowsystem +USE_QT5= buildtools_build core dbus gui network qmake_build \ + script webkit widgets x11extras xml + +.include Index: sysutils/plasma5-libksysguard/distinfo =================================================================== --- /dev/null +++ sysutils/plasma5-libksysguard/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101648 +SHA256 (KDE/plasma/5.9.2/libksysguard-5.9.2.tar.xz) = 897ef20ff4a62a3ec8250653b2912be90971234fc43b8ce4b7ae0d00489d7504 +SIZE (KDE/plasma/5.9.2/libksysguard-5.9.2.tar.xz) = 574724 Index: sysutils/plasma5-libksysguard/pkg-descr =================================================================== --- /dev/null +++ sysutils/plasma5-libksysguard/pkg-descr @@ -0,0 +1,3 @@ +Track and control the processes running in your system. + +WWW: https://projects.kde.org/projects/kde/workspace/libksysguard Index: sysutils/plasma5-libksysguard/pkg-plist =================================================================== --- /dev/null +++ sysutils/plasma5-libksysguard/pkg-plist @@ -0,0 +1,322 @@ +etc/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf +include/ksysguard/ksgrd/SensorAgent.h +include/ksysguard/ksgrd/SensorClient.h +include/ksysguard/ksgrd/SensorManager.h +include/ksysguard/ksgrd/SensorShellAgent.h +include/ksysguard/ksgrd/SensorSocketAgent.h +include/ksysguard/ksignalplotter.h +include/ksysguard/lsof.h +include/ksysguard/processcore/process.h +include/ksysguard/processcore/processes.h +include/ksysguard/processui/KTextEditVT.h +include/ksysguard/processui/ProcessFilter.h +include/ksysguard/processui/ProcessModel.h +include/ksysguard/processui/ksysguardprocesslist.h +lib/cmake/KF5SysGuard/KF5SysGuardConfig.cmake +lib/cmake/KF5SysGuard/KF5SysGuardConfigVersion.cmake +lib/cmake/KF5SysGuard/KF5SysGuardLibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5SysGuard/KF5SysGuardLibraryTargets.cmake +lib/libexec/kauth/ksysguardprocesslist_helper +lib/libksgrd.so +lib/libksgrd.so.%%KDE_PLASMA_VERSION%% +lib/libksgrd.so.7 +lib/libksignalplotter.so +lib/libksignalplotter.so.%%KDE_PLASMA_VERSION%% +lib/libksignalplotter.so.7 +lib/liblsofui.so +lib/liblsofui.so.%%KDE_PLASMA_VERSION%% +lib/liblsofui.so.7 +lib/libprocesscore.so +lib/libprocesscore.so.%%KDE_PLASMA_VERSION%% +lib/libprocesscore.so.7 +lib/libprocessui.so +lib/libprocessui.so.%%KDE_PLASMA_VERSION%% +lib/libprocessui.so.7 +share/dbus-1/system-services/org.kde.ksysguard.processlisthelper.service +share/ksysguard/scripts/README +share/ksysguard/scripts/smaps/helper.js +share/ksysguard/scripts/smaps/index.html +share/ksysguard/scripts/smaps/main.js +share/ksysguard/scripts/smaps/smaps.desktop +share/ksysguard/scripts/smaps/sorttable.js +share/ksysguard/scripts/smaps/style.css +share/locale/ar/LC_MESSAGES/ksgrd.mo +share/locale/ar/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ar/LC_MESSAGES/processcore.mo +share/locale/ar/LC_MESSAGES/processui.mo +share/locale/as/LC_MESSAGES/processui.mo +share/locale/ast/LC_MESSAGES/ksgrd.mo +share/locale/ast/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ast/LC_MESSAGES/processcore.mo +share/locale/ast/LC_MESSAGES/processui.mo +share/locale/be/LC_MESSAGES/processcore.mo +share/locale/be/LC_MESSAGES/processui.mo +share/locale/be@latin/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/bg/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/bg/LC_MESSAGES/processcore.mo +share/locale/bg/LC_MESSAGES/processui.mo +share/locale/bn_IN/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/bn_IN/LC_MESSAGES/processcore.mo +share/locale/bn_IN/LC_MESSAGES/processui.mo +share/locale/bs/LC_MESSAGES/ksgrd.mo +share/locale/bs/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/bs/LC_MESSAGES/processcore.mo +share/locale/bs/LC_MESSAGES/processui.mo +share/locale/ca/LC_MESSAGES/ksgrd.mo +share/locale/ca/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ca/LC_MESSAGES/processcore.mo +share/locale/ca/LC_MESSAGES/processui.mo +share/locale/ca@valencia/LC_MESSAGES/ksgrd.mo +share/locale/ca@valencia/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ca@valencia/LC_MESSAGES/processcore.mo +share/locale/ca@valencia/LC_MESSAGES/processui.mo +share/locale/cs/LC_MESSAGES/ksgrd.mo +share/locale/cs/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/cs/LC_MESSAGES/processcore.mo +share/locale/cs/LC_MESSAGES/processui.mo +share/locale/csb/LC_MESSAGES/processcore.mo +share/locale/csb/LC_MESSAGES/processui.mo +share/locale/da/LC_MESSAGES/ksgrd.mo +share/locale/da/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/da/LC_MESSAGES/processcore.mo +share/locale/da/LC_MESSAGES/processui.mo +share/locale/de/LC_MESSAGES/ksgrd.mo +share/locale/de/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/de/LC_MESSAGES/processcore.mo +share/locale/de/LC_MESSAGES/processui.mo +share/locale/el/LC_MESSAGES/ksgrd.mo +share/locale/el/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/el/LC_MESSAGES/processcore.mo +share/locale/el/LC_MESSAGES/processui.mo +share/locale/en_GB/LC_MESSAGES/ksgrd.mo +share/locale/en_GB/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/en_GB/LC_MESSAGES/processcore.mo +share/locale/en_GB/LC_MESSAGES/processui.mo +share/locale/eo/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/eo/LC_MESSAGES/processcore.mo +share/locale/eo/LC_MESSAGES/processui.mo +share/locale/es/LC_MESSAGES/ksgrd.mo +share/locale/es/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/es/LC_MESSAGES/processcore.mo +share/locale/es/LC_MESSAGES/processui.mo +share/locale/et/LC_MESSAGES/ksgrd.mo +share/locale/et/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/et/LC_MESSAGES/processcore.mo +share/locale/et/LC_MESSAGES/processui.mo +share/locale/eu/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/eu/LC_MESSAGES/processcore.mo +share/locale/eu/LC_MESSAGES/processui.mo +share/locale/fa/LC_MESSAGES/processcore.mo +share/locale/fa/LC_MESSAGES/processui.mo +share/locale/fi/LC_MESSAGES/ksgrd.mo +share/locale/fi/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/fi/LC_MESSAGES/processcore.mo +share/locale/fi/LC_MESSAGES/processui.mo +share/locale/fr/LC_MESSAGES/ksgrd.mo +share/locale/fr/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/fr/LC_MESSAGES/processcore.mo +share/locale/fr/LC_MESSAGES/processui.mo +share/locale/fy/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/fy/LC_MESSAGES/processcore.mo +share/locale/fy/LC_MESSAGES/processui.mo +share/locale/ga/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ga/LC_MESSAGES/processcore.mo +share/locale/ga/LC_MESSAGES/processui.mo +share/locale/gl/LC_MESSAGES/ksgrd.mo +share/locale/gl/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/gl/LC_MESSAGES/processcore.mo +share/locale/gl/LC_MESSAGES/processui.mo +share/locale/gu/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/gu/LC_MESSAGES/processcore.mo +share/locale/gu/LC_MESSAGES/processui.mo +share/locale/he/LC_MESSAGES/ksgrd.mo +share/locale/he/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/he/LC_MESSAGES/processcore.mo +share/locale/he/LC_MESSAGES/processui.mo +share/locale/hi/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/hi/LC_MESSAGES/processcore.mo +share/locale/hi/LC_MESSAGES/processui.mo +share/locale/hne/LC_MESSAGES/processcore.mo +share/locale/hr/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/hr/LC_MESSAGES/processcore.mo +share/locale/hr/LC_MESSAGES/processui.mo +share/locale/hsb/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/hsb/LC_MESSAGES/processcore.mo +share/locale/hsb/LC_MESSAGES/processui.mo +share/locale/hu/LC_MESSAGES/ksgrd.mo +share/locale/hu/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/hu/LC_MESSAGES/processcore.mo +share/locale/hu/LC_MESSAGES/processui.mo +share/locale/ia/LC_MESSAGES/ksgrd.mo +share/locale/ia/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ia/LC_MESSAGES/processcore.mo +share/locale/ia/LC_MESSAGES/processui.mo +share/locale/id/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/id/LC_MESSAGES/processcore.mo +share/locale/id/LC_MESSAGES/processui.mo +share/locale/is/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/is/LC_MESSAGES/processcore.mo +share/locale/is/LC_MESSAGES/processui.mo +share/locale/it/LC_MESSAGES/ksgrd.mo +share/locale/it/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/it/LC_MESSAGES/processcore.mo +share/locale/it/LC_MESSAGES/processui.mo +share/locale/ja/LC_MESSAGES/ksgrd.mo +share/locale/ja/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ja/LC_MESSAGES/processcore.mo +share/locale/ja/LC_MESSAGES/processui.mo +share/locale/kk/LC_MESSAGES/ksgrd.mo +share/locale/kk/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/kk/LC_MESSAGES/processcore.mo +share/locale/kk/LC_MESSAGES/processui.mo +share/locale/km/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/km/LC_MESSAGES/processcore.mo +share/locale/km/LC_MESSAGES/processui.mo +share/locale/kn/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ko/LC_MESSAGES/ksgrd.mo +share/locale/ko/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ko/LC_MESSAGES/processcore.mo +share/locale/ko/LC_MESSAGES/processui.mo +share/locale/ku/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ku/LC_MESSAGES/processcore.mo +share/locale/ku/LC_MESSAGES/processui.mo +share/locale/lt/LC_MESSAGES/ksgrd.mo +share/locale/lt/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/lt/LC_MESSAGES/processcore.mo +share/locale/lt/LC_MESSAGES/processui.mo +share/locale/lv/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/lv/LC_MESSAGES/processcore.mo +share/locale/lv/LC_MESSAGES/processui.mo +share/locale/mai/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/mai/LC_MESSAGES/processcore.mo +share/locale/mai/LC_MESSAGES/processui.mo +share/locale/mk/LC_MESSAGES/processcore.mo +share/locale/mk/LC_MESSAGES/processui.mo +share/locale/ml/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ml/LC_MESSAGES/processcore.mo +share/locale/ml/LC_MESSAGES/processui.mo +share/locale/mr/LC_MESSAGES/ksgrd.mo +share/locale/mr/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/mr/LC_MESSAGES/processcore.mo +share/locale/mr/LC_MESSAGES/processui.mo +share/locale/ms/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ms/LC_MESSAGES/processcore.mo +share/locale/ms/LC_MESSAGES/processui.mo +share/locale/nb/LC_MESSAGES/ksgrd.mo +share/locale/nb/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/nb/LC_MESSAGES/processcore.mo +share/locale/nb/LC_MESSAGES/processui.mo +share/locale/nds/LC_MESSAGES/ksgrd.mo +share/locale/nds/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/nds/LC_MESSAGES/processcore.mo +share/locale/nds/LC_MESSAGES/processui.mo +share/locale/ne/LC_MESSAGES/processcore.mo +share/locale/ne/LC_MESSAGES/processui.mo +share/locale/nl/LC_MESSAGES/ksgrd.mo +share/locale/nl/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/nl/LC_MESSAGES/processcore.mo +share/locale/nl/LC_MESSAGES/processui.mo +share/locale/nn/LC_MESSAGES/ksgrd.mo +share/locale/nn/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/nn/LC_MESSAGES/processcore.mo +share/locale/nn/LC_MESSAGES/processui.mo +share/locale/oc/LC_MESSAGES/processcore.mo +share/locale/oc/LC_MESSAGES/processui.mo +share/locale/or/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/or/LC_MESSAGES/processcore.mo +share/locale/or/LC_MESSAGES/processui.mo +share/locale/pa/LC_MESSAGES/ksgrd.mo +share/locale/pa/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/pa/LC_MESSAGES/processcore.mo +share/locale/pa/LC_MESSAGES/processui.mo +share/locale/pl/LC_MESSAGES/ksgrd.mo +share/locale/pl/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/pl/LC_MESSAGES/processcore.mo +share/locale/pl/LC_MESSAGES/processui.mo +share/locale/pt/LC_MESSAGES/ksgrd.mo +share/locale/pt/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/pt/LC_MESSAGES/processcore.mo +share/locale/pt/LC_MESSAGES/processui.mo +share/locale/pt_BR/LC_MESSAGES/ksgrd.mo +share/locale/pt_BR/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/pt_BR/LC_MESSAGES/processcore.mo +share/locale/pt_BR/LC_MESSAGES/processui.mo +share/locale/ro/LC_MESSAGES/ksgrd.mo +share/locale/ro/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ro/LC_MESSAGES/processcore.mo +share/locale/ro/LC_MESSAGES/processui.mo +share/locale/ru/LC_MESSAGES/ksgrd.mo +share/locale/ru/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ru/LC_MESSAGES/processcore.mo +share/locale/ru/LC_MESSAGES/processui.mo +share/locale/se/LC_MESSAGES/processcore.mo +share/locale/se/LC_MESSAGES/processui.mo +share/locale/si/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/si/LC_MESSAGES/processcore.mo +share/locale/si/LC_MESSAGES/processui.mo +share/locale/sk/LC_MESSAGES/ksgrd.mo +share/locale/sk/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/sk/LC_MESSAGES/processcore.mo +share/locale/sk/LC_MESSAGES/processui.mo +share/locale/sl/LC_MESSAGES/ksgrd.mo +share/locale/sl/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/sl/LC_MESSAGES/processcore.mo +share/locale/sl/LC_MESSAGES/processui.mo +share/locale/sq/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/sq/LC_MESSAGES/processcore.mo +share/locale/sq/LC_MESSAGES/processui.mo +share/locale/sr/LC_MESSAGES/ksgrd.mo +share/locale/sr/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/sr/LC_MESSAGES/processcore.mo +share/locale/sr/LC_MESSAGES/processui.mo +share/locale/sr@ijekavian/LC_MESSAGES/ksgrd.mo +share/locale/sr@ijekavian/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/sr@ijekavian/LC_MESSAGES/processcore.mo +share/locale/sr@ijekavian/LC_MESSAGES/processui.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ksgrd.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/processcore.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/processui.mo +share/locale/sr@latin/LC_MESSAGES/ksgrd.mo +share/locale/sr@latin/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/sr@latin/LC_MESSAGES/processcore.mo +share/locale/sr@latin/LC_MESSAGES/processui.mo +share/locale/sv/LC_MESSAGES/ksgrd.mo +share/locale/sv/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/sv/LC_MESSAGES/processcore.mo +share/locale/sv/LC_MESSAGES/processui.mo +share/locale/ta/LC_MESSAGES/processcore.mo +share/locale/ta/LC_MESSAGES/processui.mo +share/locale/te/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/te/LC_MESSAGES/processcore.mo +share/locale/te/LC_MESSAGES/processui.mo +share/locale/tg/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/tg/LC_MESSAGES/processcore.mo +share/locale/tg/LC_MESSAGES/processui.mo +share/locale/th/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/th/LC_MESSAGES/processcore.mo +share/locale/th/LC_MESSAGES/processui.mo +share/locale/tr/LC_MESSAGES/ksgrd.mo +share/locale/tr/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/tr/LC_MESSAGES/processcore.mo +share/locale/tr/LC_MESSAGES/processui.mo +share/locale/ug/LC_MESSAGES/ksgrd.mo +share/locale/ug/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ug/LC_MESSAGES/processcore.mo +share/locale/ug/LC_MESSAGES/processui.mo +share/locale/uk/LC_MESSAGES/ksgrd.mo +share/locale/uk/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/uk/LC_MESSAGES/processcore.mo +share/locale/uk/LC_MESSAGES/processui.mo +share/locale/wa/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/wa/LC_MESSAGES/processcore.mo +share/locale/wa/LC_MESSAGES/processui.mo +share/locale/zh_CN/LC_MESSAGES/ksgrd.mo +share/locale/zh_CN/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/zh_CN/LC_MESSAGES/processcore.mo +share/locale/zh_CN/LC_MESSAGES/processui.mo +share/locale/zh_TW/LC_MESSAGES/ksgrd.mo +share/locale/zh_TW/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/zh_TW/LC_MESSAGES/processcore.mo +share/locale/zh_TW/LC_MESSAGES/processui.mo +share/polkit-1/actions/org.kde.ksysguard.processlisthelper.policy Index: sysutils/plasma5-polkit-kde-agent-1/Makefile =================================================================== --- /dev/null +++ sysutils/plasma5-polkit-kde-agent-1/Makefile @@ -0,0 +1,18 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= polkit-kde-agent-1 +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 daemon providing a polkit authentication UI + +LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt5 + +USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 tar:xz +USE_KDE= config coreaddons crash dbusaddons ecm i18n iconthemes \ + notifications widgetsaddons windowsystem +USE_QT5= buildtools_build core dbus gui qmake_build widgets + +.include Index: sysutils/plasma5-polkit-kde-agent-1/distinfo =================================================================== --- /dev/null +++ sysutils/plasma5-polkit-kde-agent-1/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101649 +SHA256 (KDE/plasma/5.9.2/polkit-kde-agent-1-5.9.2.tar.xz) = c3d95e6c3ffc827f209bbccf1a663268bc3d3ee495c611ec363b6e98f89e22ee +SIZE (KDE/plasma/5.9.2/polkit-kde-agent-1-5.9.2.tar.xz) = 41044 Index: sysutils/plasma5-polkit-kde-agent-1/pkg-descr =================================================================== --- /dev/null +++ sysutils/plasma5-polkit-kde-agent-1/pkg-descr @@ -0,0 +1,3 @@ +Daemon providing a polkit authentication UI for KDE + +WWW: https://projects.kde.org/projects/kde/workspace/polkit-kde-agent-1 Index: sysutils/plasma5-polkit-kde-agent-1/pkg-plist =================================================================== --- /dev/null +++ sysutils/plasma5-polkit-kde-agent-1/pkg-plist @@ -0,0 +1,58 @@ +etc/xdg/autostart/polkit-kde-authentication-agent-1.desktop +lib/libexec/polkit-kde-authentication-agent-1 +share/knotifications5/policykit1-kde.notifyrc +share/locale/ar/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/ast/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/bs/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/ca/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/ca@valencia/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/cs/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/da/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/de/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/el/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/en_GB/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/eo/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/es/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/et/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/fi/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/fr/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/ga/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/gl/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/he/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/hr/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/hu/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/id/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/is/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/it/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/ja/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/kk/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/km/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/ko/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/lt/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/mai/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/mr/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/ms/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/nb/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/nds/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/nl/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/nn/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/pa/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/pl/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/pt/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/pt_BR/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/ro/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/ru/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/sk/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/sl/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/sr/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/sr@ijekavian/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/sr@latin/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/sv/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/th/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/tr/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/ug/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/uk/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/vi/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/zh_CN/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/zh_TW/LC_MESSAGES/polkit-kde-authentication-agent-1.mo Index: sysutils/plasma5-powerdevil/Makefile =================================================================== --- /dev/null +++ sysutils/plasma5-powerdevil/Makefile @@ -0,0 +1,17 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= powerdevil +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 tool to manage the power consumption settings + +USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 pkgconfig tar:xz +USE_KDE= activities auth config dbusaddons ecm emoticons \ + globalaccel i18n idletime init itemmodels kdelibs4support \ + kio libkscreen notifyconfig plasma-workspace solid wayland +USE_QT5= buildtools_build core dbus gui qmake_build widgets x11extras + +.include Index: sysutils/plasma5-powerdevil/distinfo =================================================================== --- /dev/null +++ sysutils/plasma5-powerdevil/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101651 +SHA256 (KDE/plasma/5.9.2/powerdevil-5.9.2.tar.xz) = 69be5802b9ba9aac8adbc835ec6c5d0c98603e4c04e5666e9ca74e936e824c8a +SIZE (KDE/plasma/5.9.2/powerdevil-5.9.2.tar.xz) = 358244 Index: sysutils/plasma5-powerdevil/files/patch-CMakeLists.txt =================================================================== --- /dev/null +++ sysutils/plasma5-powerdevil/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2016-11-01 12:28:46 UTC ++++ CMakeLists.txt +@@ -48,8 +48,6 @@ add_feature_info( + "Support turning off signal-transmitting devices to save energy" + ) + +-find_package(UDev REQUIRED) +- + find_package(XCB REQUIRED COMPONENTS XCB RANDR DPMS) + + include_directories ( Index: sysutils/plasma5-powerdevil/files/patch-daemon_CMakeLists.txt =================================================================== --- /dev/null +++ sysutils/plasma5-powerdevil/files/patch-daemon_CMakeLists.txt @@ -0,0 +1,11 @@ +--- daemon/CMakeLists.txt.orig 2016-11-01 12:27:47 UTC ++++ daemon/CMakeLists.txt +@@ -130,8 +130,6 @@ if (XCB_FOUND) + target_link_libraries(powerdevil Qt5::X11Extras) + endif () + +-target_link_libraries(powerdevil ${UDEV_LIBS}) +- + install(TARGETS powerdevil DESTINATION ${CMAKE_INSTALL_FULL_LIBEXECDIR}) + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/powerdevil.desktop + DESTINATION ${KDE_INSTALL_AUTOSTARTDIR}) Index: sysutils/plasma5-powerdevil/files/patch-daemon_backends_CMakeLists.txt =================================================================== --- /dev/null +++ sysutils/plasma5-powerdevil/files/patch-daemon_backends_CMakeLists.txt @@ -0,0 +1,22 @@ +--- daemon/backends/CMakeLists.txt.orig 2016-11-01 12:27:47 UTC ++++ daemon/backends/CMakeLists.txt +@@ -7,11 +7,8 @@ set(powerdevilupowerbackend_SRCS + ${PowerDevil_SOURCE_DIR}/daemon/powerdevil_debug.cpp + upower/upowersuspendjob.cpp + upower/login1suspendjob.cpp +- upower/powerdevilupowerbackend.cpp + upower/xrandrbrightness.cpp + upower/xrandrxcbhelper.cpp +- upower/udevqtclient.cpp +- upower/udevqtdevice.cpp + ) + + set_source_files_properties( +@@ -47,7 +44,6 @@ target_link_libraries(powerdevilupowerba + KF5::CoreAddons + KF5::DBusAddons + KF5::I18n +- ${UDEV_LIBS} + ${X11_LIBRARIES} + ${X11_Xrandr_LIB} + ${XCB_XCB_LIBRARY} Index: sysutils/plasma5-powerdevil/pkg-descr =================================================================== --- /dev/null +++ sysutils/plasma5-powerdevil/pkg-descr @@ -0,0 +1,3 @@ +Manages the power consumption settings of a Plasma Shell. + +WWW: https://projects.kde.org/projects/kde/workspace/powerdevil Index: sysutils/plasma5-powerdevil/pkg-plist =================================================================== --- /dev/null +++ sysutils/plasma5-powerdevil/pkg-plist @@ -0,0 +1,334 @@ +etc/dbus-1/system.d/org.kde.powerdevil.backlighthelper.conf +etc/dbus-1/system.d/org.kde.powerdevil.discretegpuhelper.conf +etc/xdg/autostart/powerdevil.desktop +lib/libexec/kauth/backlighthelper +lib/libexec/kauth/discretegpuhelper +lib/libexec/org_kde_powerdevil +lib/libpowerdevilconfigcommonprivate.so +lib/libpowerdevilconfigcommonprivate.so.5 +lib/libpowerdevilconfigcommonprivate.so.%%KDE_PLASMA_VERSION%% +lib/libpowerdevilcore.so +lib/libpowerdevilcore.so.2 +lib/libpowerdevilcore.so.2.0.0 +lib/libpowerdevilui.so +lib/libpowerdevilui.so.5 +lib/libpowerdevilui.so.%%KDE_PLASMA_VERSION%% +%%QT_PLUGINDIR%%/kcm_powerdevilactivitiesconfig.so +%%QT_PLUGINDIR%%/kcm_powerdevilglobalconfig.so +%%QT_PLUGINDIR%%/kcm_powerdevilprofilesconfig.so +%%QT_PLUGINDIR%%/kf5/powerdevil/powerdevilupowerbackend.so +%%QT_PLUGINDIR%%/powerdevilbrightnesscontrolaction_config.so +%%QT_PLUGINDIR%%/powerdevildimdisplayaction_config.so +%%QT_PLUGINDIR%%/powerdevildpmsaction.so +%%QT_PLUGINDIR%%/powerdevildpmsaction_config.so +%%QT_PLUGINDIR%%/powerdevilhandlebuttoneventsaction_config.so +%%QT_PLUGINDIR%%/powerdevilkeyboardbrightnesscontrolaction_config.so +%%QT_PLUGINDIR%%/powerdevilrunscriptaction_config.so +%%QT_PLUGINDIR%%/powerdevilsuspendsessionaction_config.so +share/dbus-1/system-services/org.kde.powerdevil.backlighthelper.service +share/dbus-1/system-services/org.kde.powerdevil.discretegpuhelper.service +share/doc/HTML/en/kcontrol/powerdevil/activity.png +share/doc/HTML/en/kcontrol/powerdevil/advanced.png +share/doc/HTML/en/kcontrol/powerdevil/energy.png +share/doc/HTML/en/kcontrol/powerdevil/index.cache.bz2 +share/doc/HTML/en/kcontrol/powerdevil/index.docbook +share/knotifications5/powerdevil.notifyrc +share/kservices5/powerdevilactivitiesconfig.desktop +share/kservices5/powerdevilbrightnesscontrolaction.desktop +share/kservices5/powerdevildimdisplayaction.desktop +share/kservices5/powerdevildpmsaction.desktop +share/kservices5/powerdevilglobalconfig.desktop +share/kservices5/powerdevilhandlebuttoneventsaction.desktop +share/kservices5/powerdevilkeyboardbrightnesscontrolaction.desktop +share/kservices5/powerdevilprofilesconfig.desktop +share/kservices5/powerdevilrunscriptaction.desktop +share/kservices5/powerdevilsuspendsessionaction.desktop +share/kservicetypes5/powerdevilaction.desktop +share/locale/ar/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ar/LC_MESSAGES/powerdevil.mo +share/locale/ar/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/ar/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/ar/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/as/LC_MESSAGES/powerdevil.mo +share/locale/ast/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ast/LC_MESSAGES/powerdevil.mo +share/locale/ast/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/ast/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/ast/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/be@latin/LC_MESSAGES/powerdevil.mo +share/locale/bg/LC_MESSAGES/powerdevil.mo +share/locale/bg/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/bg/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/bg/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/bn/LC_MESSAGES/powerdevil.mo +share/locale/bn_IN/LC_MESSAGES/powerdevil.mo +share/locale/bs/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/bs/LC_MESSAGES/powerdevil.mo +share/locale/bs/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/bs/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/bs/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/ca/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ca/LC_MESSAGES/powerdevil.mo +share/locale/ca/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/ca/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/ca/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/ca@valencia/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ca@valencia/LC_MESSAGES/powerdevil.mo +share/locale/ca@valencia/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/ca@valencia/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/ca@valencia/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/cs/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/cs/LC_MESSAGES/powerdevil.mo +share/locale/cs/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/cs/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/cs/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/da/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/da/LC_MESSAGES/powerdevil.mo +share/locale/da/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/da/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/da/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/de/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/de/LC_MESSAGES/powerdevil.mo +share/locale/de/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/de/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/de/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/el/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/el/LC_MESSAGES/powerdevil.mo +share/locale/el/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/el/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/el/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/en_GB/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/en_GB/LC_MESSAGES/powerdevil.mo +share/locale/en_GB/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/en_GB/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/en_GB/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/eo/LC_MESSAGES/powerdevil.mo +share/locale/es/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/es/LC_MESSAGES/powerdevil.mo +share/locale/es/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/es/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/es/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/et/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/et/LC_MESSAGES/powerdevil.mo +share/locale/et/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/et/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/et/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/eu/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/eu/LC_MESSAGES/powerdevil.mo +share/locale/eu/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/eu/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/eu/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/fi/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/fi/LC_MESSAGES/powerdevil.mo +share/locale/fi/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/fi/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/fi/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/fr/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/fr/LC_MESSAGES/powerdevil.mo +share/locale/fr/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/fr/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/fr/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/fy/LC_MESSAGES/powerdevil.mo +share/locale/ga/LC_MESSAGES/powerdevil.mo +share/locale/ga/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/ga/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/ga/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/gl/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/gl/LC_MESSAGES/powerdevil.mo +share/locale/gl/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/gl/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/gl/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/gu/LC_MESSAGES/powerdevil.mo +share/locale/gu/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/gu/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/he/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/he/LC_MESSAGES/powerdevil.mo +share/locale/he/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/he/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/he/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/hi/LC_MESSAGES/powerdevil.mo +share/locale/hr/LC_MESSAGES/powerdevil.mo +share/locale/hr/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/hr/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/hsb/LC_MESSAGES/powerdevil.mo +share/locale/hu/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/hu/LC_MESSAGES/powerdevil.mo +share/locale/hu/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/hu/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/hu/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/ia/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ia/LC_MESSAGES/powerdevil.mo +share/locale/ia/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/ia/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/ia/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/id/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/id/LC_MESSAGES/powerdevil.mo +share/locale/id/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/id/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/id/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/is/LC_MESSAGES/powerdevil.mo +share/locale/it/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/it/LC_MESSAGES/powerdevil.mo +share/locale/it/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/it/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/it/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/ja/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ja/LC_MESSAGES/powerdevil.mo +share/locale/ja/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/ja/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/ja/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/kk/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/kk/LC_MESSAGES/powerdevil.mo +share/locale/kk/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/kk/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/kk/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/km/LC_MESSAGES/powerdevil.mo +share/locale/km/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/km/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/km/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/ko/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ko/LC_MESSAGES/powerdevil.mo +share/locale/ko/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/ko/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/ko/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/ku/LC_MESSAGES/powerdevil.mo +share/locale/lt/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/lt/LC_MESSAGES/powerdevil.mo +share/locale/lt/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/lt/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/lt/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/lv/LC_MESSAGES/powerdevil.mo +share/locale/lv/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/lv/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/mai/LC_MESSAGES/powerdevil.mo +share/locale/ml/LC_MESSAGES/powerdevil.mo +share/locale/mr/LC_MESSAGES/powerdevil.mo +share/locale/mr/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/mr/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/mr/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/ms/LC_MESSAGES/powerdevil.mo +share/locale/ms/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/ms/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/nb/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/nb/LC_MESSAGES/powerdevil.mo +share/locale/nb/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/nb/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/nb/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/nds/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/nds/LC_MESSAGES/powerdevil.mo +share/locale/nds/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/nds/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/nds/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/nl/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/nl/LC_MESSAGES/powerdevil.mo +share/locale/nl/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/nl/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/nl/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/nn/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/nn/LC_MESSAGES/powerdevil.mo +share/locale/nn/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/nn/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/nn/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/or/LC_MESSAGES/powerdevil.mo +share/locale/pa/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/pa/LC_MESSAGES/powerdevil.mo +share/locale/pa/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/pa/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/pa/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/pl/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/pl/LC_MESSAGES/powerdevil.mo +share/locale/pl/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/pl/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/pl/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/pt/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/pt/LC_MESSAGES/powerdevil.mo +share/locale/pt/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/pt/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/pt/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/pt_BR/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/pt_BR/LC_MESSAGES/powerdevil.mo +share/locale/pt_BR/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/pt_BR/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/pt_BR/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/ro/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ro/LC_MESSAGES/powerdevil.mo +share/locale/ro/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/ro/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/ro/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/ru/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ru/LC_MESSAGES/powerdevil.mo +share/locale/ru/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/ru/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/ru/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/si/LC_MESSAGES/powerdevil.mo +share/locale/sk/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/sk/LC_MESSAGES/powerdevil.mo +share/locale/sk/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/sk/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/sk/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/sl/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/sl/LC_MESSAGES/powerdevil.mo +share/locale/sl/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/sl/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/sl/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/sq/LC_MESSAGES/powerdevil.mo +share/locale/sr/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/sr/LC_MESSAGES/powerdevil.mo +share/locale/sr/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/sr/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/sr/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/sr@ijekavian/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/sr@ijekavian/LC_MESSAGES/powerdevil.mo +share/locale/sr@ijekavian/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/sr@ijekavian/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/sr@ijekavian/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/powerdevil.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/sr@latin/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/sr@latin/LC_MESSAGES/powerdevil.mo +share/locale/sr@latin/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/sr@latin/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/sr@latin/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/sv/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/sv/LC_MESSAGES/powerdevil.mo +share/locale/sv/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/sv/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/sv/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/te/LC_MESSAGES/powerdevil.mo +share/locale/tg/LC_MESSAGES/powerdevil.mo +share/locale/th/LC_MESSAGES/powerdevil.mo +share/locale/th/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/th/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/tr/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/tr/LC_MESSAGES/powerdevil.mo +share/locale/tr/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/tr/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/tr/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/ug/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ug/LC_MESSAGES/powerdevil.mo +share/locale/ug/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/ug/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/ug/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/uk/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/uk/LC_MESSAGES/powerdevil.mo +share/locale/uk/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/uk/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/uk/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/wa/LC_MESSAGES/powerdevil.mo +share/locale/wa/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/wa/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/zh_CN/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/zh_CN/LC_MESSAGES/powerdevil.mo +share/locale/zh_CN/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/zh_CN/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/zh_CN/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/zh_TW/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/zh_TW/LC_MESSAGES/powerdevil.mo +share/locale/zh_TW/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/zh_TW/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/zh_TW/LC_MESSAGES/powerdevilprofilesconfig.mo +share/polkit-1/actions/org.kde.powerdevil.backlighthelper.policy +share/polkit-1/actions/org.kde.powerdevil.discretegpuhelper.policy Index: sysutils/plasma5-systemsettings/Makefile =================================================================== --- /dev/null +++ sysutils/plasma5-systemsettings/Makefile @@ -0,0 +1,19 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= systemsettings +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 system settings + +USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 tar:xz +USE_KDE= auth codecs completion config configwidgets coreaddons \ + dbusaddons doctools ecm i18n iconthemes itemviews \ + jobwidgets js kcmutils khtml kio parts service sonnet \ + textwidgets widgetsaddons windowsystem xmlgui +USE_QT5= buildtools_build core dbus gui network qmake_build widgets xml + +.include + Index: sysutils/plasma5-systemsettings/distinfo =================================================================== --- /dev/null +++ sysutils/plasma5-systemsettings/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101653 +SHA256 (KDE/plasma/5.9.2/systemsettings-5.9.2.tar.xz) = a7f9827178e04f8fbf2f729a785b80261f9ae150f907afdee5718fb574ab0736 +SIZE (KDE/plasma/5.9.2/systemsettings-5.9.2.tar.xz) = 157868 Index: sysutils/plasma5-systemsettings/pkg-descr =================================================================== --- /dev/null +++ sysutils/plasma5-systemsettings/pkg-descr @@ -0,0 +1,3 @@ +Plasma5 system configuration utility. + +WWW: https://projects.kde.org/projects/kde/workspace/systemsettings Index: sysutils/plasma5-systemsettings/pkg-plist =================================================================== --- /dev/null +++ sysutils/plasma5-systemsettings/pkg-plist @@ -0,0 +1,149 @@ +bin/systemsettings5 +include/systemsettingsview/BaseData.h +include/systemsettingsview/BaseMode.h +include/systemsettingsview/MenuItem.h +include/systemsettingsview/MenuModel.h +include/systemsettingsview/MenuProxyModel.h +include/systemsettingsview/ModuleView.h +include/systemsettingsview/systemsettingsview_export.h +lib/libsystemsettingsview.so +lib/libsystemsettingsview.so.3 +%%QT_PLUGINDIR%%/classic_mode.so +%%QT_PLUGINDIR%%/icon_mode.so +share/applications/kdesystemsettings.desktop +share/applications/systemsettings.desktop +share/doc/HTML/ca/systemsettings/index.cache.bz2 +share/doc/HTML/ca/systemsettings/index.docbook +share/doc/HTML/de/systemsettings/index.cache.bz2 +share/doc/HTML/de/systemsettings/index.docbook +share/doc/HTML/en/systemsettings/index.cache.bz2 +share/doc/HTML/en/systemsettings/index.docbook +share/doc/HTML/it/systemsettings/index.cache.bz2 +share/doc/HTML/it/systemsettings/index.docbook +share/doc/HTML/nl/systemsettings/index.cache.bz2 +share/doc/HTML/nl/systemsettings/index.docbook +share/doc/HTML/pt_BR/systemsettings/index.cache.bz2 +share/doc/HTML/pt_BR/systemsettings/index.docbook +share/doc/HTML/sv/systemsettings/index.cache.bz2 +share/doc/HTML/sv/systemsettings/index.docbook +share/doc/HTML/uk/systemsettings/index.cache.bz2 +share/doc/HTML/uk/systemsettings/index.docbook +share/kservices5/settings-appearance-applicationstyle.desktop +share/kservices5/settings-appearance-color.desktop +share/kservices5/settings-appearance-font.desktop +share/kservices5/settings-appearance-icons.desktop +share/kservices5/settings-appearance-workspacetheme.desktop +share/kservices5/settings-appearance.desktop +share/kservices5/settings-classic-view.desktop +share/kservices5/settings-hardware-display.desktop +share/kservices5/settings-hardware-input.desktop +share/kservices5/settings-hardware-multimedia.desktop +share/kservices5/settings-hardware-peripherals.desktop +share/kservices5/settings-hardware-powermanagement.desktop +share/kservices5/settings-hardware-removable-storage.desktop +share/kservices5/settings-hardware.desktop +share/kservices5/settings-icon-view.desktop +share/kservices5/settings-network-bluetooth.desktop +share/kservices5/settings-network-connectivity.desktop +share/kservices5/settings-network-networksettings.desktop +share/kservices5/settings-network.desktop +share/kservices5/settings-personalization-accountdetails.desktop +share/kservices5/settings-personalization-applications.desktop +share/kservices5/settings-personalization-notification.desktop +share/kservices5/settings-personalization-regionalsettings.desktop +share/kservices5/settings-personalization.desktop +share/kservices5/settings-workspace-desktopbehavior.desktop +share/kservices5/settings-workspace-search.desktop +share/kservices5/settings-workspace-session.desktop +share/kservices5/settings-workspace-shortcuts.desktop +share/kservices5/settings-workspace-windowmanagement.desktop +share/kservices5/settings-workspace.desktop +share/kservicetypes5/systemsettingscategory.desktop +share/kservicetypes5/systemsettingsexternalapp.desktop +share/kservicetypes5/systemsettingsview.desktop +share/kxmlgui5/systemsettings/systemsettingsui.rc +share/locale/ar/LC_MESSAGES/systemsettings.mo +share/locale/ast/LC_MESSAGES/systemsettings.mo +share/locale/be/LC_MESSAGES/systemsettings.mo +share/locale/be@latin/LC_MESSAGES/systemsettings.mo +share/locale/bg/LC_MESSAGES/systemsettings.mo +share/locale/bn_IN/LC_MESSAGES/systemsettings.mo +share/locale/bs/LC_MESSAGES/systemsettings.mo +share/locale/ca/LC_MESSAGES/systemsettings.mo +share/locale/ca@valencia/LC_MESSAGES/systemsettings.mo +share/locale/cs/LC_MESSAGES/systemsettings.mo +share/locale/csb/LC_MESSAGES/systemsettings.mo +share/locale/da/LC_MESSAGES/systemsettings.mo +share/locale/de/LC_MESSAGES/systemsettings.mo +share/locale/el/LC_MESSAGES/systemsettings.mo +share/locale/en_GB/LC_MESSAGES/systemsettings.mo +share/locale/eo/LC_MESSAGES/systemsettings.mo +share/locale/es/LC_MESSAGES/systemsettings.mo +share/locale/et/LC_MESSAGES/systemsettings.mo +share/locale/eu/LC_MESSAGES/systemsettings.mo +share/locale/fa/LC_MESSAGES/systemsettings.mo +share/locale/fi/LC_MESSAGES/systemsettings.mo +share/locale/fr/LC_MESSAGES/systemsettings.mo +share/locale/fy/LC_MESSAGES/systemsettings.mo +share/locale/ga/LC_MESSAGES/systemsettings.mo +share/locale/gl/LC_MESSAGES/systemsettings.mo +share/locale/gu/LC_MESSAGES/systemsettings.mo +share/locale/he/LC_MESSAGES/systemsettings.mo +share/locale/hi/LC_MESSAGES/systemsettings.mo +share/locale/hne/LC_MESSAGES/systemsettings.mo +share/locale/hr/LC_MESSAGES/systemsettings.mo +share/locale/hsb/LC_MESSAGES/systemsettings.mo +share/locale/hu/LC_MESSAGES/systemsettings.mo +share/locale/ia/LC_MESSAGES/systemsettings.mo +share/locale/id/LC_MESSAGES/systemsettings.mo +share/locale/is/LC_MESSAGES/systemsettings.mo +share/locale/it/LC_MESSAGES/systemsettings.mo +share/locale/ja/LC_MESSAGES/systemsettings.mo +share/locale/kk/LC_MESSAGES/systemsettings.mo +share/locale/km/LC_MESSAGES/systemsettings.mo +share/locale/ko/LC_MESSAGES/systemsettings.mo +share/locale/ku/LC_MESSAGES/systemsettings.mo +share/locale/lt/LC_MESSAGES/systemsettings.mo +share/locale/lv/LC_MESSAGES/systemsettings.mo +share/locale/mai/LC_MESSAGES/systemsettings.mo +share/locale/mk/LC_MESSAGES/systemsettings.mo +share/locale/ml/LC_MESSAGES/systemsettings.mo +share/locale/mr/LC_MESSAGES/systemsettings.mo +share/locale/ms/LC_MESSAGES/systemsettings.mo +share/locale/nb/LC_MESSAGES/systemsettings.mo +share/locale/nds/LC_MESSAGES/systemsettings.mo +share/locale/ne/LC_MESSAGES/systemsettings.mo +share/locale/nl/LC_MESSAGES/systemsettings.mo +share/locale/nn/LC_MESSAGES/systemsettings.mo +share/locale/oc/LC_MESSAGES/systemsettings.mo +share/locale/or/LC_MESSAGES/systemsettings.mo +share/locale/pa/LC_MESSAGES/systemsettings.mo +share/locale/pl/LC_MESSAGES/systemsettings.mo +share/locale/pt/LC_MESSAGES/systemsettings.mo +share/locale/pt_BR/LC_MESSAGES/systemsettings.mo +share/locale/ro/LC_MESSAGES/systemsettings.mo +share/locale/ru/LC_MESSAGES/systemsettings.mo +share/locale/se/LC_MESSAGES/systemsettings.mo +share/locale/si/LC_MESSAGES/systemsettings.mo +share/locale/sk/LC_MESSAGES/systemsettings.mo +share/locale/sl/LC_MESSAGES/systemsettings.mo +share/locale/sq/LC_MESSAGES/systemsettings.mo +share/locale/sr/LC_MESSAGES/systemsettings.mo +share/locale/sr@ijekavian/LC_MESSAGES/systemsettings.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/systemsettings.mo +share/locale/sr@latin/LC_MESSAGES/systemsettings.mo +share/locale/sv/LC_MESSAGES/systemsettings.mo +share/locale/ta/LC_MESSAGES/systemsettings.mo +share/locale/te/LC_MESSAGES/systemsettings.mo +share/locale/tg/LC_MESSAGES/systemsettings.mo +share/locale/th/LC_MESSAGES/systemsettings.mo +share/locale/tr/LC_MESSAGES/systemsettings.mo +share/locale/ug/LC_MESSAGES/systemsettings.mo +share/locale/uk/LC_MESSAGES/systemsettings.mo +share/locale/vi/LC_MESSAGES/systemsettings.mo +share/locale/wa/LC_MESSAGES/systemsettings.mo +share/locale/zh_CN/LC_MESSAGES/systemsettings.mo +share/locale/zh_TW/LC_MESSAGES/systemsettings.mo +%%DATADIR%%/classic/main.html +%%DATADIR%%/classic/systemsettings-classic.css +%%DATADIR%%/systemsettings.kcfg Index: sysutils/plasma5-user-manager/Makefile =================================================================== --- /dev/null +++ sysutils/plasma5-user-manager/Makefile @@ -0,0 +1,23 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= user-manager +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 user manager + +LIB_DEPENDS= libpwquality.so:security/libpwquality + +USES= cmake:outsource compiler:c++11-lib cpe gettext \ + kde:5 pkgconfig tar:xz +USE_KDE= auth bookmarks codecs completion config configwidgets \ + coreaddons crash ecm emoticons guiaddons i18n iconthemes \ + init itemmodels itemviews jobwidgets kcmutils kdelibs4support \ + kio notifications parts service solid sonnet textwidgets \ + unitconversion widgetsaddons windowsystem xmlgui +USE_QT5= buildtools_build core dbus gui network printsupport \ + qmake_build widgets xml + +.include Index: sysutils/plasma5-user-manager/distinfo =================================================================== --- /dev/null +++ sysutils/plasma5-user-manager/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101656 +SHA256 (KDE/plasma/5.9.2/user-manager-5.9.2.tar.xz) = a767012194bdcf305080457885d50aba267fd0b85f6a8bebf66b4f2bbe8c35a2 +SIZE (KDE/plasma/5.9.2/user-manager-5.9.2.tar.xz) = 543020 Index: sysutils/plasma5-user-manager/pkg-descr =================================================================== --- /dev/null +++ sysutils/plasma5-user-manager/pkg-descr @@ -0,0 +1,3 @@ +Plasma5 user manager + +WWW: https://projects.kde.org/user-manager Index: sysutils/plasma5-user-manager/pkg-plist =================================================================== --- /dev/null +++ sysutils/plasma5-user-manager/pkg-plist @@ -0,0 +1,72 @@ +%%QT_PLUGINDIR%%/user_manager.so +share/kservices5/user_manager.desktop +%%DATADIR%%/avatars/bluesstyle/Ada Lovelace.png +%%DATADIR%%/avatars/bluesstyle/Alice in Wonderland.png +%%DATADIR%%/avatars/bluesstyle/Grace Hopper.png +%%DATADIR%%/avatars/bluesstyle/Leonardo da Vinci.png +%%DATADIR%%/avatars/bluesstyle/Mahatma Gandhi.png +%%DATADIR%%/avatars/bluesstyle/Mowgli jungle book.png +%%DATADIR%%/avatars/bluesstyle/User.png +%%DATADIR%%/avatars/circles/Cat.png +%%DATADIR%%/avatars/circles/Female.png +%%DATADIR%%/avatars/circles/Konqui.png +%%DATADIR%%/avatars/circles/Male.png +%%DATADIR%%/avatars/circles/Penguin.png +%%DATADIR%%/avatars/circles/Zebra.png +%%DATADIR%%/avatars/classic/Blackbox.png +%%DATADIR%%/avatars/classic/Bomb.png +%%DATADIR%%/avatars/classic/Dragon.png +%%DATADIR%%/avatars/classic/Green.png +%%DATADIR%%/avatars/classic/Happy.png +%%DATADIR%%/avatars/classic/Listening.png +%%DATADIR%%/avatars/classic/Notme.png +%%DATADIR%%/avatars/classic/TV.png +%%DATADIR%%/avatars/konqui/Kati.png +%%DATADIR%%/avatars/konqui/Konqui.png +%%DATADIR%%/avatars/konqui/Logger.png +%%DATADIR%%/avatars/konqui/Parley.png +%%DATADIR%%/avatars/konqui/Rekonqui.png +share/locale/ar/LC_MESSAGES/user_manager.mo +share/locale/ast/LC_MESSAGES/user_manager.mo +share/locale/bs/LC_MESSAGES/user_manager.mo +share/locale/ca/LC_MESSAGES/user_manager.mo +share/locale/ca@valencia/LC_MESSAGES/user_manager.mo +share/locale/cs/LC_MESSAGES/user_manager.mo +share/locale/da/LC_MESSAGES/user_manager.mo +share/locale/de/LC_MESSAGES/user_manager.mo +share/locale/el/LC_MESSAGES/user_manager.mo +share/locale/en_GB/LC_MESSAGES/user_manager.mo +share/locale/es/LC_MESSAGES/user_manager.mo +share/locale/et/LC_MESSAGES/user_manager.mo +share/locale/fi/LC_MESSAGES/user_manager.mo +share/locale/fr/LC_MESSAGES/user_manager.mo +share/locale/gl/LC_MESSAGES/user_manager.mo +share/locale/he/LC_MESSAGES/user_manager.mo +share/locale/hu/LC_MESSAGES/user_manager.mo +share/locale/ia/LC_MESSAGES/user_manager.mo +share/locale/it/LC_MESSAGES/user_manager.mo +share/locale/ja/LC_MESSAGES/user_manager.mo +share/locale/ko/LC_MESSAGES/user_manager.mo +share/locale/lt/LC_MESSAGES/user_manager.mo +share/locale/mr/LC_MESSAGES/user_manager.mo +share/locale/nb/LC_MESSAGES/user_manager.mo +share/locale/nl/LC_MESSAGES/user_manager.mo +share/locale/nn/LC_MESSAGES/user_manager.mo +share/locale/pa/LC_MESSAGES/user_manager.mo +share/locale/pl/LC_MESSAGES/user_manager.mo +share/locale/pt/LC_MESSAGES/user_manager.mo +share/locale/pt_BR/LC_MESSAGES/user_manager.mo +share/locale/ro/LC_MESSAGES/user_manager.mo +share/locale/ru/LC_MESSAGES/user_manager.mo +share/locale/sk/LC_MESSAGES/user_manager.mo +share/locale/sl/LC_MESSAGES/user_manager.mo +share/locale/sr/LC_MESSAGES/user_manager.mo +share/locale/sr@ijekavian/LC_MESSAGES/user_manager.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/user_manager.mo +share/locale/sr@latin/LC_MESSAGES/user_manager.mo +share/locale/sv/LC_MESSAGES/user_manager.mo +share/locale/tr/LC_MESSAGES/user_manager.mo +share/locale/ug/LC_MESSAGES/user_manager.mo +share/locale/uk/LC_MESSAGES/user_manager.mo +share/locale/zh_CN/LC_MESSAGES/user_manager.mo +share/locale/zh_TW/LC_MESSAGES/user_manager.mo Index: x11-themes/Makefile =================================================================== --- x11-themes/Makefile +++ x11-themes/Makefile @@ -151,6 +151,12 @@ SUBDIR += numix-theme SUBDIR += openbox-themes SUBDIR += plank-theme-moka + SUBDIR += plasma5-breeze-gtk + SUBDIR += plasma5-breeze-kde4 + SUBDIR += plasma5-breeze + SUBDIR += plasma5-kde-gtk-config + SUBDIR += plasma5-oxygen + SUBDIR += plasma5-plasma-workspace-wallpapers SUBDIR += qt4-style-Kvantum SUBDIR += qt4-style-float SUBDIR += qt4-style-phase Index: x11-themes/plasma5-breeze-gtk/Makefile =================================================================== --- /dev/null +++ x11-themes/plasma5-breeze-gtk/Makefile @@ -0,0 +1,16 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= breeze-gtk +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11-themes kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 Breeze visual style for Gtk + +USES= cmake cpe kde:5 pkgconfig tar:xz +USE_GNOME= gdkpixbuf2 +USE_KDE= ecm +USE_QT5= buildtools_build core qmake_build + +.include Index: x11-themes/plasma5-breeze-gtk/distinfo =================================================================== --- /dev/null +++ x11-themes/plasma5-breeze-gtk/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101665 +SHA256 (KDE/plasma/5.9.2/breeze-gtk-5.9.2.tar.xz) = 70185746dfe98e07294848337af03b0ae8b7710084c9af020293ce31a2f30f58 +SIZE (KDE/plasma/5.9.2/breeze-gtk-5.9.2.tar.xz) = 211584 Index: x11-themes/plasma5-breeze-gtk/pkg-descr =================================================================== --- /dev/null +++ x11-themes/plasma5-breeze-gtk/pkg-descr @@ -0,0 +1 @@ +Breeze Theme for Gtk Index: x11-themes/plasma5-breeze-gtk/pkg-plist =================================================================== --- /dev/null +++ x11-themes/plasma5-breeze-gtk/pkg-plist @@ -0,0 +1,518 @@ +lib/kconf_update_bin/gtkbreeze5.5 +share/kconf_update/gtkbreeze5.5.upd +share/themes/Breeze-Dark/assets/arrow-down-active.png +share/themes/Breeze-Dark/assets/arrow-down-hover.png +share/themes/Breeze-Dark/assets/arrow-down-insensitive.png +share/themes/Breeze-Dark/assets/arrow-down.png +share/themes/Breeze-Dark/assets/arrow-left-active.png +share/themes/Breeze-Dark/assets/arrow-left-hover.png +share/themes/Breeze-Dark/assets/arrow-left-insensitive.png +share/themes/Breeze-Dark/assets/arrow-left.png +share/themes/Breeze-Dark/assets/arrow-right-active.png +share/themes/Breeze-Dark/assets/arrow-right-hover.png +share/themes/Breeze-Dark/assets/arrow-right-insensitive.png +share/themes/Breeze-Dark/assets/arrow-right.png +share/themes/Breeze-Dark/assets/arrow-small-down-active.png +share/themes/Breeze-Dark/assets/arrow-small-down-hover.png +share/themes/Breeze-Dark/assets/arrow-small-down-insensitive.png +share/themes/Breeze-Dark/assets/arrow-small-down.png +share/themes/Breeze-Dark/assets/arrow-small-left-active.png +share/themes/Breeze-Dark/assets/arrow-small-left-hover.png +share/themes/Breeze-Dark/assets/arrow-small-left-insensitive.png +share/themes/Breeze-Dark/assets/arrow-small-left.png +share/themes/Breeze-Dark/assets/arrow-small-right-active.png +share/themes/Breeze-Dark/assets/arrow-small-right-hover.png +share/themes/Breeze-Dark/assets/arrow-small-right-insensitive.png +share/themes/Breeze-Dark/assets/arrow-small-right.png +share/themes/Breeze-Dark/assets/arrow-small-up-active.png +share/themes/Breeze-Dark/assets/arrow-small-up-hover.png +share/themes/Breeze-Dark/assets/arrow-small-up-insensitive.png +share/themes/Breeze-Dark/assets/arrow-small-up.png +share/themes/Breeze-Dark/assets/arrow-up-active.png +share/themes/Breeze-Dark/assets/arrow-up-hover.png +share/themes/Breeze-Dark/assets/arrow-up-insensitive.png +share/themes/Breeze-Dark/assets/arrow-up.png +share/themes/Breeze-Dark/assets/button-active.png +share/themes/Breeze-Dark/assets/button-hover.png +share/themes/Breeze-Dark/assets/button-insensitive.png +share/themes/Breeze-Dark/assets/button.png +share/themes/Breeze-Dark/assets/check-checked-active.png +share/themes/Breeze-Dark/assets/check-checked-active@2.png +share/themes/Breeze-Dark/assets/check-checked-backdrop-insensitive.png +share/themes/Breeze-Dark/assets/check-checked-backdrop-insensitive@2.png +share/themes/Breeze-Dark/assets/check-checked-backdrop.png +share/themes/Breeze-Dark/assets/check-checked-backdrop@2.png +share/themes/Breeze-Dark/assets/check-checked-hover.png +share/themes/Breeze-Dark/assets/check-checked-hover@2.png +share/themes/Breeze-Dark/assets/check-checked-insensitive.png +share/themes/Breeze-Dark/assets/check-checked-insensitive@2.png +share/themes/Breeze-Dark/assets/check-mixed-active.png +share/themes/Breeze-Dark/assets/check-mixed-active@2.png +share/themes/Breeze-Dark/assets/check-mixed-backdrop-insensitive.png +share/themes/Breeze-Dark/assets/check-mixed-backdrop-insensitive@2.png +share/themes/Breeze-Dark/assets/check-mixed-backdrop.png +share/themes/Breeze-Dark/assets/check-mixed-backdrop@2.png +share/themes/Breeze-Dark/assets/check-mixed-hover.png +share/themes/Breeze-Dark/assets/check-mixed-hover@2.png +share/themes/Breeze-Dark/assets/check-mixed-insensitive.png +share/themes/Breeze-Dark/assets/check-mixed-insensitive@2.png +share/themes/Breeze-Dark/assets/check-selectionmode-checked-active.png +share/themes/Breeze-Dark/assets/check-selectionmode-checked-active@2.png +share/themes/Breeze-Dark/assets/check-selectionmode-checked-backdrop-insensitive.png +share/themes/Breeze-Dark/assets/check-selectionmode-checked-backdrop-insensitive@2.png +share/themes/Breeze-Dark/assets/check-selectionmode-checked-backdrop.png +share/themes/Breeze-Dark/assets/check-selectionmode-checked-backdrop@2.png +share/themes/Breeze-Dark/assets/check-selectionmode-checked-hover.png +share/themes/Breeze-Dark/assets/check-selectionmode-checked-hover@2.png +share/themes/Breeze-Dark/assets/check-selectionmode-checked-insensitive.png +share/themes/Breeze-Dark/assets/check-selectionmode-checked-insensitive@2.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked-active.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked-active@2.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked-backdrop-insensitive.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked-backdrop-insensitive@2.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked-backdrop.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked-backdrop@2.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked-hover.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked-hover@2.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked-insensitive.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked-insensitive@2.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked@2.png +share/themes/Breeze-Dark/assets/check-unchecked-active.png +share/themes/Breeze-Dark/assets/check-unchecked-active@2.png +share/themes/Breeze-Dark/assets/check-unchecked-backdrop-insensitive.png +share/themes/Breeze-Dark/assets/check-unchecked-backdrop-insensitive@2.png +share/themes/Breeze-Dark/assets/check-unchecked-backdrop.png +share/themes/Breeze-Dark/assets/check-unchecked-backdrop@2.png +share/themes/Breeze-Dark/assets/check-unchecked-hover.png +share/themes/Breeze-Dark/assets/check-unchecked-hover@2.png +share/themes/Breeze-Dark/assets/check-unchecked-insensitive.png +share/themes/Breeze-Dark/assets/check-unchecked-insensitive@2.png +share/themes/Breeze-Dark/assets/check-unchecked.png +share/themes/Breeze-Dark/assets/check-unchecked@2.png +share/themes/Breeze-Dark/assets/combo-entry-active.png +share/themes/Breeze-Dark/assets/combo-entry-button-active.png +share/themes/Breeze-Dark/assets/combo-entry-button-insensitive.png +share/themes/Breeze-Dark/assets/combo-entry-button.png +share/themes/Breeze-Dark/assets/combo-entry-insensitive.png +share/themes/Breeze-Dark/assets/combo-entry.png +share/themes/Breeze-Dark/assets/entry-active.png +share/themes/Breeze-Dark/assets/entry-insensitive.png +share/themes/Breeze-Dark/assets/entry.png +share/themes/Breeze-Dark/assets/frame-gap-end.png +share/themes/Breeze-Dark/assets/frame-gap-start.png +share/themes/Breeze-Dark/assets/frame.png +share/themes/Breeze-Dark/assets/handle-h.png +share/themes/Breeze-Dark/assets/handle-v.png +share/themes/Breeze-Dark/assets/line-h.png +share/themes/Breeze-Dark/assets/line-v.png +share/themes/Breeze-Dark/assets/menu-arrow-insensitive.png +share/themes/Breeze-Dark/assets/menu-arrow-selected.png +share/themes/Breeze-Dark/assets/menu-arrow.png +share/themes/Breeze-Dark/assets/menubar-button.png +share/themes/Breeze-Dark/assets/notebook-frame-bottom.png +share/themes/Breeze-Dark/assets/notebook-frame-right.png +share/themes/Breeze-Dark/assets/notebook-frame-top.png +share/themes/Breeze-Dark/assets/notebook-gap-horizontal.png +share/themes/Breeze-Dark/assets/notebook-gap-vertical.png +share/themes/Breeze-Dark/assets/null.png +share/themes/Breeze-Dark/assets/progressbar-bar.png +share/themes/Breeze-Dark/assets/progressbar-trough.png +share/themes/Breeze-Dark/assets/radio-checked-active.png +share/themes/Breeze-Dark/assets/radio-checked-active@2.png +share/themes/Breeze-Dark/assets/radio-checked-backdrop-insensitive.png +share/themes/Breeze-Dark/assets/radio-checked-backdrop-insensitive@2.png +share/themes/Breeze-Dark/assets/radio-checked-backdrop.png +share/themes/Breeze-Dark/assets/radio-checked-backdrop@2.png +share/themes/Breeze-Dark/assets/radio-checked-hover.png +share/themes/Breeze-Dark/assets/radio-checked-hover@2.png +share/themes/Breeze-Dark/assets/radio-checked-insensitive.png +share/themes/Breeze-Dark/assets/radio-checked-insensitive@2.png +share/themes/Breeze-Dark/assets/radio-mixed-active.png +share/themes/Breeze-Dark/assets/radio-mixed-active@2.png +share/themes/Breeze-Dark/assets/radio-mixed-backdrop-insensitive.png +share/themes/Breeze-Dark/assets/radio-mixed-backdrop-insensitive@2.png +share/themes/Breeze-Dark/assets/radio-mixed-backdrop.png +share/themes/Breeze-Dark/assets/radio-mixed-backdrop@2.png +share/themes/Breeze-Dark/assets/radio-mixed-hover.png +share/themes/Breeze-Dark/assets/radio-mixed-hover@2.png +share/themes/Breeze-Dark/assets/radio-mixed-insensitive.png +share/themes/Breeze-Dark/assets/radio-mixed-insensitive@2.png +share/themes/Breeze-Dark/assets/radio-unchecked-active.png +share/themes/Breeze-Dark/assets/radio-unchecked-active@2.png +share/themes/Breeze-Dark/assets/radio-unchecked-backdrop-insensitive.png +share/themes/Breeze-Dark/assets/radio-unchecked-backdrop-insensitive@2.png +share/themes/Breeze-Dark/assets/radio-unchecked-backdrop.png +share/themes/Breeze-Dark/assets/radio-unchecked-backdrop@2.png +share/themes/Breeze-Dark/assets/radio-unchecked-hover.png +share/themes/Breeze-Dark/assets/radio-unchecked-hover@2.png +share/themes/Breeze-Dark/assets/radio-unchecked-insensitive.png +share/themes/Breeze-Dark/assets/radio-unchecked-insensitive@2.png +share/themes/Breeze-Dark/assets/radio-unchecked.png +share/themes/Breeze-Dark/assets/radio-unchecked@2.png +share/themes/Breeze-Dark/assets/scale-slider-active.png +share/themes/Breeze-Dark/assets/scale-slider-hover.png +share/themes/Breeze-Dark/assets/scale-slider-insensitive.png +share/themes/Breeze-Dark/assets/scale-slider.png +share/themes/Breeze-Dark/assets/scale-trough-horizontal.png +share/themes/Breeze-Dark/assets/scale-trough-vertical.png +share/themes/Breeze-Dark/assets/scrollbar-slider-horizontal-active.png +share/themes/Breeze-Dark/assets/scrollbar-slider-horizontal-active@2.png +share/themes/Breeze-Dark/assets/scrollbar-slider-horizontal-hover.png +share/themes/Breeze-Dark/assets/scrollbar-slider-horizontal-hover@2.png +share/themes/Breeze-Dark/assets/scrollbar-slider-horizontal.png +share/themes/Breeze-Dark/assets/scrollbar-slider-horizontal@2.png +share/themes/Breeze-Dark/assets/scrollbar-slider-vertical-active.png +share/themes/Breeze-Dark/assets/scrollbar-slider-vertical-active@2.png +share/themes/Breeze-Dark/assets/scrollbar-slider-vertical-hover.png +share/themes/Breeze-Dark/assets/scrollbar-slider-vertical-hover@2.png +share/themes/Breeze-Dark/assets/scrollbar-slider-vertical.png +share/themes/Breeze-Dark/assets/scrollbar-slider-vertical@2.png +share/themes/Breeze-Dark/assets/scrollbar-trough-horizontal.png +share/themes/Breeze-Dark/assets/scrollbar-trough-horizontal@2.png +share/themes/Breeze-Dark/assets/scrollbar-trough-vertical.png +share/themes/Breeze-Dark/assets/scrollbar-trough-vertical@2.png +share/themes/Breeze-Dark/assets/spinbutton-down-insensitive.png +share/themes/Breeze-Dark/assets/spinbutton-down-rtl-insensitive.png +share/themes/Breeze-Dark/assets/spinbutton-down-rtl.png +share/themes/Breeze-Dark/assets/spinbutton-down.png +share/themes/Breeze-Dark/assets/spinbutton-up-insensitive.png +share/themes/Breeze-Dark/assets/spinbutton-up-rtl-insensitive.png +share/themes/Breeze-Dark/assets/spinbutton-up-rtl.png +share/themes/Breeze-Dark/assets/spinbutton-up.png +share/themes/Breeze-Dark/assets/tab-bottom-active.png +share/themes/Breeze-Dark/assets/tab-bottom-inactive.png +share/themes/Breeze-Dark/assets/tab-left-active.png +share/themes/Breeze-Dark/assets/tab-left-inactive.png +share/themes/Breeze-Dark/assets/tab-right-active.png +share/themes/Breeze-Dark/assets/tab-right-inactive.png +share/themes/Breeze-Dark/assets/tab-top-active.png +share/themes/Breeze-Dark/assets/tab-top-inactive.png +share/themes/Breeze-Dark/assets/titlebutton-close-active-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-close-active-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-close-active.png +share/themes/Breeze-Dark/assets/titlebutton-close-active@2.png +share/themes/Breeze-Dark/assets/titlebutton-close-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-close-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-close-hover-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-close-hover-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-close-hover.png +share/themes/Breeze-Dark/assets/titlebutton-close-hover@2.png +share/themes/Breeze-Dark/assets/titlebutton-close.png +share/themes/Breeze-Dark/assets/titlebutton-close@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-active-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-active-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-active.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-active@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-hover-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-hover-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-hover.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-hover@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized-active-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized-active-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized-active.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized-active@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized-hover-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized-hover-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized-hover.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized-hover@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize.png +share/themes/Breeze-Dark/assets/titlebutton-maximize@2.png +share/themes/Breeze-Dark/assets/titlebutton-minimize-active-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-minimize-active-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-minimize-active.png +share/themes/Breeze-Dark/assets/titlebutton-minimize-active@2.png +share/themes/Breeze-Dark/assets/titlebutton-minimize-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-minimize-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-minimize-hover-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-minimize-hover-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-minimize-hover.png +share/themes/Breeze-Dark/assets/titlebutton-minimize-hover@2.png +share/themes/Breeze-Dark/assets/titlebutton-minimize.png +share/themes/Breeze-Dark/assets/titlebutton-minimize@2.png +share/themes/Breeze-Dark/assets/togglebutton-active.png +share/themes/Breeze-Dark/assets/togglebutton-hover.png +share/themes/Breeze-Dark/assets/togglebutton-insensitive.png +share/themes/Breeze-Dark/assets/togglebutton.png +share/themes/Breeze-Dark/assets/toolbar-background.png +share/themes/Breeze-Dark/assets/toolbutton-active.png +share/themes/Breeze-Dark/assets/toolbutton-hover.png +share/themes/Breeze-Dark/assets/toolbutton-toggled.png +share/themes/Breeze-Dark/assets/tree-header.png +share/themes/Breeze-Dark/gtk-2.0/gtkrc +share/themes/Breeze-Dark/gtk-2.0/widgets/buttons +share/themes/Breeze-Dark/gtk-2.0/widgets/default +share/themes/Breeze-Dark/gtk-2.0/widgets/entry +share/themes/Breeze-Dark/gtk-2.0/widgets/menu +share/themes/Breeze-Dark/gtk-2.0/widgets/misc +share/themes/Breeze-Dark/gtk-2.0/widgets/notebook +share/themes/Breeze-Dark/gtk-2.0/widgets/progressbar +share/themes/Breeze-Dark/gtk-2.0/widgets/range +share/themes/Breeze-Dark/gtk-2.0/widgets/scrollbar +share/themes/Breeze-Dark/gtk-2.0/widgets/styles +share/themes/Breeze-Dark/gtk-2.0/widgets/toolbar +share/themes/Breeze-Dark/gtk-3.0/gtk.css +share/themes/Breeze/assets/arrow-down-active.png +share/themes/Breeze/assets/arrow-down-hover.png +share/themes/Breeze/assets/arrow-down-insensitive.png +share/themes/Breeze/assets/arrow-down.png +share/themes/Breeze/assets/arrow-left-active.png +share/themes/Breeze/assets/arrow-left-hover.png +share/themes/Breeze/assets/arrow-left-insensitive.png +share/themes/Breeze/assets/arrow-left.png +share/themes/Breeze/assets/arrow-right-active.png +share/themes/Breeze/assets/arrow-right-hover.png +share/themes/Breeze/assets/arrow-right-insensitive.png +share/themes/Breeze/assets/arrow-right.png +share/themes/Breeze/assets/arrow-small-down-active.png +share/themes/Breeze/assets/arrow-small-down-hover.png +share/themes/Breeze/assets/arrow-small-down-insensitive.png +share/themes/Breeze/assets/arrow-small-down.png +share/themes/Breeze/assets/arrow-small-left-active.png +share/themes/Breeze/assets/arrow-small-left-hover.png +share/themes/Breeze/assets/arrow-small-left-insensitive.png +share/themes/Breeze/assets/arrow-small-left.png +share/themes/Breeze/assets/arrow-small-right-active.png +share/themes/Breeze/assets/arrow-small-right-hover.png +share/themes/Breeze/assets/arrow-small-right-insensitive.png +share/themes/Breeze/assets/arrow-small-right.png +share/themes/Breeze/assets/arrow-small-up-active.png +share/themes/Breeze/assets/arrow-small-up-hover.png +share/themes/Breeze/assets/arrow-small-up-insensitive.png +share/themes/Breeze/assets/arrow-small-up.png +share/themes/Breeze/assets/arrow-up-active.png +share/themes/Breeze/assets/arrow-up-hover.png +share/themes/Breeze/assets/arrow-up-insensitive.png +share/themes/Breeze/assets/arrow-up.png +share/themes/Breeze/assets/button-active.png +share/themes/Breeze/assets/button-hover.png +share/themes/Breeze/assets/button-insensitive.png +share/themes/Breeze/assets/button.png +share/themes/Breeze/assets/check-checked-active.png +share/themes/Breeze/assets/check-checked-active@2.png +share/themes/Breeze/assets/check-checked-backdrop-insensitive.png +share/themes/Breeze/assets/check-checked-backdrop-insensitive@2.png +share/themes/Breeze/assets/check-checked-backdrop.png +share/themes/Breeze/assets/check-checked-backdrop@2.png +share/themes/Breeze/assets/check-checked-hover.png +share/themes/Breeze/assets/check-checked-hover@2.png +share/themes/Breeze/assets/check-checked-insensitive.png +share/themes/Breeze/assets/check-checked-insensitive@2.png +share/themes/Breeze/assets/check-mixed-active.png +share/themes/Breeze/assets/check-mixed-active@2.png +share/themes/Breeze/assets/check-mixed-backdrop-insensitive.png +share/themes/Breeze/assets/check-mixed-backdrop-insensitive@2.png +share/themes/Breeze/assets/check-mixed-backdrop.png +share/themes/Breeze/assets/check-mixed-backdrop@2.png +share/themes/Breeze/assets/check-mixed-hover.png +share/themes/Breeze/assets/check-mixed-hover@2.png +share/themes/Breeze/assets/check-mixed-insensitive.png +share/themes/Breeze/assets/check-mixed-insensitive@2.png +share/themes/Breeze/assets/check-selectionmode-checked-active.png +share/themes/Breeze/assets/check-selectionmode-checked-active@2.png +share/themes/Breeze/assets/check-selectionmode-checked-backdrop-insensitive.png +share/themes/Breeze/assets/check-selectionmode-checked-backdrop-insensitive@2.png +share/themes/Breeze/assets/check-selectionmode-checked-backdrop.png +share/themes/Breeze/assets/check-selectionmode-checked-backdrop@2.png +share/themes/Breeze/assets/check-selectionmode-checked-hover.png +share/themes/Breeze/assets/check-selectionmode-checked-hover@2.png +share/themes/Breeze/assets/check-selectionmode-checked-insensitive.png +share/themes/Breeze/assets/check-selectionmode-checked-insensitive@2.png +share/themes/Breeze/assets/check-selectionmode-unchecked-active.png +share/themes/Breeze/assets/check-selectionmode-unchecked-active@2.png +share/themes/Breeze/assets/check-selectionmode-unchecked-backdrop-insensitive.png +share/themes/Breeze/assets/check-selectionmode-unchecked-backdrop-insensitive@2.png +share/themes/Breeze/assets/check-selectionmode-unchecked-backdrop.png +share/themes/Breeze/assets/check-selectionmode-unchecked-backdrop@2.png +share/themes/Breeze/assets/check-selectionmode-unchecked-hover.png +share/themes/Breeze/assets/check-selectionmode-unchecked-hover@2.png +share/themes/Breeze/assets/check-selectionmode-unchecked-insensitive.png +share/themes/Breeze/assets/check-selectionmode-unchecked-insensitive@2.png +share/themes/Breeze/assets/check-selectionmode-unchecked.png +share/themes/Breeze/assets/check-selectionmode-unchecked@2.png +share/themes/Breeze/assets/check-unchecked-active.png +share/themes/Breeze/assets/check-unchecked-active@2.png +share/themes/Breeze/assets/check-unchecked-backdrop-insensitive.png +share/themes/Breeze/assets/check-unchecked-backdrop-insensitive@2.png +share/themes/Breeze/assets/check-unchecked-backdrop.png +share/themes/Breeze/assets/check-unchecked-backdrop@2.png +share/themes/Breeze/assets/check-unchecked-hover.png +share/themes/Breeze/assets/check-unchecked-hover@2.png +share/themes/Breeze/assets/check-unchecked-insensitive.png +share/themes/Breeze/assets/check-unchecked-insensitive@2.png +share/themes/Breeze/assets/check-unchecked.png +share/themes/Breeze/assets/check-unchecked@2.png +share/themes/Breeze/assets/combo-entry-active.png +share/themes/Breeze/assets/combo-entry-button-active.png +share/themes/Breeze/assets/combo-entry-button-insensitive.png +share/themes/Breeze/assets/combo-entry-button.png +share/themes/Breeze/assets/combo-entry-insensitive.png +share/themes/Breeze/assets/combo-entry.png +share/themes/Breeze/assets/entry-active.png +share/themes/Breeze/assets/entry-insensitive.png +share/themes/Breeze/assets/entry.png +share/themes/Breeze/assets/frame-gap-end.png +share/themes/Breeze/assets/frame-gap-start.png +share/themes/Breeze/assets/frame.png +share/themes/Breeze/assets/handle-h.png +share/themes/Breeze/assets/handle-v.png +share/themes/Breeze/assets/line-h.png +share/themes/Breeze/assets/line-v.png +share/themes/Breeze/assets/menu-arrow-insensitive.png +share/themes/Breeze/assets/menu-arrow-selected.png +share/themes/Breeze/assets/menu-arrow.png +share/themes/Breeze/assets/menubar-button.png +share/themes/Breeze/assets/notebook-frame-bottom.png +share/themes/Breeze/assets/notebook-frame-right.png +share/themes/Breeze/assets/notebook-frame-top.png +share/themes/Breeze/assets/notebook-gap-horizontal.png +share/themes/Breeze/assets/notebook-gap-vertical.png +share/themes/Breeze/assets/null.png +share/themes/Breeze/assets/progressbar-bar.png +share/themes/Breeze/assets/progressbar-trough.png +share/themes/Breeze/assets/radio-checked-active.png +share/themes/Breeze/assets/radio-checked-active@2.png +share/themes/Breeze/assets/radio-checked-backdrop-insensitive.png +share/themes/Breeze/assets/radio-checked-backdrop-insensitive@2.png +share/themes/Breeze/assets/radio-checked-backdrop.png +share/themes/Breeze/assets/radio-checked-backdrop@2.png +share/themes/Breeze/assets/radio-checked-hover.png +share/themes/Breeze/assets/radio-checked-hover@2.png +share/themes/Breeze/assets/radio-checked-insensitive.png +share/themes/Breeze/assets/radio-checked-insensitive@2.png +share/themes/Breeze/assets/radio-mixed-active.png +share/themes/Breeze/assets/radio-mixed-active@2.png +share/themes/Breeze/assets/radio-mixed-backdrop-insensitive.png +share/themes/Breeze/assets/radio-mixed-backdrop-insensitive@2.png +share/themes/Breeze/assets/radio-mixed-backdrop.png +share/themes/Breeze/assets/radio-mixed-backdrop@2.png +share/themes/Breeze/assets/radio-mixed-hover.png +share/themes/Breeze/assets/radio-mixed-hover@2.png +share/themes/Breeze/assets/radio-mixed-insensitive.png +share/themes/Breeze/assets/radio-mixed-insensitive@2.png +share/themes/Breeze/assets/radio-unchecked-active.png +share/themes/Breeze/assets/radio-unchecked-active@2.png +share/themes/Breeze/assets/radio-unchecked-backdrop-insensitive.png +share/themes/Breeze/assets/radio-unchecked-backdrop-insensitive@2.png +share/themes/Breeze/assets/radio-unchecked-backdrop.png +share/themes/Breeze/assets/radio-unchecked-backdrop@2.png +share/themes/Breeze/assets/radio-unchecked-hover.png +share/themes/Breeze/assets/radio-unchecked-hover@2.png +share/themes/Breeze/assets/radio-unchecked-insensitive.png +share/themes/Breeze/assets/radio-unchecked-insensitive@2.png +share/themes/Breeze/assets/radio-unchecked.png +share/themes/Breeze/assets/radio-unchecked@2.png +share/themes/Breeze/assets/scale-slider-active.png +share/themes/Breeze/assets/scale-slider-hover.png +share/themes/Breeze/assets/scale-slider-insensitive.png +share/themes/Breeze/assets/scale-slider.png +share/themes/Breeze/assets/scale-trough-horizontal.png +share/themes/Breeze/assets/scale-trough-vertical.png +share/themes/Breeze/assets/scrollbar-slider-horizontal-active.png +share/themes/Breeze/assets/scrollbar-slider-horizontal-active@2.png +share/themes/Breeze/assets/scrollbar-slider-horizontal-hover.png +share/themes/Breeze/assets/scrollbar-slider-horizontal-hover@2.png +share/themes/Breeze/assets/scrollbar-slider-horizontal.png +share/themes/Breeze/assets/scrollbar-slider-horizontal@2.png +share/themes/Breeze/assets/scrollbar-slider-vertical-active.png +share/themes/Breeze/assets/scrollbar-slider-vertical-active@2.png +share/themes/Breeze/assets/scrollbar-slider-vertical-hover.png +share/themes/Breeze/assets/scrollbar-slider-vertical-hover@2.png +share/themes/Breeze/assets/scrollbar-slider-vertical.png +share/themes/Breeze/assets/scrollbar-slider-vertical@2.png +share/themes/Breeze/assets/scrollbar-trough-horizontal.png +share/themes/Breeze/assets/scrollbar-trough-horizontal@2.png +share/themes/Breeze/assets/scrollbar-trough-vertical.png +share/themes/Breeze/assets/scrollbar-trough-vertical@2.png +share/themes/Breeze/assets/spinbutton-down-insensitive.png +share/themes/Breeze/assets/spinbutton-down-rtl-insensitive.png +share/themes/Breeze/assets/spinbutton-down-rtl.png +share/themes/Breeze/assets/spinbutton-down.png +share/themes/Breeze/assets/spinbutton-up-insensitive.png +share/themes/Breeze/assets/spinbutton-up-rtl-insensitive.png +share/themes/Breeze/assets/spinbutton-up-rtl.png +share/themes/Breeze/assets/spinbutton-up.png +share/themes/Breeze/assets/tab-bottom-active.png +share/themes/Breeze/assets/tab-bottom-inactive.png +share/themes/Breeze/assets/tab-left-active.png +share/themes/Breeze/assets/tab-left-inactive.png +share/themes/Breeze/assets/tab-right-active.png +share/themes/Breeze/assets/tab-right-inactive.png +share/themes/Breeze/assets/tab-top-active.png +share/themes/Breeze/assets/tab-top-inactive.png +share/themes/Breeze/assets/titlebutton-close-active-backdrop.png +share/themes/Breeze/assets/titlebutton-close-active-backdrop@2.png +share/themes/Breeze/assets/titlebutton-close-active.png +share/themes/Breeze/assets/titlebutton-close-active@2.png +share/themes/Breeze/assets/titlebutton-close-backdrop.png +share/themes/Breeze/assets/titlebutton-close-backdrop@2.png +share/themes/Breeze/assets/titlebutton-close-hover-backdrop.png +share/themes/Breeze/assets/titlebutton-close-hover-backdrop@2.png +share/themes/Breeze/assets/titlebutton-close-hover.png +share/themes/Breeze/assets/titlebutton-close-hover@2.png +share/themes/Breeze/assets/titlebutton-close.png +share/themes/Breeze/assets/titlebutton-close@2.png +share/themes/Breeze/assets/titlebutton-maximize-active-backdrop.png +share/themes/Breeze/assets/titlebutton-maximize-active-backdrop@2.png +share/themes/Breeze/assets/titlebutton-maximize-active.png +share/themes/Breeze/assets/titlebutton-maximize-active@2.png +share/themes/Breeze/assets/titlebutton-maximize-backdrop.png +share/themes/Breeze/assets/titlebutton-maximize-backdrop@2.png +share/themes/Breeze/assets/titlebutton-maximize-hover-backdrop.png +share/themes/Breeze/assets/titlebutton-maximize-hover-backdrop@2.png +share/themes/Breeze/assets/titlebutton-maximize-hover.png +share/themes/Breeze/assets/titlebutton-maximize-hover@2.png +share/themes/Breeze/assets/titlebutton-maximize-maximized-active-backdrop.png +share/themes/Breeze/assets/titlebutton-maximize-maximized-active-backdrop@2.png +share/themes/Breeze/assets/titlebutton-maximize-maximized-active.png +share/themes/Breeze/assets/titlebutton-maximize-maximized-active@2.png +share/themes/Breeze/assets/titlebutton-maximize-maximized-backdrop.png +share/themes/Breeze/assets/titlebutton-maximize-maximized-backdrop@2.png +share/themes/Breeze/assets/titlebutton-maximize-maximized-hover-backdrop.png +share/themes/Breeze/assets/titlebutton-maximize-maximized-hover-backdrop@2.png +share/themes/Breeze/assets/titlebutton-maximize-maximized-hover.png +share/themes/Breeze/assets/titlebutton-maximize-maximized-hover@2.png +share/themes/Breeze/assets/titlebutton-maximize-maximized.png +share/themes/Breeze/assets/titlebutton-maximize-maximized@2.png +share/themes/Breeze/assets/titlebutton-maximize.png +share/themes/Breeze/assets/titlebutton-maximize@2.png +share/themes/Breeze/assets/titlebutton-minimize-active-backdrop.png +share/themes/Breeze/assets/titlebutton-minimize-active-backdrop@2.png +share/themes/Breeze/assets/titlebutton-minimize-active.png +share/themes/Breeze/assets/titlebutton-minimize-active@2.png +share/themes/Breeze/assets/titlebutton-minimize-backdrop.png +share/themes/Breeze/assets/titlebutton-minimize-backdrop@2.png +share/themes/Breeze/assets/titlebutton-minimize-hover-backdrop.png +share/themes/Breeze/assets/titlebutton-minimize-hover-backdrop@2.png +share/themes/Breeze/assets/titlebutton-minimize-hover.png +share/themes/Breeze/assets/titlebutton-minimize-hover@2.png +share/themes/Breeze/assets/titlebutton-minimize.png +share/themes/Breeze/assets/titlebutton-minimize@2.png +share/themes/Breeze/assets/togglebutton-active.png +share/themes/Breeze/assets/togglebutton-hover.png +share/themes/Breeze/assets/togglebutton-insensitive.png +share/themes/Breeze/assets/togglebutton.png +share/themes/Breeze/assets/toolbar-background.png +share/themes/Breeze/assets/toolbutton-active.png +share/themes/Breeze/assets/toolbutton-hover.png +share/themes/Breeze/assets/toolbutton-toggled.png +share/themes/Breeze/assets/tree-header.png +share/themes/Breeze/gtk-2.0/gtkrc +share/themes/Breeze/gtk-2.0/widgets/buttons +share/themes/Breeze/gtk-2.0/widgets/default +share/themes/Breeze/gtk-2.0/widgets/entry +share/themes/Breeze/gtk-2.0/widgets/menu +share/themes/Breeze/gtk-2.0/widgets/misc +share/themes/Breeze/gtk-2.0/widgets/notebook +share/themes/Breeze/gtk-2.0/widgets/progressbar +share/themes/Breeze/gtk-2.0/widgets/range +share/themes/Breeze/gtk-2.0/widgets/scrollbar +share/themes/Breeze/gtk-2.0/widgets/styles +share/themes/Breeze/gtk-2.0/widgets/toolbar +share/themes/Breeze/gtk-3.0/gtk.css Index: x11-themes/plasma5-breeze-kde4/Makefile =================================================================== --- /dev/null +++ x11-themes/plasma5-breeze-kde4/Makefile @@ -0,0 +1,22 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= breeze +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11-themes kde kde-plasma +PKGNAMESUFFIX= -kde4 + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 Breeze visual style for KDE4 + +USES= cmake:outsource compiler:c++11-lang cpe gettext \ + kde:4 pkgconfig tar:xz +USE_KDE= kdelibs automoc4 +USE_QT4= corelib dbus gui moc_build qmake_build rcc_build svg uic_build +USE_XORG= x11 xcb + +CMAKE_ARGS= -DUSE_KDE4:BOOL=TRUE + +DISTINFO_FILE= ${.CURDIR}/../plasma5-breeze/distinfo + +.include Index: x11-themes/plasma5-breeze-kde4/files/patch-kstyle_CMakeLists.txt =================================================================== --- /dev/null +++ x11-themes/plasma5-breeze-kde4/files/patch-kstyle_CMakeLists.txt @@ -0,0 +1,11 @@ +--- kstyle/CMakeLists.txt.orig 2015-11-19 11:55:03 UTC ++++ kstyle/CMakeLists.txt +@@ -28,6 +28,8 @@ if(BREEZE_USE_KDE4) + add_feature_info("x11-xcb" XCB_FOUND "Required to pass style properties to native Windows on X11 Platform") + set_feature_info("x11-xcb" "Required to pass style properties to native Windows on X11 Platform" "http://xcb.freedesktop.org") + set(BREEZE_HAVE_X11 ${XCB_FOUND}) ++ include_directories(${XCB_INCLUDE_DIRS}) ++ link_directories(${XCB_LIBRARY_DIRS}) + else() + set(BREEZE_HAVE_X11 FALSE) + endif() Index: x11-themes/plasma5-breeze-kde4/pkg-descr =================================================================== --- /dev/null +++ x11-themes/plasma5-breeze-kde4/pkg-descr @@ -0,0 +1 @@ +breeze Index: x11-themes/plasma5-breeze-kde4/pkg-plist =================================================================== --- /dev/null +++ x11-themes/plasma5-breeze-kde4/pkg-plist @@ -0,0 +1,3 @@ +lib/kde4/kstyle_breeze_config.so +lib/kde4/plugins/styles/breeze.so +share/apps/kstyle/themes/breeze.themerc Index: x11-themes/plasma5-breeze/Makefile =================================================================== --- /dev/null +++ x11-themes/plasma5-breeze/Makefile @@ -0,0 +1,20 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= breeze +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11-themes kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 artwork, styles and assets for the Breeze visual style + +USES= cmake:outsource compiler:c++11-lib cpe \ + gettext kde:5 pkgconfig tar:xz +USE_KDE= auth breeze-icons codecs config configwidgets coreaddons \ + decoration ecm frameworkintegration guiaddons i18n kcmutils \ + plasma-framework service widgetsaddons windowsystem +USE_QT5= buildtools_build core dbus gui qmake_build widgets x11extras \ + xml +USE_XORG= xcb + +.include Index: x11-themes/plasma5-breeze/distinfo =================================================================== --- /dev/null +++ x11-themes/plasma5-breeze/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101663 +SHA256 (KDE/plasma/5.9.2/breeze-5.9.2.tar.xz) = 2b0e9c8e4b92bb169d79b6815f1c7adea70056aa73949600cc1485eb6124693d +SIZE (KDE/plasma/5.9.2/breeze-5.9.2.tar.xz) = 30680768 Index: x11-themes/plasma5-breeze/pkg-descr =================================================================== --- /dev/null +++ x11-themes/plasma5-breeze/pkg-descr @@ -0,0 +1,3 @@ +Artwork, styles and assets for the Breeze visual style for the Plasma Desktop + +WWW: https://projects.kde.org/projects/kde/workspace/breeze Index: x11-themes/plasma5-breeze/pkg-plist =================================================================== --- /dev/null +++ x11-themes/plasma5-breeze/pkg-plist @@ -0,0 +1,363 @@ +bin/breeze-settings5 +lib/kconf_update_bin/kde4breeze +lib/cmake/Breeze/BreezeConfig.cmake +lib/cmake/Breeze/BreezeConfigVersion.cmake +%%QT_PLUGINDIR%%/kstyle_breeze_config.so +%%QT_PLUGINDIR%%/org.kde.kdecoration2/breezedecoration.so +%%QT_PLUGINDIR%%/styles/breeze.so +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/ApplicationWindowStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/Breeze.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/BusyIndicatorStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/ButtonStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/CheckBoxIndicator.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/CheckBoxStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/ColorUtils.js +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/ComboBoxStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/DemoPage1.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/DemoPage2.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/DemoPage3.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/DemoPage4.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/FocusFrameStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/GroupBoxStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/MenuBarStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/MenuStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/ProgressBarStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/RadioButtonIndicator.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/RadioButtonStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/ScrollArrow.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/ScrollBar.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/ScrollViewStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/SliderStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/SpinBoxStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/StatusBarStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/SwitchStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/TabViewStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/TableViewStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/TextAreaStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/TextFieldBackground.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/TextFieldStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/ToolBarStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/ToolButtonStyle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/Triangle.qml +%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/qmldir +share/QtCurve/Breeze.qtcurve +share/color-schemes/Breeze.colors +share/color-schemes/BreezeDark.colors +share/color-schemes/BreezeHighContrast.colors +share/icons/Breeze_Snow/cursors/00000000000000020006000e7e9ffc3f +share/icons/Breeze_Snow/cursors/00008160000006810000408080010102 +share/icons/Breeze_Snow/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/Breeze_Snow/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/Breeze_Snow/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/Breeze_Snow/cursors/3085a0e285430894940527032f8b26df +share/icons/Breeze_Snow/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/Breeze_Snow/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/Breeze_Snow/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/Breeze_Snow/cursors/6407b0e94181790501fd1e167b474872 +share/icons/Breeze_Snow/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/Breeze_Snow/cursors/9081237383d90e509aa00f00170e968f +share/icons/Breeze_Snow/cursors/9d800788f1b08800ae810202380a0822 +share/icons/Breeze_Snow/cursors/a2a266d0498c3104214a47bd64ab0fc8 +share/icons/Breeze_Snow/cursors/alias +share/icons/Breeze_Snow/cursors/all-scroll +share/icons/Breeze_Snow/cursors/b66166c04f8c3109214a4fbd64a50fc8 +share/icons/Breeze_Snow/cursors/bottom_left_corner +share/icons/Breeze_Snow/cursors/bottom_right_corner +share/icons/Breeze_Snow/cursors/bottom_side +share/icons/Breeze_Snow/cursors/cell +share/icons/Breeze_Snow/cursors/center_ptr +share/icons/Breeze_Snow/cursors/circle +share/icons/Breeze_Snow/cursors/closedhand +share/icons/Breeze_Snow/cursors/col-resize +share/icons/Breeze_Snow/cursors/color-picker +share/icons/Breeze_Snow/cursors/context-menu +share/icons/Breeze_Snow/cursors/copy +share/icons/Breeze_Snow/cursors/cross +share/icons/Breeze_Snow/cursors/crossed_circle +share/icons/Breeze_Snow/cursors/crosshair +share/icons/Breeze_Snow/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/Breeze_Snow/cursors/default +share/icons/Breeze_Snow/cursors/dnd-copy +share/icons/Breeze_Snow/cursors/dnd-move +share/icons/Breeze_Snow/cursors/dnd-no-drop +share/icons/Breeze_Snow/cursors/dnd-none +share/icons/Breeze_Snow/cursors/down-arrow +share/icons/Breeze_Snow/cursors/draft +share/icons/Breeze_Snow/cursors/e-resize +share/icons/Breeze_Snow/cursors/e29285e634086352946a0e7090d73106 +share/icons/Breeze_Snow/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff +share/icons/Breeze_Snow/cursors/fleur +share/icons/Breeze_Snow/cursors/forbidden +share/icons/Breeze_Snow/cursors/h_double_arrow +share/icons/Breeze_Snow/cursors/half-busy +share/icons/Breeze_Snow/cursors/hand1 +share/icons/Breeze_Snow/cursors/hand2 +share/icons/Breeze_Snow/cursors/help +share/icons/Breeze_Snow/cursors/ibeam +share/icons/Breeze_Snow/cursors/left-arrow +share/icons/Breeze_Snow/cursors/left_ptr +share/icons/Breeze_Snow/cursors/left_ptr_help +share/icons/Breeze_Snow/cursors/left_ptr_watch +share/icons/Breeze_Snow/cursors/left_side +share/icons/Breeze_Snow/cursors/link +share/icons/Breeze_Snow/cursors/move +share/icons/Breeze_Snow/cursors/no-drop +share/icons/Breeze_Snow/cursors/not-allowed +share/icons/Breeze_Snow/cursors/openhand +share/icons/Breeze_Snow/cursors/pencil +share/icons/Breeze_Snow/cursors/pirate +share/icons/Breeze_Snow/cursors/plus +share/icons/Breeze_Snow/cursors/pointer +share/icons/Breeze_Snow/cursors/pointing_hand +share/icons/Breeze_Snow/cursors/progress +share/icons/Breeze_Snow/cursors/question_arrow +share/icons/Breeze_Snow/cursors/right-arrow +share/icons/Breeze_Snow/cursors/right_ptr +share/icons/Breeze_Snow/cursors/right_side +share/icons/Breeze_Snow/cursors/row-resize +share/icons/Breeze_Snow/cursors/s-resize +share/icons/Breeze_Snow/cursors/sb_h_double_arrow +share/icons/Breeze_Snow/cursors/sb_v_double_arrow +share/icons/Breeze_Snow/cursors/size-bdiag +share/icons/Breeze_Snow/cursors/size-fdiag +share/icons/Breeze_Snow/cursors/size-hor +share/icons/Breeze_Snow/cursors/size-ver +share/icons/Breeze_Snow/cursors/size_all +share/icons/Breeze_Snow/cursors/size_bdiag +share/icons/Breeze_Snow/cursors/size_fdiag +share/icons/Breeze_Snow/cursors/size_hor +share/icons/Breeze_Snow/cursors/size_ver +share/icons/Breeze_Snow/cursors/split_h +share/icons/Breeze_Snow/cursors/split_v +share/icons/Breeze_Snow/cursors/text +share/icons/Breeze_Snow/cursors/top_left_arrow +share/icons/Breeze_Snow/cursors/top_left_corner +share/icons/Breeze_Snow/cursors/top_right_corner +share/icons/Breeze_Snow/cursors/top_side +share/icons/Breeze_Snow/cursors/up-arrow +share/icons/Breeze_Snow/cursors/v_double_arrow +share/icons/Breeze_Snow/cursors/vertical-text +share/icons/Breeze_Snow/cursors/w-resize +share/icons/Breeze_Snow/cursors/wait +share/icons/Breeze_Snow/cursors/watch +share/icons/Breeze_Snow/cursors/wayland-cursor +share/icons/Breeze_Snow/cursors/whats_this +share/icons/Breeze_Snow/cursors/x-cursor +share/icons/Breeze_Snow/cursors/xterm +share/icons/Breeze_Snow/cursors/zoom-in +share/icons/Breeze_Snow/cursors/zoom-out +share/icons/Breeze_Snow/index.theme +share/icons/breeze_cursors/cursors/00000000000000020006000e7e9ffc3f +share/icons/breeze_cursors/cursors/00008160000006810000408080010102 +share/icons/breeze_cursors/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/breeze_cursors/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/breeze_cursors/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/breeze_cursors/cursors/3085a0e285430894940527032f8b26df +share/icons/breeze_cursors/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/breeze_cursors/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/breeze_cursors/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/breeze_cursors/cursors/6407b0e94181790501fd1e167b474872 +share/icons/breeze_cursors/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/breeze_cursors/cursors/9081237383d90e509aa00f00170e968f +share/icons/breeze_cursors/cursors/9d800788f1b08800ae810202380a0822 +share/icons/breeze_cursors/cursors/a2a266d0498c3104214a47bd64ab0fc8 +share/icons/breeze_cursors/cursors/alias +share/icons/breeze_cursors/cursors/all-scroll +share/icons/breeze_cursors/cursors/b66166c04f8c3109214a4fbd64a50fc8 +share/icons/breeze_cursors/cursors/bottom_left_corner +share/icons/breeze_cursors/cursors/bottom_right_corner +share/icons/breeze_cursors/cursors/bottom_side +share/icons/breeze_cursors/cursors/cell +share/icons/breeze_cursors/cursors/center_ptr +share/icons/breeze_cursors/cursors/circle +share/icons/breeze_cursors/cursors/closedhand +share/icons/breeze_cursors/cursors/col-resize +share/icons/breeze_cursors/cursors/color-picker +share/icons/breeze_cursors/cursors/context-menu +share/icons/breeze_cursors/cursors/copy +share/icons/breeze_cursors/cursors/cross +share/icons/breeze_cursors/cursors/crossed_circle +share/icons/breeze_cursors/cursors/crosshair +share/icons/breeze_cursors/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/breeze_cursors/cursors/default +share/icons/breeze_cursors/cursors/dnd-copy +share/icons/breeze_cursors/cursors/dnd-move +share/icons/breeze_cursors/cursors/dnd-no-drop +share/icons/breeze_cursors/cursors/dnd-none +share/icons/breeze_cursors/cursors/down-arrow +share/icons/breeze_cursors/cursors/draft +share/icons/breeze_cursors/cursors/e-resize +share/icons/breeze_cursors/cursors/e29285e634086352946a0e7090d73106 +share/icons/breeze_cursors/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff +share/icons/breeze_cursors/cursors/fleur +share/icons/breeze_cursors/cursors/forbidden +share/icons/breeze_cursors/cursors/h_double_arrow +share/icons/breeze_cursors/cursors/half-busy +share/icons/breeze_cursors/cursors/hand1 +share/icons/breeze_cursors/cursors/hand2 +share/icons/breeze_cursors/cursors/help +share/icons/breeze_cursors/cursors/ibeam +share/icons/breeze_cursors/cursors/left-arrow +share/icons/breeze_cursors/cursors/left_ptr +share/icons/breeze_cursors/cursors/left_ptr_help +share/icons/breeze_cursors/cursors/left_ptr_watch +share/icons/breeze_cursors/cursors/left_side +share/icons/breeze_cursors/cursors/link +share/icons/breeze_cursors/cursors/move +share/icons/breeze_cursors/cursors/no-drop +share/icons/breeze_cursors/cursors/not-allowed +share/icons/breeze_cursors/cursors/openhand +share/icons/breeze_cursors/cursors/pencil +share/icons/breeze_cursors/cursors/pirate +share/icons/breeze_cursors/cursors/plus +share/icons/breeze_cursors/cursors/pointer +share/icons/breeze_cursors/cursors/pointing_hand +share/icons/breeze_cursors/cursors/progress +share/icons/breeze_cursors/cursors/question_arrow +share/icons/breeze_cursors/cursors/right-arrow +share/icons/breeze_cursors/cursors/right_ptr +share/icons/breeze_cursors/cursors/right_side +share/icons/breeze_cursors/cursors/row-resize +share/icons/breeze_cursors/cursors/s-resize +share/icons/breeze_cursors/cursors/sb_h_double_arrow +share/icons/breeze_cursors/cursors/sb_v_double_arrow +share/icons/breeze_cursors/cursors/size-bdiag +share/icons/breeze_cursors/cursors/size-fdiag +share/icons/breeze_cursors/cursors/size-hor +share/icons/breeze_cursors/cursors/size-ver +share/icons/breeze_cursors/cursors/size_all +share/icons/breeze_cursors/cursors/size_bdiag +share/icons/breeze_cursors/cursors/size_fdiag +share/icons/breeze_cursors/cursors/size_hor +share/icons/breeze_cursors/cursors/size_ver +share/icons/breeze_cursors/cursors/split_h +share/icons/breeze_cursors/cursors/split_v +share/icons/breeze_cursors/cursors/text +share/icons/breeze_cursors/cursors/top_left_arrow +share/icons/breeze_cursors/cursors/top_left_corner +share/icons/breeze_cursors/cursors/top_right_corner +share/icons/breeze_cursors/cursors/top_side +share/icons/breeze_cursors/cursors/up-arrow +share/icons/breeze_cursors/cursors/v_double_arrow +share/icons/breeze_cursors/cursors/vertical-text +share/icons/breeze_cursors/cursors/w-resize +share/icons/breeze_cursors/cursors/wait +share/icons/breeze_cursors/cursors/watch +share/icons/breeze_cursors/cursors/wayland-cursor +share/icons/breeze_cursors/cursors/whats_this +share/icons/breeze_cursors/cursors/x-cursor +share/icons/breeze_cursors/cursors/xterm +share/icons/breeze_cursors/cursors/zoom-in +share/icons/breeze_cursors/cursors/zoom-out +share/icons/breeze_cursors/index.theme +share/icons/hicolor/scalable/apps/breeze-settings.svgz +share/kconf_update/kde4breeze.upd +share/kservices5/breezedecorationconfig.desktop +share/kservices5/breezestyleconfig.desktop +share/kstyle/themes/breeze.themerc +share/locale/ar/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/ar/LC_MESSAGES/breeze_style_config.mo +share/locale/ast/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/ast/LC_MESSAGES/breeze_style_config.mo +share/locale/bs/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/bs/LC_MESSAGES/breeze_style_config.mo +share/locale/ca/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/ca/LC_MESSAGES/breeze_style_config.mo +share/locale/ca@valencia/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/ca@valencia/LC_MESSAGES/breeze_style_config.mo +share/locale/cs/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/cs/LC_MESSAGES/breeze_style_config.mo +share/locale/da/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/da/LC_MESSAGES/breeze_style_config.mo +share/locale/de/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/de/LC_MESSAGES/breeze_style_config.mo +share/locale/el/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/el/LC_MESSAGES/breeze_style_config.mo +share/locale/en_GB/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/en_GB/LC_MESSAGES/breeze_style_config.mo +share/locale/es/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/es/LC_MESSAGES/breeze_style_config.mo +share/locale/et/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/et/LC_MESSAGES/breeze_style_config.mo +share/locale/eu/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/fi/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/fi/LC_MESSAGES/breeze_style_config.mo +share/locale/fr/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/fr/LC_MESSAGES/breeze_style_config.mo +share/locale/gl/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/he/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/gl/LC_MESSAGES/breeze_style_config.mo +share/locale/hu/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/hu/LC_MESSAGES/breeze_style_config.mo +share/locale/ia/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/ia/LC_MESSAGES/breeze_style_config.mo +share/locale/it/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/it/LC_MESSAGES/breeze_style_config.mo +share/locale/ja/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/ja/LC_MESSAGES/breeze_style_config.mo +share/locale/ko/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/ko/LC_MESSAGES/breeze_style_config.mo +share/locale/lt/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/lt/LC_MESSAGES/breeze_style_config.mo +share/locale/nb/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/nb/LC_MESSAGES/breeze_style_config.mo +share/locale/nds/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/nds/LC_MESSAGES/breeze_style_config.mo +share/locale/nl/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/nl/LC_MESSAGES/breeze_style_config.mo +share/locale/nn/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/nn/LC_MESSAGES/breeze_style_config.mo +share/locale/pa/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/pa/LC_MESSAGES/breeze_style_config.mo +share/locale/pl/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/pl/LC_MESSAGES/breeze_style_config.mo +share/locale/pt/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/pt/LC_MESSAGES/breeze_style_config.mo +share/locale/pt_BR/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/pt_BR/LC_MESSAGES/breeze_style_config.mo +share/locale/ro/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/ro/LC_MESSAGES/breeze_style_config.mo +share/locale/ru/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/ru/LC_MESSAGES/breeze_style_config.mo +share/locale/se/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/sk/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/sk/LC_MESSAGES/breeze_style_config.mo +share/locale/sl/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/sl/LC_MESSAGES/breeze_style_config.mo +share/locale/sr/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/sr/LC_MESSAGES/breeze_style_config.mo +share/locale/sr@ijekavian/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/sr@ijekavian/LC_MESSAGES/breeze_style_config.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/breeze_style_config.mo +share/locale/sr@latin/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/sr@latin/LC_MESSAGES/breeze_style_config.mo +share/locale/sv/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/sv/LC_MESSAGES/breeze_style_config.mo +share/locale/tr/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/tr/LC_MESSAGES/breeze_style_config.mo +share/locale/uk/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/uk/LC_MESSAGES/breeze_style_config.mo +share/locale/zh_CN/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/zh_CN/LC_MESSAGES/breeze_style_config.mo +share/locale/zh_TW/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/zh_TW/LC_MESSAGES/breeze_style_config.mo +share/plasma/look-and-feel/org.kde.breezedark.desktop/contents/defaults +share/plasma/look-and-feel/org.kde.breezedark.desktop/contents/previews/preview.png +share/plasma/look-and-feel/org.kde.breezedark.desktop/metadata.desktop +share/plasma/look-and-feel/org.kde.breezedark.desktop/metadata.json +share/wallpapers/Next/contents/images/1024x768.png +share/wallpapers/Next/contents/images/1280x1024.png +share/wallpapers/Next/contents/images/1280x800.png +share/wallpapers/Next/contents/images/1440x900.png +share/wallpapers/Next/contents/images/1600x1200.png +share/wallpapers/Next/contents/images/1638x1024.png +share/wallpapers/Next/contents/images/1680x1050.png +share/wallpapers/Next/contents/images/1920x1080.png +share/wallpapers/Next/contents/images/2560x1440.png +share/wallpapers/Next/contents/images/2560x1600.png +share/wallpapers/Next/contents/images/3200x1800.png +share/wallpapers/Next/contents/images/3200x2000.png +share/wallpapers/Next/contents/images/3840x2160.png +share/wallpapers/Next/contents/screenshot.png +share/wallpapers/Next/metadata.desktop Index: x11-themes/plasma5-kde-gtk-config/Makefile =================================================================== --- /dev/null +++ x11-themes/plasma5-kde-gtk-config/Makefile @@ -0,0 +1,21 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kde-gtk-config +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11-themes kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 GTK2 and GTK3 configurator + +USES= cmake:outsource compiler:c++11-lib cpe gettext \ + kde:5 pkgconfig tar:xz +USE_GNOME= cairo gdkpixbuf2 gtk20 gtk30 glib20 +USE_KDE= archive attica5 auth codecs completion config configwidgets \ + coreaddons ecm i18n iconthemes jobwidgets kcmutils kio \ + newstuff service widgetsaddons xmlgui +USE_QT5= buildtools_build core dbus gui network qmake_build testlib \ + widgets xml +USE_XORG= xcursor + +.include Index: x11-themes/plasma5-kde-gtk-config/distinfo =================================================================== --- /dev/null +++ x11-themes/plasma5-kde-gtk-config/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101669 +SHA256 (KDE/plasma/5.9.2/kde-gtk-config-5.9.2.tar.xz) = f1739eb1e1a2ad68dc8fea7b39371d331480d3e1051b159becde16cecbaf89cf +SIZE (KDE/plasma/5.9.2/kde-gtk-config-5.9.2.tar.xz) = 150964 Index: x11-themes/plasma5-kde-gtk-config/pkg-descr =================================================================== --- /dev/null +++ x11-themes/plasma5-kde-gtk-config/pkg-descr @@ -0,0 +1,11 @@ +GTK2 and GTK3 Configurator for KDE. + +Configuration dialog to adapt GTK applications appearance to your taste under +KDE. Among its many features, it lets you: +* Choose which theme is used for GTK2 and GTK3 applications. +* Tweak some GTK applications behaviour. +* Select what icon theme to use in GTK applications. +* Select GTK applications default fonts. +* Easily browse and install new GTK2 and GTK3 themes. + +WWW: https://projects.kde.org/projects/kde/workspace/kde-gtk-config Index: x11-themes/plasma5-kde-gtk-config/pkg-plist =================================================================== --- /dev/null +++ x11-themes/plasma5-kde-gtk-config/pkg-plist @@ -0,0 +1,61 @@ +etc/xdg/cgcgtk3.knsrc +etc/xdg/cgcicon.knsrc +etc/xdg/cgctheme.knsrc +lib/libexec/gtk3_preview +lib/libexec/gtk_preview +lib/libexec/reload_gtk_apps +%%QT_PLUGINDIR%%/kcm_kdegtkconfig.so +share/icons/hicolor/128x128/apps/kde-gtk-config.png +share/icons/hicolor/16x16/apps/kde-gtk-config.png +share/icons/hicolor/22x22/apps/kde-gtk-config.png +share/icons/hicolor/24x24/apps/kde-gtk-config.png +share/icons/hicolor/256x256/apps/kde-gtk-config.png +share/icons/hicolor/32x32/apps/kde-gtk-config.png +share/icons/hicolor/48x48/apps/kde-gtk-config.png +share/icons/hicolor/64x64/apps/kde-gtk-config.png +share/icons/hicolor/8x8/apps/kde-gtk-config.png +share/icons/hicolor/scalable/apps/kde-gtk-config.svgz +share/kcm-gtk-module/preview.ui +share/kservices5/kde-gtk-config.desktop +share/locale/ar/LC_MESSAGES/kde-gtk-config.mo +share/locale/ast/LC_MESSAGES/kde-gtk-config.mo +share/locale/bs/LC_MESSAGES/kde-gtk-config.mo +share/locale/ca/LC_MESSAGES/kde-gtk-config.mo +share/locale/ca@valencia/LC_MESSAGES/kde-gtk-config.mo +share/locale/cs/LC_MESSAGES/kde-gtk-config.mo +share/locale/da/LC_MESSAGES/kde-gtk-config.mo +share/locale/de/LC_MESSAGES/kde-gtk-config.mo +share/locale/el/LC_MESSAGES/kde-gtk-config.mo +share/locale/en_GB/LC_MESSAGES/kde-gtk-config.mo +share/locale/es/LC_MESSAGES/kde-gtk-config.mo +share/locale/et/LC_MESSAGES/kde-gtk-config.mo +share/locale/fi/LC_MESSAGES/kde-gtk-config.mo +share/locale/fr/LC_MESSAGES/kde-gtk-config.mo +share/locale/gl/LC_MESSAGES/kde-gtk-config.mo +share/locale/he/LC_MESSAGES/kde-gtk-config.mo +share/locale/hu/LC_MESSAGES/kde-gtk-config.mo +share/locale/ia/LC_MESSAGES/kde-gtk-config.mo +share/locale/it/LC_MESSAGES/kde-gtk-config.mo +share/locale/ja/LC_MESSAGES/kde-gtk-config.mo +share/locale/ko/LC_MESSAGES/kde-gtk-config.mo +share/locale/lt/LC_MESSAGES/kde-gtk-config.mo +share/locale/nb/LC_MESSAGES/kde-gtk-config.mo +share/locale/nl/LC_MESSAGES/kde-gtk-config.mo +share/locale/nn/LC_MESSAGES/kde-gtk-config.mo +share/locale/pa/LC_MESSAGES/kde-gtk-config.mo +share/locale/pl/LC_MESSAGES/kde-gtk-config.mo +share/locale/pt/LC_MESSAGES/kde-gtk-config.mo +share/locale/pt_BR/LC_MESSAGES/kde-gtk-config.mo +share/locale/ro/LC_MESSAGES/kde-gtk-config.mo +share/locale/ru/LC_MESSAGES/kde-gtk-config.mo +share/locale/sk/LC_MESSAGES/kde-gtk-config.mo +share/locale/sl/LC_MESSAGES/kde-gtk-config.mo +share/locale/sr/LC_MESSAGES/kde-gtk-config.mo +share/locale/sr@ijekavian/LC_MESSAGES/kde-gtk-config.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kde-gtk-config.mo +share/locale/sr@latin/LC_MESSAGES/kde-gtk-config.mo +share/locale/sv/LC_MESSAGES/kde-gtk-config.mo +share/locale/tr/LC_MESSAGES/kde-gtk-config.mo +share/locale/uk/LC_MESSAGES/kde-gtk-config.mo +share/locale/zh_CN/LC_MESSAGES/kde-gtk-config.mo +share/locale/zh_TW/LC_MESSAGES/kde-gtk-config.mo Index: x11-themes/plasma5-oxygen/Makefile =================================================================== --- /dev/null +++ x11-themes/plasma5-oxygen/Makefile @@ -0,0 +1,19 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= oxygen +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11-themes kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 Oxygen style + +USES= cmake:outsource compiler:c++11-lib cpe gettext \ + kde:5 pkgconfig tar:xz +USE_KDE= auth codecs completion config configwidgets coreaddons decoration ecm \ + frameworkintegration guiaddons i18n kcmutils service \ + widgetsaddons windowsystem +USE_QT5= buildtools_build core dbus gui qmake_build widgets x11extras xml +USE_XORG= xcb + +.include Index: x11-themes/plasma5-oxygen/distinfo =================================================================== --- /dev/null +++ x11-themes/plasma5-oxygen/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101690 +SHA256 (KDE/plasma/5.9.2/oxygen-5.9.2.tar.xz) = 482f814e7d833abc7295a8cccf324fdda9e927bc2001de37c6ff4cad07f3ad0b +SIZE (KDE/plasma/5.9.2/oxygen-5.9.2.tar.xz) = 4463188 Index: x11-themes/plasma5-oxygen/pkg-descr =================================================================== --- /dev/null +++ x11-themes/plasma5-oxygen/pkg-descr @@ -0,0 +1,3 @@ +Plasma5 Oxygen style. + +WWW: https://projects.kde.org/projects/kde/workspace/oxygen Index: x11-themes/plasma5-oxygen/pkg-plist =================================================================== --- /dev/null +++ x11-themes/plasma5-oxygen/pkg-plist @@ -0,0 +1,780 @@ +bin/oxygen-demo5 +bin/oxygen-settings5 +lib/liboxygenstyle5.so +lib/liboxygenstyle5.so.5 +lib/liboxygenstyle5.so.%%KDE_PLASMA_VERSION%% +lib/liboxygenstyleconfig5.so +lib/liboxygenstyleconfig5.so.5 +lib/liboxygenstyleconfig5.so.%%KDE_PLASMA_VERSION%% +%%QT_PLUGINDIR%%/kstyle_oxygen_config.so +%%QT_PLUGINDIR%%/org.kde.kdecoration2/oxygendecoration.so +%%QT_PLUGINDIR%%/styles/oxygen.so +share/icons/KDE_Classic/cursors/00000000000000020006000e7e9ffc3f +share/icons/KDE_Classic/cursors/00008160000006810000408080010102 +share/icons/KDE_Classic/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/KDE_Classic/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/KDE_Classic/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/KDE_Classic/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/KDE_Classic/cursors/9081237383d90e509aa00f00170e968f +share/icons/KDE_Classic/cursors/9d800788f1b08800ae810202380a0822 +share/icons/KDE_Classic/cursors/X_cursor +share/icons/KDE_Classic/cursors/all-scroll +share/icons/KDE_Classic/cursors/bottom_left_corner +share/icons/KDE_Classic/cursors/bottom_right_corner +share/icons/KDE_Classic/cursors/bottom_side +share/icons/KDE_Classic/cursors/center_ptr +share/icons/KDE_Classic/cursors/closedhand +share/icons/KDE_Classic/cursors/col-resize +share/icons/KDE_Classic/cursors/cross +share/icons/KDE_Classic/cursors/crossed_circle +share/icons/KDE_Classic/cursors/crosshair +share/icons/KDE_Classic/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/KDE_Classic/cursors/dnd-move +share/icons/KDE_Classic/cursors/dnd-no-drop +share/icons/KDE_Classic/cursors/dnd-none +share/icons/KDE_Classic/cursors/e-resize +share/icons/KDE_Classic/cursors/e29285e634086352946a0e7090d73106 +share/icons/KDE_Classic/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff +share/icons/KDE_Classic/cursors/fleur +share/icons/KDE_Classic/cursors/forbidden +share/icons/KDE_Classic/cursors/half-busy +share/icons/KDE_Classic/cursors/hand1 +share/icons/KDE_Classic/cursors/hand2 +share/icons/KDE_Classic/cursors/help +share/icons/KDE_Classic/cursors/ibeam +share/icons/KDE_Classic/cursors/left_ptr +share/icons/KDE_Classic/cursors/left_ptr_watch +share/icons/KDE_Classic/cursors/left_side +share/icons/KDE_Classic/cursors/move +share/icons/KDE_Classic/cursors/n-resize +share/icons/KDE_Classic/cursors/not-allowed +share/icons/KDE_Classic/cursors/openhand +share/icons/KDE_Classic/cursors/pirate +share/icons/KDE_Classic/cursors/pointer +share/icons/KDE_Classic/cursors/pointing_hand +share/icons/KDE_Classic/cursors/progress +share/icons/KDE_Classic/cursors/question_arrow +share/icons/KDE_Classic/cursors/right_ptr +share/icons/KDE_Classic/cursors/right_side +share/icons/KDE_Classic/cursors/row-resize +share/icons/KDE_Classic/cursors/s-resize +share/icons/KDE_Classic/cursors/sb_h_double_arrow +share/icons/KDE_Classic/cursors/sb_v_double_arrow +share/icons/KDE_Classic/cursors/size_all +share/icons/KDE_Classic/cursors/size_bdiag +share/icons/KDE_Classic/cursors/size_fdiag +share/icons/KDE_Classic/cursors/size_hor +share/icons/KDE_Classic/cursors/size_ver +share/icons/KDE_Classic/cursors/split_h +share/icons/KDE_Classic/cursors/split_v +share/icons/KDE_Classic/cursors/text +share/icons/KDE_Classic/cursors/top_left_corner +share/icons/KDE_Classic/cursors/top_right_corner +share/icons/KDE_Classic/cursors/top_side +share/icons/KDE_Classic/cursors/up_arrow +share/icons/KDE_Classic/cursors/v_double_arrow +share/icons/KDE_Classic/cursors/w-resize +share/icons/KDE_Classic/cursors/wait +share/icons/KDE_Classic/cursors/watch +share/icons/KDE_Classic/cursors/whats_this +share/icons/KDE_Classic/cursors/xcursorconfig +share/icons/KDE_Classic/cursors/xterm +share/icons/KDE_Classic/index.theme +share/icons/Oxygen_Black/cursors/00000000000000020006000e7e9ffc3f +share/icons/Oxygen_Black/cursors/00008160000006810000408080010102 +share/icons/Oxygen_Black/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/Oxygen_Black/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/Oxygen_Black/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/Oxygen_Black/cursors/3085a0e285430894940527032f8b26df +share/icons/Oxygen_Black/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/Oxygen_Black/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/Oxygen_Black/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/Oxygen_Black/cursors/6407b0e94181790501fd1e167b474872 +share/icons/Oxygen_Black/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/Oxygen_Black/cursors/9081237383d90e509aa00f00170e968f +share/icons/Oxygen_Black/cursors/9d800788f1b08800ae810202380a0822 +share/icons/Oxygen_Black/cursors/X_cursor +share/icons/Oxygen_Black/cursors/a2a266d0498c3104214a47bd64ab0fc8 +share/icons/Oxygen_Black/cursors/alias +share/icons/Oxygen_Black/cursors/all-scroll +share/icons/Oxygen_Black/cursors/b66166c04f8c3109214a4fbd64a50fc8 +share/icons/Oxygen_Black/cursors/circle +share/icons/Oxygen_Black/cursors/closedhand +share/icons/Oxygen_Black/cursors/col-resize +share/icons/Oxygen_Black/cursors/color-picker +share/icons/Oxygen_Black/cursors/copy +share/icons/Oxygen_Black/cursors/cross +share/icons/Oxygen_Black/cursors/crossed_circle +share/icons/Oxygen_Black/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/Oxygen_Black/cursors/dnd-copy +share/icons/Oxygen_Black/cursors/dnd-link +share/icons/Oxygen_Black/cursors/dnd-move +share/icons/Oxygen_Black/cursors/dnd-no-drop +share/icons/Oxygen_Black/cursors/dnd-none +share/icons/Oxygen_Black/cursors/e-resize +share/icons/Oxygen_Black/cursors/e29285e634086352946a0e7090d73106 +share/icons/Oxygen_Black/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff +share/icons/Oxygen_Black/cursors/fleur +share/icons/Oxygen_Black/cursors/forbidden +share/icons/Oxygen_Black/cursors/half-busy +share/icons/Oxygen_Black/cursors/hand1 +share/icons/Oxygen_Black/cursors/hand2 +share/icons/Oxygen_Black/cursors/help +share/icons/Oxygen_Black/cursors/ibeam +share/icons/Oxygen_Black/cursors/left_ptr +share/icons/Oxygen_Black/cursors/left_ptr_watch +share/icons/Oxygen_Black/cursors/link +share/icons/Oxygen_Black/cursors/move +share/icons/Oxygen_Black/cursors/n-resize +share/icons/Oxygen_Black/cursors/not-allowed +share/icons/Oxygen_Black/cursors/openhand +share/icons/Oxygen_Black/cursors/pencil +share/icons/Oxygen_Black/cursors/pirate +share/icons/Oxygen_Black/cursors/plus +share/icons/Oxygen_Black/cursors/pointer +share/icons/Oxygen_Black/cursors/pointing_hand +share/icons/Oxygen_Black/cursors/progress +share/icons/Oxygen_Black/cursors/question_arrow +share/icons/Oxygen_Black/cursors/row-resize +share/icons/Oxygen_Black/cursors/s-resize +share/icons/Oxygen_Black/cursors/sb_h_double_arrow +share/icons/Oxygen_Black/cursors/sb_v_double_arrow +share/icons/Oxygen_Black/cursors/size_all +share/icons/Oxygen_Black/cursors/size_bdiag +share/icons/Oxygen_Black/cursors/size_fdiag +share/icons/Oxygen_Black/cursors/size_hor +share/icons/Oxygen_Black/cursors/size_ver +share/icons/Oxygen_Black/cursors/split_h +share/icons/Oxygen_Black/cursors/split_v +share/icons/Oxygen_Black/cursors/text +share/icons/Oxygen_Black/cursors/up_arrow +share/icons/Oxygen_Black/cursors/v_double_arrow +share/icons/Oxygen_Black/cursors/w-resize +share/icons/Oxygen_Black/cursors/wait +share/icons/Oxygen_Black/cursors/watch +share/icons/Oxygen_Black/cursors/whats_this +share/icons/Oxygen_Black/cursors/xterm +share/icons/Oxygen_Black/index.theme +share/icons/Oxygen_Blue/cursors/00000000000000020006000e7e9ffc3f +share/icons/Oxygen_Blue/cursors/00008160000006810000408080010102 +share/icons/Oxygen_Blue/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/Oxygen_Blue/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/Oxygen_Blue/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/Oxygen_Blue/cursors/3085a0e285430894940527032f8b26df +share/icons/Oxygen_Blue/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/Oxygen_Blue/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/Oxygen_Blue/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/Oxygen_Blue/cursors/6407b0e94181790501fd1e167b474872 +share/icons/Oxygen_Blue/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/Oxygen_Blue/cursors/9081237383d90e509aa00f00170e968f +share/icons/Oxygen_Blue/cursors/9d800788f1b08800ae810202380a0822 +share/icons/Oxygen_Blue/cursors/X_cursor +share/icons/Oxygen_Blue/cursors/a2a266d0498c3104214a47bd64ab0fc8 +share/icons/Oxygen_Blue/cursors/alias +share/icons/Oxygen_Blue/cursors/all-scroll +share/icons/Oxygen_Blue/cursors/b66166c04f8c3109214a4fbd64a50fc8 +share/icons/Oxygen_Blue/cursors/circle +share/icons/Oxygen_Blue/cursors/closedhand +share/icons/Oxygen_Blue/cursors/col-resize +share/icons/Oxygen_Blue/cursors/color-picker +share/icons/Oxygen_Blue/cursors/copy +share/icons/Oxygen_Blue/cursors/cross +share/icons/Oxygen_Blue/cursors/crossed_circle +share/icons/Oxygen_Blue/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/Oxygen_Blue/cursors/dnd-copy +share/icons/Oxygen_Blue/cursors/dnd-link +share/icons/Oxygen_Blue/cursors/dnd-move +share/icons/Oxygen_Blue/cursors/dnd-no-drop +share/icons/Oxygen_Blue/cursors/dnd-none +share/icons/Oxygen_Blue/cursors/e-resize +share/icons/Oxygen_Blue/cursors/e29285e634086352946a0e7090d73106 +share/icons/Oxygen_Blue/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff +share/icons/Oxygen_Blue/cursors/fleur +share/icons/Oxygen_Blue/cursors/forbidden +share/icons/Oxygen_Blue/cursors/half-busy +share/icons/Oxygen_Blue/cursors/hand1 +share/icons/Oxygen_Blue/cursors/hand2 +share/icons/Oxygen_Blue/cursors/help +share/icons/Oxygen_Blue/cursors/ibeam +share/icons/Oxygen_Blue/cursors/left_ptr +share/icons/Oxygen_Blue/cursors/left_ptr_watch +share/icons/Oxygen_Blue/cursors/link +share/icons/Oxygen_Blue/cursors/move +share/icons/Oxygen_Blue/cursors/n-resize +share/icons/Oxygen_Blue/cursors/not-allowed +share/icons/Oxygen_Blue/cursors/openhand +share/icons/Oxygen_Blue/cursors/pencil +share/icons/Oxygen_Blue/cursors/pirate +share/icons/Oxygen_Blue/cursors/plus +share/icons/Oxygen_Blue/cursors/pointer +share/icons/Oxygen_Blue/cursors/pointing_hand +share/icons/Oxygen_Blue/cursors/progress +share/icons/Oxygen_Blue/cursors/question_arrow +share/icons/Oxygen_Blue/cursors/row-resize +share/icons/Oxygen_Blue/cursors/s-resize +share/icons/Oxygen_Blue/cursors/sb_h_double_arrow +share/icons/Oxygen_Blue/cursors/sb_v_double_arrow +share/icons/Oxygen_Blue/cursors/size_all +share/icons/Oxygen_Blue/cursors/size_bdiag +share/icons/Oxygen_Blue/cursors/size_fdiag +share/icons/Oxygen_Blue/cursors/size_hor +share/icons/Oxygen_Blue/cursors/size_ver +share/icons/Oxygen_Blue/cursors/split_h +share/icons/Oxygen_Blue/cursors/split_v +share/icons/Oxygen_Blue/cursors/text +share/icons/Oxygen_Blue/cursors/up_arrow +share/icons/Oxygen_Blue/cursors/v_double_arrow +share/icons/Oxygen_Blue/cursors/w-resize +share/icons/Oxygen_Blue/cursors/wait +share/icons/Oxygen_Blue/cursors/watch +share/icons/Oxygen_Blue/cursors/whats_this +share/icons/Oxygen_Blue/cursors/xterm +share/icons/Oxygen_Blue/index.theme +share/icons/Oxygen_White/cursors/00000000000000020006000e7e9ffc3f +share/icons/Oxygen_White/cursors/00008160000006810000408080010102 +share/icons/Oxygen_White/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/Oxygen_White/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/Oxygen_White/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/Oxygen_White/cursors/3085a0e285430894940527032f8b26df +share/icons/Oxygen_White/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/Oxygen_White/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/Oxygen_White/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/Oxygen_White/cursors/6407b0e94181790501fd1e167b474872 +share/icons/Oxygen_White/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/Oxygen_White/cursors/9081237383d90e509aa00f00170e968f +share/icons/Oxygen_White/cursors/9d800788f1b08800ae810202380a0822 +share/icons/Oxygen_White/cursors/X_cursor +share/icons/Oxygen_White/cursors/a2a266d0498c3104214a47bd64ab0fc8 +share/icons/Oxygen_White/cursors/alias +share/icons/Oxygen_White/cursors/all-scroll +share/icons/Oxygen_White/cursors/b66166c04f8c3109214a4fbd64a50fc8 +share/icons/Oxygen_White/cursors/circle +share/icons/Oxygen_White/cursors/closedhand +share/icons/Oxygen_White/cursors/col-resize +share/icons/Oxygen_White/cursors/color-picker +share/icons/Oxygen_White/cursors/copy +share/icons/Oxygen_White/cursors/cross +share/icons/Oxygen_White/cursors/crossed_circle +share/icons/Oxygen_White/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/Oxygen_White/cursors/dnd-copy +share/icons/Oxygen_White/cursors/dnd-link +share/icons/Oxygen_White/cursors/dnd-move +share/icons/Oxygen_White/cursors/dnd-no-drop +share/icons/Oxygen_White/cursors/dnd-none +share/icons/Oxygen_White/cursors/e-resize +share/icons/Oxygen_White/cursors/e29285e634086352946a0e7090d73106 +share/icons/Oxygen_White/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff +share/icons/Oxygen_White/cursors/fleur +share/icons/Oxygen_White/cursors/forbidden +share/icons/Oxygen_White/cursors/half-busy +share/icons/Oxygen_White/cursors/hand1 +share/icons/Oxygen_White/cursors/hand2 +share/icons/Oxygen_White/cursors/help +share/icons/Oxygen_White/cursors/ibeam +share/icons/Oxygen_White/cursors/left_ptr +share/icons/Oxygen_White/cursors/left_ptr_watch +share/icons/Oxygen_White/cursors/link +share/icons/Oxygen_White/cursors/move +share/icons/Oxygen_White/cursors/n-resize +share/icons/Oxygen_White/cursors/not-allowed +share/icons/Oxygen_White/cursors/openhand +share/icons/Oxygen_White/cursors/pencil +share/icons/Oxygen_White/cursors/pirate +share/icons/Oxygen_White/cursors/plus +share/icons/Oxygen_White/cursors/pointer +share/icons/Oxygen_White/cursors/pointing_hand +share/icons/Oxygen_White/cursors/progress +share/icons/Oxygen_White/cursors/question_arrow +share/icons/Oxygen_White/cursors/row-resize +share/icons/Oxygen_White/cursors/s-resize +share/icons/Oxygen_White/cursors/sb_h_double_arrow +share/icons/Oxygen_White/cursors/sb_v_double_arrow +share/icons/Oxygen_White/cursors/size_all +share/icons/Oxygen_White/cursors/size_bdiag +share/icons/Oxygen_White/cursors/size_fdiag +share/icons/Oxygen_White/cursors/size_hor +share/icons/Oxygen_White/cursors/size_ver +share/icons/Oxygen_White/cursors/split_h +share/icons/Oxygen_White/cursors/split_v +share/icons/Oxygen_White/cursors/text +share/icons/Oxygen_White/cursors/up_arrow +share/icons/Oxygen_White/cursors/v_double_arrow +share/icons/Oxygen_White/cursors/w-resize +share/icons/Oxygen_White/cursors/wait +share/icons/Oxygen_White/cursors/watch +share/icons/Oxygen_White/cursors/whats_this +share/icons/Oxygen_White/cursors/xterm +share/icons/Oxygen_White/index.theme +share/icons/Oxygen_Yellow/cursors/00000000000000020006000e7e9ffc3f +share/icons/Oxygen_Yellow/cursors/00008160000006810000408080010102 +share/icons/Oxygen_Yellow/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/Oxygen_Yellow/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/Oxygen_Yellow/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/Oxygen_Yellow/cursors/3085a0e285430894940527032f8b26df +share/icons/Oxygen_Yellow/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/Oxygen_Yellow/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/Oxygen_Yellow/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/Oxygen_Yellow/cursors/6407b0e94181790501fd1e167b474872 +share/icons/Oxygen_Yellow/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/Oxygen_Yellow/cursors/9081237383d90e509aa00f00170e968f +share/icons/Oxygen_Yellow/cursors/9d800788f1b08800ae810202380a0822 +share/icons/Oxygen_Yellow/cursors/X_cursor +share/icons/Oxygen_Yellow/cursors/a2a266d0498c3104214a47bd64ab0fc8 +share/icons/Oxygen_Yellow/cursors/alias +share/icons/Oxygen_Yellow/cursors/all-scroll +share/icons/Oxygen_Yellow/cursors/b66166c04f8c3109214a4fbd64a50fc8 +share/icons/Oxygen_Yellow/cursors/circle +share/icons/Oxygen_Yellow/cursors/closedhand +share/icons/Oxygen_Yellow/cursors/col-resize +share/icons/Oxygen_Yellow/cursors/color-picker +share/icons/Oxygen_Yellow/cursors/copy +share/icons/Oxygen_Yellow/cursors/cross +share/icons/Oxygen_Yellow/cursors/crossed_circle +share/icons/Oxygen_Yellow/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/Oxygen_Yellow/cursors/dnd-copy +share/icons/Oxygen_Yellow/cursors/dnd-link +share/icons/Oxygen_Yellow/cursors/dnd-move +share/icons/Oxygen_Yellow/cursors/dnd-no-drop +share/icons/Oxygen_Yellow/cursors/dnd-none +share/icons/Oxygen_Yellow/cursors/e-resize +share/icons/Oxygen_Yellow/cursors/e29285e634086352946a0e7090d73106 +share/icons/Oxygen_Yellow/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff +share/icons/Oxygen_Yellow/cursors/fleur +share/icons/Oxygen_Yellow/cursors/forbidden +share/icons/Oxygen_Yellow/cursors/half-busy +share/icons/Oxygen_Yellow/cursors/hand1 +share/icons/Oxygen_Yellow/cursors/hand2 +share/icons/Oxygen_Yellow/cursors/help +share/icons/Oxygen_Yellow/cursors/ibeam +share/icons/Oxygen_Yellow/cursors/left_ptr +share/icons/Oxygen_Yellow/cursors/left_ptr_watch +share/icons/Oxygen_Yellow/cursors/link +share/icons/Oxygen_Yellow/cursors/move +share/icons/Oxygen_Yellow/cursors/n-resize +share/icons/Oxygen_Yellow/cursors/not-allowed +share/icons/Oxygen_Yellow/cursors/openhand +share/icons/Oxygen_Yellow/cursors/pencil +share/icons/Oxygen_Yellow/cursors/pirate +share/icons/Oxygen_Yellow/cursors/plus +share/icons/Oxygen_Yellow/cursors/pointer +share/icons/Oxygen_Yellow/cursors/pointing_hand +share/icons/Oxygen_Yellow/cursors/progress +share/icons/Oxygen_Yellow/cursors/question_arrow +share/icons/Oxygen_Yellow/cursors/row-resize +share/icons/Oxygen_Yellow/cursors/s-resize +share/icons/Oxygen_Yellow/cursors/sb_h_double_arrow +share/icons/Oxygen_Yellow/cursors/sb_v_double_arrow +share/icons/Oxygen_Yellow/cursors/size_all +share/icons/Oxygen_Yellow/cursors/size_bdiag +share/icons/Oxygen_Yellow/cursors/size_fdiag +share/icons/Oxygen_Yellow/cursors/size_hor +share/icons/Oxygen_Yellow/cursors/size_ver +share/icons/Oxygen_Yellow/cursors/split_h +share/icons/Oxygen_Yellow/cursors/split_v +share/icons/Oxygen_Yellow/cursors/text +share/icons/Oxygen_Yellow/cursors/up_arrow +share/icons/Oxygen_Yellow/cursors/v_double_arrow +share/icons/Oxygen_Yellow/cursors/w-resize +share/icons/Oxygen_Yellow/cursors/wait +share/icons/Oxygen_Yellow/cursors/watch +share/icons/Oxygen_Yellow/cursors/whats_this +share/icons/Oxygen_Yellow/cursors/xterm +share/icons/Oxygen_Yellow/index.theme +share/icons/Oxygen_Zion/cursors/00000000000000020006000e7e9ffc3f +share/icons/Oxygen_Zion/cursors/00008160000006810000408080010102 +share/icons/Oxygen_Zion/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/Oxygen_Zion/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/Oxygen_Zion/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/Oxygen_Zion/cursors/3085a0e285430894940527032f8b26df +share/icons/Oxygen_Zion/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/Oxygen_Zion/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/Oxygen_Zion/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/Oxygen_Zion/cursors/6407b0e94181790501fd1e167b474872 +share/icons/Oxygen_Zion/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/Oxygen_Zion/cursors/9081237383d90e509aa00f00170e968f +share/icons/Oxygen_Zion/cursors/9d800788f1b08800ae810202380a0822 +share/icons/Oxygen_Zion/cursors/X_cursor +share/icons/Oxygen_Zion/cursors/a2a266d0498c3104214a47bd64ab0fc8 +share/icons/Oxygen_Zion/cursors/alias +share/icons/Oxygen_Zion/cursors/all-scroll +share/icons/Oxygen_Zion/cursors/b66166c04f8c3109214a4fbd64a50fc8 +share/icons/Oxygen_Zion/cursors/circle +share/icons/Oxygen_Zion/cursors/closedhand +share/icons/Oxygen_Zion/cursors/col-resize +share/icons/Oxygen_Zion/cursors/color-picker +share/icons/Oxygen_Zion/cursors/copy +share/icons/Oxygen_Zion/cursors/cross +share/icons/Oxygen_Zion/cursors/crossed_circle +share/icons/Oxygen_Zion/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/Oxygen_Zion/cursors/dnd-copy +share/icons/Oxygen_Zion/cursors/dnd-link +share/icons/Oxygen_Zion/cursors/dnd-move +share/icons/Oxygen_Zion/cursors/dnd-no-drop +share/icons/Oxygen_Zion/cursors/dnd-none +share/icons/Oxygen_Zion/cursors/e-resize +share/icons/Oxygen_Zion/cursors/e29285e634086352946a0e7090d73106 +share/icons/Oxygen_Zion/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff +share/icons/Oxygen_Zion/cursors/fleur +share/icons/Oxygen_Zion/cursors/forbidden +share/icons/Oxygen_Zion/cursors/half-busy +share/icons/Oxygen_Zion/cursors/hand1 +share/icons/Oxygen_Zion/cursors/hand2 +share/icons/Oxygen_Zion/cursors/help +share/icons/Oxygen_Zion/cursors/ibeam +share/icons/Oxygen_Zion/cursors/left_ptr +share/icons/Oxygen_Zion/cursors/left_ptr_watch +share/icons/Oxygen_Zion/cursors/link +share/icons/Oxygen_Zion/cursors/move +share/icons/Oxygen_Zion/cursors/n-resize +share/icons/Oxygen_Zion/cursors/not-allowed +share/icons/Oxygen_Zion/cursors/openhand +share/icons/Oxygen_Zion/cursors/pencil +share/icons/Oxygen_Zion/cursors/pirate +share/icons/Oxygen_Zion/cursors/plus +share/icons/Oxygen_Zion/cursors/pointer +share/icons/Oxygen_Zion/cursors/pointing_hand +share/icons/Oxygen_Zion/cursors/progress +share/icons/Oxygen_Zion/cursors/question_arrow +share/icons/Oxygen_Zion/cursors/row-resize +share/icons/Oxygen_Zion/cursors/s-resize +share/icons/Oxygen_Zion/cursors/sb_h_double_arrow +share/icons/Oxygen_Zion/cursors/sb_v_double_arrow +share/icons/Oxygen_Zion/cursors/size_all +share/icons/Oxygen_Zion/cursors/size_bdiag +share/icons/Oxygen_Zion/cursors/size_fdiag +share/icons/Oxygen_Zion/cursors/size_hor +share/icons/Oxygen_Zion/cursors/size_ver +share/icons/Oxygen_Zion/cursors/split_h +share/icons/Oxygen_Zion/cursors/split_v +share/icons/Oxygen_Zion/cursors/text +share/icons/Oxygen_Zion/cursors/up_arrow +share/icons/Oxygen_Zion/cursors/v_double_arrow +share/icons/Oxygen_Zion/cursors/w-resize +share/icons/Oxygen_Zion/cursors/wait +share/icons/Oxygen_Zion/cursors/watch +share/icons/Oxygen_Zion/cursors/whats_this +share/icons/Oxygen_Zion/cursors/xterm +share/icons/Oxygen_Zion/index.theme +share/icons/hicolor/256x256/apps/oxygen-settings.png +share/kservices5/oxygendecorationconfig.desktop +share/kservices5/oxygenstyleconfig.desktop +share/kstyle/themes/oxygen.themerc +share/locale/af/LC_MESSAGES/oxygen_style_config.mo +share/locale/af/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ar/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ar/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/ar/LC_MESSAGES/oxygen_style_config.mo +share/locale/ar/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ast/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ast/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/ast/LC_MESSAGES/oxygen_style_config.mo +share/locale/ast/LC_MESSAGES/oxygen_style_demo.mo +share/locale/be/LC_MESSAGES/oxygen_style_config.mo +share/locale/be/LC_MESSAGES/oxygen_style_demo.mo +share/locale/be@latin/LC_MESSAGES/oxygen_style_config.mo +share/locale/be@latin/LC_MESSAGES/oxygen_style_demo.mo +share/locale/bg/LC_MESSAGES/oxygen_style_config.mo +share/locale/bg/LC_MESSAGES/oxygen_style_demo.mo +share/locale/bn_IN/LC_MESSAGES/oxygen_style_config.mo +share/locale/bn_IN/LC_MESSAGES/oxygen_style_demo.mo +share/locale/br/LC_MESSAGES/oxygen_style_config.mo +share/locale/br/LC_MESSAGES/oxygen_style_demo.mo +share/locale/bs/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/bs/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/bs/LC_MESSAGES/oxygen_style_config.mo +share/locale/bs/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ca/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ca/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/ca/LC_MESSAGES/oxygen_style_config.mo +share/locale/ca/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ca@valencia/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ca@valencia/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/ca@valencia/LC_MESSAGES/oxygen_style_config.mo +share/locale/ca@valencia/LC_MESSAGES/oxygen_style_demo.mo +share/locale/cs/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/cs/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/cs/LC_MESSAGES/oxygen_style_config.mo +share/locale/cs/LC_MESSAGES/oxygen_style_demo.mo +share/locale/csb/LC_MESSAGES/oxygen_style_config.mo +share/locale/csb/LC_MESSAGES/oxygen_style_demo.mo +share/locale/cy/LC_MESSAGES/oxygen_style_config.mo +share/locale/cy/LC_MESSAGES/oxygen_style_demo.mo +share/locale/da/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/da/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/da/LC_MESSAGES/oxygen_style_config.mo +share/locale/da/LC_MESSAGES/oxygen_style_demo.mo +share/locale/de/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/de/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/de/LC_MESSAGES/oxygen_style_config.mo +share/locale/de/LC_MESSAGES/oxygen_style_demo.mo +share/locale/el/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/el/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/el/LC_MESSAGES/oxygen_style_config.mo +share/locale/el/LC_MESSAGES/oxygen_style_demo.mo +share/locale/en_GB/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/en_GB/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/en_GB/LC_MESSAGES/oxygen_style_config.mo +share/locale/en_GB/LC_MESSAGES/oxygen_style_demo.mo +share/locale/eo/LC_MESSAGES/oxygen_style_config.mo +share/locale/eo/LC_MESSAGES/oxygen_style_demo.mo +share/locale/es/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/es/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/es/LC_MESSAGES/oxygen_style_config.mo +share/locale/es/LC_MESSAGES/oxygen_style_demo.mo +share/locale/et/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/et/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/et/LC_MESSAGES/oxygen_style_config.mo +share/locale/et/LC_MESSAGES/oxygen_style_demo.mo +share/locale/eu/LC_MESSAGES/oxygen_style_config.mo +share/locale/eu/LC_MESSAGES/oxygen_style_demo.mo +share/locale/fa/LC_MESSAGES/oxygen_style_config.mo +share/locale/fa/LC_MESSAGES/oxygen_style_demo.mo +share/locale/fi/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/fi/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/fi/LC_MESSAGES/oxygen_style_config.mo +share/locale/fi/LC_MESSAGES/oxygen_style_demo.mo +share/locale/fr/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/fr/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/fr/LC_MESSAGES/oxygen_style_config.mo +share/locale/fr/LC_MESSAGES/oxygen_style_demo.mo +share/locale/fy/LC_MESSAGES/oxygen_style_config.mo +share/locale/fy/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ga/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ga/LC_MESSAGES/oxygen_style_config.mo +share/locale/ga/LC_MESSAGES/oxygen_style_demo.mo +share/locale/gl/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/gl/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/gl/LC_MESSAGES/oxygen_style_config.mo +share/locale/gl/LC_MESSAGES/oxygen_style_demo.mo +share/locale/gu/LC_MESSAGES/oxygen_style_config.mo +share/locale/gu/LC_MESSAGES/oxygen_style_demo.mo +share/locale/he/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/he/LC_MESSAGES/oxygen_style_config.mo +share/locale/he/LC_MESSAGES/oxygen_style_demo.mo +share/locale/hi/LC_MESSAGES/oxygen_style_config.mo +share/locale/hi/LC_MESSAGES/oxygen_style_demo.mo +share/locale/hne/LC_MESSAGES/oxygen_style_config.mo +share/locale/hne/LC_MESSAGES/oxygen_style_demo.mo +share/locale/hr/LC_MESSAGES/oxygen_style_config.mo +share/locale/hr/LC_MESSAGES/oxygen_style_demo.mo +share/locale/hsb/LC_MESSAGES/oxygen_style_config.mo +share/locale/hsb/LC_MESSAGES/oxygen_style_demo.mo +share/locale/hu/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/hu/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/hu/LC_MESSAGES/oxygen_style_config.mo +share/locale/hu/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ia/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ia/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/ia/LC_MESSAGES/oxygen_style_config.mo +share/locale/ia/LC_MESSAGES/oxygen_style_demo.mo +share/locale/id/LC_MESSAGES/oxygen_style_config.mo +share/locale/id/LC_MESSAGES/oxygen_style_demo.mo +share/locale/is/LC_MESSAGES/oxygen_style_config.mo +share/locale/is/LC_MESSAGES/oxygen_style_demo.mo +share/locale/it/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/it/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/it/LC_MESSAGES/oxygen_style_config.mo +share/locale/it/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ja/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ja/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/ja/LC_MESSAGES/oxygen_style_config.mo +share/locale/ja/LC_MESSAGES/oxygen_style_demo.mo +share/locale/kk/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/kk/LC_MESSAGES/oxygen_style_config.mo +share/locale/kk/LC_MESSAGES/oxygen_style_demo.mo +share/locale/km/LC_MESSAGES/oxygen_style_config.mo +share/locale/km/LC_MESSAGES/oxygen_style_demo.mo +share/locale/kn/LC_MESSAGES/oxygen_style_config.mo +share/locale/kn/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ko/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ko/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/ko/LC_MESSAGES/oxygen_style_config.mo +share/locale/ko/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ku/LC_MESSAGES/oxygen_style_config.mo +share/locale/ku/LC_MESSAGES/oxygen_style_demo.mo +share/locale/lb/LC_MESSAGES/oxygen_style_config.mo +share/locale/lb/LC_MESSAGES/oxygen_style_demo.mo +share/locale/lt/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/lt/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/lt/LC_MESSAGES/oxygen_style_config.mo +share/locale/lt/LC_MESSAGES/oxygen_style_demo.mo +share/locale/lv/LC_MESSAGES/oxygen_style_config.mo +share/locale/lv/LC_MESSAGES/oxygen_style_demo.mo +share/locale/mai/LC_MESSAGES/oxygen_style_config.mo +share/locale/mai/LC_MESSAGES/oxygen_style_demo.mo +share/locale/mk/LC_MESSAGES/oxygen_style_config.mo +share/locale/mk/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ml/LC_MESSAGES/oxygen_style_config.mo +share/locale/ml/LC_MESSAGES/oxygen_style_demo.mo +share/locale/mr/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/mr/LC_MESSAGES/oxygen_style_config.mo +share/locale/mr/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ms/LC_MESSAGES/oxygen_style_config.mo +share/locale/ms/LC_MESSAGES/oxygen_style_demo.mo +share/locale/nb/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/nb/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/nb/LC_MESSAGES/oxygen_style_config.mo +share/locale/nb/LC_MESSAGES/oxygen_style_demo.mo +share/locale/nds/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/nds/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/nds/LC_MESSAGES/oxygen_style_config.mo +share/locale/nds/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ne/LC_MESSAGES/oxygen_style_config.mo +share/locale/ne/LC_MESSAGES/oxygen_style_demo.mo +share/locale/nl/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/nl/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/nl/LC_MESSAGES/oxygen_style_config.mo +share/locale/nl/LC_MESSAGES/oxygen_style_demo.mo +share/locale/nn/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/nn/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/nn/LC_MESSAGES/oxygen_style_config.mo +share/locale/nn/LC_MESSAGES/oxygen_style_demo.mo +share/locale/or/LC_MESSAGES/oxygen_style_config.mo +share/locale/or/LC_MESSAGES/oxygen_style_demo.mo +share/locale/pa/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/pa/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/pa/LC_MESSAGES/oxygen_style_config.mo +share/locale/pa/LC_MESSAGES/oxygen_style_demo.mo +share/locale/pl/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/pl/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/pl/LC_MESSAGES/oxygen_style_config.mo +share/locale/pl/LC_MESSAGES/oxygen_style_demo.mo +share/locale/pt/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/pt/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/pt/LC_MESSAGES/oxygen_style_config.mo +share/locale/pt/LC_MESSAGES/oxygen_style_demo.mo +share/locale/pt_BR/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/pt_BR/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/pt_BR/LC_MESSAGES/oxygen_style_config.mo +share/locale/pt_BR/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ro/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ro/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/ro/LC_MESSAGES/oxygen_style_config.mo +share/locale/ro/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ru/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ru/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/ru/LC_MESSAGES/oxygen_style_config.mo +share/locale/ru/LC_MESSAGES/oxygen_style_demo.mo +share/locale/se/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/se/LC_MESSAGES/oxygen_style_config.mo +share/locale/se/LC_MESSAGES/oxygen_style_demo.mo +share/locale/si/LC_MESSAGES/oxygen_style_config.mo +share/locale/si/LC_MESSAGES/oxygen_style_demo.mo +share/locale/sk/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/sk/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/sk/LC_MESSAGES/oxygen_style_config.mo +share/locale/sk/LC_MESSAGES/oxygen_style_demo.mo +share/locale/sl/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/sl/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/sl/LC_MESSAGES/oxygen_style_config.mo +share/locale/sl/LC_MESSAGES/oxygen_style_demo.mo +share/locale/sq/LC_MESSAGES/oxygen_style_config.mo +share/locale/sq/LC_MESSAGES/oxygen_style_demo.mo +share/locale/sr/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/sr/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/sr/LC_MESSAGES/oxygen_style_config.mo +share/locale/sr/LC_MESSAGES/oxygen_style_demo.mo +share/locale/sr@ijekavian/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/sr@ijekavian/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/sr@ijekavian/LC_MESSAGES/oxygen_style_config.mo +share/locale/sr@ijekavian/LC_MESSAGES/oxygen_style_demo.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/oxygen_style_config.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/oxygen_style_demo.mo +share/locale/sr@latin/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/sr@latin/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/sr@latin/LC_MESSAGES/oxygen_style_config.mo +share/locale/sr@latin/LC_MESSAGES/oxygen_style_demo.mo +share/locale/sv/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/sv/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/sv/LC_MESSAGES/oxygen_style_config.mo +share/locale/sv/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ta/LC_MESSAGES/oxygen_style_config.mo +share/locale/ta/LC_MESSAGES/oxygen_style_demo.mo +share/locale/te/LC_MESSAGES/oxygen_style_config.mo +share/locale/te/LC_MESSAGES/oxygen_style_demo.mo +share/locale/tg/LC_MESSAGES/oxygen_style_config.mo +share/locale/tg/LC_MESSAGES/oxygen_style_demo.mo +share/locale/th/LC_MESSAGES/oxygen_style_config.mo +share/locale/th/LC_MESSAGES/oxygen_style_demo.mo +share/locale/tr/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/tr/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/tr/LC_MESSAGES/oxygen_style_config.mo +share/locale/tr/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ug/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ug/LC_MESSAGES/oxygen_style_config.mo +share/locale/ug/LC_MESSAGES/oxygen_style_demo.mo +share/locale/uk/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/uk/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/uk/LC_MESSAGES/oxygen_style_config.mo +share/locale/uk/LC_MESSAGES/oxygen_style_demo.mo +share/locale/vi/LC_MESSAGES/oxygen_style_config.mo +share/locale/vi/LC_MESSAGES/oxygen_style_demo.mo +share/locale/wa/LC_MESSAGES/oxygen_style_config.mo +share/locale/wa/LC_MESSAGES/oxygen_style_demo.mo +share/locale/zh_CN/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/zh_CN/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/zh_CN/LC_MESSAGES/oxygen_style_config.mo +share/locale/zh_CN/LC_MESSAGES/oxygen_style_demo.mo +share/locale/zh_TW/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/zh_TW/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/zh_TW/LC_MESSAGES/oxygen_style_config.mo +share/locale/zh_TW/LC_MESSAGES/oxygen_style_demo.mo +share/plasma/look-and-feel/org.kde.oxygen/contents/defaults +share/plasma/look-and-feel/org.kde.oxygen/contents/previews/preview.png +share/plasma/look-and-feel/org.kde.oxygen/contents/previews/splash.png +share/plasma/look-and-feel/org.kde.oxygen/contents/splash/Splash.qml +share/plasma/look-and-feel/org.kde.oxygen/contents/splash/images/background.png +share/plasma/look-and-feel/org.kde.oxygen/contents/splash/images/kde.png +share/plasma/look-and-feel/org.kde.oxygen/contents/splash/images/rectangle.png +share/plasma/look-and-feel/org.kde.oxygen/metadata.desktop +share/sounds/Oxygen-Im-Cant-Connect.ogg +share/sounds/Oxygen-Im-Connection-Lost.ogg +share/sounds/Oxygen-Im-Contact-In.ogg +share/sounds/Oxygen-Im-Contact-Out.ogg +share/sounds/Oxygen-Im-Error-On-Connection.ogg +share/sounds/Oxygen-Im-Highlight-Msg.ogg +share/sounds/Oxygen-Im-Internal-Error.ogg +share/sounds/Oxygen-Im-Irc-Event.ogg +share/sounds/Oxygen-Im-Low-Priority-Message.ogg +share/sounds/Oxygen-Im-Message-In.ogg +share/sounds/Oxygen-Im-Message-Out.ogg +share/sounds/Oxygen-Im-Network-Problems.ogg +share/sounds/Oxygen-Im-New-Mail.ogg +share/sounds/Oxygen-Im-Nudge.ogg +share/sounds/Oxygen-Im-Phone-Ring.ogg +share/sounds/Oxygen-Im-Sms.ogg +share/sounds/Oxygen-Im-User-Auth.ogg +share/sounds/Oxygen-K3B-Finish-Error.ogg +share/sounds/Oxygen-K3B-Finish-Success.ogg +share/sounds/Oxygen-K3B-Insert-Medium.ogg +share/sounds/Oxygen-Sys-App-Error-Critical.ogg +share/sounds/Oxygen-Sys-App-Error-Serious-Very.ogg +share/sounds/Oxygen-Sys-App-Error-Serious.ogg +share/sounds/Oxygen-Sys-App-Error.ogg +share/sounds/Oxygen-Sys-App-Message.ogg +share/sounds/Oxygen-Sys-App-Negative.ogg +share/sounds/Oxygen-Sys-App-Positive.ogg +share/sounds/Oxygen-Sys-Error-Printing.ogg +share/sounds/Oxygen-Sys-File-Open-Foes.ogg +share/sounds/Oxygen-Sys-List-End.ogg +share/sounds/Oxygen-Sys-List-Match-Multiple.ogg +share/sounds/Oxygen-Sys-List-Match-No.ogg +share/sounds/Oxygen-Sys-Log-In-Long.ogg +share/sounds/Oxygen-Sys-Log-In-Short.ogg +share/sounds/Oxygen-Sys-Log-In.ogg +share/sounds/Oxygen-Sys-Log-Out.ogg +share/sounds/Oxygen-Sys-Question.ogg +share/sounds/Oxygen-Sys-Special.ogg +share/sounds/Oxygen-Sys-Trash-Emptied.ogg +share/sounds/Oxygen-Sys-Warning.ogg +share/sounds/Oxygen-Window-All-Desktops-Not.ogg +share/sounds/Oxygen-Window-All-Desktops.ogg +share/sounds/Oxygen-Window-Close.ogg +share/sounds/Oxygen-Window-Maximize.ogg +share/sounds/Oxygen-Window-Minimize.ogg +share/sounds/Oxygen-Window-Move-Stop.ogg +share/sounds/Oxygen-Window-Move.ogg +share/sounds/Oxygen-Window-Shade-Down.ogg +share/sounds/Oxygen-Window-Shade-Up.ogg Index: x11-themes/plasma5-plasma-workspace-wallpapers/Makefile =================================================================== --- /dev/null +++ x11-themes/plasma5-plasma-workspace-wallpapers/Makefile @@ -0,0 +1,15 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= plasma-workspace-wallpapers +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11-themes kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 wallpapers + +USES= cmake:outsource cpe kde:5 tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build qmake_build + +.include Index: x11-themes/plasma5-plasma-workspace-wallpapers/distinfo =================================================================== --- /dev/null +++ x11-themes/plasma5-plasma-workspace-wallpapers/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101913 +SHA256 (KDE/plasma/5.9.2/plasma-workspace-wallpapers-5.9.2.tar.xz) = dc67f29fcf9a721bc5b00ddca66bd81e3ad50383be7459262d2e048bae68b163 +SIZE (KDE/plasma/5.9.2/plasma-workspace-wallpapers-5.9.2.tar.xz) = 45911392 Index: x11-themes/plasma5-plasma-workspace-wallpapers/pkg-descr =================================================================== --- /dev/null +++ x11-themes/plasma5-plasma-workspace-wallpapers/pkg-descr @@ -0,0 +1,3 @@ +Wallpapers for the Plasma5 desktop. + +WWW: https://projects.kde.org/projects/kde/workspace/plasma-workspace Index: x11-themes/plasma5-plasma-workspace-wallpapers/pkg-plist =================================================================== --- /dev/null +++ x11-themes/plasma5-plasma-workspace-wallpapers/pkg-plist @@ -0,0 +1,182 @@ +share/wallpapers/Autumn/contents/images/1280x1024.jpg +share/wallpapers/Autumn/contents/images/1280x800.jpg +share/wallpapers/Autumn/contents/images/1440x900.jpg +share/wallpapers/Autumn/contents/images/1600x1200.jpg +share/wallpapers/Autumn/contents/images/1638x1024.jpg +share/wallpapers/Autumn/contents/images/1680x1050.jpg +share/wallpapers/Autumn/contents/images/1920x1080.jpg +share/wallpapers/Autumn/contents/images/1920x1200.jpg +share/wallpapers/Autumn/contents/images/2560x1440.jpg +share/wallpapers/Autumn/contents/images/2560x1600.jpg +share/wallpapers/Autumn/contents/images/640x480.jpg +share/wallpapers/Autumn/contents/images/800x600.jpg +share/wallpapers/Autumn/contents/screenshot.jpg +share/wallpapers/Autumn/metadata.desktop +share/wallpapers/BytheWater/contents/images/1280x1024.jpg +share/wallpapers/BytheWater/contents/images/1280x800.jpg +share/wallpapers/BytheWater/contents/images/1440x900.jpg +share/wallpapers/BytheWater/contents/images/1600x1200.jpg +share/wallpapers/BytheWater/contents/images/1638x1024.jpg +share/wallpapers/BytheWater/contents/images/1680x1050.jpg +share/wallpapers/BytheWater/contents/images/1920x1080.jpg +share/wallpapers/BytheWater/contents/images/1920x1200.jpg +share/wallpapers/BytheWater/contents/images/2560x1440.jpg +share/wallpapers/BytheWater/contents/images/2560x1600.jpg +share/wallpapers/BytheWater/contents/images/640x480.jpg +share/wallpapers/BytheWater/contents/images/800x600.jpg +share/wallpapers/BytheWater/contents/screenshot.jpg +share/wallpapers/BytheWater/metadata.desktop +share/wallpapers/ColdRipple/contents/images/1280x1024.jpg +share/wallpapers/ColdRipple/contents/images/1280x800.jpg +share/wallpapers/ColdRipple/contents/images/1440x900.jpg +share/wallpapers/ColdRipple/contents/images/1600x1200.jpg +share/wallpapers/ColdRipple/contents/images/1638x1024.jpg +share/wallpapers/ColdRipple/contents/images/1680x1050.jpg +share/wallpapers/ColdRipple/contents/images/1920x1080.jpg +share/wallpapers/ColdRipple/contents/images/1920x1200.jpg +share/wallpapers/ColdRipple/contents/images/2560x1440.jpg +share/wallpapers/ColdRipple/contents/images/2560x1600.jpg +share/wallpapers/ColdRipple/contents/images/640x480.jpg +share/wallpapers/ColdRipple/contents/images/800x600.jpg +share/wallpapers/ColdRipple/contents/screenshot.jpg +share/wallpapers/ColdRipple/metadata.desktop +share/wallpapers/ColorfulCups/contents/images/1280x1024.jpg +share/wallpapers/ColorfulCups/contents/images/1280x800.jpg +share/wallpapers/ColorfulCups/contents/images/1440x900.jpg +share/wallpapers/ColorfulCups/contents/images/1600x1200.jpg +share/wallpapers/ColorfulCups/contents/images/1638x1024.jpg +share/wallpapers/ColorfulCups/contents/images/1680x1050.jpg +share/wallpapers/ColorfulCups/contents/images/1920x1080.jpg +share/wallpapers/ColorfulCups/contents/images/1920x1200.jpg +share/wallpapers/ColorfulCups/contents/images/2560x1440.jpg +share/wallpapers/ColorfulCups/contents/images/2560x1600.jpg +share/wallpapers/ColorfulCups/contents/images/640x480.jpg +share/wallpapers/ColorfulCups/contents/images/800x600.jpg +share/wallpapers/ColorfulCups/contents/screenshot.jpg +share/wallpapers/ColorfulCups/metadata.desktop +share/wallpapers/DarkestHour/contents/images/1280x1024.jpg +share/wallpapers/DarkestHour/contents/images/1280x800.jpg +share/wallpapers/DarkestHour/contents/images/1440x900.jpg +share/wallpapers/DarkestHour/contents/images/1600x1200.jpg +share/wallpapers/DarkestHour/contents/images/1638x1024.jpg +share/wallpapers/DarkestHour/contents/images/1680x1050.jpg +share/wallpapers/DarkestHour/contents/images/1920x1080.jpg +share/wallpapers/DarkestHour/contents/images/1920x1200.jpg +share/wallpapers/DarkestHour/contents/images/2560x1440.jpg +share/wallpapers/DarkestHour/contents/images/2560x1600.jpg +share/wallpapers/DarkestHour/contents/images/640x480.jpg +share/wallpapers/DarkestHour/contents/images/800x600.jpg +share/wallpapers/DarkestHour/contents/screenshot.jpg +share/wallpapers/DarkestHour/metadata.desktop +share/wallpapers/EveningGlow/contents/images/1280x1024.jpg +share/wallpapers/EveningGlow/contents/images/1280x800.jpg +share/wallpapers/EveningGlow/contents/images/1440x900.jpg +share/wallpapers/EveningGlow/contents/images/1600x1200.jpg +share/wallpapers/EveningGlow/contents/images/1638x1024.jpg +share/wallpapers/EveningGlow/contents/images/1680x1050.jpg +share/wallpapers/EveningGlow/contents/images/1920x1080.jpg +share/wallpapers/EveningGlow/contents/images/1920x1200.jpg +share/wallpapers/EveningGlow/contents/images/2560x1440.jpg +share/wallpapers/EveningGlow/contents/images/2560x1600.jpg +share/wallpapers/EveningGlow/contents/images/640x480.jpg +share/wallpapers/EveningGlow/contents/images/800x600.jpg +share/wallpapers/EveningGlow/contents/screenshot.jpg +share/wallpapers/EveningGlow/metadata.desktop +share/wallpapers/FallenLeaf/contents/images/1280x1024.jpg +share/wallpapers/FallenLeaf/contents/images/1280x800.jpg +share/wallpapers/FallenLeaf/contents/images/1440x900.jpg +share/wallpapers/FallenLeaf/contents/images/1600x1200.jpg +share/wallpapers/FallenLeaf/contents/images/1638x1024.jpg +share/wallpapers/FallenLeaf/contents/images/1680x1050.jpg +share/wallpapers/FallenLeaf/contents/images/1920x1080.jpg +share/wallpapers/FallenLeaf/contents/images/1920x1200.jpg +share/wallpapers/FallenLeaf/contents/images/2560x1440.jpg +share/wallpapers/FallenLeaf/contents/images/2560x1600.jpg +share/wallpapers/FallenLeaf/contents/images/640x480.jpg +share/wallpapers/FallenLeaf/contents/images/800x600.jpg +share/wallpapers/FallenLeaf/contents/screenshot.jpg +share/wallpapers/FallenLeaf/metadata.desktop +share/wallpapers/FlyingKonqui/contents/images/1280x1024.png +share/wallpapers/FlyingKonqui/contents/images/1280x800.png +share/wallpapers/FlyingKonqui/contents/images/1440x900.png +share/wallpapers/FlyingKonqui/contents/images/1600x1200.png +share/wallpapers/FlyingKonqui/contents/images/1638x1024.png +share/wallpapers/FlyingKonqui/contents/images/1680x1050.png +share/wallpapers/FlyingKonqui/contents/images/1920x1080.png +share/wallpapers/FlyingKonqui/contents/images/1920x1200.png +share/wallpapers/FlyingKonqui/contents/images/2560x1440.png +share/wallpapers/FlyingKonqui/contents/images/2560x1600.png +share/wallpapers/FlyingKonqui/contents/images/640x480.png +share/wallpapers/FlyingKonqui/contents/images/800x600.png +share/wallpapers/FlyingKonqui/contents/screenshot.png +share/wallpapers/FlyingKonqui/metadata.desktop +share/wallpapers/Grey/contents/images/1280x1024.jpg +share/wallpapers/Grey/contents/images/1280x800.jpg +share/wallpapers/Grey/contents/images/1440x900.jpg +share/wallpapers/Grey/contents/images/1600x1200.jpg +share/wallpapers/Grey/contents/images/1638x1024.jpg +share/wallpapers/Grey/contents/images/1680x1050.jpg +share/wallpapers/Grey/contents/images/1920x1080.jpg +share/wallpapers/Grey/contents/images/1920x1200.jpg +share/wallpapers/Grey/contents/images/2560x1440.jpg +share/wallpapers/Grey/contents/images/2560x1600.jpg +share/wallpapers/Grey/contents/images/640x480.jpg +share/wallpapers/Grey/contents/images/800x600.jpg +share/wallpapers/Grey/contents/screenshot.jpg +share/wallpapers/Grey/metadata.desktop +share/wallpapers/Kite/contents/images/1280x1024.jpg +share/wallpapers/Kite/contents/images/1280x800.jpg +share/wallpapers/Kite/contents/images/1440x900.jpg +share/wallpapers/Kite/contents/images/1600x1200.jpg +share/wallpapers/Kite/contents/images/1638x1024.jpg +share/wallpapers/Kite/contents/images/1680x1050.jpg +share/wallpapers/Kite/contents/images/1920x1080.jpg +share/wallpapers/Kite/contents/images/1920x1200.jpg +share/wallpapers/Kite/contents/images/2560x1440.jpg +share/wallpapers/Kite/contents/images/2560x1600.jpg +share/wallpapers/Kite/contents/images/640x480.jpg +share/wallpapers/Kite/contents/images/800x600.jpg +share/wallpapers/Kite/contents/screenshot.jpg +share/wallpapers/Kite/metadata.desktop +share/wallpapers/OneStandsOut/contents/images/1280x1024.jpg +share/wallpapers/OneStandsOut/contents/images/1280x800.jpg +share/wallpapers/OneStandsOut/contents/images/1440x900.jpg +share/wallpapers/OneStandsOut/contents/images/1600x1200.jpg +share/wallpapers/OneStandsOut/contents/images/1638x1024.jpg +share/wallpapers/OneStandsOut/contents/images/1680x1050.jpg +share/wallpapers/OneStandsOut/contents/images/1920x1080.jpg +share/wallpapers/OneStandsOut/contents/images/1920x1200.jpg +share/wallpapers/OneStandsOut/contents/images/2560x1440.jpg +share/wallpapers/OneStandsOut/contents/images/2560x1600.jpg +share/wallpapers/OneStandsOut/contents/images/640x480.jpg +share/wallpapers/OneStandsOut/contents/images/800x600.jpg +share/wallpapers/OneStandsOut/contents/screenshot.jpg +share/wallpapers/OneStandsOut/metadata.desktop +share/wallpapers/PastelHills/contents/images/1024x768.jpg +share/wallpapers/PastelHills/contents/images/1280x1024.jpg +share/wallpapers/PastelHills/contents/images/1280x800.jpg +share/wallpapers/PastelHills/contents/images/1440x900.jpg +share/wallpapers/PastelHills/contents/images/1600x1200.jpg +share/wallpapers/PastelHills/contents/images/1638x1024.jpg +share/wallpapers/PastelHills/contents/images/1680x1050.jpg +share/wallpapers/PastelHills/contents/images/1920x1080.jpg +share/wallpapers/PastelHills/contents/images/2560x1440.jpg +share/wallpapers/PastelHills/contents/images/2560x1600.jpg +share/wallpapers/PastelHills/contents/images/3200x1800.jpg +share/wallpapers/PastelHills/contents/images/3200x2000.jpg +share/wallpapers/PastelHills/contents/screenshot.jpg +share/wallpapers/PastelHills/metadata.desktop +share/wallpapers/Path/contents/images/1280x1024.jpg +share/wallpapers/Path/contents/images/1280x800.jpg +share/wallpapers/Path/contents/images/1440x900.jpg +share/wallpapers/Path/contents/images/1600x1200.jpg +share/wallpapers/Path/contents/images/1638x1024.jpg +share/wallpapers/Path/contents/images/1680x1050.jpg +share/wallpapers/Path/contents/images/1920x1080.jpg +share/wallpapers/Path/contents/images/1920x1200.jpg +share/wallpapers/Path/contents/images/2560x1440.jpg +share/wallpapers/Path/contents/images/2560x1600.jpg +share/wallpapers/Path/contents/images/640x480.jpg +share/wallpapers/Path/contents/images/800x600.jpg +share/wallpapers/Path/contents/screenshot.jpg +share/wallpapers/Path/metadata.desktop Index: x11-toolkits/Makefile =================================================================== --- x11-toolkits/Makefile +++ x11-toolkits/Makefile @@ -194,6 +194,7 @@ SUBDIR += pangox-compat SUBDIR += pangoxsl SUBDIR += phat + SUBDIR += plasma5-kdeplasma-addons SUBDIR += plib SUBDIR += pure-gtk SUBDIR += pure-tk Index: x11-toolkits/plasma5-kdeplasma-addons/Makefile =================================================================== --- /dev/null +++ x11-toolkits/plasma5-kdeplasma-addons/Makefile @@ -0,0 +1,22 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kdeplasma-addons +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11-toolkits kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 addons to improve the Plasma experience + +USES= cmake:outsource compiler:c++11-lib cpe gettext \ + kde:5 pkgconfig tar:xz +USE_KDE= activities archive attica5 auth bookmarks codecs completion \ + config configwidgets coreaddons crash ecm emoticons guiaddons \ + i18n iconthemes init itemmodels itemviews jobwidgets kcmutils \ + kdelibs4support kio kross newstuff notifications package parts\ + plasma-framework plasma-workspace runner service solid sonnet \ + textwidgets unitconversion widgetsaddons windowsystem xmlgui +USE_QT5= buildtools_build core dbus graphicaleffects gui network \ + printsupport qmake_build qml quick script widgets x11extras xml + +.include Index: x11-toolkits/plasma5-kdeplasma-addons/distinfo =================================================================== --- /dev/null +++ x11-toolkits/plasma5-kdeplasma-addons/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101932 +SHA256 (KDE/plasma/5.9.2/kdeplasma-addons-5.9.2.tar.xz) = e6221a2b1f86b1ec442767172b527e081d27c8cb4f159e2efb69be937470287a +SIZE (KDE/plasma/5.9.2/kdeplasma-addons-5.9.2.tar.xz) = 2047892 Index: x11-toolkits/plasma5-kdeplasma-addons/pkg-descr =================================================================== --- /dev/null +++ x11-toolkits/plasma5-kdeplasma-addons/pkg-descr @@ -0,0 +1,3 @@ +All kind of addons to improve your Plasma experience. + +WWW: https://projects.kde.org/projects/kde/workspace/kdeplasma-addons Index: x11-toolkits/plasma5-kdeplasma-addons/pkg-plist =================================================================== --- /dev/null +++ x11-toolkits/plasma5-kdeplasma-addons/pkg-plist @@ -0,0 +1,3541 @@ +etc/xdg/comic.knsrc +lib/libplasmacomicprovidercore.so.1 +lib/libplasmacomicprovidercore.so.1.0.0 +lib/libplasmapotdprovidercore.so +lib/libplasmapotdprovidercore.so.1 +lib/libplasmapotdprovidercore.so.1.0.0 +lib/libplasmaweather.so.1 +lib/libplasmaweather.so.2.0.0 +%%QT_PLUGINDIR%%/kcm_krunner_dictionary.so +%%QT_PLUGINDIR%%/kcm_krunner_spellcheck.so +%%QT_PLUGINDIR%%/kpackage/packagestructure/plasma_packagestructure_comic.so +%%QT_PLUGINDIR%%/krunner_converter.so +%%QT_PLUGINDIR%%/krunner_datetime.so +%%QT_PLUGINDIR%%/krunner_dictionary.so +%%QT_PLUGINDIR%%/krunner_spellcheck.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.grouping.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.private.grouping.so +%%QT_PLUGINDIR%%/plasma/applets/plasma_applet_comic.so +%%QT_PLUGINDIR%%/plasma/applets/plasma_applet_weather.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_comic.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_konsoleprofiles.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_potd.so +%%QT_PLUGINDIR%%/plasma_comic_krossprovider.so +%%QT_PLUGINDIR%%/potd/plasma_potd_apodprovider.so +%%QT_PLUGINDIR%%/potd/plasma_potd_epodprovider.so +%%QT_PLUGINDIR%%/potd/plasma_potd_flickrprovider.so +%%QT_PLUGINDIR%%/potd/plasma_potd_natgeoprovider.so +%%QT_PLUGINDIR%%/potd/plasma_potd_noaaprovider.so +%%QT_PLUGINDIR%%/potd/plasma_potd_wcpotdprovider.so +%%QT_QMLDIR%%/org/kde/plasma/private/colorpicker/libcolorpickerplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/colorpicker/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/diskquota/libdiskquotaplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/diskquota/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/fifteenpuzzle/libfifteenpuzzleplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/fifteenpuzzle/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/mediaframe/libmediaframeplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/mediaframe/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/minimizeall/libminimizeallplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/minimizeall/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/notes/libnotesplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/notes/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/purpose/libpurposeplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/purpose/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/quicklaunch/libquicklaunchplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/quicklaunch/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/showdesktop/libshowdesktopplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/showdesktop/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/timer/libtimerplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/timer/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/weather/libweatherplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/weather/qmldir +share/icons/hicolor/scalable/apps/fifteenpuzzle.svgz +share/kservices5/kwin/kwin4_desktop_switcher_previews.desktop +share/kservices5/kwin/kwin4_window_switcher_big_icons.desktop +share/kservices5/kwin/kwin4_window_switcher_compact.desktop +share/kservices5/kwin/kwin4_window_switcher_informative.desktop +share/kservices5/kwin/kwin4_window_switcher_present_windows.desktop +share/kservices5/kwin/kwin4_window_switcher_small_icons.desktop +share/kservices5/kwin/kwin4_window_switcher_text.desktop +share/kservices5/kwin/kwin4_window_switcher_thumbnails.desktop +share/kservices5/plasma-applet-org.kde.plasma.activitypager.desktop +share/kservices5/plasma-applet-org.kde.plasma.calculator.desktop +share/kservices5/plasma-applet-org.kde.plasma.colorpicker.desktop +share/kservices5/plasma-applet-org.kde.plasma.comic.desktop +share/kservices5/plasma-applet-org.kde.plasma.diskquota.desktop +share/kservices5/plasma-applet-org.kde.plasma.fifteenpuzzle.desktop +share/kservices5/plasma-applet-org.kde.plasma.fuzzyclock.desktop +share/kservices5/plasma-applet-org.kde.plasma.grouping.desktop +share/kservices5/plasma-applet-org.kde.plasma.kickerdash.desktop +share/kservices5/plasma-applet-org.kde.plasma.konsoleprofiles.desktop +share/kservices5/plasma-applet-org.kde.plasma.mediaframe.desktop +share/kservices5/plasma-applet-org.kde.plasma.minimizeall.desktop +share/kservices5/plasma-applet-org.kde.plasma.notes.desktop +share/kservices5/plasma-applet-org.kde.plasma.private.grouping.desktop +share/kservices5/plasma-applet-org.kde.plasma.quicklaunch.desktop +share/kservices5/plasma-applet-org.kde.plasma.quickshare.desktop +share/kservices5/plasma-applet-org.kde.plasma.showdesktop.desktop +share/kservices5/plasma-applet-org.kde.plasma.systemloadviewer.desktop +share/kservices5/plasma-applet-org.kde.plasma.timer.desktop +share/kservices5/plasma-applet-org.kde.plasma.userswitcher.desktop +share/kservices5/plasma-applet-org.kde.plasma.weather.desktop +share/kservices5/plasma-applet-org.kde.plasma.webbrowser.desktop +share/kservices5/plasma-dataengine-comic.desktop +share/kservices5/plasma-dataengine-konsoleprofiles.desktop +share/kservices5/plasma-dataengine-potd.desktop +share/kservices5/plasma-runner-converter.desktop +share/kservices5/plasma-runner-datetime.desktop +share/kservices5/plasma-runner-dictionary.desktop +share/kservices5/plasma-runner-dictionary_config.desktop +share/kservices5/plasma-runner-spellchecker.desktop +share/kservices5/plasma-runner-spellchecker_config.desktop +share/kservices5/plasma-wallpaper-org.kde.haenau.desktop +share/kservices5/plasma-wallpaper-org.kde.hunyango.desktop +share/kservices5/plasma-wallpaper-org.kde.potd.desktop +share/kservicetypes5/plasma_comicprovider.desktop +share/kwin/desktoptabbox/previews/contents/ui/main.qml +share/kwin/desktoptabbox/previews/metadata.desktop +share/kwin/tabbox/big_icons/contents/ui/IconTabBox.qml +share/kwin/tabbox/big_icons/contents/ui/main.qml +share/kwin/tabbox/big_icons/metadata.desktop +share/kwin/tabbox/compact/contents/ui/main.qml +share/kwin/tabbox/compact/metadata.desktop +share/kwin/tabbox/informative/contents/ui/main.qml +share/kwin/tabbox/informative/metadata.desktop +share/kwin/tabbox/present_windows/contents/ui/main.qml +share/kwin/tabbox/present_windows/metadata.desktop +share/kwin/tabbox/small_icons/contents/ui/IconTabBox.qml +share/kwin/tabbox/small_icons/contents/ui/main.qml +share/kwin/tabbox/small_icons/metadata.desktop +share/kwin/tabbox/text/contents/ui/main.qml +share/kwin/tabbox/text/metadata.desktop +share/kwin/tabbox/thumbnails/contents/ui/main.qml +share/kwin/tabbox/thumbnails/metadata.desktop +share/locale/ar/LC_MESSAGES/konqprofiles.mo +share/locale/ar/LC_MESSAGES/konsoleprofiles.mo +share/locale/ar/LC_MESSAGES/lancelot.mo +share/locale/ar/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/ar/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/ar/LC_MESSAGES/libplasmaweather.mo +share/locale/ar/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/ar/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/ar/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/ar/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/ar/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/ar/LC_MESSAGES/plasma_applet_frame.mo +share/locale/ar/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/ar/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/ar/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/ar/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/ar/LC_MESSAGES/plasma_applet_life.mo +share/locale/ar/LC_MESSAGES/plasma_applet_luna.mo +share/locale/ar/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/ar/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/ar/LC_MESSAGES/plasma_applet_news.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/ar/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/ar/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/ar/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/ar/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/ar/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/ar/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/ar/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/ar/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/ar/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/ar/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/ar/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/ar/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/ar/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/ar/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ar/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/ar/LC_MESSAGES/plasma_runner_events.mo +share/locale/ar/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/ar/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/ar/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/ar/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/ar/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/ar/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/ar/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/ar/LC_MESSAGES/plasma_runner_translator.mo +share/locale/ar/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/ast/LC_MESSAGES/konqprofiles.mo +share/locale/ast/LC_MESSAGES/konsoleprofiles.mo +share/locale/ast/LC_MESSAGES/lancelot.mo +share/locale/ast/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/ast/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/ast/LC_MESSAGES/libplasmaweather.mo +share/locale/ast/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/ast/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/ast/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/ast/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/ast/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/ast/LC_MESSAGES/plasma_applet_frame.mo +share/locale/ast/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/ast/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/ast/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/ast/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/ast/LC_MESSAGES/plasma_applet_life.mo +share/locale/ast/LC_MESSAGES/plasma_applet_luna.mo +share/locale/ast/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/ast/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/ast/LC_MESSAGES/plasma_applet_news.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/ast/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/ast/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/ast/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/ast/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/ast/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/ast/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/ast/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/ast/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/ast/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/ast/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/ast/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/ast/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/ast/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/ast/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ast/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/ast/LC_MESSAGES/plasma_runner_events.mo +share/locale/ast/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/ast/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/ast/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/ast/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/ast/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/ast/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/ast/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/ast/LC_MESSAGES/plasma_runner_translator.mo +share/locale/ast/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/be/LC_MESSAGES/lancelot.mo +share/locale/be/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/be/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/be/LC_MESSAGES/plasma_applet_frame.mo +share/locale/be/LC_MESSAGES/plasma_applet_luna.mo +share/locale/be/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/be/LC_MESSAGES/plasma_applet_news.mo +share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/be/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/be/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/be/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/be/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/bg/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/bg/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/bg/LC_MESSAGES/plasma_applet_luna.mo +share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/bs/LC_MESSAGES/konqprofiles.mo +share/locale/bs/LC_MESSAGES/konsoleprofiles.mo +share/locale/bs/LC_MESSAGES/lancelot.mo +share/locale/bs/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/bs/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/bs/LC_MESSAGES/libplasmaweather.mo +share/locale/bs/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/bs/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/bs/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/bs/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/bs/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/bs/LC_MESSAGES/plasma_applet_frame.mo +share/locale/bs/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/bs/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/bs/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/bs/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/bs/LC_MESSAGES/plasma_applet_life.mo +share/locale/bs/LC_MESSAGES/plasma_applet_luna.mo +share/locale/bs/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/bs/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/bs/LC_MESSAGES/plasma_applet_news.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/bs/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/bs/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/bs/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/bs/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/bs/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/bs/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/bs/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/bs/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/bs/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/bs/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/bs/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/bs/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/bs/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/bs/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/bs/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/bs/LC_MESSAGES/plasma_runner_events.mo +share/locale/bs/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/bs/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/bs/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/bs/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/bs/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/bs/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/bs/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/bs/LC_MESSAGES/plasma_runner_translator.mo +share/locale/bs/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/ca/LC_MESSAGES/konqprofiles.mo +share/locale/ca/LC_MESSAGES/konsoleprofiles.mo +share/locale/ca/LC_MESSAGES/lancelot.mo +share/locale/ca/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/ca/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/ca/LC_MESSAGES/libplasmaweather.mo +share/locale/ca/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/ca/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/ca/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/ca/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/ca/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/ca/LC_MESSAGES/plasma_applet_frame.mo +share/locale/ca/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/ca/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/ca/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/ca/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/ca/LC_MESSAGES/plasma_applet_life.mo +share/locale/ca/LC_MESSAGES/plasma_applet_luna.mo +share/locale/ca/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/ca/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/ca/LC_MESSAGES/plasma_applet_news.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/ca/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/ca/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/ca/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/ca/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/ca/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/ca/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/ca/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/ca/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/ca/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/ca/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/ca/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/ca/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/ca/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/ca/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ca/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/ca/LC_MESSAGES/plasma_runner_events.mo +share/locale/ca/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/ca/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/ca/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/ca/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/ca/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/ca/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/ca/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/ca/LC_MESSAGES/plasma_runner_translator.mo +share/locale/ca/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/ca@valencia/LC_MESSAGES/konqprofiles.mo +share/locale/ca@valencia/LC_MESSAGES/konsoleprofiles.mo +share/locale/ca@valencia/LC_MESSAGES/lancelot.mo +share/locale/ca@valencia/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/ca@valencia/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/ca@valencia/LC_MESSAGES/libplasmaweather.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_frame.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_life.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_luna.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_news.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_events.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_translator.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/cs/LC_MESSAGES/konqprofiles.mo +share/locale/cs/LC_MESSAGES/konsoleprofiles.mo +share/locale/cs/LC_MESSAGES/lancelot.mo +share/locale/cs/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/cs/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/cs/LC_MESSAGES/libplasmaweather.mo +share/locale/cs/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/cs/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/cs/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/cs/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/cs/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/cs/LC_MESSAGES/plasma_applet_frame.mo +share/locale/cs/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/cs/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/cs/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/cs/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/cs/LC_MESSAGES/plasma_applet_life.mo +share/locale/cs/LC_MESSAGES/plasma_applet_luna.mo +share/locale/cs/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/cs/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/cs/LC_MESSAGES/plasma_applet_news.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/cs/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/cs/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/cs/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/cs/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/cs/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/cs/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/cs/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/cs/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/cs/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/cs/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/cs/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/cs/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/cs/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/cs/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/cs/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/cs/LC_MESSAGES/plasma_runner_events.mo +share/locale/cs/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/cs/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/cs/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/cs/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/cs/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/cs/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/cs/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/cs/LC_MESSAGES/plasma_runner_translator.mo +share/locale/cs/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/csb/LC_MESSAGES/lancelot.mo +share/locale/csb/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/csb/LC_MESSAGES/plasma_applet_frame.mo +share/locale/csb/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/csb/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/da/LC_MESSAGES/konqprofiles.mo +share/locale/da/LC_MESSAGES/konsoleprofiles.mo +share/locale/da/LC_MESSAGES/lancelot.mo +share/locale/da/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/da/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/da/LC_MESSAGES/libplasmaweather.mo +share/locale/da/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/da/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/da/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/da/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/da/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/da/LC_MESSAGES/plasma_applet_frame.mo +share/locale/da/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/da/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/da/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/da/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/da/LC_MESSAGES/plasma_applet_life.mo +share/locale/da/LC_MESSAGES/plasma_applet_luna.mo +share/locale/da/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/da/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/da/LC_MESSAGES/plasma_applet_news.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/da/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/da/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/da/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/da/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/da/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/da/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/da/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/da/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/da/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/da/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/da/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/da/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/da/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/da/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/da/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/da/LC_MESSAGES/plasma_runner_events.mo +share/locale/da/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/da/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/da/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/da/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/da/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/da/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/da/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/da/LC_MESSAGES/plasma_runner_translator.mo +share/locale/da/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/de/LC_MESSAGES/konqprofiles.mo +share/locale/de/LC_MESSAGES/konsoleprofiles.mo +share/locale/de/LC_MESSAGES/lancelot.mo +share/locale/de/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/de/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/de/LC_MESSAGES/libplasmaweather.mo +share/locale/de/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/de/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/de/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/de/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/de/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/de/LC_MESSAGES/plasma_applet_frame.mo +share/locale/de/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/de/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/de/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/de/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/de/LC_MESSAGES/plasma_applet_life.mo +share/locale/de/LC_MESSAGES/plasma_applet_luna.mo +share/locale/de/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/de/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/de/LC_MESSAGES/plasma_applet_news.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/de/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/de/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/de/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/de/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/de/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/de/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/de/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/de/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/de/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/de/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/de/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/de/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/de/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/de/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/de/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/de/LC_MESSAGES/plasma_runner_events.mo +share/locale/de/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/de/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/de/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/de/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/de/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/de/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/de/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/de/LC_MESSAGES/plasma_runner_translator.mo +share/locale/de/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/el/LC_MESSAGES/konqprofiles.mo +share/locale/el/LC_MESSAGES/konsoleprofiles.mo +share/locale/el/LC_MESSAGES/lancelot.mo +share/locale/el/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/el/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/el/LC_MESSAGES/libplasmaweather.mo +share/locale/el/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/el/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/el/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/el/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/el/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/el/LC_MESSAGES/plasma_applet_frame.mo +share/locale/el/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/el/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/el/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/el/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/el/LC_MESSAGES/plasma_applet_life.mo +share/locale/el/LC_MESSAGES/plasma_applet_luna.mo +share/locale/el/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/el/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/el/LC_MESSAGES/plasma_applet_news.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/el/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/el/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/el/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/el/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/el/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/el/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/el/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/el/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/el/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/el/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/el/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/el/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/el/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/el/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/el/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/el/LC_MESSAGES/plasma_runner_events.mo +share/locale/el/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/el/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/el/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/el/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/el/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/el/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/el/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/el/LC_MESSAGES/plasma_runner_translator.mo +share/locale/el/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/en_GB/LC_MESSAGES/konqprofiles.mo +share/locale/en_GB/LC_MESSAGES/konsoleprofiles.mo +share/locale/en_GB/LC_MESSAGES/lancelot.mo +share/locale/en_GB/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/en_GB/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/en_GB/LC_MESSAGES/libplasmaweather.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_frame.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_life.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_luna.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_news.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/en_GB/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_events.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_translator.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/eo/LC_MESSAGES/lancelot.mo +share/locale/eo/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/eo/LC_MESSAGES/libplasmaweather.mo +share/locale/eo/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/eo/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/eo/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/eo/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/eo/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/eo/LC_MESSAGES/plasma_applet_frame.mo +share/locale/eo/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/eo/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/eo/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/eo/LC_MESSAGES/plasma_applet_life.mo +share/locale/eo/LC_MESSAGES/plasma_applet_luna.mo +share/locale/eo/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/eo/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/eo/LC_MESSAGES/plasma_applet_news.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/eo/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/eo/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/eo/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/eo/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/eo/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/eo/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/eo/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/eo/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/eo/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/eo/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/eo/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/eo/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/eo/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/eo/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/eo/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/eo/LC_MESSAGES/plasma_runner_events.mo +share/locale/eo/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/eo/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/eo/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/eo/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/eo/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/eo/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/es/LC_MESSAGES/konqprofiles.mo +share/locale/es/LC_MESSAGES/konsoleprofiles.mo +share/locale/es/LC_MESSAGES/lancelot.mo +share/locale/es/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/es/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/es/LC_MESSAGES/libplasmaweather.mo +share/locale/es/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/es/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/es/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/es/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/es/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/es/LC_MESSAGES/plasma_applet_frame.mo +share/locale/es/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/es/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/es/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/es/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/es/LC_MESSAGES/plasma_applet_life.mo +share/locale/es/LC_MESSAGES/plasma_applet_luna.mo +share/locale/es/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/es/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/es/LC_MESSAGES/plasma_applet_news.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/es/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/es/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/es/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/es/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/es/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/es/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/es/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/es/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/es/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/es/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/es/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/es/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/es/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/es/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/es/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/es/LC_MESSAGES/plasma_runner_events.mo +share/locale/es/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/es/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/es/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/es/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/es/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/es/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/es/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/es/LC_MESSAGES/plasma_runner_translator.mo +share/locale/es/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/et/LC_MESSAGES/konqprofiles.mo +share/locale/et/LC_MESSAGES/konsoleprofiles.mo +share/locale/et/LC_MESSAGES/lancelot.mo +share/locale/et/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/et/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/et/LC_MESSAGES/libplasmaweather.mo +share/locale/et/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/et/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/et/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/et/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/et/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/et/LC_MESSAGES/plasma_applet_frame.mo +share/locale/et/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/et/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/et/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/et/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/et/LC_MESSAGES/plasma_applet_life.mo +share/locale/et/LC_MESSAGES/plasma_applet_luna.mo +share/locale/et/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/et/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/et/LC_MESSAGES/plasma_applet_news.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/et/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/et/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/et/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/et/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/et/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/et/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/et/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/et/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/et/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/et/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/et/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/et/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/et/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/et/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/et/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/et/LC_MESSAGES/plasma_runner_events.mo +share/locale/et/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/et/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/et/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/et/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/et/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/et/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/et/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/et/LC_MESSAGES/plasma_runner_translator.mo +share/locale/et/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/eu/LC_MESSAGES/lancelot.mo +share/locale/eu/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/eu/LC_MESSAGES/plasma_applet_luna.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/eu/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/eu/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/eu/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/eu/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/fi/LC_MESSAGES/konqprofiles.mo +share/locale/fi/LC_MESSAGES/konsoleprofiles.mo +share/locale/fi/LC_MESSAGES/lancelot.mo +share/locale/fi/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/fi/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/fi/LC_MESSAGES/libplasmaweather.mo +share/locale/fi/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/fi/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/fi/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/fi/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/fi/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/fi/LC_MESSAGES/plasma_applet_frame.mo +share/locale/fi/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/fi/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/fi/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/fi/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/fi/LC_MESSAGES/plasma_applet_life.mo +share/locale/fi/LC_MESSAGES/plasma_applet_luna.mo +share/locale/fi/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/fi/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/fi/LC_MESSAGES/plasma_applet_news.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/fi/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/fi/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/fi/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/fi/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/fi/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/fi/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/fi/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/fi/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/fi/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/fi/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/fi/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/fi/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/fi/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/fi/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/fi/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/fi/LC_MESSAGES/plasma_runner_events.mo +share/locale/fi/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/fi/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/fi/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/fi/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/fi/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/fi/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/fi/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/fi/LC_MESSAGES/plasma_runner_translator.mo +share/locale/fi/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/fr/LC_MESSAGES/konqprofiles.mo +share/locale/fr/LC_MESSAGES/konsoleprofiles.mo +share/locale/fr/LC_MESSAGES/lancelot.mo +share/locale/fr/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/fr/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/fr/LC_MESSAGES/libplasmaweather.mo +share/locale/fr/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/fr/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/fr/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/fr/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/fr/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/fr/LC_MESSAGES/plasma_applet_frame.mo +share/locale/fr/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/fr/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/fr/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/fr/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/fr/LC_MESSAGES/plasma_applet_life.mo +share/locale/fr/LC_MESSAGES/plasma_applet_luna.mo +share/locale/fr/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/fr/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/fr/LC_MESSAGES/plasma_applet_news.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/fr/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/fr/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/fr/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/fr/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/fr/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/fr/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/fr/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/fr/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/fr/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/fr/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/fr/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/fr/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/fr/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/fr/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/fr/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/fr/LC_MESSAGES/plasma_runner_events.mo +share/locale/fr/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/fr/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/fr/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/fr/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/fr/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/fr/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/fr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/fr/LC_MESSAGES/plasma_runner_translator.mo +share/locale/fr/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/ga/LC_MESSAGES/konqprofiles.mo +share/locale/ga/LC_MESSAGES/konsoleprofiles.mo +share/locale/ga/LC_MESSAGES/lancelot.mo +share/locale/ga/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/ga/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/ga/LC_MESSAGES/libplasmaweather.mo +share/locale/ga/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/ga/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/ga/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/ga/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/ga/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/ga/LC_MESSAGES/plasma_applet_frame.mo +share/locale/ga/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/ga/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/ga/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/ga/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/ga/LC_MESSAGES/plasma_applet_life.mo +share/locale/ga/LC_MESSAGES/plasma_applet_luna.mo +share/locale/ga/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/ga/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/ga/LC_MESSAGES/plasma_applet_news.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/ga/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/ga/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/ga/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/ga/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/ga/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/ga/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/ga/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/ga/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/ga/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/ga/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/ga/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/ga/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/ga/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/ga/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ga/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/ga/LC_MESSAGES/plasma_runner_events.mo +share/locale/ga/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/ga/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/ga/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/ga/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/ga/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/ga/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/ga/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/ga/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/gl/LC_MESSAGES/konqprofiles.mo +share/locale/gl/LC_MESSAGES/konsoleprofiles.mo +share/locale/gl/LC_MESSAGES/lancelot.mo +share/locale/gl/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/gl/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/gl/LC_MESSAGES/libplasmaweather.mo +share/locale/gl/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/gl/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/gl/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/gl/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/gl/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/gl/LC_MESSAGES/plasma_applet_frame.mo +share/locale/gl/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/gl/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/gl/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/gl/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/gl/LC_MESSAGES/plasma_applet_life.mo +share/locale/gl/LC_MESSAGES/plasma_applet_luna.mo +share/locale/gl/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/gl/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/gl/LC_MESSAGES/plasma_applet_news.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/gl/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/gl/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/gl/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/gl/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/gl/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/gl/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/gl/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/gl/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/gl/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/gl/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/gl/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/gl/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/gl/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/gl/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/gl/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/gl/LC_MESSAGES/plasma_runner_events.mo +share/locale/gl/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/gl/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/gl/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/gl/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/gl/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/gl/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/gl/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/gl/LC_MESSAGES/plasma_runner_translator.mo +share/locale/gl/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/he/LC_MESSAGES/konsoleprofiles.mo +share/locale/he/LC_MESSAGES/lancelot.mo +share/locale/he/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/he/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/he/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/he/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/he/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/he/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/he/LC_MESSAGES/plasma_applet_frame.mo +share/locale/he/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/he/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/he/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/he/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/he/LC_MESSAGES/plasma_applet_life.mo +share/locale/he/LC_MESSAGES/plasma_applet_luna.mo +share/locale/he/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/he/LC_MESSAGES/plasma_applet_news.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/he/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/he/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/he/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/he/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/he/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/he/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/he/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/he/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/he/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/he/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/he/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/he/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/he/LC_MESSAGES/plasma_runner_translator.mo +share/locale/he/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/hi/LC_MESSAGES/plasma_applet_frame.mo +share/locale/hi/LC_MESSAGES/plasma_applet_luna.mo +share/locale/hne/LC_MESSAGES/plasma_applet_frame.mo +share/locale/hne/LC_MESSAGES/plasma_applet_luna.mo +share/locale/hr/LC_MESSAGES/lancelot.mo +share/locale/hr/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/hr/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/hr/LC_MESSAGES/libplasmaweather.mo +share/locale/hr/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/hr/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/hr/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/hr/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/hr/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/hr/LC_MESSAGES/plasma_applet_frame.mo +share/locale/hr/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/hr/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/hr/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/hr/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/hr/LC_MESSAGES/plasma_applet_life.mo +share/locale/hr/LC_MESSAGES/plasma_applet_luna.mo +share/locale/hr/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/hr/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/hr/LC_MESSAGES/plasma_applet_news.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/hr/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/hr/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/hr/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/hr/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/hr/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/hr/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/hr/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/hr/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/hr/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/hr/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/hr/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/hr/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/hr/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/hr/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/hr/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/hr/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/hr/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/hr/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/hr/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/hr/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/hr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/hu/LC_MESSAGES/konqprofiles.mo +share/locale/hu/LC_MESSAGES/konsoleprofiles.mo +share/locale/hu/LC_MESSAGES/lancelot.mo +share/locale/hu/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/hu/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/hu/LC_MESSAGES/libplasmaweather.mo +share/locale/hu/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/hu/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/hu/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/hu/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/hu/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/hu/LC_MESSAGES/plasma_applet_frame.mo +share/locale/hu/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/hu/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/hu/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/hu/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/hu/LC_MESSAGES/plasma_applet_life.mo +share/locale/hu/LC_MESSAGES/plasma_applet_luna.mo +share/locale/hu/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/hu/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/hu/LC_MESSAGES/plasma_applet_news.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/hu/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/hu/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/hu/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/hu/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/hu/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/hu/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/hu/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/hu/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/hu/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/hu/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/hu/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/hu/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/hu/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/hu/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/hu/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/hu/LC_MESSAGES/plasma_runner_events.mo +share/locale/hu/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/hu/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/hu/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/hu/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/hu/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/hu/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/hu/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/hu/LC_MESSAGES/plasma_runner_translator.mo +share/locale/hu/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/ia/LC_MESSAGES/lancelot.mo +share/locale/ia/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/ia/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/ia/LC_MESSAGES/libplasmaweather.mo +share/locale/ia/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/ia/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/ia/LC_MESSAGES/plasma_applet_frame.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/is/LC_MESSAGES/lancelot.mo +share/locale/is/LC_MESSAGES/libplasmaweather.mo +share/locale/is/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/is/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/is/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/is/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/is/LC_MESSAGES/plasma_applet_frame.mo +share/locale/is/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/is/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/is/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/is/LC_MESSAGES/plasma_applet_life.mo +share/locale/is/LC_MESSAGES/plasma_applet_luna.mo +share/locale/is/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/is/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/is/LC_MESSAGES/plasma_applet_news.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/is/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/is/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/is/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/is/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/is/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/is/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/is/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/is/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/is/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/is/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/is/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/is/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/is/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/is/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/is/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/is/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/is/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/it/LC_MESSAGES/konqprofiles.mo +share/locale/it/LC_MESSAGES/konsoleprofiles.mo +share/locale/it/LC_MESSAGES/lancelot.mo +share/locale/it/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/it/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/it/LC_MESSAGES/libplasmaweather.mo +share/locale/it/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/it/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/it/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/it/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/it/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/it/LC_MESSAGES/plasma_applet_frame.mo +share/locale/it/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/it/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/it/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/it/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/it/LC_MESSAGES/plasma_applet_life.mo +share/locale/it/LC_MESSAGES/plasma_applet_luna.mo +share/locale/it/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/it/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/it/LC_MESSAGES/plasma_applet_news.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/it/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/it/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/it/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/it/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/it/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/it/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/it/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/it/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/it/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/it/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/it/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/it/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/it/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/it/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/it/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/it/LC_MESSAGES/plasma_runner_events.mo +share/locale/it/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/it/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/it/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/it/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/it/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/it/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/it/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/it/LC_MESSAGES/plasma_runner_translator.mo +share/locale/it/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/ja/LC_MESSAGES/konqprofiles.mo +share/locale/ja/LC_MESSAGES/konsoleprofiles.mo +share/locale/ja/LC_MESSAGES/lancelot.mo +share/locale/ja/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/ja/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/ja/LC_MESSAGES/libplasmaweather.mo +share/locale/ja/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/ja/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/ja/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/ja/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/ja/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/ja/LC_MESSAGES/plasma_applet_frame.mo +share/locale/ja/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/ja/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/ja/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/ja/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/ja/LC_MESSAGES/plasma_applet_life.mo +share/locale/ja/LC_MESSAGES/plasma_applet_luna.mo +share/locale/ja/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/ja/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/ja/LC_MESSAGES/plasma_applet_news.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/ja/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/ja/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/ja/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/ja/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/ja/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/ja/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/ja/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/ja/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/ja/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/ja/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/ja/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/ja/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/ja/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/ja/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ja/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/ja/LC_MESSAGES/plasma_runner_events.mo +share/locale/ja/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/ja/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/ja/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/ja/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/ja/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/ja/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/ja/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/ja/LC_MESSAGES/plasma_runner_translator.mo +share/locale/ja/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/kk/LC_MESSAGES/konqprofiles.mo +share/locale/kk/LC_MESSAGES/konsoleprofiles.mo +share/locale/kk/LC_MESSAGES/lancelot.mo +share/locale/kk/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/kk/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/kk/LC_MESSAGES/libplasmaweather.mo +share/locale/kk/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/kk/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/kk/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/kk/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/kk/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/kk/LC_MESSAGES/plasma_applet_frame.mo +share/locale/kk/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/kk/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/kk/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/kk/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/kk/LC_MESSAGES/plasma_applet_life.mo +share/locale/kk/LC_MESSAGES/plasma_applet_luna.mo +share/locale/kk/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/kk/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/kk/LC_MESSAGES/plasma_applet_news.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/kk/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/kk/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/kk/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/kk/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/kk/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/kk/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/kk/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/kk/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/kk/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/kk/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/kk/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/kk/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/kk/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/kk/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/kk/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/kk/LC_MESSAGES/plasma_runner_events.mo +share/locale/kk/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/kk/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/kk/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/kk/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/kk/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/kk/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/kk/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/kk/LC_MESSAGES/plasma_runner_translator.mo +share/locale/kk/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/km/LC_MESSAGES/konqprofiles.mo +share/locale/km/LC_MESSAGES/konsoleprofiles.mo +share/locale/km/LC_MESSAGES/lancelot.mo +share/locale/km/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/km/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/km/LC_MESSAGES/libplasmaweather.mo +share/locale/km/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/km/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/km/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/km/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/km/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/km/LC_MESSAGES/plasma_applet_frame.mo +share/locale/km/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/km/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/km/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/km/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/km/LC_MESSAGES/plasma_applet_life.mo +share/locale/km/LC_MESSAGES/plasma_applet_luna.mo +share/locale/km/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/km/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/km/LC_MESSAGES/plasma_applet_news.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/km/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/km/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/km/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/km/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/km/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/km/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/km/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/km/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/km/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/km/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/km/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/km/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/km/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/km/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/km/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/km/LC_MESSAGES/plasma_runner_events.mo +share/locale/km/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/km/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/km/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/km/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/km/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/km/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/km/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/km/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/ko/LC_MESSAGES/konqprofiles.mo +share/locale/ko/LC_MESSAGES/konsoleprofiles.mo +share/locale/ko/LC_MESSAGES/lancelot.mo +share/locale/ko/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/ko/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/ko/LC_MESSAGES/libplasmaweather.mo +share/locale/ko/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/ko/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/ko/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/ko/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/ko/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/ko/LC_MESSAGES/plasma_applet_frame.mo +share/locale/ko/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/ko/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/ko/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/ko/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/ko/LC_MESSAGES/plasma_applet_life.mo +share/locale/ko/LC_MESSAGES/plasma_applet_luna.mo +share/locale/ko/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/ko/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/ko/LC_MESSAGES/plasma_applet_news.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/ko/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/ko/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/ko/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/ko/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/ko/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/ko/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/ko/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/ko/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/ko/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/ko/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/ko/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/ko/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/ko/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/ko/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ko/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/ko/LC_MESSAGES/plasma_runner_events.mo +share/locale/ko/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/ko/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/ko/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/ko/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/ko/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/ko/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/ko/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/ko/LC_MESSAGES/plasma_runner_translator.mo +share/locale/ko/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/ku/LC_MESSAGES/lancelot.mo +share/locale/ku/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/ku/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/ku/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/ku/LC_MESSAGES/plasma_applet_frame.mo +share/locale/ku/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/ku/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/ku/LC_MESSAGES/plasma_applet_life.mo +share/locale/ku/LC_MESSAGES/plasma_applet_luna.mo +share/locale/ku/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/ku/LC_MESSAGES/plasma_applet_news.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/ku/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/ku/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/ku/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/ku/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/ku/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/ku/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ku/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/ku/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/lt/LC_MESSAGES/konqprofiles.mo +share/locale/lt/LC_MESSAGES/konsoleprofiles.mo +share/locale/lt/LC_MESSAGES/lancelot.mo +share/locale/lt/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/lt/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/lt/LC_MESSAGES/libplasmaweather.mo +share/locale/lt/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/lt/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/lt/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/lt/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/lt/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/lt/LC_MESSAGES/plasma_applet_frame.mo +share/locale/lt/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/lt/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/lt/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/lt/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/lt/LC_MESSAGES/plasma_applet_life.mo +share/locale/lt/LC_MESSAGES/plasma_applet_luna.mo +share/locale/lt/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/lt/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/lt/LC_MESSAGES/plasma_applet_news.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/lt/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/lt/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/lt/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/lt/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/lt/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/lt/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/lt/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/lt/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/lt/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/lt/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/lt/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/lt/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/lt/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/lt/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/lt/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/lt/LC_MESSAGES/plasma_runner_events.mo +share/locale/lt/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/lt/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/lt/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/lt/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/lt/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/lt/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/lt/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/lt/LC_MESSAGES/plasma_runner_translator.mo +share/locale/lt/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/lv/LC_MESSAGES/lancelot.mo +share/locale/lv/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/lv/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/lv/LC_MESSAGES/libplasmaweather.mo +share/locale/lv/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/lv/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/lv/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/lv/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/lv/LC_MESSAGES/plasma_applet_frame.mo +share/locale/lv/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/lv/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/lv/LC_MESSAGES/plasma_applet_life.mo +share/locale/lv/LC_MESSAGES/plasma_applet_luna.mo +share/locale/lv/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/lv/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/lv/LC_MESSAGES/plasma_applet_news.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/lv/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/lv/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/lv/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/lv/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/lv/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/lv/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/lv/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/lv/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/lv/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/lv/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/lv/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/lv/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/lv/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/lv/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/lv/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/lv/LC_MESSAGES/plasma_runner_events.mo +share/locale/lv/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/lv/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/lv/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/lv/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/lv/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/lv/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/mr/LC_MESSAGES/konqprofiles.mo +share/locale/mr/LC_MESSAGES/konsoleprofiles.mo +share/locale/mr/LC_MESSAGES/lancelot.mo +share/locale/mr/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/mr/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/mr/LC_MESSAGES/libplasmaweather.mo +share/locale/mr/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/mr/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/mr/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/mr/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/mr/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/mr/LC_MESSAGES/plasma_applet_frame.mo +share/locale/mr/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/mr/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/mr/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/mr/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/mr/LC_MESSAGES/plasma_applet_life.mo +share/locale/mr/LC_MESSAGES/plasma_applet_luna.mo +share/locale/mr/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/mr/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/mr/LC_MESSAGES/plasma_applet_news.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/mr/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/mr/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/mr/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/mr/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/mr/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/mr/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/mr/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/mr/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/mr/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/mr/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/mr/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/mr/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/mr/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/mr/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/mr/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/mr/LC_MESSAGES/plasma_runner_events.mo +share/locale/mr/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/mr/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/mr/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/mr/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/mr/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/mr/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/mr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/mr/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/ms/LC_MESSAGES/lancelot.mo +share/locale/ms/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/ms/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/ms/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/ms/LC_MESSAGES/plasma_applet_frame.mo +share/locale/ms/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/ms/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ms/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/ms/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/nb/LC_MESSAGES/konqprofiles.mo +share/locale/nb/LC_MESSAGES/konsoleprofiles.mo +share/locale/nb/LC_MESSAGES/lancelot.mo +share/locale/nb/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/nb/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/nb/LC_MESSAGES/libplasmaweather.mo +share/locale/nb/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/nb/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/nb/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/nb/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/nb/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/nb/LC_MESSAGES/plasma_applet_frame.mo +share/locale/nb/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/nb/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/nb/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/nb/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/nb/LC_MESSAGES/plasma_applet_life.mo +share/locale/nb/LC_MESSAGES/plasma_applet_luna.mo +share/locale/nb/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/nb/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/nb/LC_MESSAGES/plasma_applet_news.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/nb/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/nb/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/nb/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/nb/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/nb/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/nb/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/nb/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/nb/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/nb/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/nb/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/nb/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/nb/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/nb/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/nb/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/nb/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/nb/LC_MESSAGES/plasma_runner_events.mo +share/locale/nb/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/nb/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/nb/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/nb/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/nb/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/nb/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/nb/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/nb/LC_MESSAGES/plasma_runner_translator.mo +share/locale/nb/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/nds/LC_MESSAGES/konqprofiles.mo +share/locale/nds/LC_MESSAGES/konsoleprofiles.mo +share/locale/nds/LC_MESSAGES/lancelot.mo +share/locale/nds/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/nds/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/nds/LC_MESSAGES/libplasmaweather.mo +share/locale/nds/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/nds/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/nds/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/nds/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/nds/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/nds/LC_MESSAGES/plasma_applet_frame.mo +share/locale/nds/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/nds/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/nds/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/nds/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/nds/LC_MESSAGES/plasma_applet_life.mo +share/locale/nds/LC_MESSAGES/plasma_applet_luna.mo +share/locale/nds/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/nds/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/nds/LC_MESSAGES/plasma_applet_news.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/nds/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/nds/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/nds/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/nds/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/nds/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/nds/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/nds/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/nds/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/nds/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/nds/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/nds/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/nds/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/nds/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/nds/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/nds/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/nds/LC_MESSAGES/plasma_runner_events.mo +share/locale/nds/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/nds/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/nds/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/nds/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/nds/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/nds/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/nds/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/nds/LC_MESSAGES/plasma_runner_translator.mo +share/locale/nds/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/nl/LC_MESSAGES/konqprofiles.mo +share/locale/nl/LC_MESSAGES/konsoleprofiles.mo +share/locale/nl/LC_MESSAGES/lancelot.mo +share/locale/nl/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/nl/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/nl/LC_MESSAGES/libplasmaweather.mo +share/locale/nl/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/nl/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/nl/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/nl/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/nl/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/nl/LC_MESSAGES/plasma_applet_frame.mo +share/locale/nl/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/nl/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/nl/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/nl/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/nl/LC_MESSAGES/plasma_applet_life.mo +share/locale/nl/LC_MESSAGES/plasma_applet_luna.mo +share/locale/nl/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/nl/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/nl/LC_MESSAGES/plasma_applet_news.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/nl/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/nl/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/nl/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/nl/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/nl/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/nl/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/nl/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/nl/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/nl/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/nl/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/nl/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/nl/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/nl/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/nl/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/nl/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/nl/LC_MESSAGES/plasma_runner_events.mo +share/locale/nl/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/nl/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/nl/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/nl/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/nl/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/nl/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/nl/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/nl/LC_MESSAGES/plasma_runner_translator.mo +share/locale/nl/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/nn/LC_MESSAGES/konqprofiles.mo +share/locale/nn/LC_MESSAGES/konsoleprofiles.mo +share/locale/nn/LC_MESSAGES/lancelot.mo +share/locale/nn/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/nn/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/nn/LC_MESSAGES/libplasmaweather.mo +share/locale/nn/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/nn/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/nn/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/nn/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/nn/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/nn/LC_MESSAGES/plasma_applet_frame.mo +share/locale/nn/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/nn/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/nn/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/nn/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/nn/LC_MESSAGES/plasma_applet_life.mo +share/locale/nn/LC_MESSAGES/plasma_applet_luna.mo +share/locale/nn/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/nn/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/nn/LC_MESSAGES/plasma_applet_news.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/nn/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/nn/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/nn/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/nn/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/nn/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/nn/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/nn/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/nn/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/nn/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/nn/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/nn/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/nn/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/nn/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/nn/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/nn/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/nn/LC_MESSAGES/plasma_runner_events.mo +share/locale/nn/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/nn/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/nn/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/nn/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/nn/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/nn/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/nn/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/nn/LC_MESSAGES/plasma_runner_translator.mo +share/locale/nn/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/pa/LC_MESSAGES/konqprofiles.mo +share/locale/pa/LC_MESSAGES/konsoleprofiles.mo +share/locale/pa/LC_MESSAGES/lancelot.mo +share/locale/pa/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/pa/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/pa/LC_MESSAGES/libplasmaweather.mo +share/locale/pa/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/pa/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/pa/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/pa/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/pa/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/pa/LC_MESSAGES/plasma_applet_frame.mo +share/locale/pa/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/pa/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/pa/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/pa/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/pa/LC_MESSAGES/plasma_applet_life.mo +share/locale/pa/LC_MESSAGES/plasma_applet_luna.mo +share/locale/pa/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/pa/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/pa/LC_MESSAGES/plasma_applet_news.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/pa/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/pa/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/pa/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/pa/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/pa/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/pa/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/pa/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/pa/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/pa/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/pa/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/pa/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/pa/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/pa/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/pa/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/pa/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/pa/LC_MESSAGES/plasma_runner_events.mo +share/locale/pa/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/pa/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/pa/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/pa/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/pa/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/pa/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/pa/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/pa/LC_MESSAGES/plasma_runner_translator.mo +share/locale/pa/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/pl/LC_MESSAGES/konqprofiles.mo +share/locale/pl/LC_MESSAGES/konsoleprofiles.mo +share/locale/pl/LC_MESSAGES/lancelot.mo +share/locale/pl/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/pl/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/pl/LC_MESSAGES/libplasmaweather.mo +share/locale/pl/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/pl/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/pl/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/pl/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/pl/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/pl/LC_MESSAGES/plasma_applet_frame.mo +share/locale/pl/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/pl/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/pl/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/pl/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/pl/LC_MESSAGES/plasma_applet_life.mo +share/locale/pl/LC_MESSAGES/plasma_applet_luna.mo +share/locale/pl/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/pl/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/pl/LC_MESSAGES/plasma_applet_news.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/pl/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/pl/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/pl/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/pl/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/pl/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/pl/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/pl/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/pl/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/pl/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/pl/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/pl/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/pl/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/pl/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/pl/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/pl/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/pl/LC_MESSAGES/plasma_runner_events.mo +share/locale/pl/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/pl/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/pl/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/pl/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/pl/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/pl/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/pl/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/pl/LC_MESSAGES/plasma_runner_translator.mo +share/locale/pl/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/pt/LC_MESSAGES/konqprofiles.mo +share/locale/pt/LC_MESSAGES/konsoleprofiles.mo +share/locale/pt/LC_MESSAGES/lancelot.mo +share/locale/pt/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/pt/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/pt/LC_MESSAGES/libplasmaweather.mo +share/locale/pt/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/pt/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/pt/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/pt/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/pt/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/pt/LC_MESSAGES/plasma_applet_frame.mo +share/locale/pt/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/pt/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/pt/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/pt/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/pt/LC_MESSAGES/plasma_applet_life.mo +share/locale/pt/LC_MESSAGES/plasma_applet_luna.mo +share/locale/pt/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/pt/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/pt/LC_MESSAGES/plasma_applet_news.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/pt/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/pt/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/pt/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/pt/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/pt/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/pt/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/pt/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/pt/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/pt/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/pt/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/pt/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/pt/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/pt/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/pt/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/pt/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/pt/LC_MESSAGES/plasma_runner_events.mo +share/locale/pt/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/pt/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/pt/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/pt/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/pt/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/pt/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/pt/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/pt/LC_MESSAGES/plasma_runner_translator.mo +share/locale/pt/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/pt_BR/LC_MESSAGES/konqprofiles.mo +share/locale/pt_BR/LC_MESSAGES/konsoleprofiles.mo +share/locale/pt_BR/LC_MESSAGES/lancelot.mo +share/locale/pt_BR/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/pt_BR/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/pt_BR/LC_MESSAGES/libplasmaweather.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_frame.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_life.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_luna.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_news.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/pt_BR/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_events.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_translator.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/ro/LC_MESSAGES/konqprofiles.mo +share/locale/ro/LC_MESSAGES/konsoleprofiles.mo +share/locale/ro/LC_MESSAGES/lancelot.mo +share/locale/ro/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/ro/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/ro/LC_MESSAGES/libplasmaweather.mo +share/locale/ro/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/ro/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/ro/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/ro/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/ro/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/ro/LC_MESSAGES/plasma_applet_frame.mo +share/locale/ro/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/ro/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/ro/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/ro/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/ro/LC_MESSAGES/plasma_applet_life.mo +share/locale/ro/LC_MESSAGES/plasma_applet_luna.mo +share/locale/ro/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/ro/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/ro/LC_MESSAGES/plasma_applet_news.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/ro/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/ro/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/ro/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/ro/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/ro/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/ro/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/ro/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/ro/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/ro/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/ro/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/ro/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/ro/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/ro/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/ro/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ro/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/ro/LC_MESSAGES/plasma_runner_events.mo +share/locale/ro/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/ro/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/ro/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/ro/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/ro/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/ro/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/ro/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/ro/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/ru/LC_MESSAGES/konqprofiles.mo +share/locale/ru/LC_MESSAGES/konsoleprofiles.mo +share/locale/ru/LC_MESSAGES/lancelot.mo +share/locale/ru/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/ru/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/ru/LC_MESSAGES/libplasmaweather.mo +share/locale/ru/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/ru/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/ru/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/ru/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/ru/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/ru/LC_MESSAGES/plasma_applet_frame.mo +share/locale/ru/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/ru/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/ru/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/ru/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/ru/LC_MESSAGES/plasma_applet_life.mo +share/locale/ru/LC_MESSAGES/plasma_applet_luna.mo +share/locale/ru/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/ru/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/ru/LC_MESSAGES/plasma_applet_news.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/ru/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/ru/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/ru/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/ru/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/ru/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/ru/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/ru/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/ru/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/ru/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/ru/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/ru/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/ru/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/ru/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/ru/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ru/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/ru/LC_MESSAGES/plasma_runner_events.mo +share/locale/ru/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/ru/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/ru/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/ru/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/ru/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/ru/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/ru/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/ru/LC_MESSAGES/plasma_runner_translator.mo +share/locale/ru/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/sk/LC_MESSAGES/konqprofiles.mo +share/locale/sk/LC_MESSAGES/konsoleprofiles.mo +share/locale/sk/LC_MESSAGES/lancelot.mo +share/locale/sk/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/sk/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/sk/LC_MESSAGES/libplasmaweather.mo +share/locale/sk/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/sk/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/sk/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/sk/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/sk/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/sk/LC_MESSAGES/plasma_applet_frame.mo +share/locale/sk/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/sk/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/sk/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/sk/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/sk/LC_MESSAGES/plasma_applet_life.mo +share/locale/sk/LC_MESSAGES/plasma_applet_luna.mo +share/locale/sk/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/sk/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/sk/LC_MESSAGES/plasma_applet_news.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/sk/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/sk/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/sk/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/sk/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/sk/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/sk/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/sk/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/sk/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/sk/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/sk/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/sk/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/sk/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/sk/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/sk/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sk/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/sk/LC_MESSAGES/plasma_runner_events.mo +share/locale/sk/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/sk/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/sk/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/sk/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/sk/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/sk/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/sk/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/sk/LC_MESSAGES/plasma_runner_translator.mo +share/locale/sk/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/sl/LC_MESSAGES/konqprofiles.mo +share/locale/sl/LC_MESSAGES/konsoleprofiles.mo +share/locale/sl/LC_MESSAGES/lancelot.mo +share/locale/sl/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/sl/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/sl/LC_MESSAGES/libplasmaweather.mo +share/locale/sl/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/sl/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/sl/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/sl/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/sl/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/sl/LC_MESSAGES/plasma_applet_frame.mo +share/locale/sl/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/sl/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/sl/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/sl/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/sl/LC_MESSAGES/plasma_applet_life.mo +share/locale/sl/LC_MESSAGES/plasma_applet_luna.mo +share/locale/sl/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/sl/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/sl/LC_MESSAGES/plasma_applet_news.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/sl/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/sl/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/sl/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/sl/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/sl/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/sl/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/sl/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/sl/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/sl/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/sl/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/sl/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/sl/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/sl/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/sl/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sl/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/sl/LC_MESSAGES/plasma_runner_events.mo +share/locale/sl/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/sl/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/sl/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/sl/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/sl/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/sl/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/sl/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/sl/LC_MESSAGES/plasma_runner_translator.mo +share/locale/sl/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/sq/LC_MESSAGES/libplasmaweather.mo +share/locale/sq/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/sq/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/sq/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/sq/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/sq/LC_MESSAGES/plasma_applet_frame.mo +share/locale/sq/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/sq/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/sq/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/sq/LC_MESSAGES/plasma_applet_life.mo +share/locale/sq/LC_MESSAGES/plasma_applet_luna.mo +share/locale/sq/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/sq/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/sq/LC_MESSAGES/plasma_applet_news.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/sq/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/sq/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/sq/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/sq/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/sq/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/sq/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/sq/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/sq/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/sq/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/sq/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/sq/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/sq/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/sq/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sq/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/sq/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/sq/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/sq/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/sq/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/sr/LC_MESSAGES/konqprofiles.mo +share/locale/sr/LC_MESSAGES/konsoleprofiles.mo +share/locale/sr/LC_MESSAGES/lancelot.mo +share/locale/sr/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/sr/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/sr/LC_MESSAGES/libplasmaweather.mo +share/locale/sr/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/sr/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/sr/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/sr/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/sr/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/sr/LC_MESSAGES/plasma_applet_frame.mo +share/locale/sr/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/sr/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/sr/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/sr/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/sr/LC_MESSAGES/plasma_applet_life.mo +share/locale/sr/LC_MESSAGES/plasma_applet_luna.mo +share/locale/sr/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/sr/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/sr/LC_MESSAGES/plasma_applet_news.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/sr/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/sr/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/sr/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/sr/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/sr/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/sr/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/sr/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/sr/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/sr/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/sr/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/sr/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/sr/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/sr/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/sr/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sr/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/sr/LC_MESSAGES/plasma_runner_events.mo +share/locale/sr/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/sr/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/sr/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/sr/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/sr/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/sr/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/sr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/sr/LC_MESSAGES/plasma_runner_translator.mo +share/locale/sr/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/sr@ijekavian/LC_MESSAGES/konqprofiles.mo +share/locale/sr@ijekavian/LC_MESSAGES/konsoleprofiles.mo +share/locale/sr@ijekavian/LC_MESSAGES/lancelot.mo +share/locale/sr@ijekavian/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/sr@ijekavian/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/sr@ijekavian/LC_MESSAGES/libplasmaweather.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_frame.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_life.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_luna.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_news.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_events.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_translator.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/konqprofiles.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/konsoleprofiles.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/lancelot.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/libplasmaweather.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_frame.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_life.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_luna.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_news.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_events.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_translator.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/sr@latin/LC_MESSAGES/konqprofiles.mo +share/locale/sr@latin/LC_MESSAGES/konsoleprofiles.mo +share/locale/sr@latin/LC_MESSAGES/lancelot.mo +share/locale/sr@latin/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/sr@latin/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/sr@latin/LC_MESSAGES/libplasmaweather.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_frame.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_life.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_luna.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_news.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/sr@latin/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_events.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_translator.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/sv/LC_MESSAGES/konqprofiles.mo +share/locale/sv/LC_MESSAGES/konsoleprofiles.mo +share/locale/sv/LC_MESSAGES/lancelot.mo +share/locale/sv/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/sv/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/sv/LC_MESSAGES/libplasmaweather.mo +share/locale/sv/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/sv/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/sv/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/sv/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/sv/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/sv/LC_MESSAGES/plasma_applet_frame.mo +share/locale/sv/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/sv/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/sv/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/sv/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/sv/LC_MESSAGES/plasma_applet_life.mo +share/locale/sv/LC_MESSAGES/plasma_applet_luna.mo +share/locale/sv/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/sv/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/sv/LC_MESSAGES/plasma_applet_news.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/sv/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/sv/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/sv/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/sv/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/sv/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/sv/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/sv/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/sv/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/sv/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/sv/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/sv/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/sv/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/sv/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/sv/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sv/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/sv/LC_MESSAGES/plasma_runner_events.mo +share/locale/sv/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/sv/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/sv/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/sv/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/sv/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/sv/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/sv/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/sv/LC_MESSAGES/plasma_runner_translator.mo +share/locale/sv/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/th/LC_MESSAGES/lancelot.mo +share/locale/th/LC_MESSAGES/libplasmaweather.mo +share/locale/th/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/th/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/th/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/th/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/th/LC_MESSAGES/plasma_applet_frame.mo +share/locale/th/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/th/LC_MESSAGES/plasma_applet_life.mo +share/locale/th/LC_MESSAGES/plasma_applet_luna.mo +share/locale/th/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/th/LC_MESSAGES/plasma_applet_news.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/th/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/th/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/th/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/th/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/th/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/th/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/th/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/th/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/th/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/th/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/tr/LC_MESSAGES/konqprofiles.mo +share/locale/tr/LC_MESSAGES/konsoleprofiles.mo +share/locale/tr/LC_MESSAGES/lancelot.mo +share/locale/tr/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/tr/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/tr/LC_MESSAGES/libplasmaweather.mo +share/locale/tr/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/tr/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/tr/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/tr/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/tr/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/tr/LC_MESSAGES/plasma_applet_frame.mo +share/locale/tr/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/tr/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/tr/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/tr/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/tr/LC_MESSAGES/plasma_applet_life.mo +share/locale/tr/LC_MESSAGES/plasma_applet_luna.mo +share/locale/tr/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/tr/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/tr/LC_MESSAGES/plasma_applet_news.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/tr/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/tr/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/tr/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/tr/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/tr/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/tr/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/tr/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/tr/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/tr/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/tr/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/tr/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/tr/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/tr/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/tr/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/tr/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/tr/LC_MESSAGES/plasma_runner_events.mo +share/locale/tr/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/tr/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/tr/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/tr/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/tr/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/tr/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/tr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/tr/LC_MESSAGES/plasma_runner_translator.mo +share/locale/tr/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/ug/LC_MESSAGES/konqprofiles.mo +share/locale/ug/LC_MESSAGES/konsoleprofiles.mo +share/locale/ug/LC_MESSAGES/lancelot.mo +share/locale/ug/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/ug/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/ug/LC_MESSAGES/libplasmaweather.mo +share/locale/ug/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/ug/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/ug/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/ug/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/ug/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/ug/LC_MESSAGES/plasma_applet_frame.mo +share/locale/ug/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/ug/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/ug/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/ug/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/ug/LC_MESSAGES/plasma_applet_life.mo +share/locale/ug/LC_MESSAGES/plasma_applet_luna.mo +share/locale/ug/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/ug/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/ug/LC_MESSAGES/plasma_applet_news.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/ug/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/ug/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/ug/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/ug/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/ug/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/ug/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/ug/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/ug/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/ug/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/ug/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/ug/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/ug/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/ug/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/ug/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ug/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/ug/LC_MESSAGES/plasma_runner_events.mo +share/locale/ug/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/ug/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/ug/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/ug/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/ug/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/ug/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/ug/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/ug/LC_MESSAGES/plasma_runner_translator.mo +share/locale/ug/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/uk/LC_MESSAGES/konqprofiles.mo +share/locale/uk/LC_MESSAGES/konsoleprofiles.mo +share/locale/uk/LC_MESSAGES/lancelot.mo +share/locale/uk/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/uk/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/uk/LC_MESSAGES/libplasmaweather.mo +share/locale/uk/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/uk/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/uk/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/uk/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/uk/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/uk/LC_MESSAGES/plasma_applet_frame.mo +share/locale/uk/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/uk/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/uk/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/uk/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/uk/LC_MESSAGES/plasma_applet_life.mo +share/locale/uk/LC_MESSAGES/plasma_applet_luna.mo +share/locale/uk/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/uk/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/uk/LC_MESSAGES/plasma_applet_news.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/uk/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/uk/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/uk/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/uk/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/uk/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/uk/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/uk/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/uk/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/uk/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/uk/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/uk/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/uk/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/uk/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/uk/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/uk/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/uk/LC_MESSAGES/plasma_runner_events.mo +share/locale/uk/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/uk/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/uk/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/uk/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/uk/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/uk/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/uk/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/uk/LC_MESSAGES/plasma_runner_translator.mo +share/locale/uk/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/vi/LC_MESSAGES/libplasmaweather.mo +share/locale/vi/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/vi/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/wa/LC_MESSAGES/lancelot.mo +share/locale/wa/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/wa/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/wa/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/wa/LC_MESSAGES/plasma_applet_frame.mo +share/locale/wa/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/wa/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/wa/LC_MESSAGES/plasma_applet_life.mo +share/locale/wa/LC_MESSAGES/plasma_applet_luna.mo +share/locale/wa/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/wa/LC_MESSAGES/plasma_applet_news.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/wa/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/wa/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/wa/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/wa/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/wa/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/wa/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/wa/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/wa/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/zh_CN/LC_MESSAGES/konqprofiles.mo +share/locale/zh_CN/LC_MESSAGES/konsoleprofiles.mo +share/locale/zh_CN/LC_MESSAGES/lancelot.mo +share/locale/zh_CN/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/zh_CN/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/zh_CN/LC_MESSAGES/libplasmaweather.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_frame.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_life.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_luna.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_news.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/zh_CN/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_events.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_translator.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_youtube.mo +share/locale/zh_TW/LC_MESSAGES/konqprofiles.mo +share/locale/zh_TW/LC_MESSAGES/konsoleprofiles.mo +share/locale/zh_TW/LC_MESSAGES/lancelot.mo +share/locale/zh_TW/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/zh_TW/LC_MESSAGES/libplasma_groupingcontainment.mo +share/locale/zh_TW/LC_MESSAGES/libplasmaweather.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_fileWatcher.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_frame.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_groupingpanel.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_life.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_luna.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_news.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_spellcheck.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_weatherstation.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_webslice.mo +share/locale/zh_TW/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_browserhistory.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_events.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_translator.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_youtube.mo +share/metainfo/org.kde.haenau.appdata.xml +share/metainfo/org.kde.hunyango.appdata.xml +share/metainfo/org.kde.plasma.activitypager.appdata.xml +share/metainfo/org.kde.plasma.calculator.appdata.xml +share/metainfo/org.kde.plasma.colorpicker.appdata.xml +share/metainfo/org.kde.plasma.comic.appdata.xml +share/metainfo/org.kde.plasma.diskquota.appdata.xml +share/metainfo/org.kde.plasma.fifteenpuzzle.appdata.xml +share/metainfo/org.kde.plasma.fuzzyclock.appdata.xml +share/metainfo/org.kde.plasma.grouping.appdata.xml +share/metainfo/org.kde.plasma.kickerdash.appdata.xml +share/metainfo/org.kde.plasma.konsoleprofiles.appdata.xml +share/metainfo/org.kde.plasma.mediaframe.appdata.xml +share/metainfo/org.kde.plasma.minimizeall.appdata.xml +share/metainfo/org.kde.plasma.notes.appdata.xml +share/metainfo/org.kde.plasma.quicklaunch.appdata.xml +share/metainfo/org.kde.plasma.quickshare.appdata.xml +share/metainfo/org.kde.plasma.showdesktop.appdata.xml +share/metainfo/org.kde.plasma.systemloadviewer.appdata.xml +share/metainfo/org.kde.plasma.timer.appdata.xml +share/metainfo/org.kde.plasma.userswitcher.appdata.xml +share/metainfo/org.kde.plasma.weather.appdata.xml +share/metainfo/org.kde.plasma.webbrowser.appdata.xml +share/metainfo/org.kde.potd.appdata.xml +share/plasma/desktoptheme/default/icons/quota.svg +share/plasma/desktoptheme/default/weather/wind-arrows.svgz +share/plasma/desktoptheme/default/widgets/timer.svgz +share/plasma/plasmoids/org.kde.plasma.activitypager/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.activitypager/metadata.json +share/plasma/plasmoids/org.kde.plasma.calculator/contents/ui/calculator.qml +share/plasma/plasmoids/org.kde.plasma.calculator/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.calculator/metadata.json +share/plasma/plasmoids/org.kde.plasma.colorpicker/contents/code/logic.js +share/plasma/plasmoids/org.kde.plasma.colorpicker/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.colorpicker/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.colorpicker/contents/ui/configGeneral.qml +share/plasma/plasmoids/org.kde.plasma.colorpicker/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.colorpicker/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.colorpicker/metadata.json +share/plasma/plasmoids/org.kde.plasma.comic/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.comic/contents/ui/ButtonBar.qml +share/plasma/plasmoids/org.kde.plasma.comic/contents/ui/ComicBottomInfo.qml +share/plasma/plasmoids/org.kde.plasma.comic/contents/ui/ComicCentralView.qml +share/plasma/plasmoids/org.kde.plasma.comic/contents/ui/FullViewWidget.qml +share/plasma/plasmoids/org.kde.plasma.comic/contents/ui/ImageWidget.qml +share/plasma/plasmoids/org.kde.plasma.comic/contents/ui/configAdvanced.qml +share/plasma/plasmoids/org.kde.plasma.comic/contents/ui/configAppearance.qml +share/plasma/plasmoids/org.kde.plasma.comic/contents/ui/configGeneral.qml +share/plasma/plasmoids/org.kde.plasma.comic/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.comic/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.comic/metadata.json +share/plasma/plasmoids/org.kde.plasma.diskquota/contents/ui/ListDelegateItem.qml +share/plasma/plasmoids/org.kde.plasma.diskquota/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.diskquota/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.diskquota/metadata.json +share/plasma/plasmoids/org.kde.plasma.fifteenpuzzle/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.fifteenpuzzle/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.fifteenpuzzle/contents/ui/FifteenPuzzle.qml +share/plasma/plasmoids/org.kde.plasma.fifteenpuzzle/contents/ui/Piece.qml +share/plasma/plasmoids/org.kde.plasma.fifteenpuzzle/contents/ui/blanksquare.svg +share/plasma/plasmoids/org.kde.plasma.fifteenpuzzle/contents/ui/configAppearance.qml +share/plasma/plasmoids/org.kde.plasma.fifteenpuzzle/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.fifteenpuzzle/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.fifteenpuzzle/metadata.json +share/plasma/plasmoids/org.kde.plasma.fuzzyclock/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.fuzzyclock/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.fuzzyclock/contents/ui/FuzzyClock.qml +share/plasma/plasmoids/org.kde.plasma.fuzzyclock/contents/ui/configAppearance.qml +share/plasma/plasmoids/org.kde.plasma.fuzzyclock/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.fuzzyclock/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.fuzzyclock/metadata.json +share/plasma/plasmoids/org.kde.plasma.grouping/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.grouping/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.grouping/metadata.json +share/plasma/plasmoids/org.kde.plasma.kickerdash/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.kickerdash/metadata.json +share/plasma/plasmoids/org.kde.plasma.konsoleprofiles/contents/ui/konsoleprofiles.qml +share/plasma/plasmoids/org.kde.plasma.konsoleprofiles/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.konsoleprofiles/metadata.json +share/plasma/plasmoids/org.kde.plasma.mediaframe/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.mediaframe/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.mediaframe/contents/ui/ConfigGeneral.qml +share/plasma/plasmoids/org.kde.plasma.mediaframe/contents/ui/ConfigPaths.qml +share/plasma/plasmoids/org.kde.plasma.mediaframe/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.mediaframe/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.mediaframe/metadata.json +share/plasma/plasmoids/org.kde.plasma.minimizeall/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.minimizeall/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.minimizeall/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.minimizeall/metadata.json +share/plasma/plasmoids/org.kde.plasma.notes/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.notes/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/configAppearance.qml +share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.notes/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.notes/metadata.json +share/plasma/plasmoids/org.kde.plasma.private.grouping/contents/applet/CompactApplet.qml +share/plasma/plasmoids/org.kde.plasma.private.grouping/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.private.grouping/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.private.grouping/contents/ui/items/AbstractItem.qml +share/plasma/plasmoids/org.kde.plasma.private.grouping/contents/ui/items/PlasmoidItem.qml +share/plasma/plasmoids/org.kde.plasma.private.grouping/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.private.grouping/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.private.grouping/metadata.json +share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/code/layout.js +share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/ui/ConfigGeneral.qml +share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/ui/IconItem.qml +share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/ui/Popup.qml +share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/ui/UrlModel.qml +share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.quicklaunch/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.quicklaunch/metadata.json +share/plasma/plasmoids/org.kde.plasma.quickshare/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.quickshare/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.quickshare/contents/ui/PasteMenuItem.qml +share/plasma/plasmoids/org.kde.plasma.quickshare/contents/ui/ShareDialog.qml +share/plasma/plasmoids/org.kde.plasma.quickshare/contents/ui/ShowUrlDialog.qml +share/plasma/plasmoids/org.kde.plasma.quickshare/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.quickshare/contents/ui/settingsGeneral.qml +share/plasma/plasmoids/org.kde.plasma.quickshare/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.quickshare/metadata.json +share/plasma/plasmoids/org.kde.plasma.showdesktop/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.showdesktop/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.showdesktop/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.showdesktop/metadata.json +share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/BarMonitor.qml +share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/CircularMonitor.qml +share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/ColorPicker.qml +share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/ColorSettings.qml +share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/CompactBarMonitor.qml +share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/ConditionallyLoadedMonitors.qml +share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/ConditionallyRoundedRectangle.qml +share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/GeneralSettings.qml +share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/SystemLoadViewer.qml +share/plasma/plasmoids/org.kde.plasma.systemloadviewer/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.systemloadviewer/metadata.json +share/plasma/plasmoids/org.kde.plasma.timer/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.timer/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.timer/contents/ui/TimerDigit.qml +share/plasma/plasmoids/org.kde.plasma.timer/contents/ui/TimerView.qml +share/plasma/plasmoids/org.kde.plasma.timer/contents/ui/configAdvanced.qml +share/plasma/plasmoids/org.kde.plasma.timer/contents/ui/configAppearance.qml +share/plasma/plasmoids/org.kde.plasma.timer/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.timer/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.timer/metadata.json +share/plasma/plasmoids/org.kde.plasma.userswitcher/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.userswitcher/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.userswitcher/contents/ui/ListDelegate.qml +share/plasma/plasmoids/org.kde.plasma.userswitcher/contents/ui/configGeneral.qml +share/plasma/plasmoids/org.kde.plasma.userswitcher/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.userswitcher/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.userswitcher/metadata.json +share/plasma/plasmoids/org.kde.plasma.weather/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/DetailsView.qml +share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/FiveDaysView.qml +share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/Notice.qml +share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/NoticesView.qml +share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/TopPanel.qml +share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/WeatherListView.qml +share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/configUnits.qml +share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/configWeatherStation.qml +share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.weather/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.weather/metadata.json +share/plasma/plasmoids/org.kde.plasma.webbrowser/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.webbrowser/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.webbrowser/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.webbrowser/metadata.json +share/plasma/services/org.kde.plasma.dataengine.konsoleprofiles.operations +share/plasma/wallpapers/org.kde.haenau/contents/ui/BackgroundElement.qml +share/plasma/wallpapers/org.kde.haenau/contents/ui/BottomBackgroundElement.qml +share/plasma/wallpapers/org.kde.haenau/contents/ui/RightBackgroundElement.qml +share/plasma/wallpapers/org.kde.haenau/contents/ui/main.qml +share/plasma/wallpapers/org.kde.haenau/contents/ui/wallpaper.svgz +share/plasma/wallpapers/org.kde.haenau/metadata.desktop +share/plasma/wallpapers/org.kde.haenau/metadata.json +share/plasma/wallpapers/org.kde.hunyango/contents/ui/main.qml +share/plasma/wallpapers/org.kde.hunyango/contents/ui/wallpaper.svgz +share/plasma/wallpapers/org.kde.hunyango/metadata.desktop +share/plasma/wallpapers/org.kde.hunyango/metadata.json +share/plasma/wallpapers/org.kde.potd/contents/config/main.xml +share/plasma/wallpapers/org.kde.potd/contents/ui/config.qml +share/plasma/wallpapers/org.kde.potd/contents/ui/main.qml +share/plasma/wallpapers/org.kde.potd/metadata.desktop +share/plasma/wallpapers/org.kde.potd/metadata.json Index: x11-wm/Makefile =================================================================== --- x11-wm/Makefile +++ x11-wm/Makefile @@ -96,6 +96,8 @@ SUBDIR += phluid SUBDIR += piewm SUBDIR += plank + SUBDIR += plasma5-kdecoration + SUBDIR += plasma5-kwin SUBDIR += plwm SUBDIR += pwm SUBDIR += qlwm Index: x11-wm/plasma5-kdecoration/Makefile =================================================================== --- /dev/null +++ x11-wm/plasma5-kdecoration/Makefile @@ -0,0 +1,15 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kdecoration +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11-wm kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 library to create window decorations + +USES= cmake:outsource compiler:c++11-lib cpe kde:5 tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build core gui qmake_build testlib + +.include Index: x11-wm/plasma5-kdecoration/distinfo =================================================================== --- /dev/null +++ x11-wm/plasma5-kdecoration/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101933 +SHA256 (KDE/plasma/5.9.2/kdecoration-5.9.2.tar.xz) = ced8508d9e86f13b6fdcf07a16b4b830da50f15c1efd9d931032ae6a16dd4940 +SIZE (KDE/plasma/5.9.2/kdecoration-5.9.2.tar.xz) = 35544 Index: x11-wm/plasma5-kdecoration/pkg-descr =================================================================== --- /dev/null +++ x11-wm/plasma5-kdecoration/pkg-descr @@ -0,0 +1,3 @@ +Plugin based library to create window decorations + +WWW: https://projects.kde.org/projects/kde/workspace/kdecoration Index: x11-wm/plasma5-kdecoration/pkg-plist =================================================================== --- /dev/null +++ x11-wm/plasma5-kdecoration/pkg-plist @@ -0,0 +1,32 @@ +include/KDecoration2/KDecoration2/DecoratedClient +include/KDecoration2/KDecoration2/Decoration +include/KDecoration2/KDecoration2/DecorationButton +include/KDecoration2/KDecoration2/DecorationButtonGroup +include/KDecoration2/KDecoration2/DecorationSettings +include/KDecoration2/KDecoration2/DecorationShadow +include/KDecoration2/KDecoration2/Private/DecoratedClientPrivate +include/KDecoration2/KDecoration2/Private/DecorationBridge +include/KDecoration2/KDecoration2/Private/DecorationSettingsPrivate +include/KDecoration2/kdecoration2/decoratedclient.h +include/KDecoration2/kdecoration2/decoration.h +include/KDecoration2/kdecoration2/decorationbutton.h +include/KDecoration2/kdecoration2/decorationbuttongroup.h +include/KDecoration2/kdecoration2/decorationdefines.h +include/KDecoration2/kdecoration2/decorationsettings.h +include/KDecoration2/kdecoration2/decorationshadow.h +include/KDecoration2/kdecoration2/kdecoration2_export.h +include/KDecoration2/kdecoration2/private/decoratedclientprivate.h +include/KDecoration2/kdecoration2/private/decorationbridge.h +include/KDecoration2/kdecoration2/private/decorationsettingsprivate.h +include/KDecoration2/kdecoration2/private/kdecoration2_private_export.h +include/KF5/kdecoration2_version.h +lib/cmake/KDecoration2/KDecoration2Config.cmake +lib/cmake/KDecoration2/KDecoration2ConfigVersion.cmake +lib/cmake/KDecoration2/KDecoration2Targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KDecoration2/KDecoration2Targets.cmake +lib/libkdecorations2.so +lib/libkdecorations2.so.5 +lib/libkdecorations2.so.%%KDE_PLASMA_VERSION%% +lib/libkdecorations2private.so +lib/libkdecorations2private.so.5 +lib/libkdecorations2private.so.%%KDE_PLASMA_VERSION%% Index: x11-wm/plasma5-kwin/Makefile =================================================================== --- /dev/null +++ x11-wm/plasma5-kwin/Makefile @@ -0,0 +1,44 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kwin +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11-wm kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 window manager + +LIB_DEPENDS= libXcursor.so:x11/libXcursor \ + libepoxy.so:graphics/libepoxy \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libwayland-cursor.so:graphics/wayland \ + libxcb-cursor.so:x11/xcb-util-cursor \ + libxcb-image.so:x11/xcb-util-image \ + libxcb-keysyms.so:x11/xcb-util-keysyms \ + libxkbcommon.so:x11/libxkbcommon +BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat + +USES= cmake:outsource compiler:c++11-lib cpe gettext \ + kde:5 pkgconfig tar:xz +USE_GL= egl +USE_KDE= activities activities attica5 auth breeze codecs \ + completion config configwidgets coreaddons crash decoration \ + doctools doctools globalaccel i18n iconthemes idletime init \ + jobwidgets kcmutils kdeclarative kio package kscreenlocker \ + newstuff notifications plasma-framework service sonnet \ + textwidgets wayland widgetsaddons windowsystem xmlgui +USE_QT5= buildtools_build concurrent core dbus gui \ + multimedia network qmake_build qml quick script \ + testlib uiplugin uitools widgets x11extras xml +USE_XORG= ice sm x11 xcb xext xi + +# Temporary work around to disable UDev detection for now should +# devel/libudev-devd be installed. +CMAKE_ARGS= -DCMAKE_DISABLE_FIND_PACKAGE_UDev:BOOL=TRUE + +post-patch: + ${REINPLACE_CMD} '/sysmacros.h/d' \ + ${PATCH_WRKSRC}/logind.cpp + +.include Index: x11-wm/plasma5-kwin/distinfo =================================================================== --- /dev/null +++ x11-wm/plasma5-kwin/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101936 +SHA256 (KDE/plasma/5.9.2/kwin-5.9.2.tar.xz) = 3cc87aa4c9a092c2c0df2fcf536d1774928c12c5410a389c0127164b33530c3e +SIZE (KDE/plasma/5.9.2/kwin-5.9.2.tar.xz) = 4626628 Index: x11-wm/plasma5-kwin/files/patch-CMakeLists.txt =================================================================== --- /dev/null +++ x11-wm/plasma5-kwin/files/patch-CMakeLists.txt @@ -0,0 +1,10 @@ +--- CMakeLists.txt.orig 2017-02-16 07:25:02 UTC ++++ CMakeLists.txt +@@ -189,6 +189,7 @@ endif() + set(HAVE_UDEV FALSE) + if (UDEV_FOUND) + set(HAVE_UDEV TRUE) ++ link_directories(UDEV_LIBRARY_DIRS) + endif() + + find_package(Libdrm 2.4.62) Index: x11-wm/plasma5-kwin/pkg-descr =================================================================== --- /dev/null +++ x11-wm/plasma5-kwin/pkg-descr @@ -0,0 +1,3 @@ +Plasma5 KWin Window manager + +WWW: https://projects.kde.org/projects/kde/workspace/kwin Index: x11-wm/plasma5-kwin/pkg-plist =================================================================== --- /dev/null +++ x11-wm/plasma5-kwin/pkg-plist @@ -0,0 +1,1207 @@ +bin/kwin_wayland +bin/kwin_x11 +etc/xdg/aurorae.knsrc +etc/xdg/kwineffect.knsrc +etc/xdg/kwinscripts.knsrc +etc/xdg/kwinswitcher.knsrc +etc/xdg/org_kde_kwin.categories +include/kwin_export.h +include/kwinanimationeffect.h +include/kwinconfig.h +include/kwineffects.h +include/kwineffects_export.h +include/kwinglobals.h +include/kwinglplatform.h +include/kwingltexture.h +include/kwinglutils.h +include/kwinglutils_export.h +include/kwinglutils_funcs.h +include/kwinxrenderutils.h +include/kwinxrenderutils_export.h +lib/cmake/KWinDBusInterface/KWinDBusInterfaceConfig.cmake +lib/kconf_update_bin/kwin5_update_default_rules +lib/libexec/kwin_killer_helper +lib/libexec/kwin_rules_dialog +lib/libexec/org_kde_kwin_xclipboard_syncer +lib/libkdeinit5_kwin_rules_dialog.so +lib/libkdeinit5_kwin_x11.so +lib/libkwin.so.5 +lib/libkwin.so.%%KDE_PLASMA_VERSION%% +lib/libkwin4_effect_builtins.so +lib/libkwin4_effect_builtins.so.1 +lib/libkwin4_effect_builtins.so.1.0.0 +lib/libkwineffects.so +lib/libkwineffects.so.%%KDE_PLASMA_VERSION%% +lib/libkwineffects.so.10 +lib/libkwinglutils.so +lib/libkwinglutils.so.%%KDE_PLASMA_VERSION%% +lib/libkwinglutils.so.10 +lib/libkwinxrenderutils.so +lib/libkwinxrenderutils.so.%%KDE_PLASMA_VERSION%% +lib/libkwinxrenderutils.so.10 +%%QT_PLUGINDIR%%/kcm_kwin_scripts.so +%%QT_PLUGINDIR%%/kcm_kwindecoration.so +%%QT_PLUGINDIR%%/kcm_kwindesktop.so +%%QT_PLUGINDIR%%/kcm_kwinoptions.so +%%QT_PLUGINDIR%%/kcm_kwinrules.so +%%QT_PLUGINDIR%%/kcm_kwinscreenedges.so +%%QT_PLUGINDIR%%/kcm_kwintabbox.so +%%QT_PLUGINDIR%%/kf5/org.kde.kidletime.platforms/KF5IdleTimeKWinWaylandPrivatePlugin.so +%%QT_PLUGINDIR%%/kpackage/packagestructure/kwin_packagestructure_scripts.so +%%QT_PLUGINDIR%%/kpackage/packagestructure/kwin_packagestructure_windowswitcher.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kcm_kwin4_genericscripted.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_blur_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_coverswitch_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_cube_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_cubeslide_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_desktopgrid_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_diminactive_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_flipswitch_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_glide_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_invert_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_lookingglass_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_magiclamp_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_magnifier_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_mouseclick_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_mousemark_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_presentwindows_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_resize_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_showfps_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_thumbnailaside_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_trackmouse_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_windowgeometry_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_wobblywindows_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_zoom_config.so +%%QT_PLUGINDIR%%/kwincompositing.so +%%QT_PLUGINDIR%%/org.kde.kdecoration2/kwin5_aurorae.so +%%QT_PLUGINDIR%%/org.kde.kglobalaccel5.platforms/KF5GlobalAccelPrivateKWin.so +%%QT_PLUGINDIR%%/org.kde.kwin.platforms/KWinX11Platform.so +%%QT_PLUGINDIR%%/org.kde.kwin.waylandbackends/KWinWaylandVirtualBackend.so +%%QT_PLUGINDIR%%/org.kde.kwin.waylandbackends/KWinWaylandWaylandBackend.so +%%QT_PLUGINDIR%%/org.kde.kwin.waylandbackends/KWinWaylandX11Backend.so +%%QT_PLUGINDIR%%/platforms/KWinQpaPlugin.so +%%QT_QMLDIR%%/org/kde/kwin/decoration/AppMenuButton.qml +%%QT_QMLDIR%%/org/kde/kwin/decoration/ButtonGroup.qml +%%QT_QMLDIR%%/org/kde/kwin/decoration/Decoration.qml +%%QT_QMLDIR%%/org/kde/kwin/decoration/DecorationButton.qml +%%QT_QMLDIR%%/org/kde/kwin/decoration/MenuButton.qml +%%QT_QMLDIR%%/org/kde/kwin/decoration/libdecorationplugin.so +%%QT_QMLDIR%%/org/kde/kwin/decoration/qmldir +%%QT_QMLDIR%%/org/kde/kwin/decorations/plastik/libplastikplugin.so +%%QT_QMLDIR%%/org/kde/kwin/decorations/plastik/qmldir +%%QT_QMLDIR%%/org/kde/kwin/private/kdecoration/libkdecorationprivatedeclarative.so +%%QT_QMLDIR%%/org/kde/kwin/private/kdecoration/qmldir +share/config.kcfg/kwin.kcfg +share/dbus-1/interfaces/org.kde.KWin.xml +share/dbus-1/interfaces/org.kde.kwin.Compositing.xml +share/dbus-1/interfaces/org.kde.kwin.Effects.xml +share/doc/HTML/en/kcontrol/desktop/index.cache.bz2 +share/doc/HTML/en/kcontrol/desktop/index.docbook +share/doc/HTML/en/kcontrol/kwindecoration/button.png +share/doc/HTML/en/kcontrol/kwindecoration/configure.png +share/doc/HTML/en/kcontrol/kwindecoration/decoration.png +share/doc/HTML/en/kcontrol/kwindecoration/index.cache.bz2 +share/doc/HTML/en/kcontrol/kwindecoration/index.docbook +share/doc/HTML/en/kcontrol/kwindecoration/main.png +share/doc/HTML/en/kcontrol/kwineffects/configure-effects.png +share/doc/HTML/en/kcontrol/kwineffects/configure-filter.png +share/doc/HTML/en/kcontrol/kwineffects/dialog-information.png +share/doc/HTML/en/kcontrol/kwineffects/index.cache.bz2 +share/doc/HTML/en/kcontrol/kwineffects/index.docbook +share/doc/HTML/en/kcontrol/kwineffects/video.png +share/doc/HTML/en/kcontrol/kwinscreenedges/index.cache.bz2 +share/doc/HTML/en/kcontrol/kwinscreenedges/index.docbook +share/doc/HTML/en/kcontrol/kwintabbox/index.cache.bz2 +share/doc/HTML/en/kcontrol/kwintabbox/index.docbook +share/doc/HTML/en/kcontrol/windowbehaviour/index.cache.bz2 +share/doc/HTML/en/kcontrol/windowbehaviour/index.docbook +share/doc/HTML/en/kcontrol/windowspecific/Face-smile.png +share/doc/HTML/en/kcontrol/windowspecific/akgregator-info.png +share/doc/HTML/en/kcontrol/windowspecific/akregator-attributes.png +share/doc/HTML/en/kcontrol/windowspecific/akregator-fav.png +share/doc/HTML/en/kcontrol/windowspecific/config-win-behavior.png +share/doc/HTML/en/kcontrol/windowspecific/emacs-attribute.png +share/doc/HTML/en/kcontrol/windowspecific/emacs-info.png +share/doc/HTML/en/kcontrol/windowspecific/focus-stealing-pop2top-attribute.png +share/doc/HTML/en/kcontrol/windowspecific/index.cache.bz2 +share/doc/HTML/en/kcontrol/windowspecific/index.docbook +share/doc/HTML/en/kcontrol/windowspecific/knotes-attribute.png +share/doc/HTML/en/kcontrol/windowspecific/knotes-info.png +share/doc/HTML/en/kcontrol/windowspecific/kopete-attribute-2.png +share/doc/HTML/en/kcontrol/windowspecific/kopete-chat-attribute.png +share/doc/HTML/en/kcontrol/windowspecific/kopete-chat-info.png +share/doc/HTML/en/kcontrol/windowspecific/kopete-info.png +share/doc/HTML/en/kcontrol/windowspecific/kwin-detect-window.png +share/doc/HTML/en/kcontrol/windowspecific/kwin-kopete-rules.png +share/doc/HTML/en/kcontrol/windowspecific/kwin-rule-editor.png +share/doc/HTML/en/kcontrol/windowspecific/kwin-rules-main-n-akregator.png +share/doc/HTML/en/kcontrol/windowspecific/kwin-rules-main.png +share/doc/HTML/en/kcontrol/windowspecific/kwin-rules-ordering.png +share/doc/HTML/en/kcontrol/windowspecific/kwin-window-attributes.png +share/doc/HTML/en/kcontrol/windowspecific/kwin-window-matching.png +share/doc/HTML/en/kcontrol/windowspecific/pager-4-desktops.png +share/doc/HTML/en/kcontrol/windowspecific/tbird-compose-attribute.png +share/doc/HTML/en/kcontrol/windowspecific/tbird-compose-info.png +share/doc/HTML/en/kcontrol/windowspecific/tbird-main-attribute.png +share/doc/HTML/en/kcontrol/windowspecific/tbird-main-info.png +share/doc/HTML/en/kcontrol/windowspecific/tbird-reminder-attribute-2.png +share/doc/HTML/en/kcontrol/windowspecific/tbird-reminder-info.png +share/doc/HTML/en/kcontrol/windowspecific/window-matching-emacs.png +share/doc/HTML/en/kcontrol/windowspecific/window-matching-init.png +share/doc/HTML/en/kcontrol/windowspecific/window-matching-knotes.png +share/doc/HTML/en/kcontrol/windowspecific/window-matching-kopete-chat.png +share/doc/HTML/en/kcontrol/windowspecific/window-matching-kopete.png +share/doc/HTML/en/kcontrol/windowspecific/window-matching-ready-akregator.png +share/doc/HTML/en/kcontrol/windowspecific/window-matching-tbird-compose.png +share/doc/HTML/en/kcontrol/windowspecific/window-matching-tbird-main.png +share/doc/HTML/en/kcontrol/windowspecific/window-matching-tbird-reminder.png +share/icons/hicolor/16x16/apps/kwin.png +share/icons/hicolor/32x32/apps/kwin.png +share/icons/hicolor/48x48/apps/kwin.png +share/icons/hicolor/scalable/apps/kwin.svgz +share/knotifications5/kwin.notifyrc +share/kservices5/desktop.desktop +share/kservices5/kcmkwineffects.desktop +share/kservices5/kwin-script-desktopchangeosd.desktop +share/kservices5/kwin-script-enforcedeco.desktop +share/kservices5/kwin-script-minimizeall.desktop +share/kservices5/kwin-script-synchronizeskipswitcher.desktop +share/kservices5/kwin-script-videowall.desktop +share/kservices5/kwin/kwin4_decoration_qml_plastik.desktop +share/kservices5/kwin/kwin4_effect_dialogparent.desktop +share/kservices5/kwin/kwin4_effect_eyeonscreen.desktop +share/kservices5/kwin/kwin4_effect_fade.desktop +share/kservices5/kwin/kwin4_effect_fadedesktop.desktop +share/kservices5/kwin/kwin4_effect_login.desktop +share/kservices5/kwin/kwin4_effect_maximize.desktop +share/kservices5/kwin/kwin4_effect_morphingpopups.desktop +share/kservices5/kwin/kwin4_effect_scalein.desktop +share/kservices5/kwin/kwin4_effect_translucency.desktop +share/kservices5/kwin/kwin4_effect_windowaperture.desktop +share/kservices5/kwinactions.desktop +share/kservices5/kwinadvanced.desktop +share/kservices5/kwincompositing.desktop +share/kservices5/kwindecoration.desktop +share/kservices5/kwinfocus.desktop +share/kservices5/kwinmoving.desktop +share/kservices5/kwinoptions.desktop +share/kservices5/kwinrules.desktop +share/kservices5/kwinscreenedges.desktop +share/kservices5/kwinscripts.desktop +share/kservices5/kwintabbox.desktop +share/kservicetypes5/kwindecoration.desktop +share/kservicetypes5/kwindesktopswitcher.desktop +share/kservicetypes5/kwineffect.desktop +share/kservicetypes5/kwinscript.desktop +share/kservicetypes5/kwinwindowswitcher.desktop +%%DATADIR%%/aurorae/AppMenuButton.qml +%%DATADIR%%/aurorae/AuroraeButton.qml +%%DATADIR%%/aurorae/AuroraeButtonGroup.qml +%%DATADIR%%/aurorae/AuroraeMaximizeButton.qml +%%DATADIR%%/aurorae/Decoration.qml +%%DATADIR%%/aurorae/DecorationButton.qml +%%DATADIR%%/aurorae/MenuButton.qml +%%DATADIR%%/aurorae/aurorae.qml +%%DATADIR%%/cubecap.png +%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/contents/config/main.xml +%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/contents/ui/PlastikButton.qml +%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/contents/ui/config.ui +%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/contents/ui/main.qml +%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/metadata.desktop +%%DATADIR%%/effects/desktopgrid/main.qml +%%DATADIR%%/effects/kwin4_effect_dialogparent/contents/code/main.js +%%DATADIR%%/effects/kwin4_effect_dialogparent/metadata.desktop +%%DATADIR%%/effects/kwin4_effect_eyeonscreen/contents/code/main.js +%%DATADIR%%/effects/kwin4_effect_eyeonscreen/metadata.desktop +%%DATADIR%%/effects/kwin4_effect_fade/contents/code/main.js +%%DATADIR%%/effects/kwin4_effect_fade/contents/config/main.xml +%%DATADIR%%/effects/kwin4_effect_fade/metadata.desktop +%%DATADIR%%/effects/kwin4_effect_fadedesktop/contents/code/main.js +%%DATADIR%%/effects/kwin4_effect_fadedesktop/metadata.desktop +%%DATADIR%%/effects/kwin4_effect_login/contents/code/main.js +%%DATADIR%%/effects/kwin4_effect_login/contents/config/main.xml +%%DATADIR%%/effects/kwin4_effect_login/contents/ui/config.ui +%%DATADIR%%/effects/kwin4_effect_login/metadata.desktop +%%DATADIR%%/effects/kwin4_effect_maximize/contents/code/maximize.js +%%DATADIR%%/effects/kwin4_effect_maximize/metadata.desktop +%%DATADIR%%/effects/kwin4_effect_morphingpopups/contents/code/morphingpopups.js +%%DATADIR%%/effects/kwin4_effect_morphingpopups/metadata.desktop +%%DATADIR%%/effects/kwin4_effect_scalein/contents/code/main.js +%%DATADIR%%/effects/kwin4_effect_scalein/metadata.desktop +%%DATADIR%%/effects/kwin4_effect_translucency/contents/code/main.js +%%DATADIR%%/effects/kwin4_effect_translucency/contents/config/main.xml +%%DATADIR%%/effects/kwin4_effect_translucency/contents/ui/config.ui +%%DATADIR%%/effects/kwin4_effect_translucency/metadata.desktop +%%DATADIR%%/effects/kwin4_effect_windowaperture/contents/code/main.js +%%DATADIR%%/effects/kwin4_effect_windowaperture/metadata.desktop +%%DATADIR%%/effects/presentwindows/main.qml +%%DATADIR%%/kcm_kwindecoration/ButtonGroup.qml +%%DATADIR%%/kcm_kwindecoration/Buttons.qml +%%DATADIR%%/kcm_kwindecoration/Previews.qml +%%DATADIR%%/kcm_kwindecoration/main.qml +%%DATADIR%%/kcm_kwintabbox/dolphin.png +%%DATADIR%%/kcm_kwintabbox/kmail.png +%%DATADIR%%/kcm_kwintabbox/konqueror.png +%%DATADIR%%/kcm_kwintabbox/systemsettings.png +%%DATADIR%%/onscreennotification/plasma/dummydata/osd.qml +%%DATADIR%%/onscreennotification/plasma/main.qml +%%DATADIR%%/outline/plasma/outline.qml +%%DATADIR%%/scripts/desktopchangeosd/contents/ui/main.qml +%%DATADIR%%/scripts/desktopchangeosd/contents/ui/osd.qml +%%DATADIR%%/scripts/desktopchangeosd/metadata.desktop +%%DATADIR%%/scripts/enforcedeco/contents/code/main.js +%%DATADIR%%/scripts/enforcedeco/metadata.desktop +%%DATADIR%%/scripts/minimizeall/contents/code/main.js +%%DATADIR%%/scripts/minimizeall/metadata.desktop +%%DATADIR%%/scripts/synchronizeskipswitcher/contents/code/main.js +%%DATADIR%%/scripts/synchronizeskipswitcher/metadata.desktop +%%DATADIR%%/scripts/videowall/contents/code/main.js +%%DATADIR%%/scripts/videowall/contents/config/main.xml +%%DATADIR%%/scripts/videowall/contents/ui/config.ui +%%DATADIR%%/scripts/videowall/metadata.desktop +%%DATADIR%%/stripTitle.js +%%DATADIR%%/tm_inner.png +%%DATADIR%%/tm_outer.png +%%DATADIR%%/virtualkeyboard/main-enterprise.qml +%%DATADIR%%/virtualkeyboard/main.qml +share/kwincompositing/qml/Effect.qml +share/kwincompositing/qml/EffectView.qml +share/kwincompositing/qml/Video.qml +share/kwincompositing/qml/main.qml +share/locale/af/LC_MESSAGES/kcmkwindecoration.mo +share/locale/af/LC_MESSAGES/kcmkwinrules.mo +share/locale/af/LC_MESSAGES/kcmkwm.mo +share/locale/af/LC_MESSAGES/kwin.mo +share/locale/af/LC_MESSAGES/kwin_clients.mo +share/locale/ar/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/ar/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/ar/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ar/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ar/LC_MESSAGES/kcmkwindecoration.mo +share/locale/ar/LC_MESSAGES/kcmkwinrules.mo +share/locale/ar/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ar/LC_MESSAGES/kcmkwm.mo +share/locale/ar/LC_MESSAGES/kwin.mo +share/locale/ar/LC_MESSAGES/kwin_clients.mo +share/locale/ar/LC_MESSAGES/kwin_effects.mo +share/locale/ar/LC_MESSAGES/kwin_scripting.mo +share/locale/as/LC_MESSAGES/kwin.mo +share/locale/ast/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/ast/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/ast/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ast/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ast/LC_MESSAGES/kcmkwindecoration.mo +share/locale/ast/LC_MESSAGES/kcmkwinrules.mo +share/locale/ast/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ast/LC_MESSAGES/kcmkwm.mo +share/locale/ast/LC_MESSAGES/kwin.mo +share/locale/ast/LC_MESSAGES/kwin_clients.mo +share/locale/ast/LC_MESSAGES/kwin_effects.mo +share/locale/ast/LC_MESSAGES/kwin_scripting.mo +share/locale/ast/LC_MESSAGES/kwin_scripts.mo +share/locale/be/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/be/LC_MESSAGES/kcmkwincompositing.mo +share/locale/be/LC_MESSAGES/kcmkwindecoration.mo +share/locale/be/LC_MESSAGES/kcmkwinrules.mo +share/locale/be/LC_MESSAGES/kcmkwm.mo +share/locale/be/LC_MESSAGES/kwin.mo +share/locale/be/LC_MESSAGES/kwin_clients.mo +share/locale/be/LC_MESSAGES/kwin_effects.mo +share/locale/be@latin/LC_MESSAGES/kwin.mo +share/locale/bg/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/bg/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/bg/LC_MESSAGES/kcmkwincompositing.mo +share/locale/bg/LC_MESSAGES/kcmkwindecoration.mo +share/locale/bg/LC_MESSAGES/kcmkwinrules.mo +share/locale/bg/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/bg/LC_MESSAGES/kcmkwm.mo +share/locale/bg/LC_MESSAGES/kwin.mo +share/locale/bg/LC_MESSAGES/kwin_clients.mo +share/locale/bg/LC_MESSAGES/kwin_effects.mo +share/locale/bn/LC_MESSAGES/kcmkwm.mo +share/locale/bn/LC_MESSAGES/kwin.mo +share/locale/bn/LC_MESSAGES/kwin_effects.mo +share/locale/bn_IN/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/bn_IN/LC_MESSAGES/kcmkwindecoration.mo +share/locale/bn_IN/LC_MESSAGES/kcmkwinrules.mo +share/locale/bn_IN/LC_MESSAGES/kcmkwm.mo +share/locale/bn_IN/LC_MESSAGES/kwin.mo +share/locale/bn_IN/LC_MESSAGES/kwin_clients.mo +share/locale/bn_IN/LC_MESSAGES/kwin_effects.mo +share/locale/br/LC_MESSAGES/kcmkwindecoration.mo +share/locale/br/LC_MESSAGES/kcmkwinrules.mo +share/locale/br/LC_MESSAGES/kcmkwm.mo +share/locale/br/LC_MESSAGES/kwin.mo +share/locale/br/LC_MESSAGES/kwin_clients.mo +share/locale/bs/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/bs/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/bs/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/bs/LC_MESSAGES/kcmkwincompositing.mo +share/locale/bs/LC_MESSAGES/kcmkwindecoration.mo +share/locale/bs/LC_MESSAGES/kcmkwinrules.mo +share/locale/bs/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/bs/LC_MESSAGES/kcmkwm.mo +share/locale/bs/LC_MESSAGES/kwin.mo +share/locale/bs/LC_MESSAGES/kwin_clients.mo +share/locale/bs/LC_MESSAGES/kwin_effects.mo +share/locale/bs/LC_MESSAGES/kwin_scripting.mo +share/locale/ca/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/ca/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/ca/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ca/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ca/LC_MESSAGES/kcmkwindecoration.mo +share/locale/ca/LC_MESSAGES/kcmkwinrules.mo +share/locale/ca/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ca/LC_MESSAGES/kcmkwm.mo +share/locale/ca/LC_MESSAGES/kwin.mo +share/locale/ca/LC_MESSAGES/kwin_clients.mo +share/locale/ca/LC_MESSAGES/kwin_effects.mo +share/locale/ca/LC_MESSAGES/kwin_scripting.mo +share/locale/ca/LC_MESSAGES/kwin_scripts.mo +share/locale/ca@valencia/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ca@valencia/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ca@valencia/LC_MESSAGES/kcmkwindecoration.mo +share/locale/ca@valencia/LC_MESSAGES/kcmkwinrules.mo +share/locale/ca@valencia/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ca@valencia/LC_MESSAGES/kcmkwm.mo +share/locale/ca@valencia/LC_MESSAGES/kwin.mo +share/locale/ca@valencia/LC_MESSAGES/kwin_clients.mo +share/locale/ca@valencia/LC_MESSAGES/kwin_effects.mo +share/locale/ca@valencia/LC_MESSAGES/kwin_scripting.mo +share/locale/ca@valencia/LC_MESSAGES/kwin_scripts.mo +share/locale/cs/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/cs/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/cs/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/cs/LC_MESSAGES/kcmkwincompositing.mo +share/locale/cs/LC_MESSAGES/kcmkwindecoration.mo +share/locale/cs/LC_MESSAGES/kcmkwinrules.mo +share/locale/cs/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/cs/LC_MESSAGES/kcmkwm.mo +share/locale/cs/LC_MESSAGES/kwin.mo +share/locale/cs/LC_MESSAGES/kwin_clients.mo +share/locale/cs/LC_MESSAGES/kwin_effects.mo +share/locale/cs/LC_MESSAGES/kwin_scripting.mo +share/locale/cs/LC_MESSAGES/kwin_scripts.mo +share/locale/csb/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/csb/LC_MESSAGES/kwin.mo +share/locale/csb/LC_MESSAGES/kwin_clients.mo +share/locale/csb/LC_MESSAGES/kwin_effects.mo +share/locale/cy/LC_MESSAGES/kcmkwindecoration.mo +share/locale/cy/LC_MESSAGES/kcmkwinrules.mo +share/locale/cy/LC_MESSAGES/kcmkwm.mo +share/locale/cy/LC_MESSAGES/kwin.mo +share/locale/cy/LC_MESSAGES/kwin_clients.mo +share/locale/da/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/da/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/da/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/da/LC_MESSAGES/kcmkwincompositing.mo +share/locale/da/LC_MESSAGES/kcmkwindecoration.mo +share/locale/da/LC_MESSAGES/kcmkwinrules.mo +share/locale/da/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/da/LC_MESSAGES/kcmkwm.mo +share/locale/da/LC_MESSAGES/kwin.mo +share/locale/da/LC_MESSAGES/kwin_clients.mo +share/locale/da/LC_MESSAGES/kwin_effects.mo +share/locale/da/LC_MESSAGES/kwin_scripting.mo +share/locale/da/LC_MESSAGES/kwin_scripts.mo +share/locale/de/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/de/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/de/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/de/LC_MESSAGES/kcmkwincompositing.mo +share/locale/de/LC_MESSAGES/kcmkwindecoration.mo +share/locale/de/LC_MESSAGES/kcmkwinrules.mo +share/locale/de/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/de/LC_MESSAGES/kcmkwm.mo +share/locale/de/LC_MESSAGES/kwin.mo +share/locale/de/LC_MESSAGES/kwin_clients.mo +share/locale/de/LC_MESSAGES/kwin_effects.mo +share/locale/de/LC_MESSAGES/kwin_scripting.mo +share/locale/de/LC_MESSAGES/kwin_scripts.mo +share/locale/el/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/el/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/el/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/el/LC_MESSAGES/kcmkwincompositing.mo +share/locale/el/LC_MESSAGES/kcmkwindecoration.mo +share/locale/el/LC_MESSAGES/kcmkwinrules.mo +share/locale/el/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/el/LC_MESSAGES/kcmkwm.mo +share/locale/el/LC_MESSAGES/kwin.mo +share/locale/el/LC_MESSAGES/kwin_clients.mo +share/locale/el/LC_MESSAGES/kwin_effects.mo +share/locale/el/LC_MESSAGES/kwin_scripting.mo +share/locale/el/LC_MESSAGES/kwin_scripts.mo +share/locale/en_GB/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/en_GB/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/en_GB/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/en_GB/LC_MESSAGES/kcmkwincompositing.mo +share/locale/en_GB/LC_MESSAGES/kcmkwindecoration.mo +share/locale/en_GB/LC_MESSAGES/kcmkwinrules.mo +share/locale/en_GB/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/en_GB/LC_MESSAGES/kcmkwm.mo +share/locale/en_GB/LC_MESSAGES/kwin.mo +share/locale/en_GB/LC_MESSAGES/kwin_clients.mo +share/locale/en_GB/LC_MESSAGES/kwin_effects.mo +share/locale/en_GB/LC_MESSAGES/kwin_scripting.mo +share/locale/en_GB/LC_MESSAGES/kwin_scripts.mo +share/locale/eo/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/eo/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/eo/LC_MESSAGES/kcmkwincompositing.mo +share/locale/eo/LC_MESSAGES/kcmkwindecoration.mo +share/locale/eo/LC_MESSAGES/kcmkwinrules.mo +share/locale/eo/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/eo/LC_MESSAGES/kcmkwm.mo +share/locale/eo/LC_MESSAGES/kwin.mo +share/locale/eo/LC_MESSAGES/kwin_clients.mo +share/locale/eo/LC_MESSAGES/kwin_effects.mo +share/locale/es/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/es/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/es/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/es/LC_MESSAGES/kcmkwincompositing.mo +share/locale/es/LC_MESSAGES/kcmkwindecoration.mo +share/locale/es/LC_MESSAGES/kcmkwinrules.mo +share/locale/es/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/es/LC_MESSAGES/kcmkwm.mo +share/locale/es/LC_MESSAGES/kwin.mo +share/locale/es/LC_MESSAGES/kwin_clients.mo +share/locale/es/LC_MESSAGES/kwin_effects.mo +share/locale/es/LC_MESSAGES/kwin_scripting.mo +share/locale/es/LC_MESSAGES/kwin_scripts.mo +share/locale/et/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/et/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/et/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/et/LC_MESSAGES/kcmkwincompositing.mo +share/locale/et/LC_MESSAGES/kcmkwindecoration.mo +share/locale/et/LC_MESSAGES/kcmkwinrules.mo +share/locale/et/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/et/LC_MESSAGES/kcmkwm.mo +share/locale/et/LC_MESSAGES/kwin.mo +share/locale/et/LC_MESSAGES/kwin_clients.mo +share/locale/et/LC_MESSAGES/kwin_effects.mo +share/locale/et/LC_MESSAGES/kwin_scripting.mo +share/locale/et/LC_MESSAGES/kwin_scripts.mo +share/locale/eu/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/eu/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/eu/LC_MESSAGES/kcmkwincompositing.mo +share/locale/eu/LC_MESSAGES/kcmkwindecoration.mo +share/locale/eu/LC_MESSAGES/kcmkwinrules.mo +share/locale/eu/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/eu/LC_MESSAGES/kcmkwm.mo +share/locale/eu/LC_MESSAGES/kwin.mo +share/locale/eu/LC_MESSAGES/kwin_clients.mo +share/locale/eu/LC_MESSAGES/kwin_effects.mo +share/locale/fa/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/fa/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/fa/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/fa/LC_MESSAGES/kcmkwincompositing.mo +share/locale/fa/LC_MESSAGES/kcmkwindecoration.mo +share/locale/fa/LC_MESSAGES/kcmkwinrules.mo +share/locale/fa/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/fa/LC_MESSAGES/kcmkwm.mo +share/locale/fa/LC_MESSAGES/kwin.mo +share/locale/fa/LC_MESSAGES/kwin_clients.mo +share/locale/fa/LC_MESSAGES/kwin_effects.mo +share/locale/fi/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/fi/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/fi/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/fi/LC_MESSAGES/kcmkwincompositing.mo +share/locale/fi/LC_MESSAGES/kcmkwindecoration.mo +share/locale/fi/LC_MESSAGES/kcmkwinrules.mo +share/locale/fi/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/fi/LC_MESSAGES/kcmkwm.mo +share/locale/fi/LC_MESSAGES/kwin.mo +share/locale/fi/LC_MESSAGES/kwin_clients.mo +share/locale/fi/LC_MESSAGES/kwin_effects.mo +share/locale/fi/LC_MESSAGES/kwin_scripting.mo +share/locale/fi/LC_MESSAGES/kwin_scripts.mo +share/locale/fr/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/fr/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/fr/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/fr/LC_MESSAGES/kcmkwincompositing.mo +share/locale/fr/LC_MESSAGES/kcmkwindecoration.mo +share/locale/fr/LC_MESSAGES/kcmkwinrules.mo +share/locale/fr/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/fr/LC_MESSAGES/kcmkwm.mo +share/locale/fr/LC_MESSAGES/kwin.mo +share/locale/fr/LC_MESSAGES/kwin_clients.mo +share/locale/fr/LC_MESSAGES/kwin_effects.mo +share/locale/fr/LC_MESSAGES/kwin_scripting.mo +share/locale/fr/LC_MESSAGES/kwin_scripts.mo +share/locale/fy/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/fy/LC_MESSAGES/kcmkwincompositing.mo +share/locale/fy/LC_MESSAGES/kcmkwindecoration.mo +share/locale/fy/LC_MESSAGES/kcmkwinrules.mo +share/locale/fy/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/fy/LC_MESSAGES/kcmkwm.mo +share/locale/fy/LC_MESSAGES/kwin.mo +share/locale/fy/LC_MESSAGES/kwin_clients.mo +share/locale/fy/LC_MESSAGES/kwin_effects.mo +share/locale/ga/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/ga/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/ga/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ga/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ga/LC_MESSAGES/kcmkwindecoration.mo +share/locale/ga/LC_MESSAGES/kcmkwinrules.mo +share/locale/ga/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ga/LC_MESSAGES/kcmkwm.mo +share/locale/ga/LC_MESSAGES/kwin.mo +share/locale/ga/LC_MESSAGES/kwin_clients.mo +share/locale/ga/LC_MESSAGES/kwin_effects.mo +share/locale/gl/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/gl/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/gl/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/gl/LC_MESSAGES/kcmkwincompositing.mo +share/locale/gl/LC_MESSAGES/kcmkwindecoration.mo +share/locale/gl/LC_MESSAGES/kcmkwinrules.mo +share/locale/gl/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/gl/LC_MESSAGES/kcmkwm.mo +share/locale/gl/LC_MESSAGES/kwin.mo +share/locale/gl/LC_MESSAGES/kwin_clients.mo +share/locale/gl/LC_MESSAGES/kwin_effects.mo +share/locale/gl/LC_MESSAGES/kwin_scripting.mo +share/locale/gl/LC_MESSAGES/kwin_scripts.mo +share/locale/gu/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/gu/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/gu/LC_MESSAGES/kcmkwincompositing.mo +share/locale/gu/LC_MESSAGES/kcmkwindecoration.mo +share/locale/gu/LC_MESSAGES/kcmkwinrules.mo +share/locale/gu/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/gu/LC_MESSAGES/kcmkwm.mo +share/locale/gu/LC_MESSAGES/kwin.mo +share/locale/gu/LC_MESSAGES/kwin_clients.mo +share/locale/gu/LC_MESSAGES/kwin_effects.mo +share/locale/he/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/he/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/he/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/he/LC_MESSAGES/kcmkwincompositing.mo +share/locale/he/LC_MESSAGES/kcmkwindecoration.mo +share/locale/he/LC_MESSAGES/kcmkwinrules.mo +share/locale/he/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/he/LC_MESSAGES/kcmkwm.mo +share/locale/he/LC_MESSAGES/kwin.mo +share/locale/he/LC_MESSAGES/kwin_clients.mo +share/locale/he/LC_MESSAGES/kwin_effects.mo +share/locale/hi/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/hi/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/hi/LC_MESSAGES/kcmkwincompositing.mo +share/locale/hi/LC_MESSAGES/kcmkwindecoration.mo +share/locale/hi/LC_MESSAGES/kcmkwinrules.mo +share/locale/hi/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/hi/LC_MESSAGES/kcmkwm.mo +share/locale/hi/LC_MESSAGES/kwin.mo +share/locale/hi/LC_MESSAGES/kwin_clients.mo +share/locale/hi/LC_MESSAGES/kwin_effects.mo +share/locale/hne/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/hne/LC_MESSAGES/kcmkwincompositing.mo +share/locale/hne/LC_MESSAGES/kcmkwindecoration.mo +share/locale/hne/LC_MESSAGES/kcmkwinrules.mo +share/locale/hne/LC_MESSAGES/kcmkwm.mo +share/locale/hne/LC_MESSAGES/kwin.mo +share/locale/hne/LC_MESSAGES/kwin_clients.mo +share/locale/hne/LC_MESSAGES/kwin_effects.mo +share/locale/hr/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/hr/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/hr/LC_MESSAGES/kcmkwincompositing.mo +share/locale/hr/LC_MESSAGES/kcmkwindecoration.mo +share/locale/hr/LC_MESSAGES/kcmkwinrules.mo +share/locale/hr/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/hr/LC_MESSAGES/kcmkwm.mo +share/locale/hr/LC_MESSAGES/kwin.mo +share/locale/hr/LC_MESSAGES/kwin_clients.mo +share/locale/hr/LC_MESSAGES/kwin_effects.mo +share/locale/hsb/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/hsb/LC_MESSAGES/kcmkwincompositing.mo +share/locale/hsb/LC_MESSAGES/kcmkwindecoration.mo +share/locale/hsb/LC_MESSAGES/kcmkwinrules.mo +share/locale/hsb/LC_MESSAGES/kcmkwm.mo +share/locale/hsb/LC_MESSAGES/kwin.mo +share/locale/hsb/LC_MESSAGES/kwin_clients.mo +share/locale/hsb/LC_MESSAGES/kwin_effects.mo +share/locale/hu/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/hu/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/hu/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/hu/LC_MESSAGES/kcmkwincompositing.mo +share/locale/hu/LC_MESSAGES/kcmkwindecoration.mo +share/locale/hu/LC_MESSAGES/kcmkwinrules.mo +share/locale/hu/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/hu/LC_MESSAGES/kcmkwm.mo +share/locale/hu/LC_MESSAGES/kwin.mo +share/locale/hu/LC_MESSAGES/kwin_clients.mo +share/locale/hu/LC_MESSAGES/kwin_effects.mo +share/locale/hu/LC_MESSAGES/kwin_scripting.mo +share/locale/ia/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/ia/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/ia/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ia/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ia/LC_MESSAGES/kcmkwindecoration.mo +share/locale/ia/LC_MESSAGES/kcmkwinrules.mo +share/locale/ia/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ia/LC_MESSAGES/kcmkwm.mo +share/locale/ia/LC_MESSAGES/kwin.mo +share/locale/ia/LC_MESSAGES/kwin_clients.mo +share/locale/ia/LC_MESSAGES/kwin_effects.mo +share/locale/ia/LC_MESSAGES/kwin_scripting.mo +share/locale/ia/LC_MESSAGES/kwin_scripts.mo +share/locale/id/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/id/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/id/LC_MESSAGES/kcmkwincompositing.mo +share/locale/id/LC_MESSAGES/kcmkwindecoration.mo +share/locale/id/LC_MESSAGES/kcmkwinrules.mo +share/locale/id/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/id/LC_MESSAGES/kcmkwm.mo +share/locale/id/LC_MESSAGES/kwin.mo +share/locale/id/LC_MESSAGES/kwin_clients.mo +share/locale/id/LC_MESSAGES/kwin_effects.mo +share/locale/is/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/is/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/is/LC_MESSAGES/kcmkwincompositing.mo +share/locale/is/LC_MESSAGES/kcmkwindecoration.mo +share/locale/is/LC_MESSAGES/kcmkwinrules.mo +share/locale/is/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/is/LC_MESSAGES/kcmkwm.mo +share/locale/is/LC_MESSAGES/kwin.mo +share/locale/is/LC_MESSAGES/kwin_clients.mo +share/locale/is/LC_MESSAGES/kwin_effects.mo +share/locale/it/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/it/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/it/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/it/LC_MESSAGES/kcmkwincompositing.mo +share/locale/it/LC_MESSAGES/kcmkwindecoration.mo +share/locale/it/LC_MESSAGES/kcmkwinrules.mo +share/locale/it/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/it/LC_MESSAGES/kcmkwm.mo +share/locale/it/LC_MESSAGES/kwin.mo +share/locale/it/LC_MESSAGES/kwin_clients.mo +share/locale/it/LC_MESSAGES/kwin_effects.mo +share/locale/it/LC_MESSAGES/kwin_scripting.mo +share/locale/it/LC_MESSAGES/kwin_scripts.mo +share/locale/ja/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/ja/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/ja/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ja/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ja/LC_MESSAGES/kcmkwindecoration.mo +share/locale/ja/LC_MESSAGES/kcmkwinrules.mo +share/locale/ja/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ja/LC_MESSAGES/kcmkwm.mo +share/locale/ja/LC_MESSAGES/kwin.mo +share/locale/ja/LC_MESSAGES/kwin_clients.mo +share/locale/ja/LC_MESSAGES/kwin_effects.mo +share/locale/ja/LC_MESSAGES/kwin_scripting.mo +share/locale/ja/LC_MESSAGES/kwin_scripts.mo +share/locale/kk/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/kk/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/kk/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/kk/LC_MESSAGES/kcmkwincompositing.mo +share/locale/kk/LC_MESSAGES/kcmkwindecoration.mo +share/locale/kk/LC_MESSAGES/kcmkwinrules.mo +share/locale/kk/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/kk/LC_MESSAGES/kcmkwm.mo +share/locale/kk/LC_MESSAGES/kwin.mo +share/locale/kk/LC_MESSAGES/kwin_clients.mo +share/locale/kk/LC_MESSAGES/kwin_effects.mo +share/locale/kk/LC_MESSAGES/kwin_scripting.mo +share/locale/km/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/km/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/km/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/km/LC_MESSAGES/kcmkwincompositing.mo +share/locale/km/LC_MESSAGES/kcmkwindecoration.mo +share/locale/km/LC_MESSAGES/kcmkwinrules.mo +share/locale/km/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/km/LC_MESSAGES/kcmkwm.mo +share/locale/km/LC_MESSAGES/kwin.mo +share/locale/km/LC_MESSAGES/kwin_clients.mo +share/locale/km/LC_MESSAGES/kwin_effects.mo +share/locale/kn/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/kn/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/kn/LC_MESSAGES/kcmkwincompositing.mo +share/locale/kn/LC_MESSAGES/kcmkwindecoration.mo +share/locale/kn/LC_MESSAGES/kcmkwinrules.mo +share/locale/kn/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/kn/LC_MESSAGES/kcmkwm.mo +share/locale/kn/LC_MESSAGES/kwin.mo +share/locale/kn/LC_MESSAGES/kwin_clients.mo +share/locale/kn/LC_MESSAGES/kwin_effects.mo +share/locale/ko/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/ko/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/ko/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ko/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ko/LC_MESSAGES/kcmkwindecoration.mo +share/locale/ko/LC_MESSAGES/kcmkwinrules.mo +share/locale/ko/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ko/LC_MESSAGES/kcmkwm.mo +share/locale/ko/LC_MESSAGES/kwin.mo +share/locale/ko/LC_MESSAGES/kwin_clients.mo +share/locale/ko/LC_MESSAGES/kwin_effects.mo +share/locale/ko/LC_MESSAGES/kwin_scripting.mo +share/locale/ko/LC_MESSAGES/kwin_scripts.mo +share/locale/ku/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/ku/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ku/LC_MESSAGES/kcmkwindecoration.mo +share/locale/ku/LC_MESSAGES/kcmkwinrules.mo +share/locale/ku/LC_MESSAGES/kcmkwm.mo +share/locale/ku/LC_MESSAGES/kwin.mo +share/locale/ku/LC_MESSAGES/kwin_clients.mo +share/locale/ku/LC_MESSAGES/kwin_effects.mo +share/locale/lt/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/lt/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/lt/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/lt/LC_MESSAGES/kcmkwincompositing.mo +share/locale/lt/LC_MESSAGES/kcmkwindecoration.mo +share/locale/lt/LC_MESSAGES/kcmkwinrules.mo +share/locale/lt/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/lt/LC_MESSAGES/kcmkwm.mo +share/locale/lt/LC_MESSAGES/kwin.mo +share/locale/lt/LC_MESSAGES/kwin_clients.mo +share/locale/lt/LC_MESSAGES/kwin_effects.mo +share/locale/lt/LC_MESSAGES/kwin_scripting.mo +share/locale/lv/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/lv/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/lv/LC_MESSAGES/kcmkwincompositing.mo +share/locale/lv/LC_MESSAGES/kcmkwindecoration.mo +share/locale/lv/LC_MESSAGES/kcmkwinrules.mo +share/locale/lv/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/lv/LC_MESSAGES/kcmkwm.mo +share/locale/lv/LC_MESSAGES/kwin.mo +share/locale/lv/LC_MESSAGES/kwin_clients.mo +share/locale/lv/LC_MESSAGES/kwin_effects.mo +share/locale/mai/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/mai/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/mai/LC_MESSAGES/kcmkwincompositing.mo +share/locale/mai/LC_MESSAGES/kcmkwindecoration.mo +share/locale/mai/LC_MESSAGES/kcmkwinrules.mo +share/locale/mai/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/mai/LC_MESSAGES/kcmkwm.mo +share/locale/mai/LC_MESSAGES/kwin.mo +share/locale/mai/LC_MESSAGES/kwin_clients.mo +share/locale/mai/LC_MESSAGES/kwin_effects.mo +share/locale/mk/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/mk/LC_MESSAGES/kcmkwincompositing.mo +share/locale/mk/LC_MESSAGES/kcmkwindecoration.mo +share/locale/mk/LC_MESSAGES/kcmkwinrules.mo +share/locale/mk/LC_MESSAGES/kcmkwm.mo +share/locale/mk/LC_MESSAGES/kwin.mo +share/locale/mk/LC_MESSAGES/kwin_clients.mo +share/locale/mk/LC_MESSAGES/kwin_effects.mo +share/locale/ml/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/ml/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ml/LC_MESSAGES/kcmkwindecoration.mo +share/locale/ml/LC_MESSAGES/kcmkwinrules.mo +share/locale/ml/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ml/LC_MESSAGES/kcmkwm.mo +share/locale/ml/LC_MESSAGES/kwin.mo +share/locale/ml/LC_MESSAGES/kwin_clients.mo +share/locale/ml/LC_MESSAGES/kwin_effects.mo +share/locale/mr/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/mr/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/mr/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/mr/LC_MESSAGES/kcmkwincompositing.mo +share/locale/mr/LC_MESSAGES/kcmkwindecoration.mo +share/locale/mr/LC_MESSAGES/kcmkwinrules.mo +share/locale/mr/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/mr/LC_MESSAGES/kcmkwm.mo +share/locale/mr/LC_MESSAGES/kwin.mo +share/locale/mr/LC_MESSAGES/kwin_clients.mo +share/locale/mr/LC_MESSAGES/kwin_effects.mo +share/locale/mr/LC_MESSAGES/kwin_scripting.mo +share/locale/ms/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/ms/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ms/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ms/LC_MESSAGES/kcmkwindecoration.mo +share/locale/ms/LC_MESSAGES/kcmkwinrules.mo +share/locale/ms/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ms/LC_MESSAGES/kcmkwm.mo +share/locale/ms/LC_MESSAGES/kwin.mo +share/locale/ms/LC_MESSAGES/kwin_clients.mo +share/locale/ms/LC_MESSAGES/kwin_effects.mo +share/locale/nb/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/nb/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/nb/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/nb/LC_MESSAGES/kcmkwincompositing.mo +share/locale/nb/LC_MESSAGES/kcmkwindecoration.mo +share/locale/nb/LC_MESSAGES/kcmkwinrules.mo +share/locale/nb/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/nb/LC_MESSAGES/kcmkwm.mo +share/locale/nb/LC_MESSAGES/kwin.mo +share/locale/nb/LC_MESSAGES/kwin_clients.mo +share/locale/nb/LC_MESSAGES/kwin_effects.mo +share/locale/nb/LC_MESSAGES/kwin_scripting.mo +share/locale/nds/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/nds/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/nds/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/nds/LC_MESSAGES/kcmkwincompositing.mo +share/locale/nds/LC_MESSAGES/kcmkwindecoration.mo +share/locale/nds/LC_MESSAGES/kcmkwinrules.mo +share/locale/nds/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/nds/LC_MESSAGES/kcmkwm.mo +share/locale/nds/LC_MESSAGES/kwin.mo +share/locale/nds/LC_MESSAGES/kwin_clients.mo +share/locale/nds/LC_MESSAGES/kwin_effects.mo +share/locale/nds/LC_MESSAGES/kwin_scripting.mo +share/locale/ne/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/ne/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ne/LC_MESSAGES/kcmkwindecoration.mo +share/locale/ne/LC_MESSAGES/kcmkwinrules.mo +share/locale/ne/LC_MESSAGES/kcmkwm.mo +share/locale/ne/LC_MESSAGES/kwin.mo +share/locale/ne/LC_MESSAGES/kwin_clients.mo +share/locale/nl/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/nl/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/nl/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/nl/LC_MESSAGES/kcmkwincompositing.mo +share/locale/nl/LC_MESSAGES/kcmkwindecoration.mo +share/locale/nl/LC_MESSAGES/kcmkwinrules.mo +share/locale/nl/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/nl/LC_MESSAGES/kcmkwm.mo +share/locale/nl/LC_MESSAGES/kwin.mo +share/locale/nl/LC_MESSAGES/kwin_clients.mo +share/locale/nl/LC_MESSAGES/kwin_effects.mo +share/locale/nl/LC_MESSAGES/kwin_scripting.mo +share/locale/nl/LC_MESSAGES/kwin_scripts.mo +share/locale/nn/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/nn/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/nn/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/nn/LC_MESSAGES/kcmkwincompositing.mo +share/locale/nn/LC_MESSAGES/kcmkwindecoration.mo +share/locale/nn/LC_MESSAGES/kcmkwinrules.mo +share/locale/nn/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/nn/LC_MESSAGES/kcmkwm.mo +share/locale/nn/LC_MESSAGES/kwin.mo +share/locale/nn/LC_MESSAGES/kwin_clients.mo +share/locale/nn/LC_MESSAGES/kwin_effects.mo +share/locale/nn/LC_MESSAGES/kwin_scripting.mo +share/locale/nn/LC_MESSAGES/kwin_scripts.mo +share/locale/oc/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/oc/LC_MESSAGES/kcmkwincompositing.mo +share/locale/oc/LC_MESSAGES/kcmkwindecoration.mo +share/locale/oc/LC_MESSAGES/kcmkwinrules.mo +share/locale/oc/LC_MESSAGES/kcmkwm.mo +share/locale/oc/LC_MESSAGES/kwin.mo +share/locale/oc/LC_MESSAGES/kwin_clients.mo +share/locale/oc/LC_MESSAGES/kwin_effects.mo +share/locale/or/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/or/LC_MESSAGES/kcmkwincompositing.mo +share/locale/or/LC_MESSAGES/kcmkwindecoration.mo +share/locale/or/LC_MESSAGES/kcmkwinrules.mo +share/locale/or/LC_MESSAGES/kcmkwm.mo +share/locale/or/LC_MESSAGES/kwin.mo +share/locale/or/LC_MESSAGES/kwin_clients.mo +share/locale/or/LC_MESSAGES/kwin_effects.mo +share/locale/pa/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/pa/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/pa/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/pa/LC_MESSAGES/kcmkwincompositing.mo +share/locale/pa/LC_MESSAGES/kcmkwindecoration.mo +share/locale/pa/LC_MESSAGES/kcmkwinrules.mo +share/locale/pa/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/pa/LC_MESSAGES/kcmkwm.mo +share/locale/pa/LC_MESSAGES/kwin.mo +share/locale/pa/LC_MESSAGES/kwin_clients.mo +share/locale/pa/LC_MESSAGES/kwin_effects.mo +share/locale/pa/LC_MESSAGES/kwin_scripting.mo +share/locale/pl/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/pl/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/pl/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/pl/LC_MESSAGES/kcmkwincompositing.mo +share/locale/pl/LC_MESSAGES/kcmkwindecoration.mo +share/locale/pl/LC_MESSAGES/kcmkwinrules.mo +share/locale/pl/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/pl/LC_MESSAGES/kcmkwm.mo +share/locale/pl/LC_MESSAGES/kwin.mo +share/locale/pl/LC_MESSAGES/kwin_clients.mo +share/locale/pl/LC_MESSAGES/kwin_effects.mo +share/locale/pl/LC_MESSAGES/kwin_scripting.mo +share/locale/pl/LC_MESSAGES/kwin_scripts.mo +share/locale/pt/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/pt/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/pt/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/pt/LC_MESSAGES/kcmkwincompositing.mo +share/locale/pt/LC_MESSAGES/kcmkwindecoration.mo +share/locale/pt/LC_MESSAGES/kcmkwinrules.mo +share/locale/pt/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/pt/LC_MESSAGES/kcmkwm.mo +share/locale/pt/LC_MESSAGES/kwin.mo +share/locale/pt/LC_MESSAGES/kwin_clients.mo +share/locale/pt/LC_MESSAGES/kwin_effects.mo +share/locale/pt/LC_MESSAGES/kwin_scripting.mo +share/locale/pt/LC_MESSAGES/kwin_scripts.mo +share/locale/pt_BR/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/pt_BR/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/pt_BR/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/pt_BR/LC_MESSAGES/kcmkwincompositing.mo +share/locale/pt_BR/LC_MESSAGES/kcmkwindecoration.mo +share/locale/pt_BR/LC_MESSAGES/kcmkwinrules.mo +share/locale/pt_BR/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/pt_BR/LC_MESSAGES/kcmkwm.mo +share/locale/pt_BR/LC_MESSAGES/kwin.mo +share/locale/pt_BR/LC_MESSAGES/kwin_clients.mo +share/locale/pt_BR/LC_MESSAGES/kwin_effects.mo +share/locale/pt_BR/LC_MESSAGES/kwin_scripting.mo +share/locale/pt_BR/LC_MESSAGES/kwin_scripts.mo +share/locale/ro/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/ro/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/ro/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ro/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ro/LC_MESSAGES/kcmkwindecoration.mo +share/locale/ro/LC_MESSAGES/kcmkwinrules.mo +share/locale/ro/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ro/LC_MESSAGES/kcmkwm.mo +share/locale/ro/LC_MESSAGES/kwin.mo +share/locale/ro/LC_MESSAGES/kwin_clients.mo +share/locale/ro/LC_MESSAGES/kwin_effects.mo +share/locale/ro/LC_MESSAGES/kwin_scripting.mo +share/locale/ru/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/ru/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/ru/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ru/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ru/LC_MESSAGES/kcmkwindecoration.mo +share/locale/ru/LC_MESSAGES/kcmkwinrules.mo +share/locale/ru/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ru/LC_MESSAGES/kcmkwm.mo +share/locale/ru/LC_MESSAGES/kwin.mo +share/locale/ru/LC_MESSAGES/kwin_clients.mo +share/locale/ru/LC_MESSAGES/kwin_effects.mo +share/locale/ru/LC_MESSAGES/kwin_scripting.mo +share/locale/ru/LC_MESSAGES/kwin_scripts.mo +share/locale/se/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/se/LC_MESSAGES/kcmkwincompositing.mo +share/locale/se/LC_MESSAGES/kcmkwindecoration.mo +share/locale/se/LC_MESSAGES/kcmkwinrules.mo +share/locale/se/LC_MESSAGES/kcmkwm.mo +share/locale/se/LC_MESSAGES/kwin.mo +share/locale/se/LC_MESSAGES/kwin_clients.mo +share/locale/si/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/si/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/si/LC_MESSAGES/kcmkwincompositing.mo +share/locale/si/LC_MESSAGES/kcmkwindecoration.mo +share/locale/si/LC_MESSAGES/kcmkwinrules.mo +share/locale/si/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/si/LC_MESSAGES/kcmkwm.mo +share/locale/si/LC_MESSAGES/kwin.mo +share/locale/si/LC_MESSAGES/kwin_clients.mo +share/locale/si/LC_MESSAGES/kwin_effects.mo +share/locale/sk/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/sk/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/sk/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/sk/LC_MESSAGES/kcmkwincompositing.mo +share/locale/sk/LC_MESSAGES/kcmkwindecoration.mo +share/locale/sk/LC_MESSAGES/kcmkwinrules.mo +share/locale/sk/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/sk/LC_MESSAGES/kcmkwm.mo +share/locale/sk/LC_MESSAGES/kwin.mo +share/locale/sk/LC_MESSAGES/kwin_clients.mo +share/locale/sk/LC_MESSAGES/kwin_effects.mo +share/locale/sk/LC_MESSAGES/kwin_scripting.mo +share/locale/sk/LC_MESSAGES/kwin_scripts.mo +share/locale/sl/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/sl/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/sl/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/sl/LC_MESSAGES/kcmkwincompositing.mo +share/locale/sl/LC_MESSAGES/kcmkwindecoration.mo +share/locale/sl/LC_MESSAGES/kcmkwinrules.mo +share/locale/sl/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/sl/LC_MESSAGES/kcmkwm.mo +share/locale/sl/LC_MESSAGES/kwin.mo +share/locale/sl/LC_MESSAGES/kwin_clients.mo +share/locale/sl/LC_MESSAGES/kwin_effects.mo +share/locale/sl/LC_MESSAGES/kwin_scripting.mo +share/locale/sl/LC_MESSAGES/kwin_scripts.mo +share/locale/sq/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/sq/LC_MESSAGES/kcmkwincompositing.mo +share/locale/sq/LC_MESSAGES/kcmkwindecoration.mo +share/locale/sq/LC_MESSAGES/kcmkwinrules.mo +share/locale/sq/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/sq/LC_MESSAGES/kcmkwm.mo +share/locale/sq/LC_MESSAGES/kwin.mo +share/locale/sq/LC_MESSAGES/kwin_clients.mo +share/locale/sq/LC_MESSAGES/kwin_effects.mo +share/locale/sr/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/sr/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/sr/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/sr/LC_MESSAGES/kcmkwincompositing.mo +share/locale/sr/LC_MESSAGES/kcmkwindecoration.mo +share/locale/sr/LC_MESSAGES/kcmkwinrules.mo +share/locale/sr/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/sr/LC_MESSAGES/kcmkwm.mo +share/locale/sr/LC_MESSAGES/kwin.mo +share/locale/sr/LC_MESSAGES/kwin_clients.mo +share/locale/sr/LC_MESSAGES/kwin_effects.mo +share/locale/sr/LC_MESSAGES/kwin_scripting.mo +share/locale/sr/LC_MESSAGES/kwin_scripts.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmkwincompositing.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmkwindecoration.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmkwinrules.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmkwm.mo +share/locale/sr@ijekavian/LC_MESSAGES/kwin.mo +share/locale/sr@ijekavian/LC_MESSAGES/kwin_clients.mo +share/locale/sr@ijekavian/LC_MESSAGES/kwin_effects.mo +share/locale/sr@ijekavian/LC_MESSAGES/kwin_scripting.mo +share/locale/sr@ijekavian/LC_MESSAGES/kwin_scripts.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkwincompositing.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkwindecoration.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkwinrules.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkwm.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin_clients.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin_effects.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin_scripting.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin_scripts.mo +share/locale/sr@latin/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/sr@latin/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/sr@latin/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/sr@latin/LC_MESSAGES/kcmkwincompositing.mo +share/locale/sr@latin/LC_MESSAGES/kcmkwindecoration.mo +share/locale/sr@latin/LC_MESSAGES/kcmkwinrules.mo +share/locale/sr@latin/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/sr@latin/LC_MESSAGES/kcmkwm.mo +share/locale/sr@latin/LC_MESSAGES/kwin.mo +share/locale/sr@latin/LC_MESSAGES/kwin_clients.mo +share/locale/sr@latin/LC_MESSAGES/kwin_effects.mo +share/locale/sr@latin/LC_MESSAGES/kwin_scripting.mo +share/locale/sr@latin/LC_MESSAGES/kwin_scripts.mo +share/locale/sv/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/sv/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/sv/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/sv/LC_MESSAGES/kcmkwincompositing.mo +share/locale/sv/LC_MESSAGES/kcmkwindecoration.mo +share/locale/sv/LC_MESSAGES/kcmkwinrules.mo +share/locale/sv/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/sv/LC_MESSAGES/kcmkwm.mo +share/locale/sv/LC_MESSAGES/kwin.mo +share/locale/sv/LC_MESSAGES/kwin_clients.mo +share/locale/sv/LC_MESSAGES/kwin_effects.mo +share/locale/sv/LC_MESSAGES/kwin_scripting.mo +share/locale/sv/LC_MESSAGES/kwin_scripts.mo +share/locale/ta/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/ta/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ta/LC_MESSAGES/kcmkwindecoration.mo +share/locale/ta/LC_MESSAGES/kcmkwinrules.mo +share/locale/ta/LC_MESSAGES/kcmkwm.mo +share/locale/ta/LC_MESSAGES/kwin.mo +share/locale/ta/LC_MESSAGES/kwin_clients.mo +share/locale/ta/LC_MESSAGES/kwin_effects.mo +share/locale/te/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/te/LC_MESSAGES/kcmkwincompositing.mo +share/locale/te/LC_MESSAGES/kcmkwindecoration.mo +share/locale/te/LC_MESSAGES/kcmkwinrules.mo +share/locale/te/LC_MESSAGES/kcmkwm.mo +share/locale/te/LC_MESSAGES/kwin.mo +share/locale/te/LC_MESSAGES/kwin_clients.mo +share/locale/te/LC_MESSAGES/kwin_effects.mo +share/locale/tg/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/tg/LC_MESSAGES/kcmkwincompositing.mo +share/locale/tg/LC_MESSAGES/kcmkwindecoration.mo +share/locale/tg/LC_MESSAGES/kcmkwinrules.mo +share/locale/tg/LC_MESSAGES/kcmkwm.mo +share/locale/tg/LC_MESSAGES/kwin.mo +share/locale/tg/LC_MESSAGES/kwin_clients.mo +share/locale/tg/LC_MESSAGES/kwin_effects.mo +share/locale/th/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/th/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/th/LC_MESSAGES/kcmkwincompositing.mo +share/locale/th/LC_MESSAGES/kcmkwindecoration.mo +share/locale/th/LC_MESSAGES/kcmkwinrules.mo +share/locale/th/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/th/LC_MESSAGES/kcmkwm.mo +share/locale/th/LC_MESSAGES/kwin.mo +share/locale/th/LC_MESSAGES/kwin_clients.mo +share/locale/th/LC_MESSAGES/kwin_effects.mo +share/locale/tr/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/tr/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/tr/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/tr/LC_MESSAGES/kcmkwincompositing.mo +share/locale/tr/LC_MESSAGES/kcmkwindecoration.mo +share/locale/tr/LC_MESSAGES/kcmkwinrules.mo +share/locale/tr/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/tr/LC_MESSAGES/kcmkwm.mo +share/locale/tr/LC_MESSAGES/kwin.mo +share/locale/tr/LC_MESSAGES/kwin_clients.mo +share/locale/tr/LC_MESSAGES/kwin_effects.mo +share/locale/tr/LC_MESSAGES/kwin_scripting.mo +share/locale/ug/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/ug/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/ug/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ug/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ug/LC_MESSAGES/kcmkwindecoration.mo +share/locale/ug/LC_MESSAGES/kcmkwinrules.mo +share/locale/ug/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ug/LC_MESSAGES/kcmkwm.mo +share/locale/ug/LC_MESSAGES/kwin.mo +share/locale/ug/LC_MESSAGES/kwin_clients.mo +share/locale/ug/LC_MESSAGES/kwin_effects.mo +share/locale/ug/LC_MESSAGES/kwin_scripting.mo +share/locale/uk/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/uk/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/uk/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/uk/LC_MESSAGES/kcmkwincompositing.mo +share/locale/uk/LC_MESSAGES/kcmkwindecoration.mo +share/locale/uk/LC_MESSAGES/kcmkwinrules.mo +share/locale/uk/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/uk/LC_MESSAGES/kcmkwm.mo +share/locale/uk/LC_MESSAGES/kwin.mo +share/locale/uk/LC_MESSAGES/kwin_clients.mo +share/locale/uk/LC_MESSAGES/kwin_effects.mo +share/locale/uk/LC_MESSAGES/kwin_scripting.mo +share/locale/uk/LC_MESSAGES/kwin_scripts.mo +share/locale/uz/LC_MESSAGES/kcmkwindecoration.mo +share/locale/uz/LC_MESSAGES/kcmkwinrules.mo +share/locale/uz/LC_MESSAGES/kcmkwm.mo +share/locale/uz/LC_MESSAGES/kwin.mo +share/locale/uz/LC_MESSAGES/kwin_clients.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmkwindecoration.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmkwinrules.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmkwm.mo +share/locale/uz@cyrillic/LC_MESSAGES/kwin.mo +share/locale/uz@cyrillic/LC_MESSAGES/kwin_clients.mo +share/locale/vi/LC_MESSAGES/kcmkwindecoration.mo +share/locale/vi/LC_MESSAGES/kcmkwinrules.mo +share/locale/vi/LC_MESSAGES/kcmkwm.mo +share/locale/vi/LC_MESSAGES/kwin.mo +share/locale/vi/LC_MESSAGES/kwin_clients.mo +share/locale/wa/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/wa/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/wa/LC_MESSAGES/kcmkwincompositing.mo +share/locale/wa/LC_MESSAGES/kcmkwindecoration.mo +share/locale/wa/LC_MESSAGES/kcmkwinrules.mo +share/locale/wa/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/wa/LC_MESSAGES/kcmkwm.mo +share/locale/wa/LC_MESSAGES/kwin.mo +share/locale/wa/LC_MESSAGES/kwin_clients.mo +share/locale/wa/LC_MESSAGES/kwin_effects.mo +share/locale/xh/LC_MESSAGES/kcmkwindecoration.mo +share/locale/xh/LC_MESSAGES/kcmkwm.mo +share/locale/xh/LC_MESSAGES/kwin.mo +share/locale/zh_CN/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/zh_CN/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/zh_CN/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/zh_CN/LC_MESSAGES/kcmkwincompositing.mo +share/locale/zh_CN/LC_MESSAGES/kcmkwindecoration.mo +share/locale/zh_CN/LC_MESSAGES/kcmkwinrules.mo +share/locale/zh_CN/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/zh_CN/LC_MESSAGES/kcmkwm.mo +share/locale/zh_CN/LC_MESSAGES/kwin.mo +share/locale/zh_CN/LC_MESSAGES/kwin_clients.mo +share/locale/zh_CN/LC_MESSAGES/kwin_effects.mo +share/locale/zh_CN/LC_MESSAGES/kwin_scripting.mo +share/locale/zh_CN/LC_MESSAGES/kwin_scripts.mo +share/locale/zh_TW/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/zh_TW/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/zh_TW/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/zh_TW/LC_MESSAGES/kcmkwincompositing.mo +share/locale/zh_TW/LC_MESSAGES/kcmkwindecoration.mo +share/locale/zh_TW/LC_MESSAGES/kcmkwinrules.mo +share/locale/zh_TW/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/zh_TW/LC_MESSAGES/kcmkwm.mo +share/locale/zh_TW/LC_MESSAGES/kwin.mo +share/locale/zh_TW/LC_MESSAGES/kwin_clients.mo +share/locale/zh_TW/LC_MESSAGES/kwin_effects.mo +share/locale/zh_TW/LC_MESSAGES/kwin_scripting.mo +share/locale/zh_TW/LC_MESSAGES/kwin_scripts.mo Index: x11/Makefile =================================================================== --- x11/Makefile +++ x11/Makefile @@ -250,6 +250,15 @@ SUBDIR += p5-X11-Xlib SUBDIR += p5-XTerm-Conf SUBDIR += pixman + SUBDIR += plasma5-kactivitymanagerd + SUBDIR += plasma5-kgamma5 + SUBDIR += plasma5-kscreen + SUBDIR += plasma5-kwayland-integration + SUBDIR += plasma5-libkscreen + SUBDIR += plasma5-plasma-desktop + SUBDIR += plasma5-plasma-integration + SUBDIR += plasma5-plasma-workspace + SUBDIR += plasma5-plasma SUBDIR += plasma-scriptengine-python SUBDIR += plasma-scriptengine-ruby SUBDIR += presentproto Index: x11/plasma5-kactivitymanagerd/Makefile =================================================================== --- /dev/null +++ x11/plasma5-kactivitymanagerd/Makefile @@ -0,0 +1,19 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kactivitymanagerd +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11 kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= System service to manage user's activities, track the usage patterns + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USE_KDE= auth codecs config configwidgets coreaddons dbusaddons ecm \ + globalaccel i18n kio service widgetsaddons windowsystem xmlgui +USE_QT5= buildtools_build core dbus gui qmake_build sql widgets xml + +# https://bugs.kde.org/show_bug.cgi?id=305529#c10 +CMAKE_ARGS+= -DCMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS=-rdynamic + +.include Index: x11/plasma5-kactivitymanagerd/distinfo =================================================================== --- /dev/null +++ x11/plasma5-kactivitymanagerd/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101937 +SHA256 (KDE/plasma/5.9.2/kactivitymanagerd-5.9.2.tar.xz) = 47e652cae3f59288c0d7a08d5a7cccd1de98475a9908bdbb36697c6571730be4 +SIZE (KDE/plasma/5.9.2/kactivitymanagerd-5.9.2.tar.xz) = 83416 Index: x11/plasma5-kactivitymanagerd/pkg-descr =================================================================== --- /dev/null +++ x11/plasma5-kactivitymanagerd/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: https://projects.kde.org/projects/kde/workspace/kactivitymanagerd Index: x11/plasma5-kactivitymanagerd/pkg-plist =================================================================== --- /dev/null +++ x11/plasma5-kactivitymanagerd/pkg-plist @@ -0,0 +1,73 @@ +bin/kactivitymanagerd +lib/libkactivitymanagerd_plugin.so +%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_activitytemplates.so +%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_eventspy.so +%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_globalshortcuts.so +%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_runapplication.so +%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_slc.so +%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_sqlite.so +%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_virtualdesktopswitch.so +share/kservices5/kactivitymanagerd.desktop +share/kservicetypes5/kactivitymanagerd-plugin.desktop +share/locale/ar/LC_MESSAGES/kactivities5.mo +share/locale/ast/LC_MESSAGES/kactivities5.mo +share/locale/bg/LC_MESSAGES/kactivities5.mo +share/locale/bs/LC_MESSAGES/kactivities5.mo +share/locale/ca/LC_MESSAGES/kactivities5.mo +share/locale/ca@valencia/LC_MESSAGES/kactivities5.mo +share/locale/cs/LC_MESSAGES/kactivities5.mo +share/locale/da/LC_MESSAGES/kactivities5.mo +share/locale/de/LC_MESSAGES/kactivities5.mo +share/locale/el/LC_MESSAGES/kactivities5.mo +share/locale/en_GB/LC_MESSAGES/kactivities5.mo +share/locale/es/LC_MESSAGES/kactivities5.mo +share/locale/et/LC_MESSAGES/kactivities5.mo +share/locale/eu/LC_MESSAGES/kactivities5.mo +share/locale/fi/LC_MESSAGES/kactivities5.mo +share/locale/fr/LC_MESSAGES/kactivities5.mo +share/locale/ga/LC_MESSAGES/kactivities5.mo +share/locale/gd/LC_MESSAGES/kactivities5.mo +share/locale/gl/LC_MESSAGES/kactivities5.mo +share/locale/gu/LC_MESSAGES/kactivities5.mo +share/locale/he/LC_MESSAGES/kactivities5.mo +share/locale/hi/LC_MESSAGES/kactivities5.mo +share/locale/hr/LC_MESSAGES/kactivities5.mo +share/locale/hu/LC_MESSAGES/kactivities5.mo +share/locale/ia/LC_MESSAGES/kactivities5.mo +share/locale/is/LC_MESSAGES/kactivities5.mo +share/locale/it/LC_MESSAGES/kactivities5.mo +share/locale/ja/LC_MESSAGES/kactivities5.mo +share/locale/kk/LC_MESSAGES/kactivities5.mo +share/locale/km/LC_MESSAGES/kactivities5.mo +share/locale/kn/LC_MESSAGES/kactivities5.mo +share/locale/ko/LC_MESSAGES/kactivities5.mo +share/locale/lt/LC_MESSAGES/kactivities5.mo +share/locale/lv/LC_MESSAGES/kactivities5.mo +share/locale/mr/LC_MESSAGES/kactivities5.mo +share/locale/ms/LC_MESSAGES/kactivities5.mo +share/locale/nb/LC_MESSAGES/kactivities5.mo +share/locale/nds/LC_MESSAGES/kactivities5.mo +share/locale/nl/LC_MESSAGES/kactivities5.mo +share/locale/nn/LC_MESSAGES/kactivities5.mo +share/locale/pa/LC_MESSAGES/kactivities5.mo +share/locale/pl/LC_MESSAGES/kactivities5.mo +share/locale/pt/LC_MESSAGES/kactivities5.mo +share/locale/pt_BR/LC_MESSAGES/kactivities5.mo +share/locale/ro/LC_MESSAGES/kactivities5.mo +share/locale/ru/LC_MESSAGES/kactivities5.mo +share/locale/se/LC_MESSAGES/kactivities5.mo +share/locale/sk/LC_MESSAGES/kactivities5.mo +share/locale/sl/LC_MESSAGES/kactivities5.mo +share/locale/sr/LC_MESSAGES/kactivities5.mo +share/locale/sr@ijekavian/LC_MESSAGES/kactivities5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kactivities5.mo +share/locale/sr@latin/LC_MESSAGES/kactivities5.mo +share/locale/sv/LC_MESSAGES/kactivities5.mo +share/locale/tg/LC_MESSAGES/kactivities5.mo +share/locale/th/LC_MESSAGES/kactivities5.mo +share/locale/tr/LC_MESSAGES/kactivities5.mo +share/locale/ug/LC_MESSAGES/kactivities5.mo +share/locale/uk/LC_MESSAGES/kactivities5.mo +share/locale/wa/LC_MESSAGES/kactivities5.mo +share/locale/zh_CN/LC_MESSAGES/kactivities5.mo +share/locale/zh_TW/LC_MESSAGES/kactivities5.mo Index: x11/plasma5-kgamma5/Makefile =================================================================== --- /dev/null +++ x11/plasma5-kgamma5/Makefile @@ -0,0 +1,21 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kgamma5 +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11 kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 monitor's gamma settings + +USES= cmake:outsource cpe gettext kde:5 tar:xz +USE_KDE= auth bookmarks codecs completion config configwidgets \ + coreaddons crash doctools ecm emoticons guiaddons i18n \ + iconthemes init itemmodels itemviews jobwidgets \ + kdelibs4support kio notifications parts service solid sonnet \ + textwidgets unitconversion widgetsaddons windowsystem xmlgui +USE_QT5= buildtools_build core dbus gui network printsupport \ + qmake_build widgets x11extras xml +USE_XORG= ice sm x11 xext xxf86vm + +.include Index: x11/plasma5-kgamma5/distinfo =================================================================== --- /dev/null +++ x11/plasma5-kgamma5/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101938 +SHA256 (KDE/plasma/5.9.2/kgamma5-5.9.2.tar.xz) = 3ab19e0434b11d9d55aac97413b3a0ac896776f52b20332adc112d45aea6d3ca +SIZE (KDE/plasma/5.9.2/kgamma5-5.9.2.tar.xz) = 60456 Index: x11/plasma5-kgamma5/pkg-descr =================================================================== --- /dev/null +++ x11/plasma5-kgamma5/pkg-descr @@ -0,0 +1,3 @@ +Adjust your monitor's gamma settings + +WWW: https://projects.kde.org/projects/kde/workspace/kgamma5 Index: x11/plasma5-kgamma5/pkg-plist =================================================================== --- /dev/null +++ x11/plasma5-kgamma5/pkg-plist @@ -0,0 +1,83 @@ +%%QT_PLUGINDIR%%/kcm_kgamma.so +share/doc/HTML/en/kgamma5/index.cache.bz2 +share/doc/HTML/en/kgamma5/index.docbook +share/kgamma/pics/background.png +share/kgamma/pics/cmyscale.png +share/kgamma/pics/darkgrey.png +share/kgamma/pics/greyscale.png +share/kgamma/pics/lightgrey.png +share/kgamma/pics/midgrey.png +share/kgamma/pics/rgbscale.png +share/kservices5/kgamma.desktop +share/locale/ar/LC_MESSAGES/kcmkgamma.mo +share/locale/ast/LC_MESSAGES/kcmkgamma.mo +share/locale/be/LC_MESSAGES/kcmkgamma.mo +share/locale/bg/LC_MESSAGES/kcmkgamma.mo +share/locale/br/LC_MESSAGES/kcmkgamma.mo +share/locale/bs/LC_MESSAGES/kcmkgamma.mo +share/locale/ca/LC_MESSAGES/kcmkgamma.mo +share/locale/ca@valencia/LC_MESSAGES/kcmkgamma.mo +share/locale/cs/LC_MESSAGES/kcmkgamma.mo +share/locale/cy/LC_MESSAGES/kcmkgamma.mo +share/locale/da/LC_MESSAGES/kcmkgamma.mo +share/locale/de/LC_MESSAGES/kcmkgamma.mo +share/locale/el/LC_MESSAGES/kcmkgamma.mo +share/locale/en_GB/LC_MESSAGES/kcmkgamma.mo +share/locale/eo/LC_MESSAGES/kcmkgamma.mo +share/locale/es/LC_MESSAGES/kcmkgamma.mo +share/locale/et/LC_MESSAGES/kcmkgamma.mo +share/locale/eu/LC_MESSAGES/kcmkgamma.mo +share/locale/fa/LC_MESSAGES/kcmkgamma.mo +share/locale/fi/LC_MESSAGES/kcmkgamma.mo +share/locale/fr/LC_MESSAGES/kcmkgamma.mo +share/locale/fy/LC_MESSAGES/kcmkgamma.mo +share/locale/ga/LC_MESSAGES/kcmkgamma.mo +share/locale/gl/LC_MESSAGES/kcmkgamma.mo +share/locale/he/LC_MESSAGES/kcmkgamma.mo +share/locale/hi/LC_MESSAGES/kcmkgamma.mo +share/locale/hne/LC_MESSAGES/kcmkgamma.mo +share/locale/hr/LC_MESSAGES/kcmkgamma.mo +share/locale/hu/LC_MESSAGES/kcmkgamma.mo +share/locale/ia/LC_MESSAGES/kcmkgamma.mo +share/locale/is/LC_MESSAGES/kcmkgamma.mo +share/locale/it/LC_MESSAGES/kcmkgamma.mo +share/locale/ja/LC_MESSAGES/kcmkgamma.mo +share/locale/kk/LC_MESSAGES/kcmkgamma.mo +share/locale/km/LC_MESSAGES/kcmkgamma.mo +share/locale/ko/LC_MESSAGES/kcmkgamma.mo +share/locale/lt/LC_MESSAGES/kcmkgamma.mo +share/locale/lv/LC_MESSAGES/kcmkgamma.mo +share/locale/mk/LC_MESSAGES/kcmkgamma.mo +share/locale/mr/LC_MESSAGES/kcmkgamma.mo +share/locale/ms/LC_MESSAGES/kcmkgamma.mo +share/locale/nb/LC_MESSAGES/kcmkgamma.mo +share/locale/nds/LC_MESSAGES/kcmkgamma.mo +share/locale/ne/LC_MESSAGES/kcmkgamma.mo +share/locale/nl/LC_MESSAGES/kcmkgamma.mo +share/locale/nn/LC_MESSAGES/kcmkgamma.mo +share/locale/oc/LC_MESSAGES/kcmkgamma.mo +share/locale/pa/LC_MESSAGES/kcmkgamma.mo +share/locale/pl/LC_MESSAGES/kcmkgamma.mo +share/locale/pt/LC_MESSAGES/kcmkgamma.mo +share/locale/pt_BR/LC_MESSAGES/kcmkgamma.mo +share/locale/ro/LC_MESSAGES/kcmkgamma.mo +share/locale/ru/LC_MESSAGES/kcmkgamma.mo +share/locale/se/LC_MESSAGES/kcmkgamma.mo +share/locale/si/LC_MESSAGES/kcmkgamma.mo +share/locale/sk/LC_MESSAGES/kcmkgamma.mo +share/locale/sl/LC_MESSAGES/kcmkgamma.mo +share/locale/sq/LC_MESSAGES/kcmkgamma.mo +share/locale/sr/LC_MESSAGES/kcmkgamma.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmkgamma.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkgamma.mo +share/locale/sr@latin/LC_MESSAGES/kcmkgamma.mo +share/locale/sv/LC_MESSAGES/kcmkgamma.mo +share/locale/ta/LC_MESSAGES/kcmkgamma.mo +share/locale/tg/LC_MESSAGES/kcmkgamma.mo +share/locale/th/LC_MESSAGES/kcmkgamma.mo +share/locale/tr/LC_MESSAGES/kcmkgamma.mo +share/locale/ug/LC_MESSAGES/kcmkgamma.mo +share/locale/uk/LC_MESSAGES/kcmkgamma.mo +share/locale/zh_CN/LC_MESSAGES/kcmkgamma.mo +share/locale/zh_HK/LC_MESSAGES/kcmkgamma.mo +share/locale/zh_TW/LC_MESSAGES/kcmkgamma.mo Index: x11/plasma5-kscreen/Makefile =================================================================== --- /dev/null +++ x11/plasma5-kscreen/Makefile @@ -0,0 +1,17 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kscreen +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11 kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 screen management library + +USES= cmake:outsource cpe gettext kde:5 tar:xz +USE_KDE= auth codecs config configwidgets coreaddons dbusaddons ecm \ + globalaccel i18n libkscreen widgetsaddons xmlgui +USE_QT5= buildtools_build core dbus gui network qmake_build qml quick \ + testlib widgets xml + +.include Index: x11/plasma5-kscreen/distinfo =================================================================== --- /dev/null +++ x11/plasma5-kscreen/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101939 +SHA256 (KDE/plasma/5.9.2/kscreen-5.9.2.tar.xz) = d06eb4ea86446b3d898f85c56b37629587b3f3016850270624ff3177b3a6d86e +SIZE (KDE/plasma/5.9.2/kscreen-5.9.2.tar.xz) = 113320 Index: x11/plasma5-kscreen/pkg-descr =================================================================== --- /dev/null +++ x11/plasma5-kscreen/pkg-descr @@ -0,0 +1,3 @@ +KDE's screen management software + +WWW: https://projects.kde.org/projects/kde/workspace/kscreen Index: x11/plasma5-kscreen/pkg-plist =================================================================== --- /dev/null +++ x11/plasma5-kscreen/pkg-plist @@ -0,0 +1,130 @@ +bin/kscreen-console +%%QT_PLUGINDIR%%/kcm_kscreen.so +%%QT_PLUGINDIR%%/kf5/kded/kscreen.so +share/icons/hicolor/48x48/actions/kdocumentinfo.png +share/icons/hicolor/scalable/actions/kdocumentinfo.svgz +share/kcm_kscreen/qml/Output.qml +share/kcm_kscreen/qml/OutputIdentifier.qml +share/kcm_kscreen/qml/Tip.qml +share/kcm_kscreen/qml/main.qml +share/kservices5/kcm_kscreen.desktop +share/locale/ar/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/ar/LC_MESSAGES/kscreen.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/ast/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/ast/LC_MESSAGES/kscreen.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/bs/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/bs/LC_MESSAGES/kscreen.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/ca/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/ca/LC_MESSAGES/kscreen.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/ca@valencia/LC_MESSAGES/kscreen.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/cs/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/cs/LC_MESSAGES/kscreen.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/da/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/da/LC_MESSAGES/kscreen.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/de/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/de/LC_MESSAGES/kscreen.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/el/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/el/LC_MESSAGES/kscreen.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/en_GB/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/en_GB/LC_MESSAGES/kscreen.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/es/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/es/LC_MESSAGES/kscreen.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/et/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/et/LC_MESSAGES/kscreen.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/fi/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/fi/LC_MESSAGES/kscreen.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/fr/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/fr/LC_MESSAGES/kscreen.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/gl/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/gl/LC_MESSAGES/kscreen.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/he/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/he/LC_MESSAGES/kscreen.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/ia/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/it/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/it/LC_MESSAGES/kscreen.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/ja/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/ja/LC_MESSAGES/kscreen.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/ko/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/ko/LC_MESSAGES/kscreen.mo +share/locale/lt/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/lt/LC_MESSAGES/kscreen.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/nb/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/nb/LC_MESSAGES/kscreen.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/nl/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/nl/LC_MESSAGES/kscreen.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/nn/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/nn/LC_MESSAGES/kscreen.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/pa/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/pa/LC_MESSAGES/kscreen.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/pl/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/pl/LC_MESSAGES/kscreen.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/pt/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/pt/LC_MESSAGES/kscreen.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/pt_BR/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/pt_BR/LC_MESSAGES/kscreen.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/ro/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/ro/LC_MESSAGES/kscreen.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/ru/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/ru/LC_MESSAGES/kscreen.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/sk/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/sk/LC_MESSAGES/kscreen.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/sl/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/sl/LC_MESSAGES/kscreen.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/sr/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/sr/LC_MESSAGES/kscreen.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/sr@ijekavian/LC_MESSAGES/kscreen.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kscreen.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/sr@latin/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/sr@latin/LC_MESSAGES/kscreen.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/sv/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/sv/LC_MESSAGES/kscreen.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/tr/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/tr/LC_MESSAGES/kscreen.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/uk/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/uk/LC_MESSAGES/kscreen.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/zh_CN/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/zh_CN/LC_MESSAGES/kscreen.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo +share/locale/zh_TW/LC_MESSAGES/kcm_displayconfiguration.mo +share/locale/zh_TW/LC_MESSAGES/kscreen.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.kscreen.mo Index: x11/plasma5-kwayland-integration/Makefile =================================================================== --- /dev/null +++ x11/plasma5-kwayland-integration/Makefile @@ -0,0 +1,20 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kwayland-integration +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11 kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= integration plugins for the wayland + +LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ + libwayland-client.so:graphics/wayland +BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat + +USES= cmake:outsource compiler:c++11-lib cpe kde:5 tar:xz +USE_KDE= ecm idletime wayland windowsystem +USE_QT5= buildtools_build core gui qmake_build widgets + +.include + Index: x11/plasma5-kwayland-integration/distinfo =================================================================== --- /dev/null +++ x11/plasma5-kwayland-integration/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101940 +SHA256 (KDE/plasma/5.9.2/kwayland-integration-5.9.2.tar.xz) = e9154d8979d596216c8e11494f7b59ebc37e03986787123f8df8faf9f00f9741 +SIZE (KDE/plasma/5.9.2/kwayland-integration-5.9.2.tar.xz) = 18372 Index: x11/plasma5-kwayland-integration/pkg-descr =================================================================== --- /dev/null +++ x11/plasma5-kwayland-integration/pkg-descr @@ -0,0 +1,5 @@ +Provides integration plugins for various KDE frameworks for +the wayland windowing system. + +WWW: https://projects.kde.org/projects/kde/workspace/kwayland-integration + Index: x11/plasma5-kwayland-integration/pkg-plist =================================================================== --- /dev/null +++ x11/plasma5-kwayland-integration/pkg-plist @@ -0,0 +1,2 @@ +%%QT_PLUGINDIR%%/kf5/org.kde.kidletime.platforms/KF5IdleTimeKWaylandPlugin.so +%%QT_PLUGINDIR%%/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemKWaylandPlugin.so Index: x11/plasma5-libkscreen/Makefile =================================================================== --- /dev/null +++ x11/plasma5-libkscreen/Makefile @@ -0,0 +1,24 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= libkscreen +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11 kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 screen management library + +USES= cmake:outsource compiler:c++11-lib cpe kde:5 pathfix \ + pkgconfig tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build core dbus gui qmake_build testlib x11extras +USE_XORG= x11 xcb xrandr + +# Temporary option to get rid of the dependency on wayland. +OPTIONS_DEFINE= WAYLAND +OPTIONS_SUB= yes +OPTIONS_DEFAULT=WAYLAND +WAYLAND_DESC= Build libkscreen Wayland backend +WAYLAND_USE= KDE=wayland + +.include Index: x11/plasma5-libkscreen/distinfo =================================================================== --- /dev/null +++ x11/plasma5-libkscreen/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101942 +SHA256 (KDE/plasma/5.9.2/libkscreen-5.9.2.tar.xz) = ef41b091c5a4c1525d3ac398f7e4af84fd56801b8299b3b2856d4143bb0aa546 +SIZE (KDE/plasma/5.9.2/libkscreen-5.9.2.tar.xz) = 94068 Index: x11/plasma5-libkscreen/files/patch-CMakeLists.txt =================================================================== --- /dev/null +++ x11/plasma5-libkscreen/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2017-01-19 20:29:18 UTC ++++ CMakeLists.txt +@@ -20,7 +20,7 @@ set(REQUIRED_QT_VERSION 5.4.0) + find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core DBus Gui Test X11Extras) + + # Wayland backend +-find_package(KF5Wayland CONFIG REQUIRED) ++find_package(KF5Wayland CONFIG) + add_feature_info("KF5Wayland" KF5Wayland_FOUND "Required for building libkscreen's KWayland backend") + + # xrandr backend Index: x11/plasma5-libkscreen/files/patch-backends_CMakeLists.txt =================================================================== --- /dev/null +++ x11/plasma5-libkscreen/files/patch-backends_CMakeLists.txt @@ -0,0 +1,13 @@ +--- backends/CMakeLists.txt.orig 2017-01-19 20:29:18 UTC ++++ backends/CMakeLists.txt +@@ -1,6 +1,9 @@ + add_subdirectory(fake) + add_subdirectory(qscreen) +-add_subdirectory(kwayland) ++ ++if (KF5Wayland_FOUND) ++ add_subdirectory(kwayland) ++endif() + + if(${XCB_RANDR_FOUND}) + message(STATUS "Will build xrandr backend.") Index: x11/plasma5-libkscreen/files/patch-src_CMakeLists.txt =================================================================== --- /dev/null +++ x11/plasma5-libkscreen/files/patch-src_CMakeLists.txt @@ -0,0 +1,14 @@ +--- src/CMakeLists.txt.orig 2017-01-19 20:29:23 UTC ++++ src/CMakeLists.txt +@@ -1,7 +1,11 @@ + include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${QT_INCLUDES}) + + add_subdirectory(backendlauncher) ++ ++if(KF5Wayland_FOUND) + add_subdirectory(doctor) ++endif() ++ + set(libkscreen_SRCS + abstractbackend.cpp + backendmanager.cpp Index: x11/plasma5-libkscreen/files/patch-tests_CMakeLists.txt =================================================================== --- /dev/null +++ x11/plasma5-libkscreen/files/patch-tests_CMakeLists.txt @@ -0,0 +1,9 @@ +--- tests/CMakeLists.txt.orig 2017-01-19 20:29:18 UTC ++++ tests/CMakeLists.txt +@@ -1,4 +1,6 @@ + add_executable(printconfig testplugandplay.cpp testpnp.cpp) + target_link_libraries(printconfig Qt5::Gui KF5::Screen) + ++if (KF5Wayland_FOUND) + add_subdirectory(kwayland) ++endif() Index: x11/plasma5-libkscreen/pkg-descr =================================================================== --- /dev/null +++ x11/plasma5-libkscreen/pkg-descr @@ -0,0 +1,3 @@ +Plasma5's screen management software + +WWW: https://projects.kde.org/projects/kde/workspace/libkscreen Index: x11/plasma5-libkscreen/pkg-plist =================================================================== --- /dev/null +++ x11/plasma5-libkscreen/pkg-plist @@ -0,0 +1,42 @@ +%%WAYLAND%%bin/kscreen-doctor +include/KF5/KScreen/KScreen/Config +include/KF5/KScreen/KScreen/ConfigMonitor +include/KF5/KScreen/KScreen/ConfigOperation +include/KF5/KScreen/KScreen/EDID +include/KF5/KScreen/KScreen/GetConfigOperation +include/KF5/KScreen/KScreen/Log +include/KF5/KScreen/KScreen/Mode +include/KF5/KScreen/KScreen/Output +include/KF5/KScreen/KScreen/Screen +include/KF5/KScreen/KScreen/SetConfigOperation +include/KF5/KScreen/KScreen/Types +include/KF5/KScreen/kscreen/backendmanager_p.h +include/KF5/KScreen/kscreen/config.h +include/KF5/KScreen/kscreen/configmonitor.h +include/KF5/KScreen/kscreen/configoperation.h +include/KF5/KScreen/kscreen/edid.h +include/KF5/KScreen/kscreen/getconfigoperation.h +include/KF5/KScreen/kscreen/kscreen_export.h +include/KF5/KScreen/kscreen/log.h +include/KF5/KScreen/kscreen/mode.h +include/KF5/KScreen/kscreen/output.h +include/KF5/KScreen/kscreen/screen.h +include/KF5/KScreen/kscreen/setconfigoperation.h +include/KF5/KScreen/kscreen/types.h +include/KF5/kscreen_version.h +lib/cmake/KF5Screen/KF5ScreenConfig.cmake +lib/cmake/KF5Screen/KF5ScreenConfigVersion.cmake +lib/cmake/KF5Screen/KF5ScreenTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Screen/KF5ScreenTargets.cmake +lib/libKF5Screen.so +lib/libKF5Screen.so.%%KDE_PLASMA_VERSION%% +lib/libKF5Screen.so.7 +lib/libexec/kf5/kscreen_backend_launcher +%%QT_PLUGINDIR%%/kf5/kscreen/KSC_Fake.so +%%WAYLAND%%%%QT_PLUGINDIR%%/kf5/kscreen/KSC_KWayland.so +%%QT_PLUGINDIR%%/kf5/kscreen/KSC_QScreen.so +%%QT_PLUGINDIR%%/kf5/kscreen/KSC_XRandR.so +%%QT_PLUGINDIR%%/kf5/kscreen/KSC_XRandR11.so +libdata/pkgconfig/kscreen2.pc +%%QT_MKSPECDIR%%/modules/qt_KScreen.pri +share/dbus-1/services/org.kde.kscreen.service Index: x11/plasma5-plasma-desktop/Makefile =================================================================== --- /dev/null +++ x11/plasma5-plasma-desktop/Makefile @@ -0,0 +1,68 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= plasma-desktop +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11 kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 plasma desktop + +# TODO: update packagekit-qt5 +#LIB_DEPENDS= libpackagekit-qt.so:ports-mgmt/packagekit-qt5 +LIB_DEPENDS= libboost_system.so:devel/boost-libs \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libxcb-image.so:x11/xcb-util-image \ + libxcb-keysyms.so:x11/xcb-util-keysyms \ + libxkbfile.so:x11/libxkbfile +RUN_DEPENDS= iso-codes>=0:misc/iso-codes \ + xf86-input-evdev>0:x11-drivers/xf86-input-evdev +BUILD_DEPENDS= xf86-input-evdev>0:x11-drivers/xf86-input-evdev + +USES= cmake:outsource compiler:c++11-lib cpe desktop-file-utils \ + gettext kde:5 pkgconfig tar:xz +USE_GNOME= glib20 +USE_KDE= activities activities-stats archive attica5 auth baloo5 \ + bookmarks codecs completion config configwidgets coreaddons \ + crash dbusaddons doctools ecm emoticons filemetadata5 \ + globalaccel guiaddons i18n iconthemes init itemmodels \ + itemviews jobwidgets kcmutils kdeclarative kdelibs4support \ + kio newstuff notifications \ + notifyconfig package parts people plasma-framework \ + plasma-workspace runner service solid \ + sonnet textwidgets unitconversion wallet \ + widgetsaddons windowsystem xmlgui +USE_KDE+= infocenter_run kmenuedit_run ksysguard_run \ + polkit-kde-agent-1_run systemsettings_run +USE_QT5= buildtools_build concurrent core dbus gui network phonon4 \ + printsupport qmake_build qml quick sql svg widgets x11extras \ + xml +USE_XORG= ice sm x11 xcb xcursor xext xfixes xft xi xrender + +OPTIONS_DEFINE= PULSEAUDIO SYNAPTICS +OPTIONS_SUB= YES + +OPTIONS_GROUP= IM +OPTIONS_GROUP_IM= IBUS SCIM +IM_DESC= Input Method Support + +PULSEAUDIO_CMAKE_BOOL= WANT_PULSEAUDIO +PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio + +SYNAPTICS_DESC= Build touchpad KCM +SYNAPTICS_BUILD_DEPENDS= xf86-input-synaptics>0:x11-drivers/xf86-input-synaptics +SYNAPTICS_RUN_DEPENDS= xf86-input-synaptics>0:x11-drivers/xf86-input-synaptics +SYNAPTICS_CMAKE_BOOL= WANT_SYNAPTICS + +IBUS_LIB_DEPENDS= libibus-1.0.so:textproc/ibus +IBUS_DESC= Enable IBUS backend for input dialog +SCIM_LIB_DEPENDS= libscim-1.0.so:textproc/scim +SCIM_DESC= Enable SCIM backend for input dialog + +post-patch: +# Set the correct iso-codes directory + ${REINPLACE_CMD} -e '/isoCodesXmlDir/ s#/usr/share#${LOCALBASE}/share#g' \ + ${PATCH_WRKSRC}/kcms/keyboard/iso_codes.h + +.include Index: x11/plasma5-plasma-desktop/distinfo =================================================================== --- /dev/null +++ x11/plasma5-plasma-desktop/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101946 +SHA256 (KDE/plasma/5.9.2/plasma-desktop-5.9.2.tar.xz) = 2a5644228762137e83aa481767d6f061d1f8b51a04e24fa9ef78bf26a6ca5b38 +SIZE (KDE/plasma/5.9.2/plasma-desktop-5.9.2.tar.xz) = 6056932 Index: x11/plasma5-plasma-desktop/files/patch-CMakeLists.txt =================================================================== --- /dev/null +++ x11/plasma5-plasma-desktop/files/patch-CMakeLists.txt @@ -0,0 +1,14 @@ +--- CMakeLists.txt.orig 2016-03-17 10:58:23 UTC ++++ CMakeLists.txt +@@ -115,7 +115,11 @@ find_package(Evdev) + set_package_properties(Evdev PROPERTIES TYPE OPTIONAL) + add_feature_info("Evdev" EVDEV_FOUND "Evdev driver headers needed for input KCM") + ++if (WANT_SYNAPTICS) + find_package(Synaptics) ++else() ++set(SYNAPTICS_FOUND FALSE) ++endif() + set_package_properties(Synaptics PROPERTIES TYPE OPTIONAL) + add_feature_info("Synaptics" SYNAPTICS_FOUND "Synaptics libraries needed for touchpad KCM") + include(ConfigureChecks.cmake) Index: x11/plasma5-plasma-desktop/files/patch-kcms_keyboard_kcmmisc.cpp =================================================================== --- /dev/null +++ x11/plasma5-plasma-desktop/files/patch-kcms_keyboard_kcmmisc.cpp @@ -0,0 +1,10 @@ +--- kcms/keyboard/kcmmisc.cpp.orig 2015-01-08 16:15:45 UTC ++++ kcms/keyboard/kcmmisc.cpp +@@ -40,6 +40,7 @@ + + #include + ++#include + + KCMiscKeyboardWidget::KCMiscKeyboardWidget(QWidget *parent) + : QWidget(parent), Index: x11/plasma5-plasma-desktop/files/patch-kcms_phonon_CMakeLists.txt =================================================================== --- /dev/null +++ x11/plasma5-plasma-desktop/files/patch-kcms_phonon_CMakeLists.txt @@ -0,0 +1,18 @@ +--- kcms/phonon/CMakeLists.txt.orig 2015-10-13 06:47:10 UTC ++++ kcms/phonon/CMakeLists.txt +@@ -35,6 +35,7 @@ set(kcmphonon_LIBS + KF5::KIOWidgets + ${PHONON_LIBRARY}) + ++if(WANT_PULSEAUDIO) + if(GLIB2_FOUND AND PULSEAUDIO_FOUND AND CANBERRA_FOUND) + add_definitions(-DHAVE_PULSEAUDIO) + +@@ -45,6 +46,7 @@ if(GLIB2_FOUND AND PULSEAUDIO_FOUND AND + + set(kcmphonon_LIBS ${kcmphonon_LIBS} ${GLIB2_LIBRARIES} ${PULSEAUDIO_LIBRARY} ${PULSEAUDIO_MAINLOOP_LIBRARY} ${CANBERRA_LIBRARIES}) + endif() ++endif() + + add_library(kcm_phonon MODULE ${kcmphonon_SRCS}) + target_link_libraries(kcm_phonon ${kcmphonon_LIBS} KF5::ConfigWidgets) Index: x11/plasma5-plasma-desktop/files/patch-kcms_touchpad_src_backends_x11_synapticstouchpad.cpp =================================================================== --- /dev/null +++ x11/plasma5-plasma-desktop/files/patch-kcms_touchpad_src_backends_x11_synapticstouchpad.cpp @@ -0,0 +1,10 @@ +--- kcms/touchpad/src/backends/x11/synapticstouchpad.cpp.orig 2016-03-29 09:10:43 UTC ++++ kcms/touchpad/src/backends/x11/synapticstouchpad.cpp +@@ -50,6 +50,7 @@ + + #include "synapticstouchpad.h" + ++#include + #include + #include + #include Index: x11/plasma5-plasma-desktop/pkg-descr =================================================================== --- /dev/null +++ x11/plasma5-plasma-desktop/pkg-descr @@ -0,0 +1,4 @@ +Plasma Desktop offers all the tools required for a modern desktop computing +experience so you can be productive right from the start. + +WWW: https://www.kde.org/workspaces/plasmadesktop/ Index: x11/plasma5-plasma-desktop/pkg-plist =================================================================== --- /dev/null +++ x11/plasma5-plasma-desktop/pkg-plist @@ -0,0 +1,4338 @@ +bin/kaccess +bin/kapplymousetheme +%%SYNAPTICS%%bin/kcm-touchpad-list-devices +bin/kcolorschemeeditor +bin/kfontinst +bin/kfontview +bin/knetattach +bin/krdb +bin/solid-action-desktop-gen +etc/dbus-1/system.d/org.kde.fontinst.conf +etc/dbus-1/system.d/org.kde.kcontrol.kcmclock.conf +etc/xdg/colorschemes.knsrc +etc/xdg/emoticons.knsrc +etc/xdg/icons.knsrc +etc/xdg/kfontinst.knsrc +etc/xdg/lookandfeel.knsrc +etc/xdg/plasma-themes.knsrc +etc/xdg/xcursor.knsrc +lib/kconf_update_bin/krdb_clearlibrarypath +lib/libexec/kauth/fontinst +lib/libexec/kauth/fontinst_helper +lib/libexec/kauth/fontinst_x11 +lib/libexec/kauth/kcmdatetimehelper +lib/libexec/kfontprint +%%IBUS%%lib/libexec/kimpanel-ibus-panel +%%SCIM%%lib/libexec/kimpanel-scim-panel +lib/libkdeinit5_kaccess.so +lib/libkfontinst.so +lib/libkfontinst.so.5 +lib/libkfontinst.so.%%KDE_PLASMA_VERSION%% +lib/libkfontinstui.so +lib/libkfontinstui.so.5 +lib/libkfontinstui.so.%%KDE_PLASMA_VERSION%% +%%QT_PLUGINDIR%%/attica_kde.so +%%QT_PLUGINDIR%%/fontthumbnail.so +%%QT_PLUGINDIR%%/kcm_access.so +%%QT_PLUGINDIR%%/kcm_activities.so +%%QT_PLUGINDIR%%/kcm_autostart.so +%%QT_PLUGINDIR%%/kcm_baloofile.so +%%QT_PLUGINDIR%%/kcm_clock.so +%%QT_PLUGINDIR%%/kcm_colors.so +%%QT_PLUGINDIR%%/kcm_componentchooser.so +%%QT_PLUGINDIR%%/kcm_cursortheme.so +%%QT_PLUGINDIR%%/kcm_desktoppaths.so +%%QT_PLUGINDIR%%/kcm_emoticons.so +%%QT_PLUGINDIR%%/kcm_fontinst.so +%%QT_PLUGINDIR%%/kcm_fonts.so +%%QT_PLUGINDIR%%/kcm_formats.so +%%QT_PLUGINDIR%%/kcm_icons.so +%%QT_PLUGINDIR%%/kcm_input.so +%%QT_PLUGINDIR%%/kcm_kded.so +%%QT_PLUGINDIR%%/kcm_keyboard.so +%%QT_PLUGINDIR%%/kcm_keys.so +%%QT_PLUGINDIR%%/kcm_knotify.so +%%QT_PLUGINDIR%%/kcm_launch.so +%%QT_PLUGINDIR%%/kcm_phonon.so +%%QT_PLUGINDIR%%/kcm_plasmasearch.so +%%QT_PLUGINDIR%%/kcm_smserver.so +%%QT_PLUGINDIR%%/kcm_solid_actions.so +%%QT_PLUGINDIR%%/kcm_standard_actions.so +%%QT_PLUGINDIR%%/kcm_style.so +%%QT_PLUGINDIR%%/kcm_workspaceoptions.so +%%QT_PLUGINDIR%%/kcms/kcm_desktoptheme.so +%%QT_PLUGINDIR%%/kcms/kcm_lookandfeel.so +%%QT_PLUGINDIR%%/kcms/kcm_splashscreen.so +%%QT_PLUGINDIR%%/kcmspellchecking.so +%%SYNAPTICS%%%%QT_PLUGINDIR%%/kded_touchpad.so +%%QT_PLUGINDIR%%/kf5/kded/device_automounter.so +%%QT_PLUGINDIR%%/kf5/kded/keyboard.so +%%QT_PLUGINDIR%%/kfontviewpart.so +%%QT_PLUGINDIR%%/kio_fonts.so +%%QT_PLUGINDIR%%/krunner_kwin.so +%%QT_PLUGINDIR%%/krunner_plasma-desktop.so +%%QT_PLUGINDIR%%/libkcm_device_automounter.so +%%QT_PLUGINDIR%%/libkcm_translations.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_kimpanel.so +%%SYNAPTICS%%%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_touchpad.so +%%QT_QMLDIR%%/org/kde/activities/settings/libkactivitiessettingsplugin.so +%%QT_QMLDIR%%/org/kde/activities/settings/qmldir +%%QT_QMLDIR%%/org/kde/plasma/activityswitcher/libactivityswitcherextensionplugin.so +%%QT_QMLDIR%%/org/kde/plasma/activityswitcher/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/kicker/libkickerplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/kicker/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/kimpanel/libkimpanelplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/kimpanel/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/pager/libpagerplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/pager/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/taskmanager/libtaskmanagerplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/taskmanager/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/trash/libtrashplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/trash/qmldir +%%QT_QMLDIR%%/org/kde/private/desktopcontainment/desktop/libdesktopplugin.so +%%QT_QMLDIR%%/org/kde/private/desktopcontainment/desktop/qmldir +%%QT_QMLDIR%%/org/kde/private/desktopcontainment/folder/libfolderplugin.so +%%QT_QMLDIR%%/org/kde/private/desktopcontainment/folder/qmldir +share/applications/org.kde.kcolorschemeeditor.desktop +share/applications/org.kde.kfontview.desktop +share/applications/org.kde.knetattach.desktop +share/color-schemes/Honeycomb.colors +share/color-schemes/Norway.colors +share/color-schemes/ObsidianCoast.colors +share/color-schemes/Oxygen.colors +share/color-schemes/OxygenCold.colors +share/color-schemes/Steel.colors +share/color-schemes/WontonSoup.colors +share/color-schemes/Zion.colors +share/color-schemes/ZionReversed.colors +%%SYNAPTICS%%share/config.kcfg/touchpad.kcfg +%%SYNAPTICS%%share/config.kcfg/touchpaddaemon.kcfg +%%SYNAPTICS%%share/dbus-1/interfaces/org.kde.touchpad.xml +share/dbus-1/services/org.kde.fontinst.service +share/dbus-1/system-services/org.kde.fontinst.service +share/dbus-1/system-services/org.kde.kcontrol.kcmclock.service +share/doc/HTML/de/plasma-desktop/index.cache.bz2 +share/doc/HTML/de/plasma-desktop/index.docbook +share/doc/HTML/de/kfontview/index.cache.bz2 +share/doc/HTML/de/kfontview/index.docbook +share/doc/HTML/de/knetattach/index.cache.bz2 +share/doc/HTML/de/knetattach/index.docbook +share/doc/HTML/en/kcontrol/autostart/index.cache.bz2 +share/doc/HTML/en/kcontrol/autostart/index.docbook +share/doc/HTML/en/kcontrol/baloo/index.cache.bz2 +share/doc/HTML/en/kcontrol/baloo/index.docbook +share/doc/HTML/en/kcontrol/clock/index.cache.bz2 +share/doc/HTML/en/kcontrol/clock/index.docbook +share/doc/HTML/en/kcontrol/colors/index.cache.bz2 +share/doc/HTML/en/kcontrol/colors/index.docbook +share/doc/HTML/en/kcontrol/componentchooser/index.cache.bz2 +share/doc/HTML/en/kcontrol/componentchooser/index.docbook +share/doc/HTML/en/kcontrol/cursortheme/index.cache.bz2 +share/doc/HTML/en/kcontrol/cursortheme/index.docbook +share/doc/HTML/en/kcontrol/desktopthemedetails/index.cache.bz2 +share/doc/HTML/en/kcontrol/desktopthemedetails/index.docbook +share/doc/HTML/en/kcontrol/emoticons/emoticons.png +share/doc/HTML/en/kcontrol/emoticons/index.cache.bz2 +share/doc/HTML/en/kcontrol/emoticons/index.docbook +share/doc/HTML/en/kcontrol/fontinst/index.cache.bz2 +share/doc/HTML/en/kcontrol/fontinst/index.docbook +share/doc/HTML/en/kcontrol/fonts/adjust-all.png +share/doc/HTML/en/kcontrol/fonts/anti-aliasing.png +share/doc/HTML/en/kcontrol/fonts/index.cache.bz2 +share/doc/HTML/en/kcontrol/fonts/index.docbook +share/doc/HTML/en/kcontrol/fonts/main.png +share/doc/HTML/en/kcontrol/formats/index.cache.bz2 +share/doc/HTML/en/kcontrol/formats/index.docbook +share/doc/HTML/en/kcontrol/icons/delete-theme.png +share/doc/HTML/en/kcontrol/icons/effects.png +share/doc/HTML/en/kcontrol/icons/get-new-theme.png +share/doc/HTML/en/kcontrol/icons/index.cache.bz2 +share/doc/HTML/en/kcontrol/icons/index.docbook +share/doc/HTML/en/kcontrol/icons/install-theme.png +share/doc/HTML/en/kcontrol/icons/main.png +share/doc/HTML/en/kcontrol/icons/size.png +share/doc/HTML/en/kcontrol/icons/use-of-icons.png +share/doc/HTML/en/kcontrol/joystick/index.cache.bz2 +share/doc/HTML/en/kcontrol/joystick/index.docbook +share/doc/HTML/en/kcontrol/joystick/joystick-calibration.png +share/doc/HTML/en/kcontrol/joystick/joystick-main.png +share/doc/HTML/en/kcontrol/kcmaccess/index.cache.bz2 +share/doc/HTML/en/kcontrol/kcmaccess/index.docbook +share/doc/HTML/en/kcontrol/kcmlaunch/index.cache.bz2 +share/doc/HTML/en/kcontrol/kcmlaunch/index.docbook +share/doc/HTML/en/kcontrol/kcmnotify/index.cache.bz2 +share/doc/HTML/en/kcontrol/kcmnotify/index.docbook +share/doc/HTML/en/kcontrol/kcmsmserver/index.cache.bz2 +share/doc/HTML/en/kcontrol/kcmsmserver/index.docbook +share/doc/HTML/en/kcontrol/kcmstyle/index.cache.bz2 +share/doc/HTML/en/kcontrol/kcmstyle/index.docbook +share/doc/HTML/en/kcontrol/kded/index.cache.bz2 +share/doc/HTML/en/kcontrol/kded/index.docbook +share/doc/HTML/en/kcontrol/keyboard/index.cache.bz2 +share/doc/HTML/en/kcontrol/keyboard/index.docbook +share/doc/HTML/en/kcontrol/keys/index.cache.bz2 +share/doc/HTML/en/kcontrol/keys/index.docbook +share/doc/HTML/en/kcontrol/keys/list-add.png +share/doc/HTML/en/kcontrol/keys/remove.png +share/doc/HTML/en/kcontrol/mouse/index.cache.bz2 +share/doc/HTML/en/kcontrol/mouse/index.docbook +share/doc/HTML/en/kcontrol/paths/index.cache.bz2 +share/doc/HTML/en/kcontrol/paths/index.docbook +share/doc/HTML/en/kcontrol/paths/paths.png +share/doc/HTML/en/kcontrol/phonon/index.cache.bz2 +share/doc/HTML/en/kcontrol/phonon/index.docbook +share/doc/HTML/en/kcontrol/solid-actions/add-action.png +share/doc/HTML/en/kcontrol/solid-actions/edit-action.png +share/doc/HTML/en/kcontrol/solid-actions/index.cache.bz2 +share/doc/HTML/en/kcontrol/solid-actions/index.docbook +share/doc/HTML/en/kcontrol/solid-actions/main.png +share/doc/HTML/en/kcontrol/solid-device-automounter/index.cache.bz2 +share/doc/HTML/en/kcontrol/solid-device-automounter/index.docbook +share/doc/HTML/en/kcontrol/spellchecking/index.cache.bz2 +share/doc/HTML/en/kcontrol/spellchecking/index.docbook +share/doc/HTML/en/kcontrol/splashscreen/get-new-theme.png +share/doc/HTML/en/kcontrol/splashscreen/index.cache.bz2 +share/doc/HTML/en/kcontrol/splashscreen/index.docbook +share/doc/HTML/en/kcontrol/splashscreen/splash-main.png +share/doc/HTML/en/kcontrol/translations/index.cache.bz2 +share/doc/HTML/en/kcontrol/translations/index.docbook +share/doc/HTML/en/kfontview/index.cache.bz2 +share/doc/HTML/en/kfontview/index.docbook +share/doc/HTML/en/kfontview/kfontview.png +share/doc/HTML/en/knetattach/index.cache.bz2 +share/doc/HTML/en/knetattach/index.docbook +share/doc/HTML/en/knetattach/screenshot.png +share/doc/HTML/en/knetattach/screenshot1.png +share/doc/HTML/en/knetattach/screenshot2.png +share/doc/HTML/en/knetattach/screenshot3.png +share/doc/HTML/en/knetattach/screenshot4.png +share/doc/HTML/en/plasma-desktop/add-widgets.png +share/doc/HTML/en/plasma-desktop/application-launcher-settings.png +share/doc/HTML/en/plasma-desktop/application-launcher.png +share/doc/HTML/en/plasma-desktop/application-menu.png +share/doc/HTML/en/plasma-desktop/desktop-settings.png +share/doc/HTML/en/plasma-desktop/device_notifier_widget.png +share/doc/HTML/en/plasma-desktop/device_notifier_widget_actions.png +share/doc/HTML/en/plasma-desktop/folder-view.png +share/doc/HTML/en/plasma-desktop/index.cache.bz2 +share/doc/HTML/en/plasma-desktop/index.docbook +share/doc/HTML/en/plasma-desktop/krunner-configure.png +share/doc/HTML/en/plasma-desktop/krunner-desktop-actions.png +share/doc/HTML/en/plasma-desktop/krunner.png +share/doc/HTML/en/plasma-desktop/panel-settings.png +share/doc/HTML/en/plasma-desktop/plasma-desktop-annotated.png +share/doc/HTML/en/plasma-desktop/remove.png +share/doc/HTML/en/plasma-desktop/system-tray-settings.png +share/doc/HTML/en/plasma-desktop/system-tray-up-arrow.png +share/doc/HTML/en/plasma-desktop/taskbar-settings.png +share/doc/HTML/it/plasma-desktop/index.cache.bz2 +share/doc/HTML/it/plasma-desktop/index.docbook +share/doc/HTML/nl/plasma-desktop/index.cache.bz2 +share/doc/HTML/nl/plasma-desktop/index.docbook +share/doc/HTML/pt_BR/plasma-desktop/add-widgets.png +share/doc/HTML/pt_BR/plasma-desktop/desktop-settings.png +share/doc/HTML/pt_BR/plasma-desktop/index.cache.bz2 +share/doc/HTML/pt_BR/plasma-desktop/index.docbook +share/doc/HTML/pt_BR/plasma-desktop/krunner-configure.png +share/doc/HTML/pt_BR/plasma-desktop/krunner.png +share/doc/HTML/pt_BR/plasma-desktop/panel-settings.png +share/doc/HTML/pt_BR/plasma-desktop/system-tray-settings.png +share/doc/HTML/pt_BR/plasma-desktop/system-tray-up-arrow.png +share/doc/HTML/pt_BR/plasma-desktop/taskbar-settings.png +share/doc/HTML/ru/plasma-desktop/index.cache.bz2 +share/doc/HTML/ru/plasma-desktop/index.docbook +share/doc/HTML/sv/plasma-desktop/index.cache.bz2 +share/doc/HTML/sv/plasma-desktop/index.docbook +share/doc/HTML/uk/plasma-desktop/index.cache.bz2 +share/doc/HTML/uk/plasma-desktop/index.docbook +%%SYNAPTICS%%share/icons/hicolor/128x128/devices/input-touchpad.png +share/icons/hicolor/128x128/mimetypes/fonts-package.png +share/icons/hicolor/16x16/apps/kfontview.png +%%SYNAPTICS%%share/icons/hicolor/16x16/devices/input-touchpad.png +share/icons/hicolor/16x16/mimetypes/fonts-package.png +share/icons/hicolor/22x22/apps/kfontview.png +%%SYNAPTICS%%share/icons/hicolor/22x22/devices/input-touchpad.png +share/icons/hicolor/22x22/mimetypes/fonts-package.png +%%SYNAPTICS%%share/icons/hicolor/24x24/devices/input-touchpad.png +%%SYNAPTICS%%share/icons/hicolor/256x256/devices/input-touchpad.png +share/icons/hicolor/32x32/apps/kfontview.png +%%SYNAPTICS%%share/icons/hicolor/32x32/devices/input-touchpad.png +share/icons/hicolor/32x32/mimetypes/fonts-package.png +share/icons/hicolor/48x48/apps/kfontview.png +%%SYNAPTICS%%share/icons/hicolor/48x48/devices/input-touchpad.png +share/icons/hicolor/48x48/mimetypes/fonts-package.png +share/icons/hicolor/64x64/apps/kfontview.png +%%SYNAPTICS%%share/icons/hicolor/64x64/devices/input-touchpad.png +share/icons/hicolor/64x64/mimetypes/fonts-package.png +%%SYNAPTICS%%share/icons/hicolor/96x96/devices/input-touchpad.png +share/icons/hicolor/scalable/apps/preferences-desktop-font-installer.svgz +%%SYNAPTICS%%share/icons/hicolor/scalable/devices/input-touchpad.svgz +share/kcm_componentchooser/kcm_browser.desktop +share/kcm_componentchooser/kcm_filemanager.desktop +share/kcm_componentchooser/kcm_kemail.desktop +share/kcm_componentchooser/kcm_terminal.desktop +share/kcm_phonon/listview-background.png +share/kcminput/cursor_large_black.pcf.gz +share/kcminput/cursor_large_white.pcf.gz +share/kcminput/cursor_small_white.pcf.gz +share/kcminput/pics/mouse_lh.png +share/kcminput/pics/mouse_rh.png +share/kcmkeyboard/pics/epo.png +share/kcmkeys/kde3.kksrc +share/kcmkeys/kde4.kksrc +share/kcmkeys/mac4.kksrc +share/kcmkeys/unix3.kksrc +share/kcmkeys/win3.kksrc +share/kcmkeys/win4.kksrc +share/kcmkeys/wm3.kksrc +share/kcmsolidactions/solid-action-template.desktop +share/kconf_update/krdb_libpathwipe.upd +share/kcontrol/pics/logo.png +share/kcontrol/pics/mini-world.png +share/kdisplay/app-defaults/AAAAAAGeneral.ad +share/kdisplay/app-defaults/AAAMotif.ad +share/kdisplay/app-defaults/AAATk.ad +share/kdisplay/app-defaults/AAAXaw.ad +share/kdisplay/app-defaults/AcroRead.ad +share/kdisplay/app-defaults/Editres.ad +share/kdisplay/app-defaults/Emacs.ad +share/kdisplay/app-defaults/GV.ad +share/kdisplay/app-defaults/ML.ad +share/kdisplay/app-defaults/Nedit.ad +share/kdisplay/app-defaults/Netscape.ad +share/kdisplay/app-defaults/RVPlayer.ad +share/kdisplay/app-defaults/WPerfect.ad +share/kdisplay/app-defaults/XCalc.ad +share/kdisplay/app-defaults/XOsview.ad +share/kdisplay/app-defaults/XTerm.ad +share/kdisplay/app-defaults/XV.ad +share/kdisplay/app-defaults/Xawtv.ad +share/kdisplay/app-defaults/Xdvi.ad +share/kdisplay/app-defaults/Xpdf.ad +share/kf5/kactivitymanagerd/workspace/settings/qml/activitiesTab/ActivitiesView.qml +share/kf5/kactivitymanagerd/workspace/settings/qml/activitiesTab/main.qml +share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/GeneralTab.qml +share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/OtherTab.qml +share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/components/DialogButtons.qml +share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/components/IconChooser.qml +share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/components/LabeledTextField.qml +share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/components/ShortcutChooser.qml +share/kf5/kactivitymanagerd/workspace/settings/qml/privacyTab/BlacklistApplicationView.qml +share/kfontinst/icons/hicolor/16x16/actions/addfont.png +share/kfontinst/icons/hicolor/16x16/actions/disablefont.png +share/kfontinst/icons/hicolor/16x16/actions/enablefont.png +share/kfontinst/icons/hicolor/16x16/actions/fontstatus.png +share/kfontinst/icons/hicolor/22x22/actions/addfont.png +share/kfontinst/icons/hicolor/22x22/actions/disablefont.png +share/kfontinst/icons/hicolor/22x22/actions/enablefont.png +share/kfontinst/icons/hicolor/22x22/actions/fontstatus.png +share/knotifications5/kaccess.notifyrc +%%SYNAPTICS%%share/knotifications5/kcm_touchpad.notifyrc +share/konqsidebartng/virtual_folders/services/fonts.desktop +share/kpackage/kcms/kcm_desktoptheme/contents/ui/Hand.qml +share/kpackage/kcms/kcm_desktoptheme/contents/ui/ThemePreview.qml +share/kpackage/kcms/kcm_desktoptheme/contents/ui/main.qml +share/kpackage/kcms/kcm_desktoptheme/metadata.desktop +share/kpackage/kcms/kcm_desktoptheme/metadata.json +share/kpackage/kcms/kcm_lookandfeel/contents/ui/main.qml +share/kpackage/kcms/kcm_lookandfeel/metadata.desktop +share/kpackage/kcms/kcm_lookandfeel/metadata.json +share/kpackage/kcms/kcm_splashscreen/contents/ui/main.qml +share/kpackage/kcms/kcm_splashscreen/metadata.desktop +share/kpackage/kcms/kcm_splashscreen/metadata.json +share/kservices5/ServiceMenus/installfont.desktop +share/kservices5/autostart.desktop +share/kservices5/clock.desktop +share/kservices5/colors.desktop +share/kservices5/componentchooser.desktop +share/kservices5/cursortheme.desktop +share/kservices5/desktoppath.desktop +share/kservices5/device_automounter_kcm.desktop +share/kservices5/emoticons.desktop +share/kservices5/fontinst.desktop +share/kservices5/fonts.desktop +share/kservices5/fonts.protocol +share/kservices5/fontthumbnail.desktop +share/kservices5/formats.desktop +share/kservices5/icons.desktop +share/kservices5/kaccess.desktop +share/kservices5/kcm_activities.desktop +share/kservices5/kcm_baloofile.desktop +share/kservices5/kcm_desktoptheme.desktop +share/kservices5/kcm_keyboard.desktop +share/kservices5/kcm_lookandfeel.desktop +share/kservices5/kcm_phonon.desktop +share/kservices5/kcm_plasmasearch.desktop +share/kservices5/kcm_splashscreen.desktop +%%SYNAPTICS%%share/kservices5/kcm_touchpad.desktop +share/kservices5/kcmaccess.desktop +share/kservices5/kcmkded.desktop +share/kservices5/kcmlaunch.desktop +share/kservices5/kcmnotify.desktop +share/kservices5/kcmsmserver.desktop +%%SYNAPTICS%%share/kservices5/kded/touchpad.desktop +share/kservices5/keys.desktop +share/kservices5/kfontviewpart.desktop +share/kservices5/mouse.desktop +share/kservices5/plasma-applet-org.kde.plasma.icontasks.desktop +share/kservices5/plasma-applet-org.kde.plasma.kicker.desktop +share/kservices5/plasma-applet-org.kde.plasma.kickoff.desktop +share/kservices5/plasma-applet-org.kde.plasma.kimpanel.desktop +share/kservices5/plasma-applet-org.kde.plasma.pager.desktop +share/kservices5/plasma-applet-org.kde.plasma.showActivityManager.desktop +share/kservices5/plasma-applet-org.kde.plasma.taskmanager.desktop +share/kservices5/plasma-applet-org.kde.plasma.trash.desktop +share/kservices5/plasma-applet-org.kde.plasma.windowlist.desktop +%%SYNAPTICS%%share/kservices5/plasma-applet-touchpad.desktop +share/kservices5/plasma-containment-org.kde.desktopcontainment.desktop +share/kservices5/plasma-containment-org.kde.panel.desktop +share/kservices5/plasma-containment-org.kde.plasma.folder.desktop +share/kservices5/plasma-dataengine-kimpanel.desktop +%%SYNAPTICS%%share/kservices5/plasma-dataengine-touchpad.desktop +share/kservices5/plasma-layout-template-org.kde.plasma.desktop.appmenubar.desktop +share/kservices5/plasma-layout-template-org.kde.plasma.desktop.defaultPanel.desktop +share/kservices5/plasma-layout-template-org.kde.plasma.desktop.emptyPanel.desktop +share/kservices5/plasma-package-org.kde.desktoptoolbox.desktop +share/kservices5/plasma-package-org.kde.paneltoolbox.desktop +share/kservices5/plasma-runner-kwin.desktop +share/kservices5/plasma-runner-plasma-desktop.desktop +share/kservices5/plasma-shell-org.kde.plasma.desktop.desktop +share/kservices5/solid-actions.desktop +share/kservices5/spellchecking.desktop +share/kservices5/standard_actions.desktop +share/kservices5/style.desktop +share/kservices5/translations.desktop +share/kservices5/workspaceoptions.desktop +share/kservicetypes5/solid-device-type.desktop +share/kxmlgui5/kfontinst/kfontviewpart.rc +share/kxmlgui5/kfontview/kfontviewui.rc +share/locale/af/LC_MESSAGES/joystick.mo +share/locale/af/LC_MESSAGES/kaccess.mo +share/locale/af/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/af/LC_MESSAGES/kcmaccess.mo +share/locale/af/LC_MESSAGES/kcmcolors.mo +share/locale/af/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/af/LC_MESSAGES/kcmfonts.mo +share/locale/af/LC_MESSAGES/kcmformats.mo +share/locale/af/LC_MESSAGES/kcmicons.mo +share/locale/af/LC_MESSAGES/kcminput.mo +share/locale/af/LC_MESSAGES/kcmkclock.mo +share/locale/af/LC_MESSAGES/kcmkded.mo +share/locale/af/LC_MESSAGES/kcmkeyboard.mo +share/locale/af/LC_MESSAGES/kcmkeys.mo +share/locale/af/LC_MESSAGES/kcmlaunch.mo +share/locale/af/LC_MESSAGES/kcmmousetheme.mo +share/locale/af/LC_MESSAGES/kcmnotify.mo +share/locale/af/LC_MESSAGES/kcmsmserver.mo +share/locale/af/LC_MESSAGES/kcmstyle.mo +share/locale/af/LC_MESSAGES/kfontinst.mo +share/locale/af/LC_MESSAGES/knetattach.mo +share/locale/af/LC_MESSAGES/krdb.mo +share/locale/af/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/ar/LC_MESSAGES/attica_kde.mo +share/locale/ar/LC_MESSAGES/joystick.mo +share/locale/ar/LC_MESSAGES/kaccess.mo +share/locale/ar/LC_MESSAGES/kcm_autostart.mo +share/locale/ar/LC_MESSAGES/kcm_baloofile.mo +share/locale/ar/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/ar/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/ar/LC_MESSAGES/kcm_device_automounter.mo +share/locale/ar/LC_MESSAGES/kcm_emoticons.mo +share/locale/ar/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/ar/LC_MESSAGES/kcm_phonon.mo +share/locale/ar/LC_MESSAGES/kcm_search.mo +share/locale/ar/LC_MESSAGES/kcm_solid_actions.mo +share/locale/ar/LC_MESSAGES/kcm_splashscreen.mo +share/locale/ar/LC_MESSAGES/kcm_standard_actions.mo +share/locale/ar/LC_MESSAGES/kcm_touchpad.mo +share/locale/ar/LC_MESSAGES/kcmaccess.mo +share/locale/ar/LC_MESSAGES/kcmcolors.mo +share/locale/ar/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/ar/LC_MESSAGES/kcmfonts.mo +share/locale/ar/LC_MESSAGES/kcmformats.mo +share/locale/ar/LC_MESSAGES/kcmicons.mo +share/locale/ar/LC_MESSAGES/kcminput.mo +share/locale/ar/LC_MESSAGES/kcmkclock.mo +share/locale/ar/LC_MESSAGES/kcmkded.mo +share/locale/ar/LC_MESSAGES/kcmkeyboard.mo +share/locale/ar/LC_MESSAGES/kcmkeys.mo +share/locale/ar/LC_MESSAGES/kcmlaunch.mo +share/locale/ar/LC_MESSAGES/kcmmousetheme.mo +share/locale/ar/LC_MESSAGES/kcmnotify.mo +share/locale/ar/LC_MESSAGES/kcmsmserver.mo +share/locale/ar/LC_MESSAGES/kcmstyle.mo +share/locale/ar/LC_MESSAGES/kcmtranslations.mo +share/locale/ar/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/ar/LC_MESSAGES/kfontinst.mo +share/locale/ar/LC_MESSAGES/knetattach.mo +share/locale/ar/LC_MESSAGES/krdb.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/ar/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/ar/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/ar/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/ar/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/as/LC_MESSAGES/kcmaccess.mo +share/locale/ast/LC_MESSAGES/attica_kde.mo +share/locale/ast/LC_MESSAGES/joystick.mo +share/locale/ast/LC_MESSAGES/kaccess.mo +share/locale/ast/LC_MESSAGES/kcm_activities5.mo +share/locale/ast/LC_MESSAGES/kcm_autostart.mo +share/locale/ast/LC_MESSAGES/kcm_baloofile.mo +share/locale/ast/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/ast/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/ast/LC_MESSAGES/kcm_device_automounter.mo +share/locale/ast/LC_MESSAGES/kcm_emoticons.mo +share/locale/ast/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/ast/LC_MESSAGES/kcm_phonon.mo +share/locale/ast/LC_MESSAGES/kcm_search.mo +share/locale/ast/LC_MESSAGES/kcm_solid_actions.mo +share/locale/ast/LC_MESSAGES/kcm_splashscreen.mo +share/locale/ast/LC_MESSAGES/kcm_standard_actions.mo +share/locale/ast/LC_MESSAGES/kcm_touchpad.mo +share/locale/ast/LC_MESSAGES/kcmaccess.mo +share/locale/ast/LC_MESSAGES/kcmcolors.mo +share/locale/ast/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/ast/LC_MESSAGES/kcmfonts.mo +share/locale/ast/LC_MESSAGES/kcmformats.mo +share/locale/ast/LC_MESSAGES/kcmicons.mo +share/locale/ast/LC_MESSAGES/kcminput.mo +share/locale/ast/LC_MESSAGES/kcmkclock.mo +share/locale/ast/LC_MESSAGES/kcmkded.mo +share/locale/ast/LC_MESSAGES/kcmkeyboard.mo +share/locale/ast/LC_MESSAGES/kcmkeys.mo +share/locale/ast/LC_MESSAGES/kcmlaunch.mo +share/locale/ast/LC_MESSAGES/kcmmousetheme.mo +share/locale/ast/LC_MESSAGES/kcmnotify.mo +share/locale/ast/LC_MESSAGES/kcmsmserver.mo +share/locale/ast/LC_MESSAGES/kcmstyle.mo +share/locale/ast/LC_MESSAGES/kcmtranslations.mo +share/locale/ast/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/ast/LC_MESSAGES/kfontinst.mo +share/locale/ast/LC_MESSAGES/knetattach.mo +share/locale/ast/LC_MESSAGES/krdb.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/ast/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/ast/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/ast/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/ast/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/ast/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/ast/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/be/LC_MESSAGES/joystick.mo +share/locale/be/LC_MESSAGES/kaccess.mo +share/locale/be/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/be/LC_MESSAGES/kcm_emoticons.mo +share/locale/be/LC_MESSAGES/kcm_phonon.mo +share/locale/be/LC_MESSAGES/kcmaccess.mo +share/locale/be/LC_MESSAGES/kcmcolors.mo +share/locale/be/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/be/LC_MESSAGES/kcmfonts.mo +share/locale/be/LC_MESSAGES/kcmformats.mo +share/locale/be/LC_MESSAGES/kcmicons.mo +share/locale/be/LC_MESSAGES/kcminput.mo +share/locale/be/LC_MESSAGES/kcmkclock.mo +share/locale/be/LC_MESSAGES/kcmkded.mo +share/locale/be/LC_MESSAGES/kcmkeyboard.mo +share/locale/be/LC_MESSAGES/kcmkeys.mo +share/locale/be/LC_MESSAGES/kcmlaunch.mo +share/locale/be/LC_MESSAGES/kcmmousetheme.mo +share/locale/be/LC_MESSAGES/kcmnotify.mo +share/locale/be/LC_MESSAGES/kcmsmserver.mo +share/locale/be/LC_MESSAGES/kcmstyle.mo +share/locale/be/LC_MESSAGES/kfontinst.mo +share/locale/be/LC_MESSAGES/knetattach.mo +share/locale/be/LC_MESSAGES/krdb.mo +share/locale/be/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/be@latin/LC_MESSAGES/kcm_autostart.mo +share/locale/be@latin/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/be@latin/LC_MESSAGES/kcm_phonon.mo +share/locale/be@latin/LC_MESSAGES/kcm_standard_actions.mo +share/locale/be@latin/LC_MESSAGES/kcmcolors.mo +share/locale/be@latin/LC_MESSAGES/kcmformats.mo +share/locale/be@latin/LC_MESSAGES/kcmicons.mo +share/locale/be@latin/LC_MESSAGES/kcmkclock.mo +share/locale/be@latin/LC_MESSAGES/kcmkeyboard.mo +share/locale/be@latin/LC_MESSAGES/krdb.mo +share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/bg/LC_MESSAGES/attica_kde.mo +share/locale/bg/LC_MESSAGES/joystick.mo +share/locale/bg/LC_MESSAGES/kaccess.mo +share/locale/bg/LC_MESSAGES/kcm_autostart.mo +share/locale/bg/LC_MESSAGES/kcm_baloofile.mo +share/locale/bg/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/bg/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/bg/LC_MESSAGES/kcm_device_automounter.mo +share/locale/bg/LC_MESSAGES/kcm_emoticons.mo +share/locale/bg/LC_MESSAGES/kcm_phonon.mo +share/locale/bg/LC_MESSAGES/kcm_solid_actions.mo +share/locale/bg/LC_MESSAGES/kcm_standard_actions.mo +share/locale/bg/LC_MESSAGES/kcmaccess.mo +share/locale/bg/LC_MESSAGES/kcmcolors.mo +share/locale/bg/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/bg/LC_MESSAGES/kcmfonts.mo +share/locale/bg/LC_MESSAGES/kcmformats.mo +share/locale/bg/LC_MESSAGES/kcmicons.mo +share/locale/bg/LC_MESSAGES/kcminput.mo +share/locale/bg/LC_MESSAGES/kcmkclock.mo +share/locale/bg/LC_MESSAGES/kcmkded.mo +share/locale/bg/LC_MESSAGES/kcmkeyboard.mo +share/locale/bg/LC_MESSAGES/kcmkeys.mo +share/locale/bg/LC_MESSAGES/kcmlaunch.mo +share/locale/bg/LC_MESSAGES/kcmmousetheme.mo +share/locale/bg/LC_MESSAGES/kcmnotify.mo +share/locale/bg/LC_MESSAGES/kcmsmserver.mo +share/locale/bg/LC_MESSAGES/kcmstyle.mo +share/locale/bg/LC_MESSAGES/kfontinst.mo +share/locale/bg/LC_MESSAGES/knetattach.mo +share/locale/bg/LC_MESSAGES/krdb.mo +share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/bg/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/bn/LC_MESSAGES/kaccess.mo +share/locale/bn/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/bn/LC_MESSAGES/kcm_phonon.mo +share/locale/bn/LC_MESSAGES/kcmaccess.mo +share/locale/bn/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/bn/LC_MESSAGES/kcmfonts.mo +share/locale/bn/LC_MESSAGES/kcmformats.mo +share/locale/bn/LC_MESSAGES/kcmicons.mo +share/locale/bn/LC_MESSAGES/kcmkclock.mo +share/locale/bn/LC_MESSAGES/kcmkded.mo +share/locale/bn/LC_MESSAGES/kcmkeyboard.mo +share/locale/bn/LC_MESSAGES/kcmnotify.mo +share/locale/bn/LC_MESSAGES/kcmsmserver.mo +share/locale/bn/LC_MESSAGES/kcmstyle.mo +share/locale/bn/LC_MESSAGES/kfontinst.mo +share/locale/bn/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/bn_IN/LC_MESSAGES/kaccess.mo +share/locale/bn_IN/LC_MESSAGES/kcm_autostart.mo +share/locale/bn_IN/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/bn_IN/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/bn_IN/LC_MESSAGES/kcm_phonon.mo +share/locale/bn_IN/LC_MESSAGES/kcm_standard_actions.mo +share/locale/bn_IN/LC_MESSAGES/kcmaccess.mo +share/locale/bn_IN/LC_MESSAGES/kcmcolors.mo +share/locale/bn_IN/LC_MESSAGES/kcmformats.mo +share/locale/bn_IN/LC_MESSAGES/kcmicons.mo +share/locale/bn_IN/LC_MESSAGES/kcmkclock.mo +share/locale/bn_IN/LC_MESSAGES/kcmkded.mo +share/locale/bn_IN/LC_MESSAGES/kcmkeyboard.mo +share/locale/bn_IN/LC_MESSAGES/kcmkeys.mo +share/locale/bn_IN/LC_MESSAGES/kcmnotify.mo +share/locale/bn_IN/LC_MESSAGES/kcmsmserver.mo +share/locale/bn_IN/LC_MESSAGES/kcmstyle.mo +share/locale/bn_IN/LC_MESSAGES/kfontinst.mo +share/locale/bn_IN/LC_MESSAGES/knetattach.mo +share/locale/bn_IN/LC_MESSAGES/krdb.mo +share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/br/LC_MESSAGES/joystick.mo +share/locale/br/LC_MESSAGES/kaccess.mo +share/locale/br/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/br/LC_MESSAGES/kcmaccess.mo +share/locale/br/LC_MESSAGES/kcmcolors.mo +share/locale/br/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/br/LC_MESSAGES/kcmfonts.mo +share/locale/br/LC_MESSAGES/kcmformats.mo +share/locale/br/LC_MESSAGES/kcmicons.mo +share/locale/br/LC_MESSAGES/kcminput.mo +share/locale/br/LC_MESSAGES/kcmkclock.mo +share/locale/br/LC_MESSAGES/kcmkded.mo +share/locale/br/LC_MESSAGES/kcmkeyboard.mo +share/locale/br/LC_MESSAGES/kcmkeys.mo +share/locale/br/LC_MESSAGES/kcmlaunch.mo +share/locale/br/LC_MESSAGES/kcmmousetheme.mo +share/locale/br/LC_MESSAGES/kcmnotify.mo +share/locale/br/LC_MESSAGES/kcmsmserver.mo +share/locale/br/LC_MESSAGES/kcmstyle.mo +share/locale/br/LC_MESSAGES/kfontinst.mo +share/locale/br/LC_MESSAGES/knetattach.mo +share/locale/br/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/bs/LC_MESSAGES/attica_kde.mo +share/locale/bs/LC_MESSAGES/joystick.mo +share/locale/bs/LC_MESSAGES/kaccess.mo +share/locale/bs/LC_MESSAGES/kcm_autostart.mo +share/locale/bs/LC_MESSAGES/kcm_baloofile.mo +share/locale/bs/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/bs/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/bs/LC_MESSAGES/kcm_device_automounter.mo +share/locale/bs/LC_MESSAGES/kcm_emoticons.mo +share/locale/bs/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/bs/LC_MESSAGES/kcm_phonon.mo +share/locale/bs/LC_MESSAGES/kcm_search.mo +share/locale/bs/LC_MESSAGES/kcm_solid_actions.mo +share/locale/bs/LC_MESSAGES/kcm_splashscreen.mo +share/locale/bs/LC_MESSAGES/kcm_standard_actions.mo +share/locale/bs/LC_MESSAGES/kcm_touchpad.mo +share/locale/bs/LC_MESSAGES/kcmaccess.mo +share/locale/bs/LC_MESSAGES/kcmcolors.mo +share/locale/bs/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/bs/LC_MESSAGES/kcmfonts.mo +share/locale/bs/LC_MESSAGES/kcmformats.mo +share/locale/bs/LC_MESSAGES/kcmicons.mo +share/locale/bs/LC_MESSAGES/kcminput.mo +share/locale/bs/LC_MESSAGES/kcmkclock.mo +share/locale/bs/LC_MESSAGES/kcmkded.mo +share/locale/bs/LC_MESSAGES/kcmkeyboard.mo +share/locale/bs/LC_MESSAGES/kcmkeys.mo +share/locale/bs/LC_MESSAGES/kcmlaunch.mo +share/locale/bs/LC_MESSAGES/kcmmousetheme.mo +share/locale/bs/LC_MESSAGES/kcmnotify.mo +share/locale/bs/LC_MESSAGES/kcmsmserver.mo +share/locale/bs/LC_MESSAGES/kcmstyle.mo +share/locale/bs/LC_MESSAGES/kcmtranslations.mo +share/locale/bs/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/bs/LC_MESSAGES/kfontinst.mo +share/locale/bs/LC_MESSAGES/knetattach.mo +share/locale/bs/LC_MESSAGES/krdb.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/bs/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/bs/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/bs/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/bs/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/ca/LC_MESSAGES/attica_kde.mo +share/locale/ca/LC_MESSAGES/joystick.mo +share/locale/ca/LC_MESSAGES/kaccess.mo +share/locale/ca/LC_MESSAGES/kcm_activities5.mo +share/locale/ca/LC_MESSAGES/kcm_autostart.mo +share/locale/ca/LC_MESSAGES/kcm_baloofile.mo +share/locale/ca/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/ca/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/ca/LC_MESSAGES/kcm_device_automounter.mo +share/locale/ca/LC_MESSAGES/kcm_emoticons.mo +share/locale/ca/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/ca/LC_MESSAGES/kcm_phonon.mo +share/locale/ca/LC_MESSAGES/kcm_search.mo +share/locale/ca/LC_MESSAGES/kcm_solid_actions.mo +share/locale/ca/LC_MESSAGES/kcm_splashscreen.mo +share/locale/ca/LC_MESSAGES/kcm_standard_actions.mo +share/locale/ca/LC_MESSAGES/kcm_touchpad.mo +share/locale/ca/LC_MESSAGES/kcmaccess.mo +share/locale/ca/LC_MESSAGES/kcmcolors.mo +share/locale/ca/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/ca/LC_MESSAGES/kcmfonts.mo +share/locale/ca/LC_MESSAGES/kcmformats.mo +share/locale/ca/LC_MESSAGES/kcmicons.mo +share/locale/ca/LC_MESSAGES/kcminput.mo +share/locale/ca/LC_MESSAGES/kcmkclock.mo +share/locale/ca/LC_MESSAGES/kcmkded.mo +share/locale/ca/LC_MESSAGES/kcmkeyboard.mo +share/locale/ca/LC_MESSAGES/kcmkeys.mo +share/locale/ca/LC_MESSAGES/kcmlaunch.mo +share/locale/ca/LC_MESSAGES/kcmmousetheme.mo +share/locale/ca/LC_MESSAGES/kcmnotify.mo +share/locale/ca/LC_MESSAGES/kcmsmserver.mo +share/locale/ca/LC_MESSAGES/kcmstyle.mo +share/locale/ca/LC_MESSAGES/kcmtranslations.mo +share/locale/ca/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/ca/LC_MESSAGES/kfontinst.mo +share/locale/ca/LC_MESSAGES/knetattach.mo +share/locale/ca/LC_MESSAGES/krdb.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/ca/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/ca/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/ca/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/ca/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/ca/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/ca/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/ca@valencia/LC_MESSAGES/attica_kde.mo +share/locale/ca@valencia/LC_MESSAGES/joystick.mo +share/locale/ca@valencia/LC_MESSAGES/kaccess.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_activities5.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_autostart.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_baloofile.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_device_automounter.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_emoticons.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_phonon.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_search.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_solid_actions.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_splashscreen.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_standard_actions.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_touchpad.mo +share/locale/ca@valencia/LC_MESSAGES/kcmaccess.mo +share/locale/ca@valencia/LC_MESSAGES/kcmcolors.mo +share/locale/ca@valencia/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/ca@valencia/LC_MESSAGES/kcmfonts.mo +share/locale/ca@valencia/LC_MESSAGES/kcmformats.mo +share/locale/ca@valencia/LC_MESSAGES/kcmicons.mo +share/locale/ca@valencia/LC_MESSAGES/kcminput.mo +share/locale/ca@valencia/LC_MESSAGES/kcmkclock.mo +share/locale/ca@valencia/LC_MESSAGES/kcmkded.mo +share/locale/ca@valencia/LC_MESSAGES/kcmkeyboard.mo +share/locale/ca@valencia/LC_MESSAGES/kcmkeys.mo +share/locale/ca@valencia/LC_MESSAGES/kcmlaunch.mo +share/locale/ca@valencia/LC_MESSAGES/kcmmousetheme.mo +share/locale/ca@valencia/LC_MESSAGES/kcmnotify.mo +share/locale/ca@valencia/LC_MESSAGES/kcmsmserver.mo +share/locale/ca@valencia/LC_MESSAGES/kcmstyle.mo +share/locale/ca@valencia/LC_MESSAGES/kcmtranslations.mo +share/locale/ca@valencia/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/ca@valencia/LC_MESSAGES/kfontinst.mo +share/locale/ca@valencia/LC_MESSAGES/knetattach.mo +share/locale/ca@valencia/LC_MESSAGES/krdb.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/ca@valencia/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/cs/LC_MESSAGES/attica_kde.mo +share/locale/cs/LC_MESSAGES/joystick.mo +share/locale/cs/LC_MESSAGES/kaccess.mo +share/locale/cs/LC_MESSAGES/kcm_activities5.mo +share/locale/cs/LC_MESSAGES/kcm_autostart.mo +share/locale/cs/LC_MESSAGES/kcm_baloofile.mo +share/locale/cs/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/cs/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/cs/LC_MESSAGES/kcm_device_automounter.mo +share/locale/cs/LC_MESSAGES/kcm_emoticons.mo +share/locale/cs/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/cs/LC_MESSAGES/kcm_phonon.mo +share/locale/cs/LC_MESSAGES/kcm_search.mo +share/locale/cs/LC_MESSAGES/kcm_solid_actions.mo +share/locale/cs/LC_MESSAGES/kcm_splashscreen.mo +share/locale/cs/LC_MESSAGES/kcm_standard_actions.mo +share/locale/cs/LC_MESSAGES/kcm_touchpad.mo +share/locale/cs/LC_MESSAGES/kcmaccess.mo +share/locale/cs/LC_MESSAGES/kcmcolors.mo +share/locale/cs/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/cs/LC_MESSAGES/kcmfonts.mo +share/locale/cs/LC_MESSAGES/kcmformats.mo +share/locale/cs/LC_MESSAGES/kcmicons.mo +share/locale/cs/LC_MESSAGES/kcminput.mo +share/locale/cs/LC_MESSAGES/kcmkclock.mo +share/locale/cs/LC_MESSAGES/kcmkded.mo +share/locale/cs/LC_MESSAGES/kcmkeyboard.mo +share/locale/cs/LC_MESSAGES/kcmkeys.mo +share/locale/cs/LC_MESSAGES/kcmlaunch.mo +share/locale/cs/LC_MESSAGES/kcmmousetheme.mo +share/locale/cs/LC_MESSAGES/kcmnotify.mo +share/locale/cs/LC_MESSAGES/kcmsmserver.mo +share/locale/cs/LC_MESSAGES/kcmstyle.mo +share/locale/cs/LC_MESSAGES/kcmtranslations.mo +share/locale/cs/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/cs/LC_MESSAGES/kfontinst.mo +share/locale/cs/LC_MESSAGES/knetattach.mo +share/locale/cs/LC_MESSAGES/krdb.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/cs/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/cs/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/cs/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/cs/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/cs/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/cs/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/csb/LC_MESSAGES/joystick.mo +share/locale/csb/LC_MESSAGES/kaccess.mo +share/locale/csb/LC_MESSAGES/kcm_emoticons.mo +share/locale/csb/LC_MESSAGES/kcm_phonon.mo +share/locale/csb/LC_MESSAGES/kcmaccess.mo +share/locale/csb/LC_MESSAGES/kcmcolors.mo +share/locale/csb/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/csb/LC_MESSAGES/kcmfonts.mo +share/locale/csb/LC_MESSAGES/kcmformats.mo +share/locale/csb/LC_MESSAGES/kcmicons.mo +share/locale/csb/LC_MESSAGES/kcmkclock.mo +share/locale/csb/LC_MESSAGES/kcmkded.mo +share/locale/csb/LC_MESSAGES/kcmkeyboard.mo +share/locale/csb/LC_MESSAGES/kcmlaunch.mo +share/locale/csb/LC_MESSAGES/kcmnotify.mo +share/locale/csb/LC_MESSAGES/kcmsmserver.mo +share/locale/csb/LC_MESSAGES/kcmstyle.mo +share/locale/csb/LC_MESSAGES/kfontinst.mo +share/locale/csb/LC_MESSAGES/knetattach.mo +share/locale/csb/LC_MESSAGES/krdb.mo +share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/csb/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/cy/LC_MESSAGES/joystick.mo +share/locale/cy/LC_MESSAGES/kaccess.mo +share/locale/cy/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/cy/LC_MESSAGES/kcmaccess.mo +share/locale/cy/LC_MESSAGES/kcmcolors.mo +share/locale/cy/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/cy/LC_MESSAGES/kcmfonts.mo +share/locale/cy/LC_MESSAGES/kcmformats.mo +share/locale/cy/LC_MESSAGES/kcmicons.mo +share/locale/cy/LC_MESSAGES/kcminput.mo +share/locale/cy/LC_MESSAGES/kcmkclock.mo +share/locale/cy/LC_MESSAGES/kcmkded.mo +share/locale/cy/LC_MESSAGES/kcmkeyboard.mo +share/locale/cy/LC_MESSAGES/kcmkeys.mo +share/locale/cy/LC_MESSAGES/kcmlaunch.mo +share/locale/cy/LC_MESSAGES/kcmmousetheme.mo +share/locale/cy/LC_MESSAGES/kcmnotify.mo +share/locale/cy/LC_MESSAGES/kcmsmserver.mo +share/locale/cy/LC_MESSAGES/kcmstyle.mo +share/locale/cy/LC_MESSAGES/kfontinst.mo +share/locale/cy/LC_MESSAGES/knetattach.mo +share/locale/cy/LC_MESSAGES/krdb.mo +share/locale/cy/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/da/LC_MESSAGES/attica_kde.mo +share/locale/da/LC_MESSAGES/joystick.mo +share/locale/da/LC_MESSAGES/kaccess.mo +share/locale/da/LC_MESSAGES/kcm_activities5.mo +share/locale/da/LC_MESSAGES/kcm_autostart.mo +share/locale/da/LC_MESSAGES/kcm_baloofile.mo +share/locale/da/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/da/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/da/LC_MESSAGES/kcm_device_automounter.mo +share/locale/da/LC_MESSAGES/kcm_emoticons.mo +share/locale/da/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/da/LC_MESSAGES/kcm_phonon.mo +share/locale/da/LC_MESSAGES/kcm_search.mo +share/locale/da/LC_MESSAGES/kcm_solid_actions.mo +share/locale/da/LC_MESSAGES/kcm_splashscreen.mo +share/locale/da/LC_MESSAGES/kcm_standard_actions.mo +share/locale/da/LC_MESSAGES/kcm_touchpad.mo +share/locale/da/LC_MESSAGES/kcmaccess.mo +share/locale/da/LC_MESSAGES/kcmcolors.mo +share/locale/da/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/da/LC_MESSAGES/kcmfonts.mo +share/locale/da/LC_MESSAGES/kcmformats.mo +share/locale/da/LC_MESSAGES/kcmicons.mo +share/locale/da/LC_MESSAGES/kcminput.mo +share/locale/da/LC_MESSAGES/kcmkclock.mo +share/locale/da/LC_MESSAGES/kcmkded.mo +share/locale/da/LC_MESSAGES/kcmkeyboard.mo +share/locale/da/LC_MESSAGES/kcmkeys.mo +share/locale/da/LC_MESSAGES/kcmlaunch.mo +share/locale/da/LC_MESSAGES/kcmmousetheme.mo +share/locale/da/LC_MESSAGES/kcmnotify.mo +share/locale/da/LC_MESSAGES/kcmsmserver.mo +share/locale/da/LC_MESSAGES/kcmstyle.mo +share/locale/da/LC_MESSAGES/kcmtranslations.mo +share/locale/da/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/da/LC_MESSAGES/kfontinst.mo +share/locale/da/LC_MESSAGES/knetattach.mo +share/locale/da/LC_MESSAGES/krdb.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/da/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/da/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/da/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/da/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/da/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/da/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/de/LC_MESSAGES/attica_kde.mo +share/locale/de/LC_MESSAGES/joystick.mo +share/locale/de/LC_MESSAGES/kaccess.mo +share/locale/de/LC_MESSAGES/kcm_activities5.mo +share/locale/de/LC_MESSAGES/kcm_autostart.mo +share/locale/de/LC_MESSAGES/kcm_baloofile.mo +share/locale/de/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/de/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/de/LC_MESSAGES/kcm_device_automounter.mo +share/locale/de/LC_MESSAGES/kcm_emoticons.mo +share/locale/de/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/de/LC_MESSAGES/kcm_phonon.mo +share/locale/de/LC_MESSAGES/kcm_search.mo +share/locale/de/LC_MESSAGES/kcm_solid_actions.mo +share/locale/de/LC_MESSAGES/kcm_splashscreen.mo +share/locale/de/LC_MESSAGES/kcm_standard_actions.mo +share/locale/de/LC_MESSAGES/kcm_touchpad.mo +share/locale/de/LC_MESSAGES/kcmaccess.mo +share/locale/de/LC_MESSAGES/kcmcolors.mo +share/locale/de/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/de/LC_MESSAGES/kcmfonts.mo +share/locale/de/LC_MESSAGES/kcmformats.mo +share/locale/de/LC_MESSAGES/kcmicons.mo +share/locale/de/LC_MESSAGES/kcminput.mo +share/locale/de/LC_MESSAGES/kcmkclock.mo +share/locale/de/LC_MESSAGES/kcmkded.mo +share/locale/de/LC_MESSAGES/kcmkeyboard.mo +share/locale/de/LC_MESSAGES/kcmkeys.mo +share/locale/de/LC_MESSAGES/kcmlaunch.mo +share/locale/de/LC_MESSAGES/kcmmousetheme.mo +share/locale/de/LC_MESSAGES/kcmnotify.mo +share/locale/de/LC_MESSAGES/kcmsmserver.mo +share/locale/de/LC_MESSAGES/kcmstyle.mo +share/locale/de/LC_MESSAGES/kcmtranslations.mo +share/locale/de/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/de/LC_MESSAGES/kfontinst.mo +share/locale/de/LC_MESSAGES/knetattach.mo +share/locale/de/LC_MESSAGES/krdb.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/de/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/de/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/de/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/de/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/de/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/de/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/el/LC_MESSAGES/attica_kde.mo +share/locale/el/LC_MESSAGES/joystick.mo +share/locale/el/LC_MESSAGES/kaccess.mo +share/locale/el/LC_MESSAGES/kcm_activities5.mo +share/locale/el/LC_MESSAGES/kcm_autostart.mo +share/locale/el/LC_MESSAGES/kcm_baloofile.mo +share/locale/el/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/el/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/el/LC_MESSAGES/kcm_device_automounter.mo +share/locale/el/LC_MESSAGES/kcm_emoticons.mo +share/locale/el/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/el/LC_MESSAGES/kcm_phonon.mo +share/locale/el/LC_MESSAGES/kcm_search.mo +share/locale/el/LC_MESSAGES/kcm_solid_actions.mo +share/locale/el/LC_MESSAGES/kcm_splashscreen.mo +share/locale/el/LC_MESSAGES/kcm_standard_actions.mo +share/locale/el/LC_MESSAGES/kcm_touchpad.mo +share/locale/el/LC_MESSAGES/kcmaccess.mo +share/locale/el/LC_MESSAGES/kcmcolors.mo +share/locale/el/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/el/LC_MESSAGES/kcmfonts.mo +share/locale/el/LC_MESSAGES/kcmformats.mo +share/locale/el/LC_MESSAGES/kcmicons.mo +share/locale/el/LC_MESSAGES/kcminput.mo +share/locale/el/LC_MESSAGES/kcmkclock.mo +share/locale/el/LC_MESSAGES/kcmkded.mo +share/locale/el/LC_MESSAGES/kcmkeyboard.mo +share/locale/el/LC_MESSAGES/kcmkeys.mo +share/locale/el/LC_MESSAGES/kcmlaunch.mo +share/locale/el/LC_MESSAGES/kcmmousetheme.mo +share/locale/el/LC_MESSAGES/kcmnotify.mo +share/locale/el/LC_MESSAGES/kcmsmserver.mo +share/locale/el/LC_MESSAGES/kcmstyle.mo +share/locale/el/LC_MESSAGES/kcmtranslations.mo +share/locale/el/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/el/LC_MESSAGES/kfontinst.mo +share/locale/el/LC_MESSAGES/knetattach.mo +share/locale/el/LC_MESSAGES/krdb.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/el/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/el/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/el/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/el/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/el/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/el/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/en_GB/LC_MESSAGES/attica_kde.mo +share/locale/en_GB/LC_MESSAGES/joystick.mo +share/locale/en_GB/LC_MESSAGES/kaccess.mo +share/locale/en_GB/LC_MESSAGES/kcm_activities5.mo +share/locale/en_GB/LC_MESSAGES/kcm_autostart.mo +share/locale/en_GB/LC_MESSAGES/kcm_baloofile.mo +share/locale/en_GB/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/en_GB/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/en_GB/LC_MESSAGES/kcm_device_automounter.mo +share/locale/en_GB/LC_MESSAGES/kcm_emoticons.mo +share/locale/en_GB/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/en_GB/LC_MESSAGES/kcm_phonon.mo +share/locale/en_GB/LC_MESSAGES/kcm_search.mo +share/locale/en_GB/LC_MESSAGES/kcm_solid_actions.mo +share/locale/en_GB/LC_MESSAGES/kcm_splashscreen.mo +share/locale/en_GB/LC_MESSAGES/kcm_standard_actions.mo +share/locale/en_GB/LC_MESSAGES/kcm_touchpad.mo +share/locale/en_GB/LC_MESSAGES/kcmaccess.mo +share/locale/en_GB/LC_MESSAGES/kcmcolors.mo +share/locale/en_GB/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/en_GB/LC_MESSAGES/kcmfonts.mo +share/locale/en_GB/LC_MESSAGES/kcmformats.mo +share/locale/en_GB/LC_MESSAGES/kcmicons.mo +share/locale/en_GB/LC_MESSAGES/kcminput.mo +share/locale/en_GB/LC_MESSAGES/kcmkclock.mo +share/locale/en_GB/LC_MESSAGES/kcmkded.mo +share/locale/en_GB/LC_MESSAGES/kcmkeyboard.mo +share/locale/en_GB/LC_MESSAGES/kcmkeys.mo +share/locale/en_GB/LC_MESSAGES/kcmlaunch.mo +share/locale/en_GB/LC_MESSAGES/kcmmousetheme.mo +share/locale/en_GB/LC_MESSAGES/kcmnotify.mo +share/locale/en_GB/LC_MESSAGES/kcmsmserver.mo +share/locale/en_GB/LC_MESSAGES/kcmstyle.mo +share/locale/en_GB/LC_MESSAGES/kcmtranslations.mo +share/locale/en_GB/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/en_GB/LC_MESSAGES/kfontinst.mo +share/locale/en_GB/LC_MESSAGES/knetattach.mo +share/locale/en_GB/LC_MESSAGES/krdb.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/en_GB/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/en_GB/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/en_GB/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/eo/LC_MESSAGES/attica_kde.mo +share/locale/eo/LC_MESSAGES/joystick.mo +share/locale/eo/LC_MESSAGES/kaccess.mo +share/locale/eo/LC_MESSAGES/kcm_autostart.mo +share/locale/eo/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/eo/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/eo/LC_MESSAGES/kcm_device_automounter.mo +share/locale/eo/LC_MESSAGES/kcm_emoticons.mo +share/locale/eo/LC_MESSAGES/kcm_phonon.mo +share/locale/eo/LC_MESSAGES/kcm_solid_actions.mo +share/locale/eo/LC_MESSAGES/kcm_standard_actions.mo +share/locale/eo/LC_MESSAGES/kcmaccess.mo +share/locale/eo/LC_MESSAGES/kcmcolors.mo +share/locale/eo/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/eo/LC_MESSAGES/kcmfonts.mo +share/locale/eo/LC_MESSAGES/kcmformats.mo +share/locale/eo/LC_MESSAGES/kcmicons.mo +share/locale/eo/LC_MESSAGES/kcminput.mo +share/locale/eo/LC_MESSAGES/kcmkclock.mo +share/locale/eo/LC_MESSAGES/kcmkded.mo +share/locale/eo/LC_MESSAGES/kcmkeyboard.mo +share/locale/eo/LC_MESSAGES/kcmkeys.mo +share/locale/eo/LC_MESSAGES/kcmlaunch.mo +share/locale/eo/LC_MESSAGES/kcmmousetheme.mo +share/locale/eo/LC_MESSAGES/kcmnotify.mo +share/locale/eo/LC_MESSAGES/kcmsmserver.mo +share/locale/eo/LC_MESSAGES/kcmstyle.mo +share/locale/eo/LC_MESSAGES/kfontinst.mo +share/locale/eo/LC_MESSAGES/knetattach.mo +share/locale/eo/LC_MESSAGES/krdb.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/eo/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/es/LC_MESSAGES/attica_kde.mo +share/locale/es/LC_MESSAGES/joystick.mo +share/locale/es/LC_MESSAGES/kaccess.mo +share/locale/es/LC_MESSAGES/kcm_activities5.mo +share/locale/es/LC_MESSAGES/kcm_autostart.mo +share/locale/es/LC_MESSAGES/kcm_baloofile.mo +share/locale/es/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/es/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/es/LC_MESSAGES/kcm_device_automounter.mo +share/locale/es/LC_MESSAGES/kcm_emoticons.mo +share/locale/es/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/es/LC_MESSAGES/kcm_phonon.mo +share/locale/es/LC_MESSAGES/kcm_search.mo +share/locale/es/LC_MESSAGES/kcm_solid_actions.mo +share/locale/es/LC_MESSAGES/kcm_splashscreen.mo +share/locale/es/LC_MESSAGES/kcm_standard_actions.mo +share/locale/es/LC_MESSAGES/kcm_touchpad.mo +share/locale/es/LC_MESSAGES/kcmaccess.mo +share/locale/es/LC_MESSAGES/kcmcolors.mo +share/locale/es/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/es/LC_MESSAGES/kcmfonts.mo +share/locale/es/LC_MESSAGES/kcmformats.mo +share/locale/es/LC_MESSAGES/kcmicons.mo +share/locale/es/LC_MESSAGES/kcminput.mo +share/locale/es/LC_MESSAGES/kcmkclock.mo +share/locale/es/LC_MESSAGES/kcmkded.mo +share/locale/es/LC_MESSAGES/kcmkeyboard.mo +share/locale/es/LC_MESSAGES/kcmkeys.mo +share/locale/es/LC_MESSAGES/kcmlaunch.mo +share/locale/es/LC_MESSAGES/kcmmousetheme.mo +share/locale/es/LC_MESSAGES/kcmnotify.mo +share/locale/es/LC_MESSAGES/kcmsmserver.mo +share/locale/es/LC_MESSAGES/kcmstyle.mo +share/locale/es/LC_MESSAGES/kcmtranslations.mo +share/locale/es/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/es/LC_MESSAGES/kfontinst.mo +share/locale/es/LC_MESSAGES/knetattach.mo +share/locale/es/LC_MESSAGES/krdb.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/es/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/es/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/es/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/es/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/es/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/es/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/et/LC_MESSAGES/attica_kde.mo +share/locale/et/LC_MESSAGES/joystick.mo +share/locale/et/LC_MESSAGES/kaccess.mo +share/locale/et/LC_MESSAGES/kcm_activities5.mo +share/locale/et/LC_MESSAGES/kcm_autostart.mo +share/locale/et/LC_MESSAGES/kcm_baloofile.mo +share/locale/et/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/et/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/et/LC_MESSAGES/kcm_device_automounter.mo +share/locale/et/LC_MESSAGES/kcm_emoticons.mo +share/locale/et/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/et/LC_MESSAGES/kcm_phonon.mo +share/locale/et/LC_MESSAGES/kcm_search.mo +share/locale/et/LC_MESSAGES/kcm_solid_actions.mo +share/locale/et/LC_MESSAGES/kcm_splashscreen.mo +share/locale/et/LC_MESSAGES/kcm_standard_actions.mo +share/locale/et/LC_MESSAGES/kcm_touchpad.mo +share/locale/et/LC_MESSAGES/kcmaccess.mo +share/locale/et/LC_MESSAGES/kcmcolors.mo +share/locale/et/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/et/LC_MESSAGES/kcmfonts.mo +share/locale/et/LC_MESSAGES/kcmformats.mo +share/locale/et/LC_MESSAGES/kcmicons.mo +share/locale/et/LC_MESSAGES/kcminput.mo +share/locale/et/LC_MESSAGES/kcmkclock.mo +share/locale/et/LC_MESSAGES/kcmkded.mo +share/locale/et/LC_MESSAGES/kcmkeyboard.mo +share/locale/et/LC_MESSAGES/kcmkeys.mo +share/locale/et/LC_MESSAGES/kcmlaunch.mo +share/locale/et/LC_MESSAGES/kcmmousetheme.mo +share/locale/et/LC_MESSAGES/kcmnotify.mo +share/locale/et/LC_MESSAGES/kcmsmserver.mo +share/locale/et/LC_MESSAGES/kcmstyle.mo +share/locale/et/LC_MESSAGES/kcmtranslations.mo +share/locale/et/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/et/LC_MESSAGES/kfontinst.mo +share/locale/et/LC_MESSAGES/knetattach.mo +share/locale/et/LC_MESSAGES/krdb.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/et/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/et/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/et/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/et/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/et/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/et/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/eu/LC_MESSAGES/attica_kde.mo +share/locale/eu/LC_MESSAGES/joystick.mo +share/locale/eu/LC_MESSAGES/kaccess.mo +share/locale/eu/LC_MESSAGES/kcm_autostart.mo +share/locale/eu/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/eu/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/eu/LC_MESSAGES/kcm_device_automounter.mo +share/locale/eu/LC_MESSAGES/kcm_emoticons.mo +share/locale/eu/LC_MESSAGES/kcm_phonon.mo +share/locale/eu/LC_MESSAGES/kcm_solid_actions.mo +share/locale/eu/LC_MESSAGES/kcm_standard_actions.mo +share/locale/eu/LC_MESSAGES/kcmaccess.mo +share/locale/eu/LC_MESSAGES/kcmcolors.mo +share/locale/eu/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/eu/LC_MESSAGES/kcmfonts.mo +share/locale/eu/LC_MESSAGES/kcmformats.mo +share/locale/eu/LC_MESSAGES/kcmicons.mo +share/locale/eu/LC_MESSAGES/kcminput.mo +share/locale/eu/LC_MESSAGES/kcmkclock.mo +share/locale/eu/LC_MESSAGES/kcmkded.mo +share/locale/eu/LC_MESSAGES/kcmkeyboard.mo +share/locale/eu/LC_MESSAGES/kcmkeys.mo +share/locale/eu/LC_MESSAGES/kcmlaunch.mo +share/locale/eu/LC_MESSAGES/kcmmousetheme.mo +share/locale/eu/LC_MESSAGES/kcmnotify.mo +share/locale/eu/LC_MESSAGES/kcmsmserver.mo +share/locale/eu/LC_MESSAGES/kcmstyle.mo +share/locale/eu/LC_MESSAGES/kfontinst.mo +share/locale/eu/LC_MESSAGES/knetattach.mo +share/locale/eu/LC_MESSAGES/krdb.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/eu/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/fa/LC_MESSAGES/attica_kde.mo +share/locale/fa/LC_MESSAGES/joystick.mo +share/locale/fa/LC_MESSAGES/kaccess.mo +share/locale/fa/LC_MESSAGES/kcm_autostart.mo +share/locale/fa/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/fa/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/fa/LC_MESSAGES/kcm_device_automounter.mo +share/locale/fa/LC_MESSAGES/kcm_emoticons.mo +share/locale/fa/LC_MESSAGES/kcm_phonon.mo +share/locale/fa/LC_MESSAGES/kcm_solid_actions.mo +share/locale/fa/LC_MESSAGES/kcm_standard_actions.mo +share/locale/fa/LC_MESSAGES/kcmaccess.mo +share/locale/fa/LC_MESSAGES/kcmcolors.mo +share/locale/fa/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/fa/LC_MESSAGES/kcmfonts.mo +share/locale/fa/LC_MESSAGES/kcmformats.mo +share/locale/fa/LC_MESSAGES/kcmicons.mo +share/locale/fa/LC_MESSAGES/kcminput.mo +share/locale/fa/LC_MESSAGES/kcmkclock.mo +share/locale/fa/LC_MESSAGES/kcmkded.mo +share/locale/fa/LC_MESSAGES/kcmkeyboard.mo +share/locale/fa/LC_MESSAGES/kcmkeys.mo +share/locale/fa/LC_MESSAGES/kcmlaunch.mo +share/locale/fa/LC_MESSAGES/kcmmousetheme.mo +share/locale/fa/LC_MESSAGES/kcmnotify.mo +share/locale/fa/LC_MESSAGES/kcmsmserver.mo +share/locale/fa/LC_MESSAGES/kcmstyle.mo +share/locale/fa/LC_MESSAGES/kfontinst.mo +share/locale/fa/LC_MESSAGES/knetattach.mo +share/locale/fa/LC_MESSAGES/krdb.mo +share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/fi/LC_MESSAGES/attica_kde.mo +share/locale/fi/LC_MESSAGES/joystick.mo +share/locale/fi/LC_MESSAGES/kaccess.mo +share/locale/fi/LC_MESSAGES/kcm_activities5.mo +share/locale/fi/LC_MESSAGES/kcm_autostart.mo +share/locale/fi/LC_MESSAGES/kcm_baloofile.mo +share/locale/fi/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/fi/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/fi/LC_MESSAGES/kcm_device_automounter.mo +share/locale/fi/LC_MESSAGES/kcm_emoticons.mo +share/locale/fi/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/fi/LC_MESSAGES/kcm_phonon.mo +share/locale/fi/LC_MESSAGES/kcm_search.mo +share/locale/fi/LC_MESSAGES/kcm_solid_actions.mo +share/locale/fi/LC_MESSAGES/kcm_splashscreen.mo +share/locale/fi/LC_MESSAGES/kcm_standard_actions.mo +share/locale/fi/LC_MESSAGES/kcm_touchpad.mo +share/locale/fi/LC_MESSAGES/kcmaccess.mo +share/locale/fi/LC_MESSAGES/kcmcolors.mo +share/locale/fi/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/fi/LC_MESSAGES/kcmfonts.mo +share/locale/fi/LC_MESSAGES/kcmformats.mo +share/locale/fi/LC_MESSAGES/kcmicons.mo +share/locale/fi/LC_MESSAGES/kcminput.mo +share/locale/fi/LC_MESSAGES/kcmkclock.mo +share/locale/fi/LC_MESSAGES/kcmkded.mo +share/locale/fi/LC_MESSAGES/kcmkeyboard.mo +share/locale/fi/LC_MESSAGES/kcmkeys.mo +share/locale/fi/LC_MESSAGES/kcmlaunch.mo +share/locale/fi/LC_MESSAGES/kcmmousetheme.mo +share/locale/fi/LC_MESSAGES/kcmnotify.mo +share/locale/fi/LC_MESSAGES/kcmsmserver.mo +share/locale/fi/LC_MESSAGES/kcmstyle.mo +share/locale/fi/LC_MESSAGES/kcmtranslations.mo +share/locale/fi/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/fi/LC_MESSAGES/kfontinst.mo +share/locale/fi/LC_MESSAGES/knetattach.mo +share/locale/fi/LC_MESSAGES/krdb.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/fi/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/fi/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/fi/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/fi/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/fi/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/fi/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/fr/LC_MESSAGES/attica_kde.mo +share/locale/fr/LC_MESSAGES/joystick.mo +share/locale/fr/LC_MESSAGES/kaccess.mo +share/locale/fr/LC_MESSAGES/kcm_activities5.mo +share/locale/fr/LC_MESSAGES/kcm_autostart.mo +share/locale/fr/LC_MESSAGES/kcm_baloofile.mo +share/locale/fr/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/fr/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/fr/LC_MESSAGES/kcm_device_automounter.mo +share/locale/fr/LC_MESSAGES/kcm_emoticons.mo +share/locale/fr/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/fr/LC_MESSAGES/kcm_phonon.mo +share/locale/fr/LC_MESSAGES/kcm_search.mo +share/locale/fr/LC_MESSAGES/kcm_solid_actions.mo +share/locale/fr/LC_MESSAGES/kcm_splashscreen.mo +share/locale/fr/LC_MESSAGES/kcm_standard_actions.mo +share/locale/fr/LC_MESSAGES/kcm_touchpad.mo +share/locale/fr/LC_MESSAGES/kcmaccess.mo +share/locale/fr/LC_MESSAGES/kcmcolors.mo +share/locale/fr/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/fr/LC_MESSAGES/kcmfonts.mo +share/locale/fr/LC_MESSAGES/kcmformats.mo +share/locale/fr/LC_MESSAGES/kcmicons.mo +share/locale/fr/LC_MESSAGES/kcminput.mo +share/locale/fr/LC_MESSAGES/kcmkclock.mo +share/locale/fr/LC_MESSAGES/kcmkded.mo +share/locale/fr/LC_MESSAGES/kcmkeyboard.mo +share/locale/fr/LC_MESSAGES/kcmkeys.mo +share/locale/fr/LC_MESSAGES/kcmlaunch.mo +share/locale/fr/LC_MESSAGES/kcmmousetheme.mo +share/locale/fr/LC_MESSAGES/kcmnotify.mo +share/locale/fr/LC_MESSAGES/kcmsmserver.mo +share/locale/fr/LC_MESSAGES/kcmstyle.mo +share/locale/fr/LC_MESSAGES/kcmtranslations.mo +share/locale/fr/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/fr/LC_MESSAGES/kfontinst.mo +share/locale/fr/LC_MESSAGES/knetattach.mo +share/locale/fr/LC_MESSAGES/krdb.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/fr/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/fr/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/fr/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/fr/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/fr/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/fr/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/fy/LC_MESSAGES/attica_kde.mo +share/locale/fy/LC_MESSAGES/joystick.mo +share/locale/fy/LC_MESSAGES/kaccess.mo +share/locale/fy/LC_MESSAGES/kcm_autostart.mo +share/locale/fy/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/fy/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/fy/LC_MESSAGES/kcm_emoticons.mo +share/locale/fy/LC_MESSAGES/kcm_phonon.mo +share/locale/fy/LC_MESSAGES/kcm_solid_actions.mo +share/locale/fy/LC_MESSAGES/kcm_standard_actions.mo +share/locale/fy/LC_MESSAGES/kcmaccess.mo +share/locale/fy/LC_MESSAGES/kcmcolors.mo +share/locale/fy/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/fy/LC_MESSAGES/kcmfonts.mo +share/locale/fy/LC_MESSAGES/kcmformats.mo +share/locale/fy/LC_MESSAGES/kcmicons.mo +share/locale/fy/LC_MESSAGES/kcminput.mo +share/locale/fy/LC_MESSAGES/kcmkclock.mo +share/locale/fy/LC_MESSAGES/kcmkded.mo +share/locale/fy/LC_MESSAGES/kcmkeyboard.mo +share/locale/fy/LC_MESSAGES/kcmkeys.mo +share/locale/fy/LC_MESSAGES/kcmlaunch.mo +share/locale/fy/LC_MESSAGES/kcmmousetheme.mo +share/locale/fy/LC_MESSAGES/kcmnotify.mo +share/locale/fy/LC_MESSAGES/kcmsmserver.mo +share/locale/fy/LC_MESSAGES/kcmstyle.mo +share/locale/fy/LC_MESSAGES/kfontinst.mo +share/locale/fy/LC_MESSAGES/knetattach.mo +share/locale/fy/LC_MESSAGES/krdb.mo +share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/ga/LC_MESSAGES/attica_kde.mo +share/locale/ga/LC_MESSAGES/joystick.mo +share/locale/ga/LC_MESSAGES/kaccess.mo +share/locale/ga/LC_MESSAGES/kcm_autostart.mo +share/locale/ga/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/ga/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/ga/LC_MESSAGES/kcm_device_automounter.mo +share/locale/ga/LC_MESSAGES/kcm_emoticons.mo +share/locale/ga/LC_MESSAGES/kcm_phonon.mo +share/locale/ga/LC_MESSAGES/kcm_solid_actions.mo +share/locale/ga/LC_MESSAGES/kcm_standard_actions.mo +share/locale/ga/LC_MESSAGES/kcmaccess.mo +share/locale/ga/LC_MESSAGES/kcmcolors.mo +share/locale/ga/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/ga/LC_MESSAGES/kcmfonts.mo +share/locale/ga/LC_MESSAGES/kcmformats.mo +share/locale/ga/LC_MESSAGES/kcmicons.mo +share/locale/ga/LC_MESSAGES/kcminput.mo +share/locale/ga/LC_MESSAGES/kcmkclock.mo +share/locale/ga/LC_MESSAGES/kcmkded.mo +share/locale/ga/LC_MESSAGES/kcmkeyboard.mo +share/locale/ga/LC_MESSAGES/kcmkeys.mo +share/locale/ga/LC_MESSAGES/kcmlaunch.mo +share/locale/ga/LC_MESSAGES/kcmmousetheme.mo +share/locale/ga/LC_MESSAGES/kcmnotify.mo +share/locale/ga/LC_MESSAGES/kcmsmserver.mo +share/locale/ga/LC_MESSAGES/kcmstyle.mo +share/locale/ga/LC_MESSAGES/kfontinst.mo +share/locale/ga/LC_MESSAGES/knetattach.mo +share/locale/ga/LC_MESSAGES/krdb.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/ga/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/gl/LC_MESSAGES/attica_kde.mo +share/locale/gl/LC_MESSAGES/joystick.mo +share/locale/gl/LC_MESSAGES/kaccess.mo +share/locale/gl/LC_MESSAGES/kcm_activities5.mo +share/locale/gl/LC_MESSAGES/kcm_autostart.mo +share/locale/gl/LC_MESSAGES/kcm_baloofile.mo +share/locale/gl/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/gl/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/gl/LC_MESSAGES/kcm_device_automounter.mo +share/locale/gl/LC_MESSAGES/kcm_emoticons.mo +share/locale/gl/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/gl/LC_MESSAGES/kcm_phonon.mo +share/locale/gl/LC_MESSAGES/kcm_search.mo +share/locale/gl/LC_MESSAGES/kcm_solid_actions.mo +share/locale/gl/LC_MESSAGES/kcm_splashscreen.mo +share/locale/gl/LC_MESSAGES/kcm_standard_actions.mo +share/locale/gl/LC_MESSAGES/kcm_touchpad.mo +share/locale/gl/LC_MESSAGES/kcmaccess.mo +share/locale/gl/LC_MESSAGES/kcmcolors.mo +share/locale/gl/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/gl/LC_MESSAGES/kcmfonts.mo +share/locale/gl/LC_MESSAGES/kcmformats.mo +share/locale/gl/LC_MESSAGES/kcmicons.mo +share/locale/gl/LC_MESSAGES/kcminput.mo +share/locale/gl/LC_MESSAGES/kcmkclock.mo +share/locale/gl/LC_MESSAGES/kcmkded.mo +share/locale/gl/LC_MESSAGES/kcmkeyboard.mo +share/locale/gl/LC_MESSAGES/kcmkeys.mo +share/locale/gl/LC_MESSAGES/kcmlaunch.mo +share/locale/gl/LC_MESSAGES/kcmmousetheme.mo +share/locale/gl/LC_MESSAGES/kcmnotify.mo +share/locale/gl/LC_MESSAGES/kcmsmserver.mo +share/locale/gl/LC_MESSAGES/kcmstyle.mo +share/locale/gl/LC_MESSAGES/kcmtranslations.mo +share/locale/gl/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/gl/LC_MESSAGES/kfontinst.mo +share/locale/gl/LC_MESSAGES/knetattach.mo +share/locale/gl/LC_MESSAGES/krdb.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/gl/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/gl/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/gl/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/gl/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/gl/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/gl/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/gu/LC_MESSAGES/attica_kde.mo +share/locale/gu/LC_MESSAGES/joystick.mo +share/locale/gu/LC_MESSAGES/kaccess.mo +share/locale/gu/LC_MESSAGES/kcm_autostart.mo +share/locale/gu/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/gu/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/gu/LC_MESSAGES/kcm_device_automounter.mo +share/locale/gu/LC_MESSAGES/kcm_emoticons.mo +share/locale/gu/LC_MESSAGES/kcm_phonon.mo +share/locale/gu/LC_MESSAGES/kcm_solid_actions.mo +share/locale/gu/LC_MESSAGES/kcm_standard_actions.mo +share/locale/gu/LC_MESSAGES/kcmaccess.mo +share/locale/gu/LC_MESSAGES/kcmcolors.mo +share/locale/gu/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/gu/LC_MESSAGES/kcmfonts.mo +share/locale/gu/LC_MESSAGES/kcmformats.mo +share/locale/gu/LC_MESSAGES/kcmicons.mo +share/locale/gu/LC_MESSAGES/kcminput.mo +share/locale/gu/LC_MESSAGES/kcmkclock.mo +share/locale/gu/LC_MESSAGES/kcmkded.mo +share/locale/gu/LC_MESSAGES/kcmkeyboard.mo +share/locale/gu/LC_MESSAGES/kcmkeys.mo +share/locale/gu/LC_MESSAGES/kcmlaunch.mo +share/locale/gu/LC_MESSAGES/kcmmousetheme.mo +share/locale/gu/LC_MESSAGES/kcmnotify.mo +share/locale/gu/LC_MESSAGES/kcmsmserver.mo +share/locale/gu/LC_MESSAGES/kcmstyle.mo +share/locale/gu/LC_MESSAGES/kfontinst.mo +share/locale/gu/LC_MESSAGES/knetattach.mo +share/locale/gu/LC_MESSAGES/krdb.mo +share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/gu/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/he/LC_MESSAGES/attica_kde.mo +share/locale/he/LC_MESSAGES/joystick.mo +share/locale/he/LC_MESSAGES/kaccess.mo +share/locale/he/LC_MESSAGES/kcm_activities5.mo +share/locale/he/LC_MESSAGES/kcm_autostart.mo +share/locale/he/LC_MESSAGES/kcm_baloofile.mo +share/locale/he/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/he/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/he/LC_MESSAGES/kcm_device_automounter.mo +share/locale/he/LC_MESSAGES/kcm_emoticons.mo +share/locale/he/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/he/LC_MESSAGES/kcm_phonon.mo +share/locale/he/LC_MESSAGES/kcm_search.mo +share/locale/he/LC_MESSAGES/kcm_solid_actions.mo +share/locale/he/LC_MESSAGES/kcm_splashscreen.mo +share/locale/he/LC_MESSAGES/kcm_standard_actions.mo +share/locale/he/LC_MESSAGES/kcm_touchpad.mo +share/locale/he/LC_MESSAGES/kcmaccess.mo +share/locale/he/LC_MESSAGES/kcmcolors.mo +share/locale/he/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/he/LC_MESSAGES/kcmfonts.mo +share/locale/he/LC_MESSAGES/kcmformats.mo +share/locale/he/LC_MESSAGES/kcmicons.mo +share/locale/he/LC_MESSAGES/kcminput.mo +share/locale/he/LC_MESSAGES/kcmkclock.mo +share/locale/he/LC_MESSAGES/kcmkded.mo +share/locale/he/LC_MESSAGES/kcmkeyboard.mo +share/locale/he/LC_MESSAGES/kcmkeys.mo +share/locale/he/LC_MESSAGES/kcmlaunch.mo +share/locale/he/LC_MESSAGES/kcmmousetheme.mo +share/locale/he/LC_MESSAGES/kcmnotify.mo +share/locale/he/LC_MESSAGES/kcmsmserver.mo +share/locale/he/LC_MESSAGES/kcmstyle.mo +share/locale/he/LC_MESSAGES/kcmtranslations.mo +share/locale/he/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/he/LC_MESSAGES/kfontinst.mo +share/locale/he/LC_MESSAGES/knetattach.mo +share/locale/he/LC_MESSAGES/krdb.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/he/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/he/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/he/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/he/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/he/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/hi/LC_MESSAGES/attica_kde.mo +share/locale/hi/LC_MESSAGES/joystick.mo +share/locale/hi/LC_MESSAGES/kaccess.mo +share/locale/hi/LC_MESSAGES/kcm_autostart.mo +share/locale/hi/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/hi/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/hi/LC_MESSAGES/kcm_device_automounter.mo +share/locale/hi/LC_MESSAGES/kcm_emoticons.mo +share/locale/hi/LC_MESSAGES/kcm_phonon.mo +share/locale/hi/LC_MESSAGES/kcm_solid_actions.mo +share/locale/hi/LC_MESSAGES/kcmaccess.mo +share/locale/hi/LC_MESSAGES/kcmcolors.mo +share/locale/hi/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/hi/LC_MESSAGES/kcmfonts.mo +share/locale/hi/LC_MESSAGES/kcmformats.mo +share/locale/hi/LC_MESSAGES/kcmicons.mo +share/locale/hi/LC_MESSAGES/kcminput.mo +share/locale/hi/LC_MESSAGES/kcmkclock.mo +share/locale/hi/LC_MESSAGES/kcmkded.mo +share/locale/hi/LC_MESSAGES/kcmkeyboard.mo +share/locale/hi/LC_MESSAGES/kcmkeys.mo +share/locale/hi/LC_MESSAGES/kcmlaunch.mo +share/locale/hi/LC_MESSAGES/kcmmousetheme.mo +share/locale/hi/LC_MESSAGES/kcmnotify.mo +share/locale/hi/LC_MESSAGES/kcmsmserver.mo +share/locale/hi/LC_MESSAGES/kcmstyle.mo +share/locale/hi/LC_MESSAGES/kfontinst.mo +share/locale/hi/LC_MESSAGES/knetattach.mo +share/locale/hi/LC_MESSAGES/krdb.mo +share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/hi/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/hne/LC_MESSAGES/joystick.mo +share/locale/hne/LC_MESSAGES/kaccess.mo +share/locale/hne/LC_MESSAGES/kcm_autostart.mo +share/locale/hne/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/hne/LC_MESSAGES/kcm_emoticons.mo +share/locale/hne/LC_MESSAGES/kcm_phonon.mo +share/locale/hne/LC_MESSAGES/kcmaccess.mo +share/locale/hne/LC_MESSAGES/kcmcolors.mo +share/locale/hne/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/hne/LC_MESSAGES/kcmfonts.mo +share/locale/hne/LC_MESSAGES/kcmformats.mo +share/locale/hne/LC_MESSAGES/kcmicons.mo +share/locale/hne/LC_MESSAGES/kcminput.mo +share/locale/hne/LC_MESSAGES/kcmkclock.mo +share/locale/hne/LC_MESSAGES/kcmkded.mo +share/locale/hne/LC_MESSAGES/kcmkeyboard.mo +share/locale/hne/LC_MESSAGES/kcmkeys.mo +share/locale/hne/LC_MESSAGES/kcmlaunch.mo +share/locale/hne/LC_MESSAGES/kcmmousetheme.mo +share/locale/hne/LC_MESSAGES/kcmnotify.mo +share/locale/hne/LC_MESSAGES/kcmsmserver.mo +share/locale/hne/LC_MESSAGES/kcmstyle.mo +share/locale/hne/LC_MESSAGES/kfontinst.mo +share/locale/hne/LC_MESSAGES/knetattach.mo +share/locale/hne/LC_MESSAGES/krdb.mo +share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/hr/LC_MESSAGES/attica_kde.mo +share/locale/hr/LC_MESSAGES/joystick.mo +share/locale/hr/LC_MESSAGES/kaccess.mo +share/locale/hr/LC_MESSAGES/kcm_autostart.mo +share/locale/hr/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/hr/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/hr/LC_MESSAGES/kcm_device_automounter.mo +share/locale/hr/LC_MESSAGES/kcm_emoticons.mo +share/locale/hr/LC_MESSAGES/kcm_phonon.mo +share/locale/hr/LC_MESSAGES/kcm_solid_actions.mo +share/locale/hr/LC_MESSAGES/kcm_standard_actions.mo +share/locale/hr/LC_MESSAGES/kcmaccess.mo +share/locale/hr/LC_MESSAGES/kcmcolors.mo +share/locale/hr/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/hr/LC_MESSAGES/kcmfonts.mo +share/locale/hr/LC_MESSAGES/kcmformats.mo +share/locale/hr/LC_MESSAGES/kcmicons.mo +share/locale/hr/LC_MESSAGES/kcminput.mo +share/locale/hr/LC_MESSAGES/kcmkclock.mo +share/locale/hr/LC_MESSAGES/kcmkded.mo +share/locale/hr/LC_MESSAGES/kcmkeyboard.mo +share/locale/hr/LC_MESSAGES/kcmkeys.mo +share/locale/hr/LC_MESSAGES/kcmlaunch.mo +share/locale/hr/LC_MESSAGES/kcmmousetheme.mo +share/locale/hr/LC_MESSAGES/kcmnotify.mo +share/locale/hr/LC_MESSAGES/kcmsmserver.mo +share/locale/hr/LC_MESSAGES/kcmstyle.mo +share/locale/hr/LC_MESSAGES/kfontinst.mo +share/locale/hr/LC_MESSAGES/knetattach.mo +share/locale/hr/LC_MESSAGES/krdb.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/hr/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/hsb/LC_MESSAGES/joystick.mo +share/locale/hsb/LC_MESSAGES/kaccess.mo +share/locale/hsb/LC_MESSAGES/kcm_autostart.mo +share/locale/hsb/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/hsb/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/hsb/LC_MESSAGES/kcm_emoticons.mo +share/locale/hsb/LC_MESSAGES/kcm_phonon.mo +share/locale/hsb/LC_MESSAGES/kcm_standard_actions.mo +share/locale/hsb/LC_MESSAGES/kcmaccess.mo +share/locale/hsb/LC_MESSAGES/kcmcolors.mo +share/locale/hsb/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/hsb/LC_MESSAGES/kcmfonts.mo +share/locale/hsb/LC_MESSAGES/kcmformats.mo +share/locale/hsb/LC_MESSAGES/kcmicons.mo +share/locale/hsb/LC_MESSAGES/kcminput.mo +share/locale/hsb/LC_MESSAGES/kcmkclock.mo +share/locale/hsb/LC_MESSAGES/kcmkded.mo +share/locale/hsb/LC_MESSAGES/kcmkeyboard.mo +share/locale/hsb/LC_MESSAGES/kcmkeys.mo +share/locale/hsb/LC_MESSAGES/kcmlaunch.mo +share/locale/hsb/LC_MESSAGES/kcmmousetheme.mo +share/locale/hsb/LC_MESSAGES/kcmnotify.mo +share/locale/hsb/LC_MESSAGES/kcmsmserver.mo +share/locale/hsb/LC_MESSAGES/kcmstyle.mo +share/locale/hsb/LC_MESSAGES/kfontinst.mo +share/locale/hsb/LC_MESSAGES/knetattach.mo +share/locale/hsb/LC_MESSAGES/krdb.mo +share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/hu/LC_MESSAGES/attica_kde.mo +share/locale/hu/LC_MESSAGES/joystick.mo +share/locale/hu/LC_MESSAGES/kaccess.mo +share/locale/hu/LC_MESSAGES/kcm_autostart.mo +share/locale/hu/LC_MESSAGES/kcm_baloofile.mo +share/locale/hu/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/hu/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/hu/LC_MESSAGES/kcm_device_automounter.mo +share/locale/hu/LC_MESSAGES/kcm_emoticons.mo +share/locale/hu/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/hu/LC_MESSAGES/kcm_phonon.mo +share/locale/hu/LC_MESSAGES/kcm_search.mo +share/locale/hu/LC_MESSAGES/kcm_solid_actions.mo +share/locale/hu/LC_MESSAGES/kcm_splashscreen.mo +share/locale/hu/LC_MESSAGES/kcm_standard_actions.mo +share/locale/hu/LC_MESSAGES/kcm_touchpad.mo +share/locale/hu/LC_MESSAGES/kcmaccess.mo +share/locale/hu/LC_MESSAGES/kcmcolors.mo +share/locale/hu/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/hu/LC_MESSAGES/kcmfonts.mo +share/locale/hu/LC_MESSAGES/kcmformats.mo +share/locale/hu/LC_MESSAGES/kcmicons.mo +share/locale/hu/LC_MESSAGES/kcminput.mo +share/locale/hu/LC_MESSAGES/kcmkclock.mo +share/locale/hu/LC_MESSAGES/kcmkded.mo +share/locale/hu/LC_MESSAGES/kcmkeyboard.mo +share/locale/hu/LC_MESSAGES/kcmkeys.mo +share/locale/hu/LC_MESSAGES/kcmlaunch.mo +share/locale/hu/LC_MESSAGES/kcmmousetheme.mo +share/locale/hu/LC_MESSAGES/kcmnotify.mo +share/locale/hu/LC_MESSAGES/kcmsmserver.mo +share/locale/hu/LC_MESSAGES/kcmstyle.mo +share/locale/hu/LC_MESSAGES/kcmtranslations.mo +share/locale/hu/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/hu/LC_MESSAGES/kfontinst.mo +share/locale/hu/LC_MESSAGES/knetattach.mo +share/locale/hu/LC_MESSAGES/krdb.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/hu/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/hu/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/hu/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/hu/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/hy/LC_MESSAGES/kfontinst.mo +share/locale/ia/LC_MESSAGES/attica_kde.mo +share/locale/ia/LC_MESSAGES/joystick.mo +share/locale/ia/LC_MESSAGES/kaccess.mo +share/locale/ia/LC_MESSAGES/kcm_activities5.mo +share/locale/ia/LC_MESSAGES/kcm_autostart.mo +share/locale/ia/LC_MESSAGES/kcm_baloofile.mo +share/locale/ia/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/ia/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/ia/LC_MESSAGES/kcm_device_automounter.mo +share/locale/ia/LC_MESSAGES/kcm_emoticons.mo +share/locale/ia/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/ia/LC_MESSAGES/kcm_phonon.mo +share/locale/ia/LC_MESSAGES/kcm_search.mo +share/locale/ia/LC_MESSAGES/kcm_solid_actions.mo +share/locale/ia/LC_MESSAGES/kcm_splashscreen.mo +share/locale/ia/LC_MESSAGES/kcm_standard_actions.mo +share/locale/ia/LC_MESSAGES/kcm_touchpad.mo +share/locale/ia/LC_MESSAGES/kcmaccess.mo +share/locale/ia/LC_MESSAGES/kcmcolors.mo +share/locale/ia/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/ia/LC_MESSAGES/kcmfonts.mo +share/locale/ia/LC_MESSAGES/kcmformats.mo +share/locale/ia/LC_MESSAGES/kcmicons.mo +share/locale/ia/LC_MESSAGES/kcminput.mo +share/locale/ia/LC_MESSAGES/kcmkclock.mo +share/locale/ia/LC_MESSAGES/kcmkded.mo +share/locale/ia/LC_MESSAGES/kcmkeyboard.mo +share/locale/ia/LC_MESSAGES/kcmkeys.mo +share/locale/ia/LC_MESSAGES/kcmlaunch.mo +share/locale/ia/LC_MESSAGES/kcmmousetheme.mo +share/locale/ia/LC_MESSAGES/kcmnotify.mo +share/locale/ia/LC_MESSAGES/kcmsmserver.mo +share/locale/ia/LC_MESSAGES/kcmstyle.mo +share/locale/ia/LC_MESSAGES/kcmtranslations.mo +share/locale/ia/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/ia/LC_MESSAGES/kfontinst.mo +share/locale/ia/LC_MESSAGES/knetattach.mo +share/locale/ia/LC_MESSAGES/krdb.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/ia/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/ia/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/ia/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/id/LC_MESSAGES/attica_kde.mo +share/locale/id/LC_MESSAGES/joystick.mo +share/locale/id/LC_MESSAGES/kaccess.mo +share/locale/id/LC_MESSAGES/kcm_autostart.mo +share/locale/id/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/id/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/id/LC_MESSAGES/kcm_device_automounter.mo +share/locale/id/LC_MESSAGES/kcm_emoticons.mo +share/locale/id/LC_MESSAGES/kcm_phonon.mo +share/locale/id/LC_MESSAGES/kcm_solid_actions.mo +share/locale/id/LC_MESSAGES/kcm_standard_actions.mo +share/locale/id/LC_MESSAGES/kcmaccess.mo +share/locale/id/LC_MESSAGES/kcmcolors.mo +share/locale/id/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/id/LC_MESSAGES/kcmfonts.mo +share/locale/id/LC_MESSAGES/kcmformats.mo +share/locale/id/LC_MESSAGES/kcmicons.mo +share/locale/id/LC_MESSAGES/kcminput.mo +share/locale/id/LC_MESSAGES/kcmkclock.mo +share/locale/id/LC_MESSAGES/kcmkded.mo +share/locale/id/LC_MESSAGES/kcmkeyboard.mo +share/locale/id/LC_MESSAGES/kcmkeys.mo +share/locale/id/LC_MESSAGES/kcmlaunch.mo +share/locale/id/LC_MESSAGES/kcmmousetheme.mo +share/locale/id/LC_MESSAGES/kcmnotify.mo +share/locale/id/LC_MESSAGES/kcmsmserver.mo +share/locale/id/LC_MESSAGES/kcmstyle.mo +share/locale/id/LC_MESSAGES/kfontinst.mo +share/locale/id/LC_MESSAGES/knetattach.mo +share/locale/id/LC_MESSAGES/krdb.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/id/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/is/LC_MESSAGES/attica_kde.mo +share/locale/is/LC_MESSAGES/joystick.mo +share/locale/is/LC_MESSAGES/kaccess.mo +share/locale/is/LC_MESSAGES/kcm_autostart.mo +share/locale/is/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/is/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/is/LC_MESSAGES/kcm_device_automounter.mo +share/locale/is/LC_MESSAGES/kcm_emoticons.mo +share/locale/is/LC_MESSAGES/kcm_phonon.mo +share/locale/is/LC_MESSAGES/kcm_solid_actions.mo +share/locale/is/LC_MESSAGES/kcm_standard_actions.mo +share/locale/is/LC_MESSAGES/kcmaccess.mo +share/locale/is/LC_MESSAGES/kcmcolors.mo +share/locale/is/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/is/LC_MESSAGES/kcmfonts.mo +share/locale/is/LC_MESSAGES/kcmformats.mo +share/locale/is/LC_MESSAGES/kcmicons.mo +share/locale/is/LC_MESSAGES/kcminput.mo +share/locale/is/LC_MESSAGES/kcmkclock.mo +share/locale/is/LC_MESSAGES/kcmkded.mo +share/locale/is/LC_MESSAGES/kcmkeyboard.mo +share/locale/is/LC_MESSAGES/kcmkeys.mo +share/locale/is/LC_MESSAGES/kcmlaunch.mo +share/locale/is/LC_MESSAGES/kcmmousetheme.mo +share/locale/is/LC_MESSAGES/kcmnotify.mo +share/locale/is/LC_MESSAGES/kcmsmserver.mo +share/locale/is/LC_MESSAGES/kcmstyle.mo +share/locale/is/LC_MESSAGES/kfontinst.mo +share/locale/is/LC_MESSAGES/knetattach.mo +share/locale/is/LC_MESSAGES/krdb.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/is/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/it/LC_MESSAGES/attica_kde.mo +share/locale/it/LC_MESSAGES/joystick.mo +share/locale/it/LC_MESSAGES/kaccess.mo +share/locale/it/LC_MESSAGES/kcm_activities5.mo +share/locale/it/LC_MESSAGES/kcm_autostart.mo +share/locale/it/LC_MESSAGES/kcm_baloofile.mo +share/locale/it/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/it/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/it/LC_MESSAGES/kcm_device_automounter.mo +share/locale/it/LC_MESSAGES/kcm_emoticons.mo +share/locale/it/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/it/LC_MESSAGES/kcm_phonon.mo +share/locale/it/LC_MESSAGES/kcm_search.mo +share/locale/it/LC_MESSAGES/kcm_solid_actions.mo +share/locale/it/LC_MESSAGES/kcm_splashscreen.mo +share/locale/it/LC_MESSAGES/kcm_standard_actions.mo +share/locale/it/LC_MESSAGES/kcm_touchpad.mo +share/locale/it/LC_MESSAGES/kcmaccess.mo +share/locale/it/LC_MESSAGES/kcmcolors.mo +share/locale/it/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/it/LC_MESSAGES/kcmfonts.mo +share/locale/it/LC_MESSAGES/kcmformats.mo +share/locale/it/LC_MESSAGES/kcmicons.mo +share/locale/it/LC_MESSAGES/kcminput.mo +share/locale/it/LC_MESSAGES/kcmkclock.mo +share/locale/it/LC_MESSAGES/kcmkded.mo +share/locale/it/LC_MESSAGES/kcmkeyboard.mo +share/locale/it/LC_MESSAGES/kcmkeys.mo +share/locale/it/LC_MESSAGES/kcmlaunch.mo +share/locale/it/LC_MESSAGES/kcmmousetheme.mo +share/locale/it/LC_MESSAGES/kcmnotify.mo +share/locale/it/LC_MESSAGES/kcmsmserver.mo +share/locale/it/LC_MESSAGES/kcmstyle.mo +share/locale/it/LC_MESSAGES/kcmtranslations.mo +share/locale/it/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/it/LC_MESSAGES/kfontinst.mo +share/locale/it/LC_MESSAGES/knetattach.mo +share/locale/it/LC_MESSAGES/krdb.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/it/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/it/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/it/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/it/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/it/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/it/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/ja/LC_MESSAGES/attica_kde.mo +share/locale/ja/LC_MESSAGES/joystick.mo +share/locale/ja/LC_MESSAGES/kaccess.mo +share/locale/ja/LC_MESSAGES/kcm_activities5.mo +share/locale/ja/LC_MESSAGES/kcm_autostart.mo +share/locale/ja/LC_MESSAGES/kcm_baloofile.mo +share/locale/ja/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/ja/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/ja/LC_MESSAGES/kcm_device_automounter.mo +share/locale/ja/LC_MESSAGES/kcm_emoticons.mo +share/locale/ja/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/ja/LC_MESSAGES/kcm_phonon.mo +share/locale/ja/LC_MESSAGES/kcm_search.mo +share/locale/ja/LC_MESSAGES/kcm_solid_actions.mo +share/locale/ja/LC_MESSAGES/kcm_splashscreen.mo +share/locale/ja/LC_MESSAGES/kcm_standard_actions.mo +share/locale/ja/LC_MESSAGES/kcm_touchpad.mo +share/locale/ja/LC_MESSAGES/kcmaccess.mo +share/locale/ja/LC_MESSAGES/kcmcolors.mo +share/locale/ja/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/ja/LC_MESSAGES/kcmfonts.mo +share/locale/ja/LC_MESSAGES/kcmformats.mo +share/locale/ja/LC_MESSAGES/kcmicons.mo +share/locale/ja/LC_MESSAGES/kcminput.mo +share/locale/ja/LC_MESSAGES/kcmkclock.mo +share/locale/ja/LC_MESSAGES/kcmkded.mo +share/locale/ja/LC_MESSAGES/kcmkeyboard.mo +share/locale/ja/LC_MESSAGES/kcmkeys.mo +share/locale/ja/LC_MESSAGES/kcmlaunch.mo +share/locale/ja/LC_MESSAGES/kcmmousetheme.mo +share/locale/ja/LC_MESSAGES/kcmnotify.mo +share/locale/ja/LC_MESSAGES/kcmsmserver.mo +share/locale/ja/LC_MESSAGES/kcmstyle.mo +share/locale/ja/LC_MESSAGES/kcmtranslations.mo +share/locale/ja/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/ja/LC_MESSAGES/kfontinst.mo +share/locale/ja/LC_MESSAGES/knetattach.mo +share/locale/ja/LC_MESSAGES/krdb.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/ja/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/ja/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/ja/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/ja/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/ja/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/ja/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/kk/LC_MESSAGES/attica_kde.mo +share/locale/kk/LC_MESSAGES/joystick.mo +share/locale/kk/LC_MESSAGES/kaccess.mo +share/locale/kk/LC_MESSAGES/kcm_autostart.mo +share/locale/kk/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/kk/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/kk/LC_MESSAGES/kcm_device_automounter.mo +share/locale/kk/LC_MESSAGES/kcm_emoticons.mo +share/locale/kk/LC_MESSAGES/kcm_phonon.mo +share/locale/kk/LC_MESSAGES/kcm_solid_actions.mo +share/locale/kk/LC_MESSAGES/kcm_standard_actions.mo +share/locale/kk/LC_MESSAGES/kcmaccess.mo +share/locale/kk/LC_MESSAGES/kcmcolors.mo +share/locale/kk/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/kk/LC_MESSAGES/kcmfonts.mo +share/locale/kk/LC_MESSAGES/kcmformats.mo +share/locale/kk/LC_MESSAGES/kcmicons.mo +share/locale/kk/LC_MESSAGES/kcminput.mo +share/locale/kk/LC_MESSAGES/kcmkclock.mo +share/locale/kk/LC_MESSAGES/kcmkded.mo +share/locale/kk/LC_MESSAGES/kcmkeyboard.mo +share/locale/kk/LC_MESSAGES/kcmkeys.mo +share/locale/kk/LC_MESSAGES/kcmlaunch.mo +share/locale/kk/LC_MESSAGES/kcmmousetheme.mo +share/locale/kk/LC_MESSAGES/kcmnotify.mo +share/locale/kk/LC_MESSAGES/kcmsmserver.mo +share/locale/kk/LC_MESSAGES/kcmstyle.mo +share/locale/kk/LC_MESSAGES/kfontinst.mo +share/locale/kk/LC_MESSAGES/knetattach.mo +share/locale/kk/LC_MESSAGES/krdb.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/kk/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/kk/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/km/LC_MESSAGES/attica_kde.mo +share/locale/km/LC_MESSAGES/joystick.mo +share/locale/km/LC_MESSAGES/kaccess.mo +share/locale/km/LC_MESSAGES/kcm_autostart.mo +share/locale/km/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/km/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/km/LC_MESSAGES/kcm_device_automounter.mo +share/locale/km/LC_MESSAGES/kcm_emoticons.mo +share/locale/km/LC_MESSAGES/kcm_phonon.mo +share/locale/km/LC_MESSAGES/kcm_solid_actions.mo +share/locale/km/LC_MESSAGES/kcm_standard_actions.mo +share/locale/km/LC_MESSAGES/kcmaccess.mo +share/locale/km/LC_MESSAGES/kcmcolors.mo +share/locale/km/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/km/LC_MESSAGES/kcmfonts.mo +share/locale/km/LC_MESSAGES/kcmformats.mo +share/locale/km/LC_MESSAGES/kcmicons.mo +share/locale/km/LC_MESSAGES/kcminput.mo +share/locale/km/LC_MESSAGES/kcmkclock.mo +share/locale/km/LC_MESSAGES/kcmkded.mo +share/locale/km/LC_MESSAGES/kcmkeyboard.mo +share/locale/km/LC_MESSAGES/kcmkeys.mo +share/locale/km/LC_MESSAGES/kcmlaunch.mo +share/locale/km/LC_MESSAGES/kcmmousetheme.mo +share/locale/km/LC_MESSAGES/kcmnotify.mo +share/locale/km/LC_MESSAGES/kcmsmserver.mo +share/locale/km/LC_MESSAGES/kcmstyle.mo +share/locale/km/LC_MESSAGES/kfontinst.mo +share/locale/km/LC_MESSAGES/knetattach.mo +share/locale/km/LC_MESSAGES/krdb.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/km/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/kn/LC_MESSAGES/attica_kde.mo +share/locale/kn/LC_MESSAGES/joystick.mo +share/locale/kn/LC_MESSAGES/kaccess.mo +share/locale/kn/LC_MESSAGES/kcm_autostart.mo +share/locale/kn/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/kn/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/kn/LC_MESSAGES/kcm_device_automounter.mo +share/locale/kn/LC_MESSAGES/kcm_emoticons.mo +share/locale/kn/LC_MESSAGES/kcm_phonon.mo +share/locale/kn/LC_MESSAGES/kcm_standard_actions.mo +share/locale/kn/LC_MESSAGES/kcmaccess.mo +share/locale/kn/LC_MESSAGES/kcmcolors.mo +share/locale/kn/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/kn/LC_MESSAGES/kcmfonts.mo +share/locale/kn/LC_MESSAGES/kcmformats.mo +share/locale/kn/LC_MESSAGES/kcmicons.mo +share/locale/kn/LC_MESSAGES/kcminput.mo +share/locale/kn/LC_MESSAGES/kcmkclock.mo +share/locale/kn/LC_MESSAGES/kcmkded.mo +share/locale/kn/LC_MESSAGES/kcmkeyboard.mo +share/locale/kn/LC_MESSAGES/kcmkeys.mo +share/locale/kn/LC_MESSAGES/kcmlaunch.mo +share/locale/kn/LC_MESSAGES/kcmmousetheme.mo +share/locale/kn/LC_MESSAGES/kcmnotify.mo +share/locale/kn/LC_MESSAGES/kcmsmserver.mo +share/locale/kn/LC_MESSAGES/kcmstyle.mo +share/locale/kn/LC_MESSAGES/kfontinst.mo +share/locale/kn/LC_MESSAGES/knetattach.mo +share/locale/kn/LC_MESSAGES/krdb.mo +share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/kn/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/ko/LC_MESSAGES/attica_kde.mo +share/locale/ko/LC_MESSAGES/joystick.mo +share/locale/ko/LC_MESSAGES/kaccess.mo +share/locale/ko/LC_MESSAGES/kcm_activities5.mo +share/locale/ko/LC_MESSAGES/kcm_autostart.mo +share/locale/ko/LC_MESSAGES/kcm_baloofile.mo +share/locale/ko/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/ko/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/ko/LC_MESSAGES/kcm_device_automounter.mo +share/locale/ko/LC_MESSAGES/kcm_emoticons.mo +share/locale/ko/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/ko/LC_MESSAGES/kcm_phonon.mo +share/locale/ko/LC_MESSAGES/kcm_search.mo +share/locale/ko/LC_MESSAGES/kcm_solid_actions.mo +share/locale/ko/LC_MESSAGES/kcm_splashscreen.mo +share/locale/ko/LC_MESSAGES/kcm_standard_actions.mo +share/locale/ko/LC_MESSAGES/kcm_touchpad.mo +share/locale/ko/LC_MESSAGES/kcmaccess.mo +share/locale/ko/LC_MESSAGES/kcmcolors.mo +share/locale/ko/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/ko/LC_MESSAGES/kcmfonts.mo +share/locale/ko/LC_MESSAGES/kcmformats.mo +share/locale/ko/LC_MESSAGES/kcmicons.mo +share/locale/ko/LC_MESSAGES/kcminput.mo +share/locale/ko/LC_MESSAGES/kcmkclock.mo +share/locale/ko/LC_MESSAGES/kcmkded.mo +share/locale/ko/LC_MESSAGES/kcmkeyboard.mo +share/locale/ko/LC_MESSAGES/kcmkeys.mo +share/locale/ko/LC_MESSAGES/kcmlaunch.mo +share/locale/ko/LC_MESSAGES/kcmmousetheme.mo +share/locale/ko/LC_MESSAGES/kcmnotify.mo +share/locale/ko/LC_MESSAGES/kcmsmserver.mo +share/locale/ko/LC_MESSAGES/kcmstyle.mo +share/locale/ko/LC_MESSAGES/kcmtranslations.mo +share/locale/ko/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/ko/LC_MESSAGES/kfontinst.mo +share/locale/ko/LC_MESSAGES/knetattach.mo +share/locale/ko/LC_MESSAGES/krdb.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/ko/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/ko/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/ko/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/ko/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/ko/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/ko/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/ku/LC_MESSAGES/joystick.mo +share/locale/ku/LC_MESSAGES/kaccess.mo +share/locale/ku/LC_MESSAGES/kcm_autostart.mo +share/locale/ku/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/ku/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/ku/LC_MESSAGES/kcm_emoticons.mo +share/locale/ku/LC_MESSAGES/kcm_phonon.mo +share/locale/ku/LC_MESSAGES/kcm_standard_actions.mo +share/locale/ku/LC_MESSAGES/kcmaccess.mo +share/locale/ku/LC_MESSAGES/kcmcolors.mo +share/locale/ku/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/ku/LC_MESSAGES/kcmfonts.mo +share/locale/ku/LC_MESSAGES/kcmformats.mo +share/locale/ku/LC_MESSAGES/kcmicons.mo +share/locale/ku/LC_MESSAGES/kcminput.mo +share/locale/ku/LC_MESSAGES/kcmkclock.mo +share/locale/ku/LC_MESSAGES/kcmkded.mo +share/locale/ku/LC_MESSAGES/kcmkeyboard.mo +share/locale/ku/LC_MESSAGES/kcmkeys.mo +share/locale/ku/LC_MESSAGES/kcmlaunch.mo +share/locale/ku/LC_MESSAGES/kcmmousetheme.mo +share/locale/ku/LC_MESSAGES/kcmnotify.mo +share/locale/ku/LC_MESSAGES/kcmsmserver.mo +share/locale/ku/LC_MESSAGES/kcmstyle.mo +share/locale/ku/LC_MESSAGES/kfontinst.mo +share/locale/ku/LC_MESSAGES/knetattach.mo +share/locale/ku/LC_MESSAGES/krdb.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/lt/LC_MESSAGES/attica_kde.mo +share/locale/lt/LC_MESSAGES/joystick.mo +share/locale/lt/LC_MESSAGES/kaccess.mo +share/locale/lt/LC_MESSAGES/kcm_activities5.mo +share/locale/lt/LC_MESSAGES/kcm_autostart.mo +share/locale/lt/LC_MESSAGES/kcm_baloofile.mo +share/locale/lt/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/lt/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/lt/LC_MESSAGES/kcm_emoticons.mo +share/locale/lt/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/lt/LC_MESSAGES/kcm_phonon.mo +share/locale/lt/LC_MESSAGES/kcm_search.mo +share/locale/lt/LC_MESSAGES/kcm_solid_actions.mo +share/locale/lt/LC_MESSAGES/kcm_splashscreen.mo +share/locale/lt/LC_MESSAGES/kcm_standard_actions.mo +share/locale/lt/LC_MESSAGES/kcm_touchpad.mo +share/locale/lt/LC_MESSAGES/kcmaccess.mo +share/locale/lt/LC_MESSAGES/kcmcolors.mo +share/locale/lt/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/lt/LC_MESSAGES/kcmfonts.mo +share/locale/lt/LC_MESSAGES/kcmformats.mo +share/locale/lt/LC_MESSAGES/kcmicons.mo +share/locale/lt/LC_MESSAGES/kcminput.mo +share/locale/lt/LC_MESSAGES/kcmkclock.mo +share/locale/lt/LC_MESSAGES/kcmkded.mo +share/locale/lt/LC_MESSAGES/kcmkeyboard.mo +share/locale/lt/LC_MESSAGES/kcmkeys.mo +share/locale/lt/LC_MESSAGES/kcmlaunch.mo +share/locale/lt/LC_MESSAGES/kcmmousetheme.mo +share/locale/lt/LC_MESSAGES/kcmnotify.mo +share/locale/lt/LC_MESSAGES/kcmsmserver.mo +share/locale/lt/LC_MESSAGES/kcmstyle.mo +share/locale/lt/LC_MESSAGES/kcmtranslations.mo +share/locale/lt/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/lt/LC_MESSAGES/kfontinst.mo +share/locale/lt/LC_MESSAGES/knetattach.mo +share/locale/lt/LC_MESSAGES/krdb.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/lt/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/lt/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/lt/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/lt/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/lv/LC_MESSAGES/attica_kde.mo +share/locale/lv/LC_MESSAGES/joystick.mo +share/locale/lv/LC_MESSAGES/kaccess.mo +share/locale/lv/LC_MESSAGES/kcm_autostart.mo +share/locale/lv/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/lv/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/lv/LC_MESSAGES/kcm_device_automounter.mo +share/locale/lv/LC_MESSAGES/kcm_emoticons.mo +share/locale/lv/LC_MESSAGES/kcm_phonon.mo +share/locale/lv/LC_MESSAGES/kcm_solid_actions.mo +share/locale/lv/LC_MESSAGES/kcm_standard_actions.mo +share/locale/lv/LC_MESSAGES/kcmaccess.mo +share/locale/lv/LC_MESSAGES/kcmcolors.mo +share/locale/lv/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/lv/LC_MESSAGES/kcmfonts.mo +share/locale/lv/LC_MESSAGES/kcmformats.mo +share/locale/lv/LC_MESSAGES/kcmicons.mo +share/locale/lv/LC_MESSAGES/kcminput.mo +share/locale/lv/LC_MESSAGES/kcmkclock.mo +share/locale/lv/LC_MESSAGES/kcmkded.mo +share/locale/lv/LC_MESSAGES/kcmkeyboard.mo +share/locale/lv/LC_MESSAGES/kcmkeys.mo +share/locale/lv/LC_MESSAGES/kcmlaunch.mo +share/locale/lv/LC_MESSAGES/kcmmousetheme.mo +share/locale/lv/LC_MESSAGES/kcmnotify.mo +share/locale/lv/LC_MESSAGES/kcmsmserver.mo +share/locale/lv/LC_MESSAGES/kcmstyle.mo +share/locale/lv/LC_MESSAGES/kfontinst.mo +share/locale/lv/LC_MESSAGES/knetattach.mo +share/locale/lv/LC_MESSAGES/krdb.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/lv/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/mai/LC_MESSAGES/attica_kde.mo +share/locale/mai/LC_MESSAGES/joystick.mo +share/locale/mai/LC_MESSAGES/kaccess.mo +share/locale/mai/LC_MESSAGES/kcm_autostart.mo +share/locale/mai/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/mai/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/mai/LC_MESSAGES/kcm_device_automounter.mo +share/locale/mai/LC_MESSAGES/kcm_emoticons.mo +share/locale/mai/LC_MESSAGES/kcm_phonon.mo +share/locale/mai/LC_MESSAGES/kcm_solid_actions.mo +share/locale/mai/LC_MESSAGES/kcm_standard_actions.mo +share/locale/mai/LC_MESSAGES/kcmaccess.mo +share/locale/mai/LC_MESSAGES/kcmcolors.mo +share/locale/mai/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/mai/LC_MESSAGES/kcmfonts.mo +share/locale/mai/LC_MESSAGES/kcmformats.mo +share/locale/mai/LC_MESSAGES/kcmicons.mo +share/locale/mai/LC_MESSAGES/kcminput.mo +share/locale/mai/LC_MESSAGES/kcmkclock.mo +share/locale/mai/LC_MESSAGES/kcmkded.mo +share/locale/mai/LC_MESSAGES/kcmkeyboard.mo +share/locale/mai/LC_MESSAGES/kcmkeys.mo +share/locale/mai/LC_MESSAGES/kcmlaunch.mo +share/locale/mai/LC_MESSAGES/kcmmousetheme.mo +share/locale/mai/LC_MESSAGES/kcmnotify.mo +share/locale/mai/LC_MESSAGES/kcmsmserver.mo +share/locale/mai/LC_MESSAGES/kcmstyle.mo +share/locale/mai/LC_MESSAGES/kfontinst.mo +share/locale/mai/LC_MESSAGES/knetattach.mo +share/locale/mai/LC_MESSAGES/krdb.mo +share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/mai/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/mk/LC_MESSAGES/joystick.mo +share/locale/mk/LC_MESSAGES/kaccess.mo +share/locale/mk/LC_MESSAGES/kcm_autostart.mo +share/locale/mk/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/mk/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/mk/LC_MESSAGES/kcm_emoticons.mo +share/locale/mk/LC_MESSAGES/kcm_phonon.mo +share/locale/mk/LC_MESSAGES/kcm_standard_actions.mo +share/locale/mk/LC_MESSAGES/kcmaccess.mo +share/locale/mk/LC_MESSAGES/kcmcolors.mo +share/locale/mk/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/mk/LC_MESSAGES/kcmfonts.mo +share/locale/mk/LC_MESSAGES/kcmformats.mo +share/locale/mk/LC_MESSAGES/kcmicons.mo +share/locale/mk/LC_MESSAGES/kcminput.mo +share/locale/mk/LC_MESSAGES/kcmkclock.mo +share/locale/mk/LC_MESSAGES/kcmkded.mo +share/locale/mk/LC_MESSAGES/kcmkeyboard.mo +share/locale/mk/LC_MESSAGES/kcmkeys.mo +share/locale/mk/LC_MESSAGES/kcmlaunch.mo +share/locale/mk/LC_MESSAGES/kcmmousetheme.mo +share/locale/mk/LC_MESSAGES/kcmnotify.mo +share/locale/mk/LC_MESSAGES/kcmsmserver.mo +share/locale/mk/LC_MESSAGES/kcmstyle.mo +share/locale/mk/LC_MESSAGES/kfontinst.mo +share/locale/mk/LC_MESSAGES/knetattach.mo +share/locale/mk/LC_MESSAGES/krdb.mo +share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/ml/LC_MESSAGES/attica_kde.mo +share/locale/ml/LC_MESSAGES/joystick.mo +share/locale/ml/LC_MESSAGES/kaccess.mo +share/locale/ml/LC_MESSAGES/kcm_autostart.mo +share/locale/ml/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/ml/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/ml/LC_MESSAGES/kcm_emoticons.mo +share/locale/ml/LC_MESSAGES/kcm_phonon.mo +share/locale/ml/LC_MESSAGES/kcm_solid_actions.mo +share/locale/ml/LC_MESSAGES/kcm_standard_actions.mo +share/locale/ml/LC_MESSAGES/kcmaccess.mo +share/locale/ml/LC_MESSAGES/kcmcolors.mo +share/locale/ml/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/ml/LC_MESSAGES/kcmfonts.mo +share/locale/ml/LC_MESSAGES/kcmformats.mo +share/locale/ml/LC_MESSAGES/kcmicons.mo +share/locale/ml/LC_MESSAGES/kcminput.mo +share/locale/ml/LC_MESSAGES/kcmkclock.mo +share/locale/ml/LC_MESSAGES/kcmkded.mo +share/locale/ml/LC_MESSAGES/kcmkeyboard.mo +share/locale/ml/LC_MESSAGES/kcmkeys.mo +share/locale/ml/LC_MESSAGES/kcmlaunch.mo +share/locale/ml/LC_MESSAGES/kcmmousetheme.mo +share/locale/ml/LC_MESSAGES/kcmnotify.mo +share/locale/ml/LC_MESSAGES/kcmsmserver.mo +share/locale/ml/LC_MESSAGES/kcmstyle.mo +share/locale/ml/LC_MESSAGES/kfontinst.mo +share/locale/ml/LC_MESSAGES/knetattach.mo +share/locale/ml/LC_MESSAGES/krdb.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/mr/LC_MESSAGES/attica_kde.mo +share/locale/mr/LC_MESSAGES/joystick.mo +share/locale/mr/LC_MESSAGES/kaccess.mo +share/locale/mr/LC_MESSAGES/kcm_autostart.mo +share/locale/mr/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/mr/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/mr/LC_MESSAGES/kcm_device_automounter.mo +share/locale/mr/LC_MESSAGES/kcm_emoticons.mo +share/locale/mr/LC_MESSAGES/kcm_phonon.mo +share/locale/mr/LC_MESSAGES/kcm_solid_actions.mo +share/locale/mr/LC_MESSAGES/kcm_standard_actions.mo +share/locale/mr/LC_MESSAGES/kcmaccess.mo +share/locale/mr/LC_MESSAGES/kcmcolors.mo +share/locale/mr/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/mr/LC_MESSAGES/kcmfonts.mo +share/locale/mr/LC_MESSAGES/kcmformats.mo +share/locale/mr/LC_MESSAGES/kcmicons.mo +share/locale/mr/LC_MESSAGES/kcminput.mo +share/locale/mr/LC_MESSAGES/kcmkclock.mo +share/locale/mr/LC_MESSAGES/kcmkded.mo +share/locale/mr/LC_MESSAGES/kcmkeyboard.mo +share/locale/mr/LC_MESSAGES/kcmkeys.mo +share/locale/mr/LC_MESSAGES/kcmlaunch.mo +share/locale/mr/LC_MESSAGES/kcmmousetheme.mo +share/locale/mr/LC_MESSAGES/kcmnotify.mo +share/locale/mr/LC_MESSAGES/kcmsmserver.mo +share/locale/mr/LC_MESSAGES/kcmstyle.mo +share/locale/mr/LC_MESSAGES/kfontinst.mo +share/locale/mr/LC_MESSAGES/knetattach.mo +share/locale/mr/LC_MESSAGES/krdb.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/mr/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/mr/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/ms/LC_MESSAGES/attica_kde.mo +share/locale/ms/LC_MESSAGES/joystick.mo +share/locale/ms/LC_MESSAGES/kaccess.mo +share/locale/ms/LC_MESSAGES/kcm_autostart.mo +share/locale/ms/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/ms/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/ms/LC_MESSAGES/kcm_device_automounter.mo +share/locale/ms/LC_MESSAGES/kcm_emoticons.mo +share/locale/ms/LC_MESSAGES/kcm_phonon.mo +share/locale/ms/LC_MESSAGES/kcm_solid_actions.mo +share/locale/ms/LC_MESSAGES/kcm_standard_actions.mo +share/locale/ms/LC_MESSAGES/kcmaccess.mo +share/locale/ms/LC_MESSAGES/kcmcolors.mo +share/locale/ms/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/ms/LC_MESSAGES/kcmfonts.mo +share/locale/ms/LC_MESSAGES/kcmformats.mo +share/locale/ms/LC_MESSAGES/kcmicons.mo +share/locale/ms/LC_MESSAGES/kcminput.mo +share/locale/ms/LC_MESSAGES/kcmkclock.mo +share/locale/ms/LC_MESSAGES/kcmkded.mo +share/locale/ms/LC_MESSAGES/kcmkeyboard.mo +share/locale/ms/LC_MESSAGES/kcmkeys.mo +share/locale/ms/LC_MESSAGES/kcmlaunch.mo +share/locale/ms/LC_MESSAGES/kcmmousetheme.mo +share/locale/ms/LC_MESSAGES/kcmnotify.mo +share/locale/ms/LC_MESSAGES/kcmsmserver.mo +share/locale/ms/LC_MESSAGES/kcmstyle.mo +share/locale/ms/LC_MESSAGES/kfontinst.mo +share/locale/ms/LC_MESSAGES/knetattach.mo +share/locale/ms/LC_MESSAGES/krdb.mo +share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/ms/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/nb/LC_MESSAGES/attica_kde.mo +share/locale/nb/LC_MESSAGES/joystick.mo +share/locale/nb/LC_MESSAGES/kaccess.mo +share/locale/nb/LC_MESSAGES/kcm_autostart.mo +share/locale/nb/LC_MESSAGES/kcm_baloofile.mo +share/locale/nb/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/nb/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/nb/LC_MESSAGES/kcm_device_automounter.mo +share/locale/nb/LC_MESSAGES/kcm_emoticons.mo +share/locale/nb/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/nb/LC_MESSAGES/kcm_phonon.mo +share/locale/nb/LC_MESSAGES/kcm_search.mo +share/locale/nb/LC_MESSAGES/kcm_solid_actions.mo +share/locale/nb/LC_MESSAGES/kcm_splashscreen.mo +share/locale/nb/LC_MESSAGES/kcm_standard_actions.mo +share/locale/nb/LC_MESSAGES/kcm_touchpad.mo +share/locale/nb/LC_MESSAGES/kcmaccess.mo +share/locale/nb/LC_MESSAGES/kcmcolors.mo +share/locale/nb/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/nb/LC_MESSAGES/kcmfonts.mo +share/locale/nb/LC_MESSAGES/kcmformats.mo +share/locale/nb/LC_MESSAGES/kcmicons.mo +share/locale/nb/LC_MESSAGES/kcminput.mo +share/locale/nb/LC_MESSAGES/kcmkclock.mo +share/locale/nb/LC_MESSAGES/kcmkded.mo +share/locale/nb/LC_MESSAGES/kcmkeyboard.mo +share/locale/nb/LC_MESSAGES/kcmkeys.mo +share/locale/nb/LC_MESSAGES/kcmlaunch.mo +share/locale/nb/LC_MESSAGES/kcmmousetheme.mo +share/locale/nb/LC_MESSAGES/kcmnotify.mo +share/locale/nb/LC_MESSAGES/kcmsmserver.mo +share/locale/nb/LC_MESSAGES/kcmstyle.mo +share/locale/nb/LC_MESSAGES/kcmtranslations.mo +share/locale/nb/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/nb/LC_MESSAGES/kfontinst.mo +share/locale/nb/LC_MESSAGES/knetattach.mo +share/locale/nb/LC_MESSAGES/krdb.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/nb/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/nb/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/nb/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/nds/LC_MESSAGES/attica_kde.mo +share/locale/nds/LC_MESSAGES/joystick.mo +share/locale/nds/LC_MESSAGES/kaccess.mo +share/locale/nds/LC_MESSAGES/kcm_autostart.mo +share/locale/nds/LC_MESSAGES/kcm_baloofile.mo +share/locale/nds/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/nds/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/nds/LC_MESSAGES/kcm_device_automounter.mo +share/locale/nds/LC_MESSAGES/kcm_emoticons.mo +share/locale/nds/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/nds/LC_MESSAGES/kcm_phonon.mo +share/locale/nds/LC_MESSAGES/kcm_search.mo +share/locale/nds/LC_MESSAGES/kcm_solid_actions.mo +share/locale/nds/LC_MESSAGES/kcm_splashscreen.mo +share/locale/nds/LC_MESSAGES/kcm_standard_actions.mo +share/locale/nds/LC_MESSAGES/kcmaccess.mo +share/locale/nds/LC_MESSAGES/kcmcolors.mo +share/locale/nds/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/nds/LC_MESSAGES/kcmfonts.mo +share/locale/nds/LC_MESSAGES/kcmformats.mo +share/locale/nds/LC_MESSAGES/kcmicons.mo +share/locale/nds/LC_MESSAGES/kcminput.mo +share/locale/nds/LC_MESSAGES/kcmkclock.mo +share/locale/nds/LC_MESSAGES/kcmkded.mo +share/locale/nds/LC_MESSAGES/kcmkeyboard.mo +share/locale/nds/LC_MESSAGES/kcmkeys.mo +share/locale/nds/LC_MESSAGES/kcmlaunch.mo +share/locale/nds/LC_MESSAGES/kcmmousetheme.mo +share/locale/nds/LC_MESSAGES/kcmnotify.mo +share/locale/nds/LC_MESSAGES/kcmsmserver.mo +share/locale/nds/LC_MESSAGES/kcmstyle.mo +share/locale/nds/LC_MESSAGES/kcmtranslations.mo +share/locale/nds/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/nds/LC_MESSAGES/kfontinst.mo +share/locale/nds/LC_MESSAGES/knetattach.mo +share/locale/nds/LC_MESSAGES/krdb.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/nds/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/nds/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/nds/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/ne/LC_MESSAGES/joystick.mo +share/locale/ne/LC_MESSAGES/kaccess.mo +share/locale/ne/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/ne/LC_MESSAGES/kcm_phonon.mo +share/locale/ne/LC_MESSAGES/kcmaccess.mo +share/locale/ne/LC_MESSAGES/kcmcolors.mo +share/locale/ne/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/ne/LC_MESSAGES/kcmfonts.mo +share/locale/ne/LC_MESSAGES/kcmformats.mo +share/locale/ne/LC_MESSAGES/kcmicons.mo +share/locale/ne/LC_MESSAGES/kcminput.mo +share/locale/ne/LC_MESSAGES/kcmkclock.mo +share/locale/ne/LC_MESSAGES/kcmkded.mo +share/locale/ne/LC_MESSAGES/kcmkeyboard.mo +share/locale/ne/LC_MESSAGES/kcmkeys.mo +share/locale/ne/LC_MESSAGES/kcmlaunch.mo +share/locale/ne/LC_MESSAGES/kcmmousetheme.mo +share/locale/ne/LC_MESSAGES/kcmnotify.mo +share/locale/ne/LC_MESSAGES/kcmsmserver.mo +share/locale/ne/LC_MESSAGES/kcmstyle.mo +share/locale/ne/LC_MESSAGES/kfontinst.mo +share/locale/ne/LC_MESSAGES/knetattach.mo +share/locale/ne/LC_MESSAGES/krdb.mo +share/locale/ne/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/ne/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/nl/LC_MESSAGES/attica_kde.mo +share/locale/nl/LC_MESSAGES/joystick.mo +share/locale/nl/LC_MESSAGES/kaccess.mo +share/locale/nl/LC_MESSAGES/kcm_activities5.mo +share/locale/nl/LC_MESSAGES/kcm_autostart.mo +share/locale/nl/LC_MESSAGES/kcm_baloofile.mo +share/locale/nl/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/nl/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/nl/LC_MESSAGES/kcm_device_automounter.mo +share/locale/nl/LC_MESSAGES/kcm_emoticons.mo +share/locale/nl/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/nl/LC_MESSAGES/kcm_phonon.mo +share/locale/nl/LC_MESSAGES/kcm_search.mo +share/locale/nl/LC_MESSAGES/kcm_solid_actions.mo +share/locale/nl/LC_MESSAGES/kcm_splashscreen.mo +share/locale/nl/LC_MESSAGES/kcm_standard_actions.mo +share/locale/nl/LC_MESSAGES/kcm_touchpad.mo +share/locale/nl/LC_MESSAGES/kcmaccess.mo +share/locale/nl/LC_MESSAGES/kcmcolors.mo +share/locale/nl/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/nl/LC_MESSAGES/kcmfonts.mo +share/locale/nl/LC_MESSAGES/kcmformats.mo +share/locale/nl/LC_MESSAGES/kcmicons.mo +share/locale/nl/LC_MESSAGES/kcminput.mo +share/locale/nl/LC_MESSAGES/kcmkclock.mo +share/locale/nl/LC_MESSAGES/kcmkded.mo +share/locale/nl/LC_MESSAGES/kcmkeyboard.mo +share/locale/nl/LC_MESSAGES/kcmkeys.mo +share/locale/nl/LC_MESSAGES/kcmlaunch.mo +share/locale/nl/LC_MESSAGES/kcmmousetheme.mo +share/locale/nl/LC_MESSAGES/kcmnotify.mo +share/locale/nl/LC_MESSAGES/kcmsmserver.mo +share/locale/nl/LC_MESSAGES/kcmstyle.mo +share/locale/nl/LC_MESSAGES/kcmtranslations.mo +share/locale/nl/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/nl/LC_MESSAGES/kfontinst.mo +share/locale/nl/LC_MESSAGES/knetattach.mo +share/locale/nl/LC_MESSAGES/krdb.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/nl/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/nl/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/nl/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/nl/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/nl/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/nl/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/nn/LC_MESSAGES/attica_kde.mo +share/locale/nn/LC_MESSAGES/joystick.mo +share/locale/nn/LC_MESSAGES/kaccess.mo +share/locale/nn/LC_MESSAGES/kcm_activities5.mo +share/locale/nn/LC_MESSAGES/kcm_autostart.mo +share/locale/nn/LC_MESSAGES/kcm_baloofile.mo +share/locale/nn/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/nn/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/nn/LC_MESSAGES/kcm_device_automounter.mo +share/locale/nn/LC_MESSAGES/kcm_emoticons.mo +share/locale/nn/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/nn/LC_MESSAGES/kcm_phonon.mo +share/locale/nn/LC_MESSAGES/kcm_search.mo +share/locale/nn/LC_MESSAGES/kcm_solid_actions.mo +share/locale/nn/LC_MESSAGES/kcm_splashscreen.mo +share/locale/nn/LC_MESSAGES/kcm_standard_actions.mo +share/locale/nn/LC_MESSAGES/kcm_touchpad.mo +share/locale/nn/LC_MESSAGES/kcmaccess.mo +share/locale/nn/LC_MESSAGES/kcmcolors.mo +share/locale/nn/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/nn/LC_MESSAGES/kcmfonts.mo +share/locale/nn/LC_MESSAGES/kcmformats.mo +share/locale/nn/LC_MESSAGES/kcmicons.mo +share/locale/nn/LC_MESSAGES/kcminput.mo +share/locale/nn/LC_MESSAGES/kcmkclock.mo +share/locale/nn/LC_MESSAGES/kcmkded.mo +share/locale/nn/LC_MESSAGES/kcmkeyboard.mo +share/locale/nn/LC_MESSAGES/kcmkeys.mo +share/locale/nn/LC_MESSAGES/kcmlaunch.mo +share/locale/nn/LC_MESSAGES/kcmmousetheme.mo +share/locale/nn/LC_MESSAGES/kcmnotify.mo +share/locale/nn/LC_MESSAGES/kcmsmserver.mo +share/locale/nn/LC_MESSAGES/kcmstyle.mo +share/locale/nn/LC_MESSAGES/kcmtranslations.mo +share/locale/nn/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/nn/LC_MESSAGES/kfontinst.mo +share/locale/nn/LC_MESSAGES/knetattach.mo +share/locale/nn/LC_MESSAGES/krdb.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/nn/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/nn/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/nn/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/nn/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/nn/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/nn/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/oc/LC_MESSAGES/joystick.mo +share/locale/oc/LC_MESSAGES/kaccess.mo +share/locale/oc/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/oc/LC_MESSAGES/kcm_phonon.mo +share/locale/oc/LC_MESSAGES/kcmaccess.mo +share/locale/oc/LC_MESSAGES/kcmcolors.mo +share/locale/oc/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/oc/LC_MESSAGES/kcmfonts.mo +share/locale/oc/LC_MESSAGES/kcmicons.mo +share/locale/oc/LC_MESSAGES/kcminput.mo +share/locale/oc/LC_MESSAGES/kcmkclock.mo +share/locale/oc/LC_MESSAGES/kcmkded.mo +share/locale/oc/LC_MESSAGES/kcmkeyboard.mo +share/locale/oc/LC_MESSAGES/kcmkeys.mo +share/locale/oc/LC_MESSAGES/kcmlaunch.mo +share/locale/oc/LC_MESSAGES/kcmmousetheme.mo +share/locale/oc/LC_MESSAGES/kcmnotify.mo +share/locale/oc/LC_MESSAGES/kcmsmserver.mo +share/locale/oc/LC_MESSAGES/kcmstyle.mo +share/locale/oc/LC_MESSAGES/kfontinst.mo +share/locale/oc/LC_MESSAGES/knetattach.mo +share/locale/oc/LC_MESSAGES/krdb.mo +share/locale/oc/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/or/LC_MESSAGES/joystick.mo +share/locale/or/LC_MESSAGES/kaccess.mo +share/locale/or/LC_MESSAGES/kcm_autostart.mo +share/locale/or/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/or/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/or/LC_MESSAGES/kcm_emoticons.mo +share/locale/or/LC_MESSAGES/kcm_phonon.mo +share/locale/or/LC_MESSAGES/kcm_standard_actions.mo +share/locale/or/LC_MESSAGES/kcmaccess.mo +share/locale/or/LC_MESSAGES/kcmcolors.mo +share/locale/or/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/or/LC_MESSAGES/kcmfonts.mo +share/locale/or/LC_MESSAGES/kcmformats.mo +share/locale/or/LC_MESSAGES/kcmicons.mo +share/locale/or/LC_MESSAGES/kcminput.mo +share/locale/or/LC_MESSAGES/kcmkclock.mo +share/locale/or/LC_MESSAGES/kcmkded.mo +share/locale/or/LC_MESSAGES/kcmkeyboard.mo +share/locale/or/LC_MESSAGES/kcmkeys.mo +share/locale/or/LC_MESSAGES/kcmlaunch.mo +share/locale/or/LC_MESSAGES/kcmmousetheme.mo +share/locale/or/LC_MESSAGES/kcmnotify.mo +share/locale/or/LC_MESSAGES/kcmsmserver.mo +share/locale/or/LC_MESSAGES/kcmstyle.mo +share/locale/or/LC_MESSAGES/kfontinst.mo +share/locale/or/LC_MESSAGES/knetattach.mo +share/locale/or/LC_MESSAGES/krdb.mo +share/locale/or/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/or/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/or/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/or/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/pa/LC_MESSAGES/attica_kde.mo +share/locale/pa/LC_MESSAGES/joystick.mo +share/locale/pa/LC_MESSAGES/kaccess.mo +share/locale/pa/LC_MESSAGES/kcm_activities5.mo +share/locale/pa/LC_MESSAGES/kcm_autostart.mo +share/locale/pa/LC_MESSAGES/kcm_baloofile.mo +share/locale/pa/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/pa/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/pa/LC_MESSAGES/kcm_device_automounter.mo +share/locale/pa/LC_MESSAGES/kcm_emoticons.mo +share/locale/pa/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/pa/LC_MESSAGES/kcm_phonon.mo +share/locale/pa/LC_MESSAGES/kcm_search.mo +share/locale/pa/LC_MESSAGES/kcm_solid_actions.mo +share/locale/pa/LC_MESSAGES/kcm_splashscreen.mo +share/locale/pa/LC_MESSAGES/kcm_standard_actions.mo +share/locale/pa/LC_MESSAGES/kcm_touchpad.mo +share/locale/pa/LC_MESSAGES/kcmaccess.mo +share/locale/pa/LC_MESSAGES/kcmcolors.mo +share/locale/pa/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/pa/LC_MESSAGES/kcmfonts.mo +share/locale/pa/LC_MESSAGES/kcmformats.mo +share/locale/pa/LC_MESSAGES/kcmicons.mo +share/locale/pa/LC_MESSAGES/kcminput.mo +share/locale/pa/LC_MESSAGES/kcmkclock.mo +share/locale/pa/LC_MESSAGES/kcmkded.mo +share/locale/pa/LC_MESSAGES/kcmkeyboard.mo +share/locale/pa/LC_MESSAGES/kcmkeys.mo +share/locale/pa/LC_MESSAGES/kcmlaunch.mo +share/locale/pa/LC_MESSAGES/kcmmousetheme.mo +share/locale/pa/LC_MESSAGES/kcmnotify.mo +share/locale/pa/LC_MESSAGES/kcmsmserver.mo +share/locale/pa/LC_MESSAGES/kcmstyle.mo +share/locale/pa/LC_MESSAGES/kcmtranslations.mo +share/locale/pa/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/pa/LC_MESSAGES/kfontinst.mo +share/locale/pa/LC_MESSAGES/knetattach.mo +share/locale/pa/LC_MESSAGES/krdb.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/pa/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/pa/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/pa/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/pa/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/pa/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/pa/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/pl/LC_MESSAGES/attica_kde.mo +share/locale/pl/LC_MESSAGES/joystick.mo +share/locale/pl/LC_MESSAGES/kaccess.mo +share/locale/pl/LC_MESSAGES/kcm_activities5.mo +share/locale/pl/LC_MESSAGES/kcm_autostart.mo +share/locale/pl/LC_MESSAGES/kcm_baloofile.mo +share/locale/pl/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/pl/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/pl/LC_MESSAGES/kcm_device_automounter.mo +share/locale/pl/LC_MESSAGES/kcm_emoticons.mo +share/locale/pl/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/pl/LC_MESSAGES/kcm_phonon.mo +share/locale/pl/LC_MESSAGES/kcm_search.mo +share/locale/pl/LC_MESSAGES/kcm_solid_actions.mo +share/locale/pl/LC_MESSAGES/kcm_splashscreen.mo +share/locale/pl/LC_MESSAGES/kcm_standard_actions.mo +share/locale/pl/LC_MESSAGES/kcm_touchpad.mo +share/locale/pl/LC_MESSAGES/kcmaccess.mo +share/locale/pl/LC_MESSAGES/kcmcolors.mo +share/locale/pl/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/pl/LC_MESSAGES/kcmfonts.mo +share/locale/pl/LC_MESSAGES/kcmformats.mo +share/locale/pl/LC_MESSAGES/kcmicons.mo +share/locale/pl/LC_MESSAGES/kcminput.mo +share/locale/pl/LC_MESSAGES/kcmkclock.mo +share/locale/pl/LC_MESSAGES/kcmkded.mo +share/locale/pl/LC_MESSAGES/kcmkeyboard.mo +share/locale/pl/LC_MESSAGES/kcmkeys.mo +share/locale/pl/LC_MESSAGES/kcmlaunch.mo +share/locale/pl/LC_MESSAGES/kcmmousetheme.mo +share/locale/pl/LC_MESSAGES/kcmnotify.mo +share/locale/pl/LC_MESSAGES/kcmsmserver.mo +share/locale/pl/LC_MESSAGES/kcmstyle.mo +share/locale/pl/LC_MESSAGES/kcmtranslations.mo +share/locale/pl/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/pl/LC_MESSAGES/kfontinst.mo +share/locale/pl/LC_MESSAGES/knetattach.mo +share/locale/pl/LC_MESSAGES/krdb.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/pl/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/pl/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/pl/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/pl/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/pl/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/pl/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/pt/LC_MESSAGES/attica_kde.mo +share/locale/pt/LC_MESSAGES/joystick.mo +share/locale/pt/LC_MESSAGES/kaccess.mo +share/locale/pt/LC_MESSAGES/kcm_activities5.mo +share/locale/pt/LC_MESSAGES/kcm_autostart.mo +share/locale/pt/LC_MESSAGES/kcm_baloofile.mo +share/locale/pt/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/pt/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/pt/LC_MESSAGES/kcm_device_automounter.mo +share/locale/pt/LC_MESSAGES/kcm_emoticons.mo +share/locale/pt/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/pt/LC_MESSAGES/kcm_phonon.mo +share/locale/pt/LC_MESSAGES/kcm_search.mo +share/locale/pt/LC_MESSAGES/kcm_solid_actions.mo +share/locale/pt/LC_MESSAGES/kcm_splashscreen.mo +share/locale/pt/LC_MESSAGES/kcm_standard_actions.mo +share/locale/pt/LC_MESSAGES/kcm_touchpad.mo +share/locale/pt/LC_MESSAGES/kcmaccess.mo +share/locale/pt/LC_MESSAGES/kcmcolors.mo +share/locale/pt/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/pt/LC_MESSAGES/kcmfonts.mo +share/locale/pt/LC_MESSAGES/kcmformats.mo +share/locale/pt/LC_MESSAGES/kcmicons.mo +share/locale/pt/LC_MESSAGES/kcminput.mo +share/locale/pt/LC_MESSAGES/kcmkclock.mo +share/locale/pt/LC_MESSAGES/kcmkded.mo +share/locale/pt/LC_MESSAGES/kcmkeyboard.mo +share/locale/pt/LC_MESSAGES/kcmkeys.mo +share/locale/pt/LC_MESSAGES/kcmlaunch.mo +share/locale/pt/LC_MESSAGES/kcmmousetheme.mo +share/locale/pt/LC_MESSAGES/kcmnotify.mo +share/locale/pt/LC_MESSAGES/kcmsmserver.mo +share/locale/pt/LC_MESSAGES/kcmstyle.mo +share/locale/pt/LC_MESSAGES/kcmtranslations.mo +share/locale/pt/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/pt/LC_MESSAGES/kfontinst.mo +share/locale/pt/LC_MESSAGES/knetattach.mo +share/locale/pt/LC_MESSAGES/krdb.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/pt/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/pt/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/pt/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/pt/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/pt/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/pt/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/pt_BR/LC_MESSAGES/attica_kde.mo +share/locale/pt_BR/LC_MESSAGES/joystick.mo +share/locale/pt_BR/LC_MESSAGES/kaccess.mo +share/locale/pt_BR/LC_MESSAGES/kcm_activities5.mo +share/locale/pt_BR/LC_MESSAGES/kcm_autostart.mo +share/locale/pt_BR/LC_MESSAGES/kcm_baloofile.mo +share/locale/pt_BR/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/pt_BR/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/pt_BR/LC_MESSAGES/kcm_device_automounter.mo +share/locale/pt_BR/LC_MESSAGES/kcm_emoticons.mo +share/locale/pt_BR/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/pt_BR/LC_MESSAGES/kcm_phonon.mo +share/locale/pt_BR/LC_MESSAGES/kcm_search.mo +share/locale/pt_BR/LC_MESSAGES/kcm_solid_actions.mo +share/locale/pt_BR/LC_MESSAGES/kcm_splashscreen.mo +share/locale/pt_BR/LC_MESSAGES/kcm_standard_actions.mo +share/locale/pt_BR/LC_MESSAGES/kcm_touchpad.mo +share/locale/pt_BR/LC_MESSAGES/kcmaccess.mo +share/locale/pt_BR/LC_MESSAGES/kcmcolors.mo +share/locale/pt_BR/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/pt_BR/LC_MESSAGES/kcmfonts.mo +share/locale/pt_BR/LC_MESSAGES/kcmformats.mo +share/locale/pt_BR/LC_MESSAGES/kcmicons.mo +share/locale/pt_BR/LC_MESSAGES/kcminput.mo +share/locale/pt_BR/LC_MESSAGES/kcmkclock.mo +share/locale/pt_BR/LC_MESSAGES/kcmkded.mo +share/locale/pt_BR/LC_MESSAGES/kcmkeyboard.mo +share/locale/pt_BR/LC_MESSAGES/kcmkeys.mo +share/locale/pt_BR/LC_MESSAGES/kcmlaunch.mo +share/locale/pt_BR/LC_MESSAGES/kcmmousetheme.mo +share/locale/pt_BR/LC_MESSAGES/kcmnotify.mo +share/locale/pt_BR/LC_MESSAGES/kcmsmserver.mo +share/locale/pt_BR/LC_MESSAGES/kcmstyle.mo +share/locale/pt_BR/LC_MESSAGES/kcmtranslations.mo +share/locale/pt_BR/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/pt_BR/LC_MESSAGES/kfontinst.mo +share/locale/pt_BR/LC_MESSAGES/knetattach.mo +share/locale/pt_BR/LC_MESSAGES/krdb.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/pt_BR/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/pt_BR/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/pt_BR/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/ro/LC_MESSAGES/attica_kde.mo +share/locale/ro/LC_MESSAGES/joystick.mo +share/locale/ro/LC_MESSAGES/kaccess.mo +share/locale/ro/LC_MESSAGES/kcm_autostart.mo +share/locale/ro/LC_MESSAGES/kcm_baloofile.mo +share/locale/ro/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/ro/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/ro/LC_MESSAGES/kcm_device_automounter.mo +share/locale/ro/LC_MESSAGES/kcm_emoticons.mo +share/locale/ro/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/ro/LC_MESSAGES/kcm_phonon.mo +share/locale/ro/LC_MESSAGES/kcm_search.mo +share/locale/ro/LC_MESSAGES/kcm_solid_actions.mo +share/locale/ro/LC_MESSAGES/kcm_splashscreen.mo +share/locale/ro/LC_MESSAGES/kcm_standard_actions.mo +share/locale/ro/LC_MESSAGES/kcm_touchpad.mo +share/locale/ro/LC_MESSAGES/kcmaccess.mo +share/locale/ro/LC_MESSAGES/kcmcolors.mo +share/locale/ro/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/ro/LC_MESSAGES/kcmfonts.mo +share/locale/ro/LC_MESSAGES/kcmformats.mo +share/locale/ro/LC_MESSAGES/kcmicons.mo +share/locale/ro/LC_MESSAGES/kcminput.mo +share/locale/ro/LC_MESSAGES/kcmkclock.mo +share/locale/ro/LC_MESSAGES/kcmkded.mo +share/locale/ro/LC_MESSAGES/kcmkeyboard.mo +share/locale/ro/LC_MESSAGES/kcmkeys.mo +share/locale/ro/LC_MESSAGES/kcmlaunch.mo +share/locale/ro/LC_MESSAGES/kcmmousetheme.mo +share/locale/ro/LC_MESSAGES/kcmnotify.mo +share/locale/ro/LC_MESSAGES/kcmsmserver.mo +share/locale/ro/LC_MESSAGES/kcmstyle.mo +share/locale/ro/LC_MESSAGES/kcmtranslations.mo +share/locale/ro/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/ro/LC_MESSAGES/kfontinst.mo +share/locale/ro/LC_MESSAGES/knetattach.mo +share/locale/ro/LC_MESSAGES/krdb.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/ro/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/ro/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/ro/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/ro/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/ru/LC_MESSAGES/attica_kde.mo +share/locale/ru/LC_MESSAGES/joystick.mo +share/locale/ru/LC_MESSAGES/kaccess.mo +share/locale/ru/LC_MESSAGES/kcm_activities5.mo +share/locale/ru/LC_MESSAGES/kcm_autostart.mo +share/locale/ru/LC_MESSAGES/kcm_baloofile.mo +share/locale/ru/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/ru/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/ru/LC_MESSAGES/kcm_device_automounter.mo +share/locale/ru/LC_MESSAGES/kcm_emoticons.mo +share/locale/ru/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/ru/LC_MESSAGES/kcm_phonon.mo +share/locale/ru/LC_MESSAGES/kcm_search.mo +share/locale/ru/LC_MESSAGES/kcm_solid_actions.mo +share/locale/ru/LC_MESSAGES/kcm_splashscreen.mo +share/locale/ru/LC_MESSAGES/kcm_standard_actions.mo +share/locale/ru/LC_MESSAGES/kcm_touchpad.mo +share/locale/ru/LC_MESSAGES/kcmaccess.mo +share/locale/ru/LC_MESSAGES/kcmcolors.mo +share/locale/ru/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/ru/LC_MESSAGES/kcmfonts.mo +share/locale/ru/LC_MESSAGES/kcmformats.mo +share/locale/ru/LC_MESSAGES/kcmicons.mo +share/locale/ru/LC_MESSAGES/kcminput.mo +share/locale/ru/LC_MESSAGES/kcmkclock.mo +share/locale/ru/LC_MESSAGES/kcmkded.mo +share/locale/ru/LC_MESSAGES/kcmkeyboard.mo +share/locale/ru/LC_MESSAGES/kcmkeys.mo +share/locale/ru/LC_MESSAGES/kcmlaunch.mo +share/locale/ru/LC_MESSAGES/kcmmousetheme.mo +share/locale/ru/LC_MESSAGES/kcmnotify.mo +share/locale/ru/LC_MESSAGES/kcmsmserver.mo +share/locale/ru/LC_MESSAGES/kcmstyle.mo +share/locale/ru/LC_MESSAGES/kcmtranslations.mo +share/locale/ru/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/ru/LC_MESSAGES/kfontinst.mo +share/locale/ru/LC_MESSAGES/knetattach.mo +share/locale/ru/LC_MESSAGES/krdb.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/ru/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/ru/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/ru/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/ru/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/ru/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/ru/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/se/LC_MESSAGES/joystick.mo +share/locale/se/LC_MESSAGES/kaccess.mo +share/locale/se/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/se/LC_MESSAGES/kcm_phonon.mo +share/locale/se/LC_MESSAGES/kcmaccess.mo +share/locale/se/LC_MESSAGES/kcmcolors.mo +share/locale/se/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/se/LC_MESSAGES/kcmfonts.mo +share/locale/se/LC_MESSAGES/kcmformats.mo +share/locale/se/LC_MESSAGES/kcmicons.mo +share/locale/se/LC_MESSAGES/kcminput.mo +share/locale/se/LC_MESSAGES/kcmkclock.mo +share/locale/se/LC_MESSAGES/kcmkded.mo +share/locale/se/LC_MESSAGES/kcmkeyboard.mo +share/locale/se/LC_MESSAGES/kcmkeys.mo +share/locale/se/LC_MESSAGES/kcmlaunch.mo +share/locale/se/LC_MESSAGES/kcmmousetheme.mo +share/locale/se/LC_MESSAGES/kcmnotify.mo +share/locale/se/LC_MESSAGES/kcmsmserver.mo +share/locale/se/LC_MESSAGES/kcmstyle.mo +share/locale/se/LC_MESSAGES/kfontinst.mo +share/locale/se/LC_MESSAGES/knetattach.mo +share/locale/se/LC_MESSAGES/krdb.mo +share/locale/se/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/se/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/si/LC_MESSAGES/joystick.mo +share/locale/si/LC_MESSAGES/kaccess.mo +share/locale/si/LC_MESSAGES/kcm_autostart.mo +share/locale/si/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/si/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/si/LC_MESSAGES/kcm_device_automounter.mo +share/locale/si/LC_MESSAGES/kcm_emoticons.mo +share/locale/si/LC_MESSAGES/kcm_phonon.mo +share/locale/si/LC_MESSAGES/kcm_solid_actions.mo +share/locale/si/LC_MESSAGES/kcm_standard_actions.mo +share/locale/si/LC_MESSAGES/kcmaccess.mo +share/locale/si/LC_MESSAGES/kcmcolors.mo +share/locale/si/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/si/LC_MESSAGES/kcmfonts.mo +share/locale/si/LC_MESSAGES/kcmformats.mo +share/locale/si/LC_MESSAGES/kcmicons.mo +share/locale/si/LC_MESSAGES/kcminput.mo +share/locale/si/LC_MESSAGES/kcmkclock.mo +share/locale/si/LC_MESSAGES/kcmkded.mo +share/locale/si/LC_MESSAGES/kcmkeyboard.mo +share/locale/si/LC_MESSAGES/kcmkeys.mo +share/locale/si/LC_MESSAGES/kcmlaunch.mo +share/locale/si/LC_MESSAGES/kcmmousetheme.mo +share/locale/si/LC_MESSAGES/kcmnotify.mo +share/locale/si/LC_MESSAGES/kcmsmserver.mo +share/locale/si/LC_MESSAGES/kcmstyle.mo +share/locale/si/LC_MESSAGES/kfontinst.mo +share/locale/si/LC_MESSAGES/knetattach.mo +share/locale/si/LC_MESSAGES/krdb.mo +share/locale/si/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/si/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/sk/LC_MESSAGES/attica_kde.mo +share/locale/sk/LC_MESSAGES/joystick.mo +share/locale/sk/LC_MESSAGES/kaccess.mo +share/locale/sk/LC_MESSAGES/kcm_activities5.mo +share/locale/sk/LC_MESSAGES/kcm_autostart.mo +share/locale/sk/LC_MESSAGES/kcm_baloofile.mo +share/locale/sk/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/sk/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/sk/LC_MESSAGES/kcm_device_automounter.mo +share/locale/sk/LC_MESSAGES/kcm_emoticons.mo +share/locale/sk/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/sk/LC_MESSAGES/kcm_phonon.mo +share/locale/sk/LC_MESSAGES/kcm_search.mo +share/locale/sk/LC_MESSAGES/kcm_solid_actions.mo +share/locale/sk/LC_MESSAGES/kcm_splashscreen.mo +share/locale/sk/LC_MESSAGES/kcm_standard_actions.mo +share/locale/sk/LC_MESSAGES/kcm_touchpad.mo +share/locale/sk/LC_MESSAGES/kcmaccess.mo +share/locale/sk/LC_MESSAGES/kcmcolors.mo +share/locale/sk/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/sk/LC_MESSAGES/kcmfonts.mo +share/locale/sk/LC_MESSAGES/kcmformats.mo +share/locale/sk/LC_MESSAGES/kcmicons.mo +share/locale/sk/LC_MESSAGES/kcminput.mo +share/locale/sk/LC_MESSAGES/kcmkclock.mo +share/locale/sk/LC_MESSAGES/kcmkded.mo +share/locale/sk/LC_MESSAGES/kcmkeyboard.mo +share/locale/sk/LC_MESSAGES/kcmkeys.mo +share/locale/sk/LC_MESSAGES/kcmlaunch.mo +share/locale/sk/LC_MESSAGES/kcmmousetheme.mo +share/locale/sk/LC_MESSAGES/kcmnotify.mo +share/locale/sk/LC_MESSAGES/kcmsmserver.mo +share/locale/sk/LC_MESSAGES/kcmstyle.mo +share/locale/sk/LC_MESSAGES/kcmtranslations.mo +share/locale/sk/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/sk/LC_MESSAGES/kfontinst.mo +share/locale/sk/LC_MESSAGES/knetattach.mo +share/locale/sk/LC_MESSAGES/krdb.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/sk/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/sk/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/sk/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/sk/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/sk/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/sk/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/sl/LC_MESSAGES/attica_kde.mo +share/locale/sl/LC_MESSAGES/joystick.mo +share/locale/sl/LC_MESSAGES/kaccess.mo +share/locale/sl/LC_MESSAGES/kcm_activities5.mo +share/locale/sl/LC_MESSAGES/kcm_autostart.mo +share/locale/sl/LC_MESSAGES/kcm_baloofile.mo +share/locale/sl/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/sl/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/sl/LC_MESSAGES/kcm_device_automounter.mo +share/locale/sl/LC_MESSAGES/kcm_emoticons.mo +share/locale/sl/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/sl/LC_MESSAGES/kcm_phonon.mo +share/locale/sl/LC_MESSAGES/kcm_search.mo +share/locale/sl/LC_MESSAGES/kcm_solid_actions.mo +share/locale/sl/LC_MESSAGES/kcm_splashscreen.mo +share/locale/sl/LC_MESSAGES/kcm_standard_actions.mo +share/locale/sl/LC_MESSAGES/kcm_touchpad.mo +share/locale/sl/LC_MESSAGES/kcmaccess.mo +share/locale/sl/LC_MESSAGES/kcmcolors.mo +share/locale/sl/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/sl/LC_MESSAGES/kcmfonts.mo +share/locale/sl/LC_MESSAGES/kcmformats.mo +share/locale/sl/LC_MESSAGES/kcmicons.mo +share/locale/sl/LC_MESSAGES/kcminput.mo +share/locale/sl/LC_MESSAGES/kcmkclock.mo +share/locale/sl/LC_MESSAGES/kcmkded.mo +share/locale/sl/LC_MESSAGES/kcmkeyboard.mo +share/locale/sl/LC_MESSAGES/kcmkeys.mo +share/locale/sl/LC_MESSAGES/kcmlaunch.mo +share/locale/sl/LC_MESSAGES/kcmmousetheme.mo +share/locale/sl/LC_MESSAGES/kcmnotify.mo +share/locale/sl/LC_MESSAGES/kcmsmserver.mo +share/locale/sl/LC_MESSAGES/kcmstyle.mo +share/locale/sl/LC_MESSAGES/kcmtranslations.mo +share/locale/sl/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/sl/LC_MESSAGES/kfontinst.mo +share/locale/sl/LC_MESSAGES/knetattach.mo +share/locale/sl/LC_MESSAGES/krdb.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/sl/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/sl/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/sl/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/sl/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/sl/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/sl/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/sq/LC_MESSAGES/joystick.mo +share/locale/sq/LC_MESSAGES/kaccess.mo +share/locale/sq/LC_MESSAGES/kcm_autostart.mo +share/locale/sq/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/sq/LC_MESSAGES/kcm_emoticons.mo +share/locale/sq/LC_MESSAGES/kcm_phonon.mo +share/locale/sq/LC_MESSAGES/kcm_solid_actions.mo +share/locale/sq/LC_MESSAGES/kcm_standard_actions.mo +share/locale/sq/LC_MESSAGES/kcmaccess.mo +share/locale/sq/LC_MESSAGES/kcmcolors.mo +share/locale/sq/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/sq/LC_MESSAGES/kcmfonts.mo +share/locale/sq/LC_MESSAGES/kcmformats.mo +share/locale/sq/LC_MESSAGES/kcmicons.mo +share/locale/sq/LC_MESSAGES/kcminput.mo +share/locale/sq/LC_MESSAGES/kcmkclock.mo +share/locale/sq/LC_MESSAGES/kcmkded.mo +share/locale/sq/LC_MESSAGES/kcmkeyboard.mo +share/locale/sq/LC_MESSAGES/kcmkeys.mo +share/locale/sq/LC_MESSAGES/kcmlaunch.mo +share/locale/sq/LC_MESSAGES/kcmmousetheme.mo +share/locale/sq/LC_MESSAGES/kcmnotify.mo +share/locale/sq/LC_MESSAGES/kcmsmserver.mo +share/locale/sq/LC_MESSAGES/kcmstyle.mo +share/locale/sq/LC_MESSAGES/kfontinst.mo +share/locale/sq/LC_MESSAGES/knetattach.mo +share/locale/sq/LC_MESSAGES/krdb.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/sr/LC_MESSAGES/attica_kde.mo +share/locale/sr/LC_MESSAGES/joystick.mo +share/locale/sr/LC_MESSAGES/kaccess.mo +share/locale/sr/LC_MESSAGES/kcm_activities5.mo +share/locale/sr/LC_MESSAGES/kcm_autostart.mo +share/locale/sr/LC_MESSAGES/kcm_baloofile.mo +share/locale/sr/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/sr/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/sr/LC_MESSAGES/kcm_device_automounter.mo +share/locale/sr/LC_MESSAGES/kcm_emoticons.mo +share/locale/sr/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/sr/LC_MESSAGES/kcm_phonon.mo +share/locale/sr/LC_MESSAGES/kcm_search.mo +share/locale/sr/LC_MESSAGES/kcm_solid_actions.mo +share/locale/sr/LC_MESSAGES/kcm_splashscreen.mo +share/locale/sr/LC_MESSAGES/kcm_standard_actions.mo +share/locale/sr/LC_MESSAGES/kcm_touchpad.mo +share/locale/sr/LC_MESSAGES/kcmaccess.mo +share/locale/sr/LC_MESSAGES/kcmcolors.mo +share/locale/sr/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/sr/LC_MESSAGES/kcmfonts.mo +share/locale/sr/LC_MESSAGES/kcmformats.mo +share/locale/sr/LC_MESSAGES/kcmicons.mo +share/locale/sr/LC_MESSAGES/kcminput.mo +share/locale/sr/LC_MESSAGES/kcmkclock.mo +share/locale/sr/LC_MESSAGES/kcmkded.mo +share/locale/sr/LC_MESSAGES/kcmkeyboard.mo +share/locale/sr/LC_MESSAGES/kcmkeys.mo +share/locale/sr/LC_MESSAGES/kcmlaunch.mo +share/locale/sr/LC_MESSAGES/kcmmousetheme.mo +share/locale/sr/LC_MESSAGES/kcmnotify.mo +share/locale/sr/LC_MESSAGES/kcmsmserver.mo +share/locale/sr/LC_MESSAGES/kcmstyle.mo +share/locale/sr/LC_MESSAGES/kcmtranslations.mo +share/locale/sr/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/sr/LC_MESSAGES/kfontinst.mo +share/locale/sr/LC_MESSAGES/knetattach.mo +share/locale/sr/LC_MESSAGES/krdb.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/sr/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/sr/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/sr/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/sr/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/sr/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/sr/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/sr@ijekavian/LC_MESSAGES/attica_kde.mo +share/locale/sr@ijekavian/LC_MESSAGES/joystick.mo +share/locale/sr@ijekavian/LC_MESSAGES/kaccess.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_activities5.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_autostart.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_baloofile.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_device_automounter.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_emoticons.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_phonon.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_search.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_solid_actions.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_splashscreen.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_standard_actions.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_touchpad.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmaccess.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmcolors.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmfonts.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmformats.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmicons.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcminput.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmkclock.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmkded.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmkeyboard.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmkeys.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmlaunch.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmmousetheme.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmnotify.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmsmserver.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmstyle.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmtranslations.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/sr@ijekavian/LC_MESSAGES/kfontinst.mo +share/locale/sr@ijekavian/LC_MESSAGES/knetattach.mo +share/locale/sr@ijekavian/LC_MESSAGES/krdb.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/attica_kde.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/joystick.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kaccess.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_activities5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_autostart.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_baloofile.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_device_automounter.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_emoticons.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_phonon.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_search.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_solid_actions.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_splashscreen.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_standard_actions.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_touchpad.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmaccess.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmcolors.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmfonts.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmformats.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmicons.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcminput.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkclock.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkded.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkeyboard.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkeys.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmlaunch.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmmousetheme.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmnotify.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmsmserver.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmstyle.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtranslations.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kfontinst.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/knetattach.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/krdb.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/sr@latin/LC_MESSAGES/attica_kde.mo +share/locale/sr@latin/LC_MESSAGES/joystick.mo +share/locale/sr@latin/LC_MESSAGES/kaccess.mo +share/locale/sr@latin/LC_MESSAGES/kcm_activities5.mo +share/locale/sr@latin/LC_MESSAGES/kcm_autostart.mo +share/locale/sr@latin/LC_MESSAGES/kcm_baloofile.mo +share/locale/sr@latin/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/sr@latin/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/sr@latin/LC_MESSAGES/kcm_device_automounter.mo +share/locale/sr@latin/LC_MESSAGES/kcm_emoticons.mo +share/locale/sr@latin/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/sr@latin/LC_MESSAGES/kcm_phonon.mo +share/locale/sr@latin/LC_MESSAGES/kcm_search.mo +share/locale/sr@latin/LC_MESSAGES/kcm_solid_actions.mo +share/locale/sr@latin/LC_MESSAGES/kcm_splashscreen.mo +share/locale/sr@latin/LC_MESSAGES/kcm_standard_actions.mo +share/locale/sr@latin/LC_MESSAGES/kcm_touchpad.mo +share/locale/sr@latin/LC_MESSAGES/kcmaccess.mo +share/locale/sr@latin/LC_MESSAGES/kcmcolors.mo +share/locale/sr@latin/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/sr@latin/LC_MESSAGES/kcmfonts.mo +share/locale/sr@latin/LC_MESSAGES/kcmformats.mo +share/locale/sr@latin/LC_MESSAGES/kcmicons.mo +share/locale/sr@latin/LC_MESSAGES/kcminput.mo +share/locale/sr@latin/LC_MESSAGES/kcmkclock.mo +share/locale/sr@latin/LC_MESSAGES/kcmkded.mo +share/locale/sr@latin/LC_MESSAGES/kcmkeyboard.mo +share/locale/sr@latin/LC_MESSAGES/kcmkeys.mo +share/locale/sr@latin/LC_MESSAGES/kcmlaunch.mo +share/locale/sr@latin/LC_MESSAGES/kcmmousetheme.mo +share/locale/sr@latin/LC_MESSAGES/kcmnotify.mo +share/locale/sr@latin/LC_MESSAGES/kcmsmserver.mo +share/locale/sr@latin/LC_MESSAGES/kcmstyle.mo +share/locale/sr@latin/LC_MESSAGES/kcmtranslations.mo +share/locale/sr@latin/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/sr@latin/LC_MESSAGES/kfontinst.mo +share/locale/sr@latin/LC_MESSAGES/knetattach.mo +share/locale/sr@latin/LC_MESSAGES/krdb.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/sr@latin/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/sr@latin/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/sr@latin/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/sv/LC_MESSAGES/attica_kde.mo +share/locale/sv/LC_MESSAGES/joystick.mo +share/locale/sv/LC_MESSAGES/kaccess.mo +share/locale/sv/LC_MESSAGES/kcm_activities5.mo +share/locale/sv/LC_MESSAGES/kcm_autostart.mo +share/locale/sv/LC_MESSAGES/kcm_baloofile.mo +share/locale/sv/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/sv/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/sv/LC_MESSAGES/kcm_device_automounter.mo +share/locale/sv/LC_MESSAGES/kcm_emoticons.mo +share/locale/sv/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/sv/LC_MESSAGES/kcm_phonon.mo +share/locale/sv/LC_MESSAGES/kcm_search.mo +share/locale/sv/LC_MESSAGES/kcm_solid_actions.mo +share/locale/sv/LC_MESSAGES/kcm_splashscreen.mo +share/locale/sv/LC_MESSAGES/kcm_standard_actions.mo +share/locale/sv/LC_MESSAGES/kcm_touchpad.mo +share/locale/sv/LC_MESSAGES/kcmaccess.mo +share/locale/sv/LC_MESSAGES/kcmcolors.mo +share/locale/sv/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/sv/LC_MESSAGES/kcmfonts.mo +share/locale/sv/LC_MESSAGES/kcmformats.mo +share/locale/sv/LC_MESSAGES/kcmicons.mo +share/locale/sv/LC_MESSAGES/kcminput.mo +share/locale/sv/LC_MESSAGES/kcmkclock.mo +share/locale/sv/LC_MESSAGES/kcmkded.mo +share/locale/sv/LC_MESSAGES/kcmkeyboard.mo +share/locale/sv/LC_MESSAGES/kcmkeys.mo +share/locale/sv/LC_MESSAGES/kcmlaunch.mo +share/locale/sv/LC_MESSAGES/kcmmousetheme.mo +share/locale/sv/LC_MESSAGES/kcmnotify.mo +share/locale/sv/LC_MESSAGES/kcmsmserver.mo +share/locale/sv/LC_MESSAGES/kcmstyle.mo +share/locale/sv/LC_MESSAGES/kcmtranslations.mo +share/locale/sv/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/sv/LC_MESSAGES/kfontinst.mo +share/locale/sv/LC_MESSAGES/knetattach.mo +share/locale/sv/LC_MESSAGES/krdb.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/sv/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/sv/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/sv/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/sv/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/sv/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/sv/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/ta/LC_MESSAGES/joystick.mo +share/locale/ta/LC_MESSAGES/kaccess.mo +share/locale/ta/LC_MESSAGES/kcm_autostart.mo +share/locale/ta/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/ta/LC_MESSAGES/kcm_emoticons.mo +share/locale/ta/LC_MESSAGES/kcm_phonon.mo +share/locale/ta/LC_MESSAGES/kcmaccess.mo +share/locale/ta/LC_MESSAGES/kcmcolors.mo +share/locale/ta/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/ta/LC_MESSAGES/kcmfonts.mo +share/locale/ta/LC_MESSAGES/kcmformats.mo +share/locale/ta/LC_MESSAGES/kcmicons.mo +share/locale/ta/LC_MESSAGES/kcminput.mo +share/locale/ta/LC_MESSAGES/kcmkclock.mo +share/locale/ta/LC_MESSAGES/kcmkded.mo +share/locale/ta/LC_MESSAGES/kcmkeyboard.mo +share/locale/ta/LC_MESSAGES/kcmkeys.mo +share/locale/ta/LC_MESSAGES/kcmlaunch.mo +share/locale/ta/LC_MESSAGES/kcmmousetheme.mo +share/locale/ta/LC_MESSAGES/kcmnotify.mo +share/locale/ta/LC_MESSAGES/kcmsmserver.mo +share/locale/ta/LC_MESSAGES/kcmstyle.mo +share/locale/ta/LC_MESSAGES/kfontinst.mo +share/locale/ta/LC_MESSAGES/knetattach.mo +share/locale/ta/LC_MESSAGES/krdb.mo +share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/te/LC_MESSAGES/joystick.mo +share/locale/te/LC_MESSAGES/kaccess.mo +share/locale/te/LC_MESSAGES/kcm_autostart.mo +share/locale/te/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/te/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/te/LC_MESSAGES/kcm_emoticons.mo +share/locale/te/LC_MESSAGES/kcm_phonon.mo +share/locale/te/LC_MESSAGES/kcm_standard_actions.mo +share/locale/te/LC_MESSAGES/kcmaccess.mo +share/locale/te/LC_MESSAGES/kcmcolors.mo +share/locale/te/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/te/LC_MESSAGES/kcmfonts.mo +share/locale/te/LC_MESSAGES/kcmformats.mo +share/locale/te/LC_MESSAGES/kcmicons.mo +share/locale/te/LC_MESSAGES/kcminput.mo +share/locale/te/LC_MESSAGES/kcmkclock.mo +share/locale/te/LC_MESSAGES/kcmkded.mo +share/locale/te/LC_MESSAGES/kcmkeyboard.mo +share/locale/te/LC_MESSAGES/kcmkeys.mo +share/locale/te/LC_MESSAGES/kcmlaunch.mo +share/locale/te/LC_MESSAGES/kcmmousetheme.mo +share/locale/te/LC_MESSAGES/kcmnotify.mo +share/locale/te/LC_MESSAGES/kcmsmserver.mo +share/locale/te/LC_MESSAGES/kcmstyle.mo +share/locale/te/LC_MESSAGES/kfontinst.mo +share/locale/te/LC_MESSAGES/knetattach.mo +share/locale/te/LC_MESSAGES/krdb.mo +share/locale/te/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/te/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/te/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/te/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/tg/LC_MESSAGES/attica_kde.mo +share/locale/tg/LC_MESSAGES/joystick.mo +share/locale/tg/LC_MESSAGES/kaccess.mo +share/locale/tg/LC_MESSAGES/kcm_autostart.mo +share/locale/tg/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/tg/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/tg/LC_MESSAGES/kcm_emoticons.mo +share/locale/tg/LC_MESSAGES/kcm_phonon.mo +share/locale/tg/LC_MESSAGES/kcm_standard_actions.mo +share/locale/tg/LC_MESSAGES/kcmaccess.mo +share/locale/tg/LC_MESSAGES/kcmcolors.mo +share/locale/tg/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/tg/LC_MESSAGES/kcmfonts.mo +share/locale/tg/LC_MESSAGES/kcmformats.mo +share/locale/tg/LC_MESSAGES/kcmicons.mo +share/locale/tg/LC_MESSAGES/kcminput.mo +share/locale/tg/LC_MESSAGES/kcmkclock.mo +share/locale/tg/LC_MESSAGES/kcmkded.mo +share/locale/tg/LC_MESSAGES/kcmkeyboard.mo +share/locale/tg/LC_MESSAGES/kcmkeys.mo +share/locale/tg/LC_MESSAGES/kcmlaunch.mo +share/locale/tg/LC_MESSAGES/kcmmousetheme.mo +share/locale/tg/LC_MESSAGES/kcmnotify.mo +share/locale/tg/LC_MESSAGES/kcmsmserver.mo +share/locale/tg/LC_MESSAGES/kcmstyle.mo +share/locale/tg/LC_MESSAGES/kfontinst.mo +share/locale/tg/LC_MESSAGES/knetattach.mo +share/locale/tg/LC_MESSAGES/krdb.mo +share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/th/LC_MESSAGES/attica_kde.mo +share/locale/th/LC_MESSAGES/joystick.mo +share/locale/th/LC_MESSAGES/kaccess.mo +share/locale/th/LC_MESSAGES/kcm_autostart.mo +share/locale/th/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/th/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/th/LC_MESSAGES/kcm_device_automounter.mo +share/locale/th/LC_MESSAGES/kcm_emoticons.mo +share/locale/th/LC_MESSAGES/kcm_phonon.mo +share/locale/th/LC_MESSAGES/kcm_solid_actions.mo +share/locale/th/LC_MESSAGES/kcm_standard_actions.mo +share/locale/th/LC_MESSAGES/kcmaccess.mo +share/locale/th/LC_MESSAGES/kcmcolors.mo +share/locale/th/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/th/LC_MESSAGES/kcmfonts.mo +share/locale/th/LC_MESSAGES/kcmformats.mo +share/locale/th/LC_MESSAGES/kcmicons.mo +share/locale/th/LC_MESSAGES/kcminput.mo +share/locale/th/LC_MESSAGES/kcmkclock.mo +share/locale/th/LC_MESSAGES/kcmkded.mo +share/locale/th/LC_MESSAGES/kcmkeyboard.mo +share/locale/th/LC_MESSAGES/kcmkeys.mo +share/locale/th/LC_MESSAGES/kcmlaunch.mo +share/locale/th/LC_MESSAGES/kcmmousetheme.mo +share/locale/th/LC_MESSAGES/kcmnotify.mo +share/locale/th/LC_MESSAGES/kcmsmserver.mo +share/locale/th/LC_MESSAGES/kcmstyle.mo +share/locale/th/LC_MESSAGES/kfontinst.mo +share/locale/th/LC_MESSAGES/knetattach.mo +share/locale/th/LC_MESSAGES/krdb.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/th/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/tr/LC_MESSAGES/attica_kde.mo +share/locale/tr/LC_MESSAGES/joystick.mo +share/locale/tr/LC_MESSAGES/kaccess.mo +share/locale/tr/LC_MESSAGES/kcm_autostart.mo +share/locale/tr/LC_MESSAGES/kcm_baloofile.mo +share/locale/tr/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/tr/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/tr/LC_MESSAGES/kcm_device_automounter.mo +share/locale/tr/LC_MESSAGES/kcm_emoticons.mo +share/locale/tr/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/tr/LC_MESSAGES/kcm_phonon.mo +share/locale/tr/LC_MESSAGES/kcm_search.mo +share/locale/tr/LC_MESSAGES/kcm_solid_actions.mo +share/locale/tr/LC_MESSAGES/kcm_splashscreen.mo +share/locale/tr/LC_MESSAGES/kcm_standard_actions.mo +share/locale/tr/LC_MESSAGES/kcm_touchpad.mo +share/locale/tr/LC_MESSAGES/kcmaccess.mo +share/locale/tr/LC_MESSAGES/kcmcolors.mo +share/locale/tr/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/tr/LC_MESSAGES/kcmfonts.mo +share/locale/tr/LC_MESSAGES/kcmformats.mo +share/locale/tr/LC_MESSAGES/kcmicons.mo +share/locale/tr/LC_MESSAGES/kcminput.mo +share/locale/tr/LC_MESSAGES/kcmkclock.mo +share/locale/tr/LC_MESSAGES/kcmkded.mo +share/locale/tr/LC_MESSAGES/kcmkeyboard.mo +share/locale/tr/LC_MESSAGES/kcmkeys.mo +share/locale/tr/LC_MESSAGES/kcmlaunch.mo +share/locale/tr/LC_MESSAGES/kcmmousetheme.mo +share/locale/tr/LC_MESSAGES/kcmnotify.mo +share/locale/tr/LC_MESSAGES/kcmsmserver.mo +share/locale/tr/LC_MESSAGES/kcmstyle.mo +share/locale/tr/LC_MESSAGES/kcmtranslations.mo +share/locale/tr/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/tr/LC_MESSAGES/kfontinst.mo +share/locale/tr/LC_MESSAGES/knetattach.mo +share/locale/tr/LC_MESSAGES/krdb.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/tr/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/tr/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/tr/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/ug/LC_MESSAGES/attica_kde.mo +share/locale/ug/LC_MESSAGES/joystick.mo +share/locale/ug/LC_MESSAGES/kaccess.mo +share/locale/ug/LC_MESSAGES/kcm_autostart.mo +share/locale/ug/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/ug/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/ug/LC_MESSAGES/kcm_device_automounter.mo +share/locale/ug/LC_MESSAGES/kcm_emoticons.mo +share/locale/ug/LC_MESSAGES/kcm_phonon.mo +share/locale/ug/LC_MESSAGES/kcm_solid_actions.mo +share/locale/ug/LC_MESSAGES/kcm_standard_actions.mo +share/locale/ug/LC_MESSAGES/kcmaccess.mo +share/locale/ug/LC_MESSAGES/kcmcolors.mo +share/locale/ug/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/ug/LC_MESSAGES/kcmfonts.mo +share/locale/ug/LC_MESSAGES/kcmformats.mo +share/locale/ug/LC_MESSAGES/kcmicons.mo +share/locale/ug/LC_MESSAGES/kcminput.mo +share/locale/ug/LC_MESSAGES/kcmkclock.mo +share/locale/ug/LC_MESSAGES/kcmkded.mo +share/locale/ug/LC_MESSAGES/kcmkeyboard.mo +share/locale/ug/LC_MESSAGES/kcmkeys.mo +share/locale/ug/LC_MESSAGES/kcmlaunch.mo +share/locale/ug/LC_MESSAGES/kcmmousetheme.mo +share/locale/ug/LC_MESSAGES/kcmnotify.mo +share/locale/ug/LC_MESSAGES/kcmsmserver.mo +share/locale/ug/LC_MESSAGES/kcmstyle.mo +share/locale/ug/LC_MESSAGES/kfontinst.mo +share/locale/ug/LC_MESSAGES/knetattach.mo +share/locale/ug/LC_MESSAGES/krdb.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/ug/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/ug/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/uk/LC_MESSAGES/attica_kde.mo +share/locale/uk/LC_MESSAGES/joystick.mo +share/locale/uk/LC_MESSAGES/kaccess.mo +share/locale/uk/LC_MESSAGES/kcm_activities5.mo +share/locale/uk/LC_MESSAGES/kcm_autostart.mo +share/locale/uk/LC_MESSAGES/kcm_baloofile.mo +share/locale/uk/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/uk/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/uk/LC_MESSAGES/kcm_device_automounter.mo +share/locale/uk/LC_MESSAGES/kcm_emoticons.mo +share/locale/uk/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/uk/LC_MESSAGES/kcm_phonon.mo +share/locale/uk/LC_MESSAGES/kcm_search.mo +share/locale/uk/LC_MESSAGES/kcm_solid_actions.mo +share/locale/uk/LC_MESSAGES/kcm_splashscreen.mo +share/locale/uk/LC_MESSAGES/kcm_standard_actions.mo +share/locale/uk/LC_MESSAGES/kcm_touchpad.mo +share/locale/uk/LC_MESSAGES/kcmaccess.mo +share/locale/uk/LC_MESSAGES/kcmcolors.mo +share/locale/uk/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/uk/LC_MESSAGES/kcmfonts.mo +share/locale/uk/LC_MESSAGES/kcmformats.mo +share/locale/uk/LC_MESSAGES/kcmicons.mo +share/locale/uk/LC_MESSAGES/kcminput.mo +share/locale/uk/LC_MESSAGES/kcmkclock.mo +share/locale/uk/LC_MESSAGES/kcmkded.mo +share/locale/uk/LC_MESSAGES/kcmkeyboard.mo +share/locale/uk/LC_MESSAGES/kcmkeys.mo +share/locale/uk/LC_MESSAGES/kcmlaunch.mo +share/locale/uk/LC_MESSAGES/kcmmousetheme.mo +share/locale/uk/LC_MESSAGES/kcmnotify.mo +share/locale/uk/LC_MESSAGES/kcmsmserver.mo +share/locale/uk/LC_MESSAGES/kcmstyle.mo +share/locale/uk/LC_MESSAGES/kcmtranslations.mo +share/locale/uk/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/uk/LC_MESSAGES/kfontinst.mo +share/locale/uk/LC_MESSAGES/knetattach.mo +share/locale/uk/LC_MESSAGES/krdb.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/uk/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/uk/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/uk/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/uk/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/uk/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/uk/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/uz/LC_MESSAGES/joystick.mo +share/locale/uz/LC_MESSAGES/kaccess.mo +share/locale/uz/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/uz/LC_MESSAGES/kcmaccess.mo +share/locale/uz/LC_MESSAGES/kcmcolors.mo +share/locale/uz/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/uz/LC_MESSAGES/kcmfonts.mo +share/locale/uz/LC_MESSAGES/kcmformats.mo +share/locale/uz/LC_MESSAGES/kcmicons.mo +share/locale/uz/LC_MESSAGES/kcminput.mo +share/locale/uz/LC_MESSAGES/kcmkclock.mo +share/locale/uz/LC_MESSAGES/kcmkded.mo +share/locale/uz/LC_MESSAGES/kcmkeyboard.mo +share/locale/uz/LC_MESSAGES/kcmkeys.mo +share/locale/uz/LC_MESSAGES/kcmlaunch.mo +share/locale/uz/LC_MESSAGES/kcmmousetheme.mo +share/locale/uz/LC_MESSAGES/kcmnotify.mo +share/locale/uz/LC_MESSAGES/kcmsmserver.mo +share/locale/uz/LC_MESSAGES/kcmstyle.mo +share/locale/uz/LC_MESSAGES/kfontinst.mo +share/locale/uz/LC_MESSAGES/knetattach.mo +share/locale/uz/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/uz@cyrillic/LC_MESSAGES/joystick.mo +share/locale/uz@cyrillic/LC_MESSAGES/kaccess.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmaccess.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmcolors.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmfonts.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmformats.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmicons.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcminput.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmkclock.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmkded.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmkeyboard.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmkeys.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmlaunch.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmmousetheme.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmnotify.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmsmserver.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmstyle.mo +share/locale/uz@cyrillic/LC_MESSAGES/kfontinst.mo +share/locale/uz@cyrillic/LC_MESSAGES/knetattach.mo +share/locale/uz@cyrillic/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/vi/LC_MESSAGES/attica_kde.mo +share/locale/vi/LC_MESSAGES/joystick.mo +share/locale/vi/LC_MESSAGES/kaccess.mo +share/locale/vi/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/vi/LC_MESSAGES/kcm_emoticons.mo +share/locale/vi/LC_MESSAGES/kcm_phonon.mo +share/locale/vi/LC_MESSAGES/kcmaccess.mo +share/locale/vi/LC_MESSAGES/kcmcolors.mo +share/locale/vi/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/vi/LC_MESSAGES/kcmfonts.mo +share/locale/vi/LC_MESSAGES/kcmformats.mo +share/locale/vi/LC_MESSAGES/kcmicons.mo +share/locale/vi/LC_MESSAGES/kcminput.mo +share/locale/vi/LC_MESSAGES/kcmkclock.mo +share/locale/vi/LC_MESSAGES/kcmkded.mo +share/locale/vi/LC_MESSAGES/kcmkeyboard.mo +share/locale/vi/LC_MESSAGES/kcmkeys.mo +share/locale/vi/LC_MESSAGES/kcmlaunch.mo +share/locale/vi/LC_MESSAGES/kcmmousetheme.mo +share/locale/vi/LC_MESSAGES/kcmnotify.mo +share/locale/vi/LC_MESSAGES/kcmsmserver.mo +share/locale/vi/LC_MESSAGES/kcmstyle.mo +share/locale/vi/LC_MESSAGES/kfontinst.mo +share/locale/vi/LC_MESSAGES/knetattach.mo +share/locale/vi/LC_MESSAGES/krdb.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/wa/LC_MESSAGES/attica_kde.mo +share/locale/wa/LC_MESSAGES/joystick.mo +share/locale/wa/LC_MESSAGES/kaccess.mo +share/locale/wa/LC_MESSAGES/kcm_autostart.mo +share/locale/wa/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/wa/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/wa/LC_MESSAGES/kcm_device_automounter.mo +share/locale/wa/LC_MESSAGES/kcm_emoticons.mo +share/locale/wa/LC_MESSAGES/kcm_phonon.mo +share/locale/wa/LC_MESSAGES/kcm_solid_actions.mo +share/locale/wa/LC_MESSAGES/kcm_standard_actions.mo +share/locale/wa/LC_MESSAGES/kcmaccess.mo +share/locale/wa/LC_MESSAGES/kcmcolors.mo +share/locale/wa/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/wa/LC_MESSAGES/kcmfonts.mo +share/locale/wa/LC_MESSAGES/kcmformats.mo +share/locale/wa/LC_MESSAGES/kcmicons.mo +share/locale/wa/LC_MESSAGES/kcminput.mo +share/locale/wa/LC_MESSAGES/kcmkclock.mo +share/locale/wa/LC_MESSAGES/kcmkded.mo +share/locale/wa/LC_MESSAGES/kcmkeyboard.mo +share/locale/wa/LC_MESSAGES/kcmkeys.mo +share/locale/wa/LC_MESSAGES/kcmlaunch.mo +share/locale/wa/LC_MESSAGES/kcmmousetheme.mo +share/locale/wa/LC_MESSAGES/kcmnotify.mo +share/locale/wa/LC_MESSAGES/kcmsmserver.mo +share/locale/wa/LC_MESSAGES/kcmstyle.mo +share/locale/wa/LC_MESSAGES/kfontinst.mo +share/locale/wa/LC_MESSAGES/knetattach.mo +share/locale/wa/LC_MESSAGES/krdb.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/wa/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/xh/LC_MESSAGES/kaccess.mo +share/locale/xh/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/xh/LC_MESSAGES/kcmaccess.mo +share/locale/xh/LC_MESSAGES/kcmcolors.mo +share/locale/xh/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/xh/LC_MESSAGES/kcmfonts.mo +share/locale/xh/LC_MESSAGES/kcmformats.mo +share/locale/xh/LC_MESSAGES/kcmicons.mo +share/locale/xh/LC_MESSAGES/kcminput.mo +share/locale/xh/LC_MESSAGES/kcmkclock.mo +share/locale/xh/LC_MESSAGES/kcmkded.mo +share/locale/xh/LC_MESSAGES/kcmkeyboard.mo +share/locale/xh/LC_MESSAGES/kcmkeys.mo +share/locale/xh/LC_MESSAGES/kcmlaunch.mo +share/locale/xh/LC_MESSAGES/kcmmousetheme.mo +share/locale/xh/LC_MESSAGES/kcmnotify.mo +share/locale/xh/LC_MESSAGES/kcmsmserver.mo +share/locale/xh/LC_MESSAGES/kcmstyle.mo +share/locale/xh/LC_MESSAGES/kfontinst.mo +share/locale/xh/LC_MESSAGES/krdb.mo +share/locale/xh/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/zh_CN/LC_MESSAGES/attica_kde.mo +share/locale/zh_CN/LC_MESSAGES/joystick.mo +share/locale/zh_CN/LC_MESSAGES/kaccess.mo +share/locale/zh_CN/LC_MESSAGES/kcm_activities5.mo +share/locale/zh_CN/LC_MESSAGES/kcm_autostart.mo +share/locale/zh_CN/LC_MESSAGES/kcm_baloofile.mo +share/locale/zh_CN/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/zh_CN/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/zh_CN/LC_MESSAGES/kcm_device_automounter.mo +share/locale/zh_CN/LC_MESSAGES/kcm_emoticons.mo +share/locale/zh_CN/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/zh_CN/LC_MESSAGES/kcm_phonon.mo +share/locale/zh_CN/LC_MESSAGES/kcm_search.mo +share/locale/zh_CN/LC_MESSAGES/kcm_solid_actions.mo +share/locale/zh_CN/LC_MESSAGES/kcm_splashscreen.mo +share/locale/zh_CN/LC_MESSAGES/kcm_standard_actions.mo +share/locale/zh_CN/LC_MESSAGES/kcm_touchpad.mo +share/locale/zh_CN/LC_MESSAGES/kcmaccess.mo +share/locale/zh_CN/LC_MESSAGES/kcmcolors.mo +share/locale/zh_CN/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/zh_CN/LC_MESSAGES/kcmfonts.mo +share/locale/zh_CN/LC_MESSAGES/kcmformats.mo +share/locale/zh_CN/LC_MESSAGES/kcmicons.mo +share/locale/zh_CN/LC_MESSAGES/kcminput.mo +share/locale/zh_CN/LC_MESSAGES/kcmkclock.mo +share/locale/zh_CN/LC_MESSAGES/kcmkded.mo +share/locale/zh_CN/LC_MESSAGES/kcmkeyboard.mo +share/locale/zh_CN/LC_MESSAGES/kcmkeys.mo +share/locale/zh_CN/LC_MESSAGES/kcmlaunch.mo +share/locale/zh_CN/LC_MESSAGES/kcmmousetheme.mo +share/locale/zh_CN/LC_MESSAGES/kcmnotify.mo +share/locale/zh_CN/LC_MESSAGES/kcmsmserver.mo +share/locale/zh_CN/LC_MESSAGES/kcmstyle.mo +share/locale/zh_CN/LC_MESSAGES/kcmtranslations.mo +share/locale/zh_CN/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/zh_CN/LC_MESSAGES/kfontinst.mo +share/locale/zh_CN/LC_MESSAGES/knetattach.mo +share/locale/zh_CN/LC_MESSAGES/krdb.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/zh_CN/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/zh_CN/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/zh_CN/LC_MESSAGES/plasmaactivitymanager.mo +share/locale/zh_TW/LC_MESSAGES/attica_kde.mo +share/locale/zh_TW/LC_MESSAGES/joystick.mo +share/locale/zh_TW/LC_MESSAGES/kaccess.mo +share/locale/zh_TW/LC_MESSAGES/kcm_activities5.mo +share/locale/zh_TW/LC_MESSAGES/kcm_autostart.mo +share/locale/zh_TW/LC_MESSAGES/kcm_baloofile.mo +share/locale/zh_TW/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/zh_TW/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/zh_TW/LC_MESSAGES/kcm_device_automounter.mo +share/locale/zh_TW/LC_MESSAGES/kcm_emoticons.mo +share/locale/zh_TW/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/zh_TW/LC_MESSAGES/kcm_phonon.mo +share/locale/zh_TW/LC_MESSAGES/kcm_search.mo +share/locale/zh_TW/LC_MESSAGES/kcm_solid_actions.mo +share/locale/zh_TW/LC_MESSAGES/kcm_splashscreen.mo +share/locale/zh_TW/LC_MESSAGES/kcm_standard_actions.mo +share/locale/zh_TW/LC_MESSAGES/kcm_touchpad.mo +share/locale/zh_TW/LC_MESSAGES/kcmaccess.mo +share/locale/zh_TW/LC_MESSAGES/kcmcolors.mo +share/locale/zh_TW/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/zh_TW/LC_MESSAGES/kcmfonts.mo +share/locale/zh_TW/LC_MESSAGES/kcmformats.mo +share/locale/zh_TW/LC_MESSAGES/kcmicons.mo +share/locale/zh_TW/LC_MESSAGES/kcminput.mo +share/locale/zh_TW/LC_MESSAGES/kcmkclock.mo +share/locale/zh_TW/LC_MESSAGES/kcmkded.mo +share/locale/zh_TW/LC_MESSAGES/kcmkeyboard.mo +share/locale/zh_TW/LC_MESSAGES/kcmkeys.mo +share/locale/zh_TW/LC_MESSAGES/kcmlaunch.mo +share/locale/zh_TW/LC_MESSAGES/kcmmousetheme.mo +share/locale/zh_TW/LC_MESSAGES/kcmnotify.mo +share/locale/zh_TW/LC_MESSAGES/kcmsmserver.mo +share/locale/zh_TW/LC_MESSAGES/kcmstyle.mo +share/locale/zh_TW/LC_MESSAGES/kcmtranslations.mo +share/locale/zh_TW/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/zh_TW/LC_MESSAGES/kfontinst.mo +share/locale/zh_TW/LC_MESSAGES/knetattach.mo +share/locale/zh_TW/LC_MESSAGES/krdb.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/zh_TW/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/zh_TW/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/zh_TW/LC_MESSAGES/plasmaactivitymanager.mo +share/metainfo/org.kde.desktopcontainment.appdata.xml +share/metainfo/org.kde.desktoptoolbox.appdata.xml +share/metainfo/org.kde.paneltoolbox.appdata.xml +share/metainfo/org.kde.plasma.desktop.appdata.xml +share/metainfo/org.kde.plasma.desktop.appmenubar.appdata.xml +share/metainfo/org.kde.plasma.desktop.defaultPanel.appdata.xml +share/metainfo/org.kde.plasma.desktop.emptyPanel.appdata.xml +share/metainfo/org.kde.plasma.folder.appdata.xml +share/metainfo/org.kde.plasma.icontasks.appdata.xml +share/metainfo/org.kde.plasma.kicker.appdata.xml +share/metainfo/org.kde.plasma.kickoff.appdata.xml +share/metainfo/org.kde.plasma.kimpanel.appdata.xml +share/metainfo/org.kde.plasma.pager.appdata.xml +share/metainfo/org.kde.plasma.showActivityManager.appdata.xml +share/metainfo/org.kde.plasma.taskmanager.appdata.xml +share/metainfo/org.kde.plasma.trash.appdata.xml +share/metainfo/org.kde.plasma.windowlist.appdata.xml +share/metainfo/org.kde.plasmashell.metainfo.xml +%%SYNAPTICS%%share/plasma/desktoptheme/default/icons/touchpad.svg +share/plasma/layout-templates/org.kde.plasma.desktop.appmenubar/contents/layout.js +share/plasma/layout-templates/org.kde.plasma.desktop.appmenubar/metadata.desktop +share/plasma/layout-templates/org.kde.plasma.desktop.appmenubar/metadata.json +share/plasma/layout-templates/org.kde.plasma.desktop.defaultPanel/contents/layout.js +share/plasma/layout-templates/org.kde.plasma.desktop.defaultPanel/metadata.desktop +share/plasma/layout-templates/org.kde.plasma.desktop.defaultPanel/metadata.json +share/plasma/layout-templates/org.kde.plasma.desktop.emptyPanel/contents/layout.js +share/plasma/layout-templates/org.kde.plasma.desktop.emptyPanel/metadata.desktop +share/plasma/layout-templates/org.kde.plasma.desktop.emptyPanel/metadata.json +share/plasma/packages/org.kde.desktoptoolbox/contents/config/main.xml +share/plasma/packages/org.kde.desktoptoolbox/contents/ui/ToolBoxButton.qml +share/plasma/packages/org.kde.desktoptoolbox/contents/ui/ToolBoxItem.qml +share/plasma/packages/org.kde.desktoptoolbox/contents/ui/ToolBoxRoot.qml +share/plasma/packages/org.kde.desktoptoolbox/metadata.desktop +share/plasma/packages/org.kde.desktoptoolbox/metadata.json +share/plasma/packages/org.kde.paneltoolbox/contents/ui/main.qml +share/plasma/packages/org.kde.paneltoolbox/metadata.desktop +share/plasma/packages/org.kde.paneltoolbox/metadata.json +share/plasma/plasmoids/org.kde.desktopcontainment/contents/code/FolderTools.js +share/plasma/plasmoids/org.kde.desktopcontainment/contents/code/LayoutManager.js +share/plasma/plasmoids/org.kde.desktopcontainment/contents/config/config.qml +share/plasma/plasmoids/org.kde.desktopcontainment/contents/config/main.xml +share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ActionButton.qml +share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/AppletAppearance.qml +share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/AppletHandle.qml +share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/BackButtonItem.qml +share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/BusyOverlay.qml +share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/CompactRepresentation.qml +share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ConfigFilter.qml +share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ConfigIcons.qml +share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ConfigLocation.qml +share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ConfigTweaks.qml +share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemActionButton.qml +share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemDelegate.qml +share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemPreviewPluginsDialog.qml +share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderView.qml +share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderViewDialog.qml +share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderViewLayer.qml +share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml +share/plasma/plasmoids/org.kde.desktopcontainment/metadata.desktop +share/plasma/plasmoids/org.kde.desktopcontainment/metadata.json +share/plasma/plasmoids/org.kde.panel/contents/code/LayoutManager.js +share/plasma/plasmoids/org.kde.panel/contents/config/main.xml +share/plasma/plasmoids/org.kde.panel/contents/ui/ConfigOverlay.qml +share/plasma/plasmoids/org.kde.panel/contents/ui/main.qml +share/plasma/plasmoids/org.kde.panel/metadata.desktop +share/plasma/plasmoids/org.kde.panel/metadata.json +share/plasma/plasmoids/org.kde.panel/plasma-containment-panel.desktop +share/plasma/plasmoids/org.kde.plasma.folder/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.folder/metadata.json +share/plasma/plasmoids/org.kde.plasma.icontasks/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.icontasks/metadata.json +share/plasma/plasmoids/org.kde.plasma.kicker/contents/code/tools.js +share/plasma/plasmoids/org.kde.plasma.kicker/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.kicker/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ActionMenu.qml +share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/CompactRepresentation.qml +share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ConfigGeneral.qml +share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml +share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardTabBar.qml +share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardTabButton.qml +share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemGridDelegate.qml +share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemGridView.qml +share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemListDelegate.qml +share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemListDialog.qml +share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemListView.qml +share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemMultiGridView.qml +share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/MenuRepresentation.qml +share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/RunnerResultsList.qml +share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/SideBarItem.qml +share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/SideBarSection.qml +share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.kicker/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.kicker/metadata.json +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/code/tools.js +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/ActionMenu.qml +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/ApplicationsView.qml +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/BaseView.qml +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Breadcrumb.qml +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/ComputerView.qml +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/ConfigButtons.qml +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/ConfigGeneral.qml +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/FavoritesView.qml +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Footer.qml +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/FullRepresentation.qml +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Header.qml +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Kickoff.qml +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffButton.qml +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffConfigurationButton.qml +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffHighlight.qml +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffItem.qml +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/LeaveView.qml +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/RecentlyUsedView.qml +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/SearchView.qml +share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/SectionDelegate.qml +share/plasma/plasmoids/org.kde.plasma.kickoff/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.kickoff/metadata.json +share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/ActionMenu.qml +share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/ConfigAppearance.qml +share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/InputPanel.qml +share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/StatusIcon.qml +share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.kimpanel/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.kimpanel/metadata.json +share/plasma/plasmoids/org.kde.plasma.pager/contents/code/utils.js +share/plasma/plasmoids/org.kde.plasma.pager/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.pager/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.pager/contents/ui/configGeneral.qml +share/plasma/plasmoids/org.kde.plasma.pager/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.pager/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.pager/metadata.json +share/plasma/plasmoids/org.kde.plasma.showActivityManager/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.showActivityManager/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.showActivityManager/metadata.json +share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/code/layout.js +share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/code/tools.js +share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/AudioStream.qml +share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ConfigGeneral.qml +share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ContextMenu.qml +share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/GroupDialog.qml +share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/GroupExpanderOverlay.qml +share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/MouseHandler.qml +share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/PulseAudio.qml +share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml +share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/TaskBadgeOverlay.qml +share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/TaskList.qml +share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/TaskProgressOverlay.qml +share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipDelegate.qml +share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipInstance.qml +share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipWindowMouseArea.qml +share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.taskmanager/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.taskmanager/metadata.json +share/plasma/plasmoids/org.kde.plasma.trash/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.trash/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.trash/metadata.json +share/plasma/plasmoids/org.kde.plasma.windowlist/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.windowlist/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.windowlist/metadata.json +%%SYNAPTICS%%share/plasma/plasmoids/touchpad/contents/ui/touchpad.qml +%%SYNAPTICS%%share/plasma/plasmoids/touchpad/metadata.desktop +%%SYNAPTICS%%share/plasma/plasmoids/touchpad/metadata.json +share/plasma/services/kimpanel.operations +%%SYNAPTICS%%share/plasma/services/touchpad.operations +share/plasma/shells/org.kde.plasma.desktop/contents/InteractiveConsole.qml +share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/ActivityItem.qml +share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/ActivityList.qml +share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/ActivityManager.qml +share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/Heading.qml +share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/StoppedActivityItem.qml +share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/WindowPreview.qml +share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/static.js +share/plasma/shells/org.kde.plasma.desktop/contents/applet/AppletError.qml +share/plasma/shells/org.kde.plasma.desktop/contents/applet/CompactApplet.qml +share/plasma/shells/org.kde.plasma.desktop/contents/applet/DefaultCompactRepresentation.qml +share/plasma/shells/org.kde.plasma.desktop/contents/configuration/AppletConfiguration.qml +share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigCategoryDelegate.qml +share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentActions.qml +share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml +share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationKcmPage.qml +share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationShortcuts.qml +share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ContainmentConfiguration.qml +share/plasma/shells/org.kde.plasma.desktop/contents/configuration/MouseEventInputButton.qml +share/plasma/shells/org.kde.plasma.desktop/contents/configuration/PanelConfiguration.qml +share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/EdgeHandle.qml +share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/MoreSettingsMenu.qml +share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/Ruler.qml +share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/SizeHandle.qml +share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/SliderHandle.qml +share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/ToolBar.qml +share/plasma/shells/org.kde.plasma.desktop/contents/defaults +share/plasma/shells/org.kde.plasma.desktop/contents/explorer/AppletAlternatives.qml +share/plasma/shells/org.kde.plasma.desktop/contents/explorer/AppletDelegate.qml +share/plasma/shells/org.kde.plasma.desktop/contents/explorer/Tooltip.qml +share/plasma/shells/org.kde.plasma.desktop/contents/explorer/WidgetExplorer.qml +share/plasma/shells/org.kde.plasma.desktop/contents/layout.js +share/plasma/shells/org.kde.plasma.desktop/contents/loader.qml +share/plasma/shells/org.kde.plasma.desktop/contents/updates/obsolete_kickoffrc.js +share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml +share/plasma/shells/org.kde.plasma.desktop/contents/views/Panel.qml +share/plasma/shells/org.kde.plasma.desktop/metadata.desktop +share/plasma/shells/org.kde.plasma.desktop/metadata.json +share/polkit-1/actions/org.kde.fontinst.policy +share/polkit-1/actions/org.kde.kcontrol.kcmclock.policy +share/solid/devices/solid-device-Battery.desktop +share/solid/devices/solid-device-Block.desktop +share/solid/devices/solid-device-Camera.desktop +share/solid/devices/solid-device-OpticalDisc.desktop +share/solid/devices/solid-device-OpticalDrive.desktop +share/solid/devices/solid-device-PortableMediaPlayer.desktop +share/solid/devices/solid-device-Processor.desktop +share/solid/devices/solid-device-StorageAccess.desktop +share/solid/devices/solid-device-StorageDrive.desktop +share/solid/devices/solid-device-StorageVolume.desktop Index: x11/plasma5-plasma-integration/Makefile =================================================================== --- /dev/null +++ x11/plasma5-plasma-integration/Makefile @@ -0,0 +1,25 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= plasma-integration +PORTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 +CATEGORIES= x11 kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Qt Platform Theme integration plugins for the Plasma workspaces + +USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 pkgconfig tar:xz +USE_KDE= auth bookmarks breeze codecs completion config configwidgets \ + coreaddons ecm i18n iconthemes itemviews jobwidgets kio \ + notifications service solid wayland \ + widgetsaddons windowsystem xmlgui +USE_QT5= buildtools_build core dbus gui network qmake_build widgets \ + x11extras xml +USE_XORG= xcursor + +RUN_DEPENDS= ${LOCALBASE}/share/fonts/noto/NotoSans-Regular.ttf:x11-fonts/noto-lite \ + ${LOCALBASE}/share/fonts/hack-font/Hack-Regular.otf:x11-fonts/hack-font + +.include + Index: x11/plasma5-plasma-integration/distinfo =================================================================== --- /dev/null +++ x11/plasma5-plasma-integration/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101948 +SHA256 (KDE/plasma/5.9.2/plasma-integration-5.9.2.tar.xz) = 239f68671b1d1c7eb7e937dc9acf9b01ab1e5e13f69d032fa645aa7d880b3afe +SIZE (KDE/plasma/5.9.2/plasma-integration-5.9.2.tar.xz) = 49824 Index: x11/plasma5-plasma-integration/pkg-descr =================================================================== --- /dev/null +++ x11/plasma5-plasma-integration/pkg-descr @@ -0,0 +1,4 @@ +Qt Platform Theme integration plugins for the Plasma workspaces. + +WWW: https://projects.kde.org/projects/kde/workspace/plasma-integration + Index: x11/plasma5-plasma-integration/pkg-plist =================================================================== --- /dev/null +++ x11/plasma5-plasma-integration/pkg-plist @@ -0,0 +1,42 @@ +%%QT_PLUGINDIR%%/platformthemes/KDEPlasmaPlatformTheme.so +share/kconf_update/fonts_akregator.pl +share/kconf_update/fonts_akregator.upd +share/kconf_update/fonts_global.pl +share/kconf_update/fonts_global.upd +share/kconf_update/fonts_kate.pl +share/kconf_update/fonts_kate.upd +share/locale/ar/LC_MESSAGES/plasmaintegration5.mo +share/locale/ast/LC_MESSAGES/plasmaintegration5.mo +share/locale/ca/LC_MESSAGES/plasmaintegration5.mo +share/locale/ca@valencia/LC_MESSAGES/plasmaintegration5.mo +share/locale/cs/LC_MESSAGES/plasmaintegration5.mo +share/locale/da/LC_MESSAGES/plasmaintegration5.mo +share/locale/de/LC_MESSAGES/plasmaintegration5.mo +share/locale/el/LC_MESSAGES/plasmaintegration5.mo +share/locale/en_GB/LC_MESSAGES/plasmaintegration5.mo +share/locale/es/LC_MESSAGES/plasmaintegration5.mo +share/locale/et/LC_MESSAGES/plasmaintegration5.mo +share/locale/fi/LC_MESSAGES/plasmaintegration5.mo +share/locale/fr/LC_MESSAGES/plasmaintegration5.mo +share/locale/gl/LC_MESSAGES/plasmaintegration5.mo +share/locale/it/LC_MESSAGES/plasmaintegration5.mo +share/locale/ja/LC_MESSAGES/plasmaintegration5.mo +share/locale/ko/LC_MESSAGES/plasmaintegration5.mo +share/locale/nb/LC_MESSAGES/plasmaintegration5.mo +share/locale/nl/LC_MESSAGES/plasmaintegration5.mo +share/locale/nn/LC_MESSAGES/plasmaintegration5.mo +share/locale/pa/LC_MESSAGES/plasmaintegration5.mo +share/locale/pl/LC_MESSAGES/plasmaintegration5.mo +share/locale/pt/LC_MESSAGES/plasmaintegration5.mo +share/locale/pt_BR/LC_MESSAGES/plasmaintegration5.mo +share/locale/ru/LC_MESSAGES/plasmaintegration5.mo +share/locale/sk/LC_MESSAGES/plasmaintegration5.mo +share/locale/sl/LC_MESSAGES/plasmaintegration5.mo +share/locale/sr/LC_MESSAGES/plasmaintegration5.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasmaintegration5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmaintegration5.mo +share/locale/sr@latin/LC_MESSAGES/plasmaintegration5.mo +share/locale/sv/LC_MESSAGES/plasmaintegration5.mo +share/locale/uk/LC_MESSAGES/plasmaintegration5.mo +share/locale/zh_CN/LC_MESSAGES/plasmaintegration5.mo +share/locale/zh_TW/LC_MESSAGES/plasmaintegration5.mo Index: x11/plasma5-plasma-workspace/Makefile =================================================================== --- /dev/null +++ x11/plasma5-plasma-workspace/Makefile @@ -0,0 +1,75 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= plasma-workspace +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11 kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma5 Plasma workspace + +RUN_DEPENDS= iceauth:x11/iceauth \ + xsetroot:x11/xsetroot \ + xset:x11/xset \ + xmessage:x11/xmessage \ + ${LOCALBASE}/libdata/pkgconfig/xkeyboard-config.pc:x11/xkeyboard-config \ + iso-codes>=0:misc/iso-codes +LIB_DEPENDS= libcln.so:math/cln \ + libdbusmenu-qt5.so:devel/libdbusmenu-qt5 \ + libqalculate.so:math/libqalculate \ + libxcb-image.so:x11/xcb-util-image \ + libxcb-util.so:x11/xcb-util + +USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 pkgconfig \ + tar:xz +USE_KDE= activities activitymanagerd attica5 auth baloo5 bookmarks \ + codecs completion config configwidgets coreaddons crash \ + dbusaddons doctools emoticons filemetadata5 globalaccel \ + guiaddons i18n iconthemes idletime init itemmodels itemviews \ + jobwidgets js jsembed kcmutils kdeclarative kdelibs4support \ + kdesu kdewebkit kio kscreenlocker notifications package pty \ + kwin libkscreen libksysguard newstuff notifyconfig parts \ + plasma-framework plasma-integration prison runner service solid \ + sonnet texteditor textwidgets unitconversion wallet wayland \ + widgetsaddons windowsystem xmlgui xmlrpcclient \ + breeze_run breeze-icons_run oxygen-icons5_run \ + kde-cli-tools_run kded_run milou_run +USE_QT5= buildtools_build concurrent core dbus graphicaleffects gui \ + network paths_run phonon4 printsupport qdbus qmake_build qml quick \ + quickcontrols_run script sql testlib webkit widgets x11extras \ + xml +USE_XORG= ice sm x11 xau xcb xcomposite xext xfixes xft xkbfile xrender + +CMAKE_ARGS+= -DBUILD_TESTING:BOOL=OFF + +OPTIONS_DEFINE= PORTSGDB CALENDAR +OPTIONS_DEFAULT= ${OPTIONS_DEFINE} +OPTIONS_SUB= YES + +# make drkonqi use a newer gdb -- assume GDB_LINK is set +GDB= ${LOCALBASE}/bin/gdb +PORTSGDB_DESC= Use gdb from ports in drkonqi +PORTSGDB_RUN_DEPENDS= ${GDB}:devel/gdb + +CALENDAR_DESC= Support display of holidays in calendar applet +CALENDAR_USE= KDE=holidays + +.include + +post-patch: +# set the paths in startkde + ${REINPLACE_CMD} -e 's|%%KDE_PREFIX%%|${KDE_PREFIX}|g' \ + -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ + -e 's|%%QT_BINDIR%%|${QT_BINDIR}|g' \ + -e 's|%%QT_IMPORTDIR%%|${QT_IMPORTDIR}|g' \ + -e 's|%%QT_PLUGINDIR%%|${QT_PLUGINDIR}|g' \ + -e 's|%%QT_QMLDIR%%|${QT_QMLDIR}|g' \ + ${PATCH_WRKSRC}/startkde/startkde.cmake +# patch ${GDB} into drkonqi +.if ${PORT_OPTIONS:MPORTSGDB} + ${REINPLACE_CMD} -i "" -e '/Exec=/ s#gdb#${GDB}#g' \ + ${PATCH_WRKSRC}/drkonqi/data/debuggers/external/gdbrc \ + ${PATCH_WRKSRC}/drkonqi/data/debuggers/internal/gdbrc +.endif + +.include Index: x11/plasma5-plasma-workspace/distinfo =================================================================== --- /dev/null +++ x11/plasma5-plasma-workspace/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1487101992 +SHA256 (KDE/plasma/5.9.2/plasma-workspace-5.9.2.tar.xz) = a66824802fe9d7b42e05251d31dc677e3932c189de53328d83ef19f564e41a51 +SIZE (KDE/plasma/5.9.2/plasma-workspace-5.9.2.tar.xz) = 6936424 Index: x11/plasma5-plasma-workspace/files/patch-startkde__startkde.cmake =================================================================== --- /dev/null +++ x11/plasma5-plasma-workspace/files/patch-startkde__startkde.cmake @@ -0,0 +1,25 @@ +--- startkde/startkde.cmake.orig 2017-01-12 17:46:38 UTC ++++ startkde/startkde.cmake +@@ -2,6 +2,22 @@ + # + # DEFAULT KDE STARTUP SCRIPT ( @PROJECT_VERSION@ ) + # ++# FreeBSD: add ${QTPREFIX}/lib/qt5/bin to path - note, this should be done better ++PATH=${PATH}:%%QT_BINDIR%% ++export PATH ++ ++# FreeBSD: add xdg-dirs (see misc/kde4-xdg-env) ++XDG_CONFIG_DIRS=${XDG_CONFIG_DIRS}:/etc/xdg:%%LOCALBASE%%/etc/xdg:%%LOCALBASE%%/etc/xdg/xfce:%%KDE_PREFIX%%/etc/xdg ++export XDG_CONFIG_DIRS ++ ++XDG_DATA_DIRS=${XDG_DATA_DIRS}:/usr/share:%%KDE_PREFIX%%/share:%%LOCALBASE%%/share:%%LOCALBASE%%/share/gnome ++export XDG_DATA_DIRS ++ ++# FreeBSD: add qml/qt-plugin paths ++QML2_IMPORT_PATH="%%KDE_PREFIX%%/lib/qml:%%QT_QMLDIR%%:%%QT_IMPORTDIR%%:${QML2_IMPORT_PATH}" ++export QML2_IMPORT_PATH ++QT_PLUGIN_PATH="%%KDE_PREFIX%%/lib/plugins:%%QT_PLUGINDIR%%:${QT_PLUGIN_PATH}" ++export QT_PLUGIN_PATH + + # When the X server dies we get a HUP signal from xinit. We must ignore it + # because we still need to do some cleanup. Index: x11/plasma5-plasma-workspace/pkg-descr =================================================================== --- /dev/null +++ x11/plasma5-plasma-workspace/pkg-descr @@ -0,0 +1,3 @@ +Plasma5 Plasma Workspace + +WWW: https://projects.kde.org/projects/kde/workspace/plasma-workspace Index: x11/plasma5-plasma-workspace/pkg-plist =================================================================== --- /dev/null +++ x11/plasma5-plasma-workspace/pkg-plist @@ -0,0 +1,4762 @@ +bin/kcheckrunning +bin/kcminit +bin/kcminit_startup +bin/kdostartupconfig5 +bin/klipper +bin/krunner +bin/ksmserver +bin/ksplashqml +bin/kstartupconfig5 +bin/kuiserver5 +bin/plasmashell +bin/plasmawindowed +bin/startkde +bin/startplasmacompositor +bin/systemmonitor +bin/xembedsniproxy +etc/xdg/autostart/klipper.desktop +etc/xdg/autostart/krunner.desktop +etc/xdg/autostart/plasmashell.desktop +etc/xdg/autostart/xembedsniproxy.desktop +etc/xdg/plasmoids.knsrc +etc/xdg/taskmanagerrulesrc +etc/xdg/wallpaper.knsrc +include/kworkspace5/config-libkworkspace.h +include/kworkspace5/kdisplaymanager.h +include/kworkspace5/kworkspace.h +include/kworkspace5/kworkspace_export.h +include/plasma/weather/ion.h +include/plasma/weather/ion_export.h +include/taskmanager/abstracttasksmodel.h +include/taskmanager/abstracttasksmodeliface.h +include/taskmanager/abstracttasksproxymodeliface.h +include/taskmanager/abstractwindowtasksmodel.h +include/taskmanager/activityinfo.h +include/taskmanager/concatenatetasksproxymodel.h +include/taskmanager/flattentaskgroupsproxymodel.h +include/taskmanager/launchertasksmodel.h +include/taskmanager/startuptasksmodel.h +include/taskmanager/taskfilterproxymodel.h +include/taskmanager/taskgroupingproxymodel.h +include/taskmanager/taskmanager_export.h +include/taskmanager/tasksmodel.h +include/taskmanager/tasktools.h +include/taskmanager/virtualdesktopinfo.h +include/taskmanager/waylandtasksmodel.h +include/taskmanager/windowtasksmodel.h +include/taskmanager/xwindowtasksmodel.h +lib/cmake/KRunnerAppDBusInterface/KRunnerAppDBusInterfaceConfig.cmake +lib/cmake/KSMServerDBusInterface/KSMServerDBusInterfaceConfig.cmake +lib/cmake/LibKWorkspace/LibKWorkspaceConfig.cmake +lib/cmake/LibKWorkspace/LibKWorkspaceConfigVersion.cmake +lib/cmake/LibKWorkspace/LibKWorkspaceLibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/LibKWorkspace/LibKWorkspaceLibraryTargets.cmake +lib/cmake/LibTaskManager/LibTaskManagerConfig.cmake +lib/cmake/LibTaskManager/LibTaskManagerConfigVersion.cmake +lib/cmake/LibTaskManager/LibTaskManagerLibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/LibTaskManager/LibTaskManagerLibraryTargets.cmake +lib/kconf_update_bin/krunnerplugins +lib/libexec/drkonqi +lib/libexec/ksmserver-logout-greeter +lib/libexec/ksmserver-switchuser-greeter +lib/libexec/ksyncdbusenv +lib/libexec/startplasma +lib/libkdeinit5_kcminit.so +lib/libkdeinit5_kcminit_startup.so +lib/libkdeinit5_klipper.so +lib/libkdeinit5_ksmserver.so +lib/libkdeinit5_kuiserver5.so +lib/libkworkspace5.so +lib/libkworkspace5.so.5 +lib/libkworkspace5.so.%%KDE_PLASMA_VERSION%% +lib/libtaskmanager.so +lib/libtaskmanager.so.%%KDE_PLASMA_VERSION%% +lib/libtaskmanager.so.6 +lib/libweather_ion.so +lib/libweather_ion.so.7 +lib/libweather_ion.so.7.0.0 +%%QT_PLUGINDIR%%/kcm_krunner_kill.so +%%QT_PLUGINDIR%%/kf5/kded/appmenu.so +%%QT_PLUGINDIR%%/kf5/kded/desktopnotifier.so +%%QT_PLUGINDIR%%/kf5/kded/freespacenotifier.so +%%QT_PLUGINDIR%%/kf5/kded/ksysguard.so +%%QT_PLUGINDIR%%/kf5/kded/ktimezoned.so +%%QT_PLUGINDIR%%/kf5/kded/remotedirnotify.so +%%QT_PLUGINDIR%%/kf5/kded/solidautoeject.so +%%QT_PLUGINDIR%%/kf5/kded/soliduiserver.so +%%QT_PLUGINDIR%%/kf5/kded/statusnotifierwatcher.so +%%QT_PLUGINDIR%%/kf5/kio/desktop.so +%%QT_PLUGINDIR%%/kio_applications.so +%%QT_PLUGINDIR%%/kio_remote.so +%%QT_PLUGINDIR%%/kpackage/packagestructure/plasma_packagestructure_layoutemplate.so +%%QT_PLUGINDIR%%/kpackage/packagestructure/plasma_packagestructure_lookandfeel.so +%%QT_PLUGINDIR%%/kpackage/packagestructure/plasma_packagestructure_plasmashell.so +%%QT_PLUGINDIR%%/kpackage/packagestructure/plasma_packagestructure_wallpaper.so +%%QT_PLUGINDIR%%/kpackage/packagestructure/plasma_packagestructure_wallpaperimages.so +%%QT_PLUGINDIR%%/krunner_activities.so +%%QT_PLUGINDIR%%/krunner_baloosearchrunner.so +%%QT_PLUGINDIR%%/krunner_bookmarksrunner.so +%%QT_PLUGINDIR%%/krunner_calculatorrunner.so +%%QT_PLUGINDIR%%/krunner_kill.so +%%QT_PLUGINDIR%%/krunner_locations.so +%%QT_PLUGINDIR%%/krunner_placesrunner.so +%%QT_PLUGINDIR%%/krunner_powerdevil.so +%%QT_PLUGINDIR%%/krunner_recentdocuments.so +%%QT_PLUGINDIR%%/krunner_services.so +%%QT_PLUGINDIR%%/krunner_sessions.so +%%QT_PLUGINDIR%%/krunner_shell.so +%%QT_PLUGINDIR%%/krunner_webshortcuts.so +%%QT_PLUGINDIR%%/krunner_windowedwidgets.so +%%QT_PLUGINDIR%%/krunner_windows.so +%%QT_PLUGINDIR%%/phonon_platform/kde.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.private.systemtray.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.systemtray.so +%%QT_PLUGINDIR%%/plasma/applets/plasma_applet_appmenu.so +%%QT_PLUGINDIR%%/plasma/applets/plasma_applet_calendar.so +%%QT_PLUGINDIR%%/plasma/applets/plasma_applet_icon.so +%%QT_PLUGINDIR%%/plasma/applets/plasma_applet_notifications.so +%%QT_PLUGINDIR%%/plasma/dataengine/ion_bbcukmet.so +%%QT_PLUGINDIR%%/plasma/dataengine/ion_envcan.so +%%QT_PLUGINDIR%%/plasma/dataengine/ion_noaa.so +%%QT_PLUGINDIR%%/plasma/dataengine/ion_wettercom.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_activities.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_applicationjobs.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_apps.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_clipboard.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_devicenotifications.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_dict.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_executable.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_favicons.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_filebrowser.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_hotplug.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_keystate.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_mouse.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_mpris2.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_notifications.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_packagekit.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_places.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_powermanagement.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_share.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_soliddevice.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_statusnotifieritem.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_systemmonitor.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_time.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_weather.so +%%QT_PLUGINDIR%%/plasma/packagestructure/plasma_packagestructure_share.so +%%QT_PLUGINDIR%%/plasma_containmentactions_applauncher.so +%%QT_PLUGINDIR%%/plasma_containmentactions_contextmenu.so +%%QT_PLUGINDIR%%/plasma_containmentactions_paste.so +%%QT_PLUGINDIR%%/plasma_containmentactions_switchactivity.so +%%QT_PLUGINDIR%%/plasma_containmentactions_switchdesktop.so +%%QT_PLUGINDIR%%/plasma_containmentactions_switchwindow.so +%%QT_PLUGINDIR%%/plasmacalendarplugins/holidays/HolidaysConfig.qml +%%QT_PLUGINDIR%%/plasmacalendarplugins/holidaysevents.so +%%QT_QMLDIR%%/org/kde/holidayeventshelperplugin/libholidayeventshelperplugin.so +%%QT_QMLDIR%%/org/kde/holidayeventshelperplugin/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/appmenu/libappmenuplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/appmenu/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/digitalclock/libdigitalclockplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/digitalclock/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/notifications/libnotificationshelperplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/notifications/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/sessions/libsessionsprivateplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/sessions/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/shell/libplasmashellprivateplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/shell/qmldir +%%QT_QMLDIR%%/org/kde/plasma/wallpapers/image/libplasma_wallpaper_imageplugin.so +%%QT_QMLDIR%%/org/kde/plasma/wallpapers/image/qmldir +%%QT_QMLDIR%%/org/kde/plasma/workspace/components/BatteryIcon.qml +%%QT_QMLDIR%%/org/kde/plasma/workspace/components/qmldir +%%QT_QMLDIR%%/org/kde/plasma/workspace/keyboardlayout/libkeyboardlayoutplugin.so +%%QT_QMLDIR%%/org/kde/plasma/workspace/keyboardlayout/qmldir +%%QT_QMLDIR%%/org/kde/taskmanager/libtaskmanagerplugin.so +%%QT_QMLDIR%%/org/kde/taskmanager/qmldir +share/applications/org.kde.klipper.desktop +share/applications/plasma-windowed.desktop +share/config.kcfg/freespacenotifier.kcfg +share/dbus-1/interfaces/com.canonical.AppMenu.Registrar.xml +share/dbus-1/interfaces/org.kde.KSMServerInterface.xml +share/dbus-1/interfaces/org.kde.KSplash.xml +share/dbus-1/interfaces/org.kde.PlasmaShell.xml +share/dbus-1/interfaces/org.kde.kappmenu.xml +share/dbus-1/interfaces/org.kde.krunner.App.xml +share/dbus-1/services/kf5_org.kde.kuiserver.service +share/dbus-1/services/org.kde.krunner.service +share/desktop-directories/kf5-development-translation.directory +share/desktop-directories/kf5-development-webdevelopment.directory +share/desktop-directories/kf5-development.directory +share/desktop-directories/kf5-editors.directory +share/desktop-directories/kf5-edu-languages.directory +share/desktop-directories/kf5-edu-mathematics.directory +share/desktop-directories/kf5-edu-miscellaneous.directory +share/desktop-directories/kf5-edu-science.directory +share/desktop-directories/kf5-edu-tools.directory +share/desktop-directories/kf5-education.directory +share/desktop-directories/kf5-games-arcade.directory +share/desktop-directories/kf5-games-board.directory +share/desktop-directories/kf5-games-card.directory +share/desktop-directories/kf5-games-kids.directory +share/desktop-directories/kf5-games-logic.directory +share/desktop-directories/kf5-games-roguelikes.directory +share/desktop-directories/kf5-games-strategy.directory +share/desktop-directories/kf5-games.directory +share/desktop-directories/kf5-graphics.directory +share/desktop-directories/kf5-internet-terminal.directory +share/desktop-directories/kf5-internet.directory +share/desktop-directories/kf5-main.directory +share/desktop-directories/kf5-more.directory +share/desktop-directories/kf5-multimedia.directory +share/desktop-directories/kf5-office.directory +share/desktop-directories/kf5-science.directory +share/desktop-directories/kf5-settingsmenu.directory +share/desktop-directories/kf5-system-terminal.directory +share/desktop-directories/kf5-system.directory +share/desktop-directories/kf5-toys.directory +share/desktop-directories/kf5-unknown.directory +share/desktop-directories/kf5-utilities-accessibility.directory +share/desktop-directories/kf5-utilities-desktop.directory +share/desktop-directories/kf5-utilities-file.directory +share/desktop-directories/kf5-utilities-peripherals.directory +share/desktop-directories/kf5-utilities-pim.directory +share/desktop-directories/kf5-utilities-xutils.directory +share/desktop-directories/kf5-utilities.directory +share/doc/HTML/de/klipper/index.cache.bz2 +share/doc/HTML/de/klipper/index.docbook +share/doc/HTML/en/kcontrol/screenlocker/index.cache.bz2 +share/doc/HTML/en/kcontrol/screenlocker/index.docbook +share/doc/HTML/en/klipper/index.cache.bz2 +share/doc/HTML/en/klipper/index.docbook +share/doc/HTML/en/klipper/klipper-application.png +share/doc/HTML/en/klipper/klipper-widget.png +share/doc/HTML/en/klipper/screenshot.png +share/drkonqi/debuggers/external/gdbrc +share/drkonqi/debuggers/external/kdbgrc +share/drkonqi/debuggers/internal/dbxrc +share/drkonqi/debuggers/internal/gdbrc +share/drkonqi/debuggers/internal/kdbgwinrc +share/drkonqi/mappings +share/kconf_update/krunnerplugins.upd +share/kdevappwizard/templates/ion-dataengine.tar.bz2 +share/kio_desktop/DesktopLinks/Home.desktop +share/kio_desktop/directory.desktop +share/kio_desktop/directory.trash +share/knotifications5/freespacenotifier.notifyrc +share/knotifications5/phonon.notifyrc +share/kservices5/applications.protocol +share/kservices5/desktop.protocol +share/kservices5/ion-bbcukmet.desktop +share/kservices5/ion-envcan.desktop +share/kservices5/ion-noaa.desktop +share/kservices5/ion-wettercom.desktop +share/kservices5/kuiserver.desktop +share/kservices5/plasma-applet-org.kde.plasma.activitybar.desktop +share/kservices5/plasma-applet-org.kde.plasma.analogclock.desktop +share/kservices5/plasma-applet-org.kde.plasma.appmenu.desktop +share/kservices5/plasma-applet-org.kde.plasma.battery.desktop +share/kservices5/plasma-applet-org.kde.plasma.calendar.desktop +share/kservices5/plasma-applet-org.kde.plasma.clipboard.desktop +share/kservices5/plasma-applet-org.kde.plasma.devicenotifier.desktop +share/kservices5/plasma-applet-org.kde.plasma.digitalclock.desktop +share/kservices5/plasma-applet-org.kde.plasma.icon.desktop +share/kservices5/plasma-applet-org.kde.plasma.lock_logout.desktop +share/kservices5/plasma-applet-org.kde.plasma.mediacontroller.desktop +share/kservices5/plasma-applet-org.kde.plasma.notifications.desktop +share/kservices5/plasma-applet-org.kde.plasma.panelspacer.desktop +share/kservices5/plasma-applet-org.kde.plasma.private.systemtray.desktop +share/kservices5/plasma-applet-org.kde.plasma.systemmonitor.cpu.desktop +share/kservices5/plasma-applet-org.kde.plasma.systemmonitor.diskactivity.desktop +share/kservices5/plasma-applet-org.kde.plasma.systemmonitor.diskusage.desktop +share/kservices5/plasma-applet-org.kde.plasma.systemmonitor.memory.desktop +share/kservices5/plasma-applet-org.kde.plasma.systemmonitor.net.desktop +share/kservices5/plasma-applet-org.kde.plasma.systemtray.desktop +share/kservices5/plasma-containmentactions-applauncher.desktop +share/kservices5/plasma-containmentactions-contextmenu.desktop +share/kservices5/plasma-containmentactions-paste.desktop +share/kservices5/plasma-containmentactions-switchactivity.desktop +share/kservices5/plasma-containmentactions-switchdesktop.desktop +share/kservices5/plasma-containmentactions-switchwindow.desktop +share/kservices5/plasma-dataengine-activities.desktop +share/kservices5/plasma-dataengine-applicationjobs.desktop +share/kservices5/plasma-dataengine-apps.desktop +share/kservices5/plasma-dataengine-clipboard.desktop +share/kservices5/plasma-dataengine-devicenotifications.desktop +share/kservices5/plasma-dataengine-dict.desktop +share/kservices5/plasma-dataengine-executable.desktop +share/kservices5/plasma-dataengine-favicons.desktop +share/kservices5/plasma-dataengine-filebrowser.desktop +share/kservices5/plasma-dataengine-hotplug.desktop +share/kservices5/plasma-dataengine-keystate.desktop +share/kservices5/plasma-dataengine-mouse.desktop +share/kservices5/plasma-dataengine-mpris2.desktop +share/kservices5/plasma-dataengine-notifications.desktop +share/kservices5/plasma-dataengine-packagekit.desktop +share/kservices5/plasma-dataengine-places.desktop +share/kservices5/plasma-dataengine-powermanagement.desktop +share/kservices5/plasma-dataengine-share-addon-im9.desktop +share/kservices5/plasma-dataengine-share-addon-imgsusepasteorg.desktop +share/kservices5/plasma-dataengine-share-addon-imgur.desktop +share/kservices5/plasma-dataengine-share-addon-kde.desktop +share/kservices5/plasma-dataengine-share-addon-pastebincom.desktop +share/kservices5/plasma-dataengine-share-addon-pasteopensuseorg.desktop +share/kservices5/plasma-dataengine-share-addon-pasteubuntucom.desktop +share/kservices5/plasma-dataengine-share-addon-privatepastecom.desktop +share/kservices5/plasma-dataengine-share-addon-simplestimagehosting.desktop +share/kservices5/plasma-dataengine-share-addon-wklej.desktop +share/kservices5/plasma-dataengine-share-addon-wstaw.desktop +share/kservices5/plasma-dataengine-share.desktop +share/kservices5/plasma-dataengine-soliddevice.desktop +share/kservices5/plasma-dataengine-statusnotifieritem.desktop +share/kservices5/plasma-dataengine-systemmonitor.desktop +share/kservices5/plasma-dataengine-time.desktop +share/kservices5/plasma-dataengine-weather.desktop +share/kservices5/plasma-lookandfeel-org.kde.breeze.desktop.desktop +share/kservices5/plasma-runner-activityrunner.desktop +share/kservices5/plasma-runner-baloosearch.desktop +share/kservices5/plasma-runner-bookmarks.desktop +share/kservices5/plasma-runner-calculator.desktop +share/kservices5/plasma-runner-kill.desktop +share/kservices5/plasma-runner-kill_config.desktop +share/kservices5/plasma-runner-locations.desktop +share/kservices5/plasma-runner-places.desktop +share/kservices5/plasma-runner-powerdevil.desktop +share/kservices5/plasma-runner-services.desktop +share/kservices5/plasma-runner-sessions.desktop +share/kservices5/plasma-runner-shell.desktop +share/kservices5/plasma-runner-webshortcuts.desktop +share/kservices5/plasma-runner-windowedwidgets.desktop +share/kservices5/plasma-runner-windows.desktop +share/kservices5/plasma-wallpaper-org.kde.color.desktop +share/kservices5/plasma-wallpaper-org.kde.image.desktop +share/kservices5/plasma-wallpaper-org.kde.slideshow.desktop +share/kservices5/programs.protocol +share/kservices5/recentdocuments.desktop +share/kservices5/remote.protocol +share/kservicetypes5/phononbackend.desktop +share/kservicetypes5/plasma-layouttemplate.desktop +share/kservicetypes5/plasma_shareprovider.desktop +share/ksmserver/themes/contour/ContourButton.qml +share/ksmserver/themes/contour/main.qml +share/ksmserver/themes/contour/metadata.desktop +share/ksmserver/themes/contour/screenshot.png +share/ksmserver/themes/default/KSMButton.qml +share/ksmserver/themes/default/metadata.desktop +share/ksmserver/themes/default/screenshot.png +share/ksplash/Themes/Classic/FadeIn.qml +share/ksplash/Themes/Classic/Preview.png +share/ksplash/Themes/Classic/Theme.rc +share/ksplash/Themes/Classic/images/background.png +share/ksplash/Themes/Classic/images/icon1.png +share/ksplash/Themes/Classic/images/icon2.png +share/ksplash/Themes/Classic/images/icon3.png +share/ksplash/Themes/Classic/images/icon4.png +share/ksplash/Themes/Classic/images/icon5.png +share/ksplash/Themes/Classic/images/rectangle.png +share/ksplash/Themes/Classic/main.qml +share/ksplash/Themes/Minimalistic/Preview.png +share/ksplash/Themes/Minimalistic/Theme.rc +share/ksplash/Themes/Minimalistic/images/kdegear.png +share/ksplash/Themes/Minimalistic/images/kdeletter.png +share/ksplash/Themes/Minimalistic/images/kdelogo-contrast.png +share/ksplash/Themes/Minimalistic/images/kdelogo.png +share/ksplash/Themes/Minimalistic/images/kdemask.png +share/ksplash/Themes/Minimalistic/main.qml +share/ksplash/Themes/None/Theme.rc +share/kstyle/themes/qtcde.themerc +share/kstyle/themes/qtcleanlooks.themerc +share/kstyle/themes/qtgtk.themerc +share/kstyle/themes/qtmotif.themerc +share/kstyle/themes/qtplastique.themerc +share/kstyle/themes/qtwindows.themerc +share/locale/af/LC_MESSAGES/drkonqi.mo +share/locale/af/LC_MESSAGES/kio_applications.mo +share/locale/af/LC_MESSAGES/kio_remote.mo +share/locale/af/LC_MESSAGES/klipper.mo +share/locale/af/LC_MESSAGES/ksmserver.mo +share/locale/ar/LC_MESSAGES/drkonqi.mo +share/locale/ar/LC_MESSAGES/freespacenotifier.mo +share/locale/ar/LC_MESSAGES/kcminit.mo +share/locale/ar/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/ar/LC_MESSAGES/kio_applications.mo +share/locale/ar/LC_MESSAGES/kio_remote.mo +share/locale/ar/LC_MESSAGES/klipper.mo +share/locale/ar/LC_MESSAGES/krunner.mo +share/locale/ar/LC_MESSAGES/ksmserver.mo +share/locale/ar/LC_MESSAGES/kuiserver5.mo +share/locale/ar/LC_MESSAGES/libkworkspace.mo +share/locale/ar/LC_MESSAGES/phonon_kde.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/ar/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/ar/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/ar/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/ar/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/ar/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/ar/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/ar/LC_MESSAGES/plasma_engine_network.mo +share/locale/ar/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/ar/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/ar/LC_MESSAGES/plasma_engine_rss.mo +share/locale/ar/LC_MESSAGES/plasma_engine_share.mo +share/locale/ar/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ar/LC_MESSAGES/plasma_engine_time.mo +share/locale/ar/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ar/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/ar/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/ar/LC_MESSAGES/plasma_runner_activities.mo +share/locale/ar/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/ar/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/ar/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/ar/LC_MESSAGES/plasma_runner_kill.mo +share/locale/ar/LC_MESSAGES/plasma_runner_locations.mo +share/locale/ar/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/ar/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/ar/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/ar/LC_MESSAGES/plasma_runner_services.mo +share/locale/ar/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/ar/LC_MESSAGES/plasma_runner_shell.mo +share/locale/ar/LC_MESSAGES/plasma_runner_solid.mo +share/locale/ar/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/ar/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/ar/LC_MESSAGES/plasma_runner_windows.mo +share/locale/ar/LC_MESSAGES/plasmashell.mo +share/locale/ar/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/ar/LC_MESSAGES/soliduiserver.mo +share/locale/ar/LC_MESSAGES/systemmonitor.mo +share/locale/ast/LC_MESSAGES/drkonqi.mo +share/locale/ast/LC_MESSAGES/freespacenotifier.mo +share/locale/ast/LC_MESSAGES/kcminit.mo +share/locale/ast/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/ast/LC_MESSAGES/kio_applications.mo +share/locale/ast/LC_MESSAGES/kio_remote.mo +share/locale/ast/LC_MESSAGES/klipper.mo +share/locale/ast/LC_MESSAGES/krunner.mo +share/locale/ast/LC_MESSAGES/ksmserver.mo +share/locale/ast/LC_MESSAGES/kuiserver5.mo +share/locale/ast/LC_MESSAGES/libkworkspace.mo +share/locale/ast/LC_MESSAGES/phonon_kde.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/ast/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/ast/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/ast/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/ast/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/ast/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/ast/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/ast/LC_MESSAGES/plasma_engine_network.mo +share/locale/ast/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/ast/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/ast/LC_MESSAGES/plasma_engine_rss.mo +share/locale/ast/LC_MESSAGES/plasma_engine_share.mo +share/locale/ast/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ast/LC_MESSAGES/plasma_engine_time.mo +share/locale/ast/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ast/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/ast/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/ast/LC_MESSAGES/plasma_runner_activities.mo +share/locale/ast/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/ast/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/ast/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/ast/LC_MESSAGES/plasma_runner_kill.mo +share/locale/ast/LC_MESSAGES/plasma_runner_locations.mo +share/locale/ast/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/ast/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/ast/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/ast/LC_MESSAGES/plasma_runner_services.mo +share/locale/ast/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/ast/LC_MESSAGES/plasma_runner_shell.mo +share/locale/ast/LC_MESSAGES/plasma_runner_solid.mo +share/locale/ast/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/ast/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/ast/LC_MESSAGES/plasma_runner_windows.mo +share/locale/ast/LC_MESSAGES/plasmashell.mo +share/locale/ast/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/ast/LC_MESSAGES/soliduiserver.mo +share/locale/ast/LC_MESSAGES/systemmonitor.mo +share/locale/be/LC_MESSAGES/drkonqi.mo +share/locale/be/LC_MESSAGES/kcminit.mo +share/locale/be/LC_MESSAGES/kio_applications.mo +share/locale/be/LC_MESSAGES/kio_remote.mo +share/locale/be/LC_MESSAGES/klipper.mo +share/locale/be/LC_MESSAGES/ksmserver.mo +share/locale/be/LC_MESSAGES/kuiserver5.mo +share/locale/be/LC_MESSAGES/libkworkspace.mo +share/locale/be/LC_MESSAGES/phonon_kde.mo +share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/be/LC_MESSAGES/plasma_engine_weather.mo +share/locale/be/LC_MESSAGES/plasma_runner_locations.mo +share/locale/be/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/be/LC_MESSAGES/soliduiserver.mo +share/locale/be@latin/LC_MESSAGES/kcminit.mo +share/locale/be@latin/LC_MESSAGES/kio_applications.mo +share/locale/be@latin/LC_MESSAGES/kio_remote.mo +share/locale/be@latin/LC_MESSAGES/klipper.mo +share/locale/be@latin/LC_MESSAGES/libkworkspace.mo +share/locale/be@latin/LC_MESSAGES/phonon_kde.mo +share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/be@latin/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/be@latin/LC_MESSAGES/plasma_engine_rss.mo +share/locale/be@latin/LC_MESSAGES/soliduiserver.mo +share/locale/bg/LC_MESSAGES/drkonqi.mo +share/locale/bg/LC_MESSAGES/freespacenotifier.mo +share/locale/bg/LC_MESSAGES/kcminit.mo +share/locale/bg/LC_MESSAGES/kio_applications.mo +share/locale/bg/LC_MESSAGES/kio_remote.mo +share/locale/bg/LC_MESSAGES/klipper.mo +share/locale/bg/LC_MESSAGES/ksmserver.mo +share/locale/bg/LC_MESSAGES/kuiserver5.mo +share/locale/bg/LC_MESSAGES/libkworkspace.mo +share/locale/bg/LC_MESSAGES/phonon_kde.mo +share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/bg/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/bg/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/bg/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/bg/LC_MESSAGES/plasma_engine_rss.mo +share/locale/bg/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/bg/LC_MESSAGES/plasma_engine_weather.mo +share/locale/bg/LC_MESSAGES/plasma_runner_activities.mo +share/locale/bg/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/bg/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/bg/LC_MESSAGES/plasma_runner_locations.mo +share/locale/bg/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/bg/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/bg/LC_MESSAGES/plasma_runner_services.mo +share/locale/bg/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/bg/LC_MESSAGES/plasma_runner_shell.mo +share/locale/bg/LC_MESSAGES/plasma_runner_solid.mo +share/locale/bg/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/bg/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/bg/LC_MESSAGES/soliduiserver.mo +share/locale/bn/LC_MESSAGES/drkonqi.mo +share/locale/bn/LC_MESSAGES/klipper.mo +share/locale/bn/LC_MESSAGES/ksmserver.mo +share/locale/bn/LC_MESSAGES/plasma_engine_weather.mo +share/locale/bn_IN/LC_MESSAGES/drkonqi.mo +share/locale/bn_IN/LC_MESSAGES/kcminit.mo +share/locale/bn_IN/LC_MESSAGES/kio_applications.mo +share/locale/bn_IN/LC_MESSAGES/kio_remote.mo +share/locale/bn_IN/LC_MESSAGES/klipper.mo +share/locale/bn_IN/LC_MESSAGES/ksmserver.mo +share/locale/bn_IN/LC_MESSAGES/kuiserver5.mo +share/locale/bn_IN/LC_MESSAGES/libkworkspace.mo +share/locale/bn_IN/LC_MESSAGES/phonon_kde.mo +share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/bn_IN/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/bn_IN/LC_MESSAGES/plasma_engine_rss.mo +share/locale/bn_IN/LC_MESSAGES/plasma_engine_weather.mo +share/locale/bn_IN/LC_MESSAGES/plasma_runner_locations.mo +share/locale/bn_IN/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/bn_IN/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/bn_IN/LC_MESSAGES/plasma_runner_shell.mo +share/locale/bn_IN/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/bn_IN/LC_MESSAGES/soliduiserver.mo +share/locale/br/LC_MESSAGES/drkonqi.mo +share/locale/br/LC_MESSAGES/kio_applications.mo +share/locale/br/LC_MESSAGES/kio_remote.mo +share/locale/br/LC_MESSAGES/klipper.mo +share/locale/br/LC_MESSAGES/ksmserver.mo +share/locale/bs/LC_MESSAGES/drkonqi.mo +share/locale/bs/LC_MESSAGES/freespacenotifier.mo +share/locale/bs/LC_MESSAGES/kcminit.mo +share/locale/bs/LC_MESSAGES/kio_applications.mo +share/locale/bs/LC_MESSAGES/kio_remote.mo +share/locale/bs/LC_MESSAGES/klipper.mo +share/locale/bs/LC_MESSAGES/krunner.mo +share/locale/bs/LC_MESSAGES/ksmserver.mo +share/locale/bs/LC_MESSAGES/kuiserver5.mo +share/locale/bs/LC_MESSAGES/libkworkspace.mo +share/locale/bs/LC_MESSAGES/phonon_kde.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/bs/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/bs/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/bs/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/bs/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/bs/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/bs/LC_MESSAGES/plasma_engine_network.mo +share/locale/bs/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/bs/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/bs/LC_MESSAGES/plasma_engine_rss.mo +share/locale/bs/LC_MESSAGES/plasma_engine_share.mo +share/locale/bs/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/bs/LC_MESSAGES/plasma_engine_time.mo +share/locale/bs/LC_MESSAGES/plasma_engine_weather.mo +share/locale/bs/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/bs/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/bs/LC_MESSAGES/plasma_runner_activities.mo +share/locale/bs/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/bs/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/bs/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/bs/LC_MESSAGES/plasma_runner_kill.mo +share/locale/bs/LC_MESSAGES/plasma_runner_locations.mo +share/locale/bs/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/bs/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/bs/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/bs/LC_MESSAGES/plasma_runner_services.mo +share/locale/bs/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/bs/LC_MESSAGES/plasma_runner_shell.mo +share/locale/bs/LC_MESSAGES/plasma_runner_solid.mo +share/locale/bs/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/bs/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/bs/LC_MESSAGES/plasma_runner_windows.mo +share/locale/bs/LC_MESSAGES/plasmashell.mo +share/locale/bs/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/bs/LC_MESSAGES/soliduiserver.mo +share/locale/bs/LC_MESSAGES/systemmonitor.mo +share/locale/ca/LC_MESSAGES/drkonqi.mo +share/locale/ca/LC_MESSAGES/freespacenotifier.mo +share/locale/ca/LC_MESSAGES/kcminit.mo +share/locale/ca/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/ca/LC_MESSAGES/kio_applications.mo +share/locale/ca/LC_MESSAGES/kio_remote.mo +share/locale/ca/LC_MESSAGES/klipper.mo +share/locale/ca/LC_MESSAGES/krunner.mo +share/locale/ca/LC_MESSAGES/ksmserver.mo +share/locale/ca/LC_MESSAGES/kuiserver5.mo +share/locale/ca/LC_MESSAGES/libkworkspace.mo +share/locale/ca/LC_MESSAGES/phonon_kde.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/ca/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/ca/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/ca/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/ca/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/ca/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/ca/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/ca/LC_MESSAGES/plasma_engine_network.mo +share/locale/ca/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/ca/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/ca/LC_MESSAGES/plasma_engine_rss.mo +share/locale/ca/LC_MESSAGES/plasma_engine_share.mo +share/locale/ca/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ca/LC_MESSAGES/plasma_engine_time.mo +share/locale/ca/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ca/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/ca/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/ca/LC_MESSAGES/plasma_runner_activities.mo +share/locale/ca/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/ca/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/ca/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/ca/LC_MESSAGES/plasma_runner_kill.mo +share/locale/ca/LC_MESSAGES/plasma_runner_locations.mo +share/locale/ca/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/ca/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/ca/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/ca/LC_MESSAGES/plasma_runner_services.mo +share/locale/ca/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/ca/LC_MESSAGES/plasma_runner_shell.mo +share/locale/ca/LC_MESSAGES/plasma_runner_solid.mo +share/locale/ca/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/ca/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/ca/LC_MESSAGES/plasma_runner_windows.mo +share/locale/ca/LC_MESSAGES/plasmashell.mo +share/locale/ca/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/ca/LC_MESSAGES/soliduiserver.mo +share/locale/ca/LC_MESSAGES/systemmonitor.mo +share/locale/ca@valencia/LC_MESSAGES/drkonqi.mo +share/locale/ca@valencia/LC_MESSAGES/freespacenotifier.mo +share/locale/ca@valencia/LC_MESSAGES/kcminit.mo +share/locale/ca@valencia/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/ca@valencia/LC_MESSAGES/kio_applications.mo +share/locale/ca@valencia/LC_MESSAGES/kio_remote.mo +share/locale/ca@valencia/LC_MESSAGES/klipper.mo +share/locale/ca@valencia/LC_MESSAGES/krunner.mo +share/locale/ca@valencia/LC_MESSAGES/ksmserver.mo +share/locale/ca@valencia/LC_MESSAGES/kuiserver5.mo +share/locale/ca@valencia/LC_MESSAGES/libkworkspace.mo +share/locale/ca@valencia/LC_MESSAGES/phonon_kde.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_engine_network.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_engine_rss.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_engine_share.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_engine_time.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_activities.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_kill.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_locations.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_services.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_shell.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_solid.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_windows.mo +share/locale/ca@valencia/LC_MESSAGES/plasmashell.mo +share/locale/ca@valencia/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/ca@valencia/LC_MESSAGES/soliduiserver.mo +share/locale/ca@valencia/LC_MESSAGES/systemmonitor.mo +share/locale/cs/LC_MESSAGES/drkonqi.mo +share/locale/cs/LC_MESSAGES/freespacenotifier.mo +share/locale/cs/LC_MESSAGES/kcminit.mo +share/locale/cs/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/cs/LC_MESSAGES/kio_applications.mo +share/locale/cs/LC_MESSAGES/kio_remote.mo +share/locale/cs/LC_MESSAGES/klipper.mo +share/locale/cs/LC_MESSAGES/krunner.mo +share/locale/cs/LC_MESSAGES/ksmserver.mo +share/locale/cs/LC_MESSAGES/kuiserver5.mo +share/locale/cs/LC_MESSAGES/libkworkspace.mo +share/locale/cs/LC_MESSAGES/phonon_kde.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/cs/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/cs/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/cs/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/cs/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/cs/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/cs/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/cs/LC_MESSAGES/plasma_engine_network.mo +share/locale/cs/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/cs/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/cs/LC_MESSAGES/plasma_engine_rss.mo +share/locale/cs/LC_MESSAGES/plasma_engine_share.mo +share/locale/cs/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/cs/LC_MESSAGES/plasma_engine_time.mo +share/locale/cs/LC_MESSAGES/plasma_engine_weather.mo +share/locale/cs/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/cs/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/cs/LC_MESSAGES/plasma_runner_activities.mo +share/locale/cs/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/cs/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/cs/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/cs/LC_MESSAGES/plasma_runner_kill.mo +share/locale/cs/LC_MESSAGES/plasma_runner_locations.mo +share/locale/cs/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/cs/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/cs/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/cs/LC_MESSAGES/plasma_runner_services.mo +share/locale/cs/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/cs/LC_MESSAGES/plasma_runner_shell.mo +share/locale/cs/LC_MESSAGES/plasma_runner_solid.mo +share/locale/cs/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/cs/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/cs/LC_MESSAGES/plasma_runner_windows.mo +share/locale/cs/LC_MESSAGES/plasmashell.mo +share/locale/cs/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/cs/LC_MESSAGES/soliduiserver.mo +share/locale/cs/LC_MESSAGES/systemmonitor.mo +share/locale/csb/LC_MESSAGES/drkonqi.mo +share/locale/csb/LC_MESSAGES/kcminit.mo +share/locale/csb/LC_MESSAGES/kio_applications.mo +share/locale/csb/LC_MESSAGES/kio_remote.mo +share/locale/csb/LC_MESSAGES/klipper.mo +share/locale/csb/LC_MESSAGES/ksmserver.mo +share/locale/csb/LC_MESSAGES/kuiserver5.mo +share/locale/csb/LC_MESSAGES/libkworkspace.mo +share/locale/csb/LC_MESSAGES/phonon_kde.mo +share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/csb/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/csb/LC_MESSAGES/plasma_engine_network.mo +share/locale/csb/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/csb/LC_MESSAGES/plasma_engine_rss.mo +share/locale/csb/LC_MESSAGES/plasma_engine_weather.mo +share/locale/csb/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/csb/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/csb/LC_MESSAGES/plasma_runner_locations.mo +share/locale/csb/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/csb/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/csb/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/csb/LC_MESSAGES/plasma_runner_services.mo +share/locale/csb/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/csb/LC_MESSAGES/plasma_runner_shell.mo +share/locale/csb/LC_MESSAGES/plasma_runner_solid.mo +share/locale/csb/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/csb/LC_MESSAGES/plasma_runner_windows.mo +share/locale/csb/LC_MESSAGES/soliduiserver.mo +share/locale/cy/LC_MESSAGES/drkonqi.mo +share/locale/cy/LC_MESSAGES/kio_applications.mo +share/locale/cy/LC_MESSAGES/kio_remote.mo +share/locale/cy/LC_MESSAGES/klipper.mo +share/locale/cy/LC_MESSAGES/ksmserver.mo +share/locale/da/LC_MESSAGES/drkonqi.mo +share/locale/da/LC_MESSAGES/freespacenotifier.mo +share/locale/da/LC_MESSAGES/kcminit.mo +share/locale/da/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/da/LC_MESSAGES/kio_applications.mo +share/locale/da/LC_MESSAGES/kio_remote.mo +share/locale/da/LC_MESSAGES/klipper.mo +share/locale/da/LC_MESSAGES/krunner.mo +share/locale/da/LC_MESSAGES/ksmserver.mo +share/locale/da/LC_MESSAGES/kuiserver5.mo +share/locale/da/LC_MESSAGES/libkworkspace.mo +share/locale/da/LC_MESSAGES/phonon_kde.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/da/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/da/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/da/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/da/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/da/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/da/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/da/LC_MESSAGES/plasma_engine_network.mo +share/locale/da/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/da/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/da/LC_MESSAGES/plasma_engine_rss.mo +share/locale/da/LC_MESSAGES/plasma_engine_share.mo +share/locale/da/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/da/LC_MESSAGES/plasma_engine_time.mo +share/locale/da/LC_MESSAGES/plasma_engine_weather.mo +share/locale/da/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/da/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/da/LC_MESSAGES/plasma_runner_activities.mo +share/locale/da/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/da/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/da/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/da/LC_MESSAGES/plasma_runner_kill.mo +share/locale/da/LC_MESSAGES/plasma_runner_locations.mo +share/locale/da/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/da/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/da/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/da/LC_MESSAGES/plasma_runner_services.mo +share/locale/da/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/da/LC_MESSAGES/plasma_runner_shell.mo +share/locale/da/LC_MESSAGES/plasma_runner_solid.mo +share/locale/da/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/da/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/da/LC_MESSAGES/plasma_runner_windows.mo +share/locale/da/LC_MESSAGES/plasmashell.mo +share/locale/da/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/da/LC_MESSAGES/soliduiserver.mo +share/locale/da/LC_MESSAGES/systemmonitor.mo +share/locale/de/LC_MESSAGES/drkonqi.mo +share/locale/de/LC_MESSAGES/freespacenotifier.mo +share/locale/de/LC_MESSAGES/kcminit.mo +share/locale/de/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/de/LC_MESSAGES/kio_applications.mo +share/locale/de/LC_MESSAGES/kio_remote.mo +share/locale/de/LC_MESSAGES/klipper.mo +share/locale/de/LC_MESSAGES/krunner.mo +share/locale/de/LC_MESSAGES/ksmserver.mo +share/locale/de/LC_MESSAGES/kuiserver5.mo +share/locale/de/LC_MESSAGES/libkworkspace.mo +share/locale/de/LC_MESSAGES/phonon_kde.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/de/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/de/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/de/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/de/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/de/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/de/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/de/LC_MESSAGES/plasma_engine_network.mo +share/locale/de/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/de/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/de/LC_MESSAGES/plasma_engine_rss.mo +share/locale/de/LC_MESSAGES/plasma_engine_share.mo +share/locale/de/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/de/LC_MESSAGES/plasma_engine_time.mo +share/locale/de/LC_MESSAGES/plasma_engine_weather.mo +share/locale/de/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/de/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/de/LC_MESSAGES/plasma_runner_activities.mo +share/locale/de/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/de/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/de/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/de/LC_MESSAGES/plasma_runner_kill.mo +share/locale/de/LC_MESSAGES/plasma_runner_locations.mo +share/locale/de/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/de/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/de/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/de/LC_MESSAGES/plasma_runner_services.mo +share/locale/de/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/de/LC_MESSAGES/plasma_runner_shell.mo +share/locale/de/LC_MESSAGES/plasma_runner_solid.mo +share/locale/de/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/de/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/de/LC_MESSAGES/plasma_runner_windows.mo +share/locale/de/LC_MESSAGES/plasmashell.mo +share/locale/de/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/de/LC_MESSAGES/soliduiserver.mo +share/locale/de/LC_MESSAGES/systemmonitor.mo +share/locale/el/LC_MESSAGES/drkonqi.mo +share/locale/el/LC_MESSAGES/freespacenotifier.mo +share/locale/el/LC_MESSAGES/kcminit.mo +share/locale/el/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/el/LC_MESSAGES/kio_applications.mo +share/locale/el/LC_MESSAGES/kio_remote.mo +share/locale/el/LC_MESSAGES/klipper.mo +share/locale/el/LC_MESSAGES/krunner.mo +share/locale/el/LC_MESSAGES/ksmserver.mo +share/locale/el/LC_MESSAGES/kuiserver5.mo +share/locale/el/LC_MESSAGES/libkworkspace.mo +share/locale/el/LC_MESSAGES/phonon_kde.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/el/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/el/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/el/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/el/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/el/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/el/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/el/LC_MESSAGES/plasma_engine_network.mo +share/locale/el/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/el/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/el/LC_MESSAGES/plasma_engine_rss.mo +share/locale/el/LC_MESSAGES/plasma_engine_share.mo +share/locale/el/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/el/LC_MESSAGES/plasma_engine_time.mo +share/locale/el/LC_MESSAGES/plasma_engine_weather.mo +share/locale/el/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/el/LC_MESSAGES/plasma_runner_activities.mo +share/locale/el/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/el/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/el/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/el/LC_MESSAGES/plasma_runner_kill.mo +share/locale/el/LC_MESSAGES/plasma_runner_locations.mo +share/locale/el/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/el/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/el/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/el/LC_MESSAGES/plasma_runner_services.mo +share/locale/el/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/el/LC_MESSAGES/plasma_runner_shell.mo +share/locale/el/LC_MESSAGES/plasma_runner_solid.mo +share/locale/el/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/el/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/el/LC_MESSAGES/plasma_runner_windows.mo +share/locale/el/LC_MESSAGES/plasmashell.mo +share/locale/el/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/el/LC_MESSAGES/soliduiserver.mo +share/locale/el/LC_MESSAGES/systemmonitor.mo +share/locale/en_GB/LC_MESSAGES/drkonqi.mo +share/locale/en_GB/LC_MESSAGES/freespacenotifier.mo +share/locale/en_GB/LC_MESSAGES/kcminit.mo +share/locale/en_GB/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/en_GB/LC_MESSAGES/kio_applications.mo +share/locale/en_GB/LC_MESSAGES/kio_remote.mo +share/locale/en_GB/LC_MESSAGES/klipper.mo +share/locale/en_GB/LC_MESSAGES/krunner.mo +share/locale/en_GB/LC_MESSAGES/ksmserver.mo +share/locale/en_GB/LC_MESSAGES/kuiserver5.mo +share/locale/en_GB/LC_MESSAGES/libkworkspace.mo +share/locale/en_GB/LC_MESSAGES/phonon_kde.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/en_GB/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/en_GB/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/en_GB/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/en_GB/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/en_GB/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/en_GB/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/en_GB/LC_MESSAGES/plasma_engine_network.mo +share/locale/en_GB/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/en_GB/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/en_GB/LC_MESSAGES/plasma_engine_rss.mo +share/locale/en_GB/LC_MESSAGES/plasma_engine_share.mo +share/locale/en_GB/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/en_GB/LC_MESSAGES/plasma_engine_time.mo +share/locale/en_GB/LC_MESSAGES/plasma_engine_weather.mo +share/locale/en_GB/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/en_GB/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_activities.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_kill.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_locations.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_services.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_shell.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_solid.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_windows.mo +share/locale/en_GB/LC_MESSAGES/plasmashell.mo +share/locale/en_GB/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/en_GB/LC_MESSAGES/soliduiserver.mo +share/locale/en_GB/LC_MESSAGES/systemmonitor.mo +share/locale/eo/LC_MESSAGES/drkonqi.mo +share/locale/eo/LC_MESSAGES/freespacenotifier.mo +share/locale/eo/LC_MESSAGES/kcminit.mo +share/locale/eo/LC_MESSAGES/kio_applications.mo +share/locale/eo/LC_MESSAGES/kio_remote.mo +share/locale/eo/LC_MESSAGES/klipper.mo +share/locale/eo/LC_MESSAGES/ksmserver.mo +share/locale/eo/LC_MESSAGES/kuiserver5.mo +share/locale/eo/LC_MESSAGES/libkworkspace.mo +share/locale/eo/LC_MESSAGES/phonon_kde.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/eo/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/eo/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/eo/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/eo/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/eo/LC_MESSAGES/plasma_engine_network.mo +share/locale/eo/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/eo/LC_MESSAGES/plasma_engine_rss.mo +share/locale/eo/LC_MESSAGES/plasma_engine_share.mo +share/locale/eo/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/eo/LC_MESSAGES/plasma_engine_weather.mo +share/locale/eo/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/eo/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/eo/LC_MESSAGES/plasma_runner_kill.mo +share/locale/eo/LC_MESSAGES/plasma_runner_locations.mo +share/locale/eo/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/eo/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/eo/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/eo/LC_MESSAGES/plasma_runner_services.mo +share/locale/eo/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/eo/LC_MESSAGES/plasma_runner_shell.mo +share/locale/eo/LC_MESSAGES/plasma_runner_solid.mo +share/locale/eo/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/eo/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/eo/LC_MESSAGES/plasma_runner_windows.mo +share/locale/eo/LC_MESSAGES/soliduiserver.mo +share/locale/es/LC_MESSAGES/drkonqi.mo +share/locale/es/LC_MESSAGES/freespacenotifier.mo +share/locale/es/LC_MESSAGES/kcminit.mo +share/locale/es/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/es/LC_MESSAGES/kio_applications.mo +share/locale/es/LC_MESSAGES/kio_remote.mo +share/locale/es/LC_MESSAGES/klipper.mo +share/locale/es/LC_MESSAGES/krunner.mo +share/locale/es/LC_MESSAGES/ksmserver.mo +share/locale/es/LC_MESSAGES/kuiserver5.mo +share/locale/es/LC_MESSAGES/libkworkspace.mo +share/locale/es/LC_MESSAGES/phonon_kde.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/es/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/es/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/es/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/es/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/es/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/es/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/es/LC_MESSAGES/plasma_engine_network.mo +share/locale/es/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/es/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/es/LC_MESSAGES/plasma_engine_rss.mo +share/locale/es/LC_MESSAGES/plasma_engine_share.mo +share/locale/es/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/es/LC_MESSAGES/plasma_engine_time.mo +share/locale/es/LC_MESSAGES/plasma_engine_weather.mo +share/locale/es/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/es/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/es/LC_MESSAGES/plasma_runner_activities.mo +share/locale/es/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/es/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/es/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/es/LC_MESSAGES/plasma_runner_kill.mo +share/locale/es/LC_MESSAGES/plasma_runner_locations.mo +share/locale/es/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/es/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/es/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/es/LC_MESSAGES/plasma_runner_services.mo +share/locale/es/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/es/LC_MESSAGES/plasma_runner_shell.mo +share/locale/es/LC_MESSAGES/plasma_runner_solid.mo +share/locale/es/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/es/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/es/LC_MESSAGES/plasma_runner_windows.mo +share/locale/es/LC_MESSAGES/plasmashell.mo +share/locale/es/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/es/LC_MESSAGES/soliduiserver.mo +share/locale/es/LC_MESSAGES/systemmonitor.mo +share/locale/et/LC_MESSAGES/drkonqi.mo +share/locale/et/LC_MESSAGES/freespacenotifier.mo +share/locale/et/LC_MESSAGES/kcminit.mo +share/locale/et/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/et/LC_MESSAGES/kio_applications.mo +share/locale/et/LC_MESSAGES/kio_remote.mo +share/locale/et/LC_MESSAGES/klipper.mo +share/locale/et/LC_MESSAGES/krunner.mo +share/locale/et/LC_MESSAGES/ksmserver.mo +share/locale/et/LC_MESSAGES/kuiserver5.mo +share/locale/et/LC_MESSAGES/libkworkspace.mo +share/locale/et/LC_MESSAGES/phonon_kde.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/et/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/et/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/et/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/et/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/et/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/et/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/et/LC_MESSAGES/plasma_engine_network.mo +share/locale/et/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/et/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/et/LC_MESSAGES/plasma_engine_rss.mo +share/locale/et/LC_MESSAGES/plasma_engine_share.mo +share/locale/et/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/et/LC_MESSAGES/plasma_engine_time.mo +share/locale/et/LC_MESSAGES/plasma_engine_weather.mo +share/locale/et/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/et/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/et/LC_MESSAGES/plasma_runner_activities.mo +share/locale/et/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/et/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/et/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/et/LC_MESSAGES/plasma_runner_kill.mo +share/locale/et/LC_MESSAGES/plasma_runner_locations.mo +share/locale/et/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/et/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/et/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/et/LC_MESSAGES/plasma_runner_services.mo +share/locale/et/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/et/LC_MESSAGES/plasma_runner_shell.mo +share/locale/et/LC_MESSAGES/plasma_runner_solid.mo +share/locale/et/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/et/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/et/LC_MESSAGES/plasma_runner_windows.mo +share/locale/et/LC_MESSAGES/plasmashell.mo +share/locale/et/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/et/LC_MESSAGES/soliduiserver.mo +share/locale/et/LC_MESSAGES/systemmonitor.mo +share/locale/eu/LC_MESSAGES/drkonqi.mo +share/locale/eu/LC_MESSAGES/freespacenotifier.mo +share/locale/eu/LC_MESSAGES/kcminit.mo +share/locale/eu/LC_MESSAGES/kio_applications.mo +share/locale/eu/LC_MESSAGES/kio_remote.mo +share/locale/eu/LC_MESSAGES/klipper.mo +share/locale/eu/LC_MESSAGES/ksmserver.mo +share/locale/eu/LC_MESSAGES/kuiserver5.mo +share/locale/eu/LC_MESSAGES/libkworkspace.mo +share/locale/eu/LC_MESSAGES/phonon_kde.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/eu/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/eu/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/eu/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/eu/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/eu/LC_MESSAGES/plasma_engine_network.mo +share/locale/eu/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/eu/LC_MESSAGES/plasma_engine_rss.mo +share/locale/eu/LC_MESSAGES/plasma_engine_share.mo +share/locale/eu/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/eu/LC_MESSAGES/plasma_engine_weather.mo +share/locale/eu/LC_MESSAGES/plasma_runner_activities.mo +share/locale/eu/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/eu/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/eu/LC_MESSAGES/plasma_runner_kill.mo +share/locale/eu/LC_MESSAGES/plasma_runner_locations.mo +share/locale/eu/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/eu/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/eu/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/eu/LC_MESSAGES/plasma_runner_services.mo +share/locale/eu/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/eu/LC_MESSAGES/plasma_runner_shell.mo +share/locale/eu/LC_MESSAGES/plasma_runner_solid.mo +share/locale/eu/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/eu/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/eu/LC_MESSAGES/plasma_runner_windows.mo +share/locale/eu/LC_MESSAGES/soliduiserver.mo +share/locale/fa/LC_MESSAGES/drkonqi.mo +share/locale/fa/LC_MESSAGES/freespacenotifier.mo +share/locale/fa/LC_MESSAGES/kcminit.mo +share/locale/fa/LC_MESSAGES/kio_applications.mo +share/locale/fa/LC_MESSAGES/kio_remote.mo +share/locale/fa/LC_MESSAGES/klipper.mo +share/locale/fa/LC_MESSAGES/ksmserver.mo +share/locale/fa/LC_MESSAGES/kuiserver5.mo +share/locale/fa/LC_MESSAGES/libkworkspace.mo +share/locale/fa/LC_MESSAGES/phonon_kde.mo +share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/fa/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/fa/LC_MESSAGES/plasma_runner_locations.mo +share/locale/fa/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/fa/LC_MESSAGES/soliduiserver.mo +share/locale/fi/LC_MESSAGES/drkonqi.mo +share/locale/fi/LC_MESSAGES/freespacenotifier.mo +share/locale/fi/LC_MESSAGES/kcminit.mo +share/locale/fi/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/fi/LC_MESSAGES/kio_applications.mo +share/locale/fi/LC_MESSAGES/kio_remote.mo +share/locale/fi/LC_MESSAGES/klipper.mo +share/locale/fi/LC_MESSAGES/krunner.mo +share/locale/fi/LC_MESSAGES/ksmserver.mo +share/locale/fi/LC_MESSAGES/kuiserver5.mo +share/locale/fi/LC_MESSAGES/libkworkspace.mo +share/locale/fi/LC_MESSAGES/phonon_kde.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/fi/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/fi/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/fi/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/fi/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/fi/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/fi/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/fi/LC_MESSAGES/plasma_engine_network.mo +share/locale/fi/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/fi/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/fi/LC_MESSAGES/plasma_engine_rss.mo +share/locale/fi/LC_MESSAGES/plasma_engine_share.mo +share/locale/fi/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/fi/LC_MESSAGES/plasma_engine_time.mo +share/locale/fi/LC_MESSAGES/plasma_engine_weather.mo +share/locale/fi/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/fi/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/fi/LC_MESSAGES/plasma_runner_activities.mo +share/locale/fi/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/fi/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/fi/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/fi/LC_MESSAGES/plasma_runner_kill.mo +share/locale/fi/LC_MESSAGES/plasma_runner_locations.mo +share/locale/fi/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/fi/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/fi/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/fi/LC_MESSAGES/plasma_runner_services.mo +share/locale/fi/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/fi/LC_MESSAGES/plasma_runner_shell.mo +share/locale/fi/LC_MESSAGES/plasma_runner_solid.mo +share/locale/fi/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/fi/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/fi/LC_MESSAGES/plasma_runner_windows.mo +share/locale/fi/LC_MESSAGES/plasmashell.mo +share/locale/fi/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/fi/LC_MESSAGES/soliduiserver.mo +share/locale/fi/LC_MESSAGES/systemmonitor.mo +share/locale/fr/LC_MESSAGES/drkonqi.mo +share/locale/fr/LC_MESSAGES/freespacenotifier.mo +share/locale/fr/LC_MESSAGES/kcminit.mo +share/locale/fr/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/fr/LC_MESSAGES/kio_applications.mo +share/locale/fr/LC_MESSAGES/kio_remote.mo +share/locale/fr/LC_MESSAGES/klipper.mo +share/locale/fr/LC_MESSAGES/krunner.mo +share/locale/fr/LC_MESSAGES/ksmserver.mo +share/locale/fr/LC_MESSAGES/kuiserver5.mo +share/locale/fr/LC_MESSAGES/libkworkspace.mo +share/locale/fr/LC_MESSAGES/phonon_kde.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/fr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/fr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/fr/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/fr/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/fr/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/fr/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/fr/LC_MESSAGES/plasma_engine_network.mo +share/locale/fr/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/fr/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/fr/LC_MESSAGES/plasma_engine_rss.mo +share/locale/fr/LC_MESSAGES/plasma_engine_share.mo +share/locale/fr/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/fr/LC_MESSAGES/plasma_engine_time.mo +share/locale/fr/LC_MESSAGES/plasma_engine_weather.mo +share/locale/fr/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/fr/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/fr/LC_MESSAGES/plasma_runner_activities.mo +share/locale/fr/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/fr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/fr/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/fr/LC_MESSAGES/plasma_runner_kill.mo +share/locale/fr/LC_MESSAGES/plasma_runner_locations.mo +share/locale/fr/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/fr/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/fr/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/fr/LC_MESSAGES/plasma_runner_services.mo +share/locale/fr/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/fr/LC_MESSAGES/plasma_runner_shell.mo +share/locale/fr/LC_MESSAGES/plasma_runner_solid.mo +share/locale/fr/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/fr/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/fr/LC_MESSAGES/plasma_runner_windows.mo +share/locale/fr/LC_MESSAGES/plasmashell.mo +share/locale/fr/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/fr/LC_MESSAGES/soliduiserver.mo +share/locale/fr/LC_MESSAGES/systemmonitor.mo +share/locale/fy/LC_MESSAGES/drkonqi.mo +share/locale/fy/LC_MESSAGES/kcminit.mo +share/locale/fy/LC_MESSAGES/kio_applications.mo +share/locale/fy/LC_MESSAGES/kio_remote.mo +share/locale/fy/LC_MESSAGES/klipper.mo +share/locale/fy/LC_MESSAGES/ksmserver.mo +share/locale/fy/LC_MESSAGES/kuiserver5.mo +share/locale/fy/LC_MESSAGES/libkworkspace.mo +share/locale/fy/LC_MESSAGES/phonon_kde.mo +share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/fy/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/fy/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/fy/LC_MESSAGES/plasma_engine_network.mo +share/locale/fy/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/fy/LC_MESSAGES/plasma_engine_rss.mo +share/locale/fy/LC_MESSAGES/plasma_engine_weather.mo +share/locale/fy/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/fy/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/fy/LC_MESSAGES/plasma_runner_locations.mo +share/locale/fy/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/fy/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/fy/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/fy/LC_MESSAGES/plasma_runner_services.mo +share/locale/fy/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/fy/LC_MESSAGES/plasma_runner_shell.mo +share/locale/fy/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/fy/LC_MESSAGES/soliduiserver.mo +share/locale/ga/LC_MESSAGES/drkonqi.mo +share/locale/ga/LC_MESSAGES/freespacenotifier.mo +share/locale/ga/LC_MESSAGES/kcminit.mo +share/locale/ga/LC_MESSAGES/kio_applications.mo +share/locale/ga/LC_MESSAGES/kio_remote.mo +share/locale/ga/LC_MESSAGES/klipper.mo +share/locale/ga/LC_MESSAGES/ksmserver.mo +share/locale/ga/LC_MESSAGES/kuiserver5.mo +share/locale/ga/LC_MESSAGES/libkworkspace.mo +share/locale/ga/LC_MESSAGES/phonon_kde.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/ga/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/ga/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/ga/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/ga/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/ga/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/ga/LC_MESSAGES/plasma_engine_network.mo +share/locale/ga/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/ga/LC_MESSAGES/plasma_engine_rss.mo +share/locale/ga/LC_MESSAGES/plasma_engine_share.mo +share/locale/ga/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ga/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ga/LC_MESSAGES/plasma_runner_activities.mo +share/locale/ga/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/ga/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/ga/LC_MESSAGES/plasma_runner_kill.mo +share/locale/ga/LC_MESSAGES/plasma_runner_locations.mo +share/locale/ga/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/ga/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/ga/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/ga/LC_MESSAGES/plasma_runner_services.mo +share/locale/ga/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/ga/LC_MESSAGES/plasma_runner_shell.mo +share/locale/ga/LC_MESSAGES/plasma_runner_solid.mo +share/locale/ga/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/ga/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/ga/LC_MESSAGES/plasma_runner_windows.mo +share/locale/ga/LC_MESSAGES/soliduiserver.mo +share/locale/gl/LC_MESSAGES/drkonqi.mo +share/locale/gl/LC_MESSAGES/freespacenotifier.mo +share/locale/gl/LC_MESSAGES/kcminit.mo +share/locale/gl/LC_MESSAGES/kio_applications.mo +share/locale/gl/LC_MESSAGES/kio_remote.mo +share/locale/gl/LC_MESSAGES/klipper.mo +share/locale/gl/LC_MESSAGES/krunner.mo +share/locale/gl/LC_MESSAGES/ksmserver.mo +share/locale/gl/LC_MESSAGES/kuiserver5.mo +share/locale/gl/LC_MESSAGES/libkworkspace.mo +share/locale/gl/LC_MESSAGES/phonon_kde.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/gl/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/gl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/gl/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/gl/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/gl/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/gl/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/gl/LC_MESSAGES/plasma_engine_network.mo +share/locale/gl/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/gl/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/gl/LC_MESSAGES/plasma_engine_rss.mo +share/locale/gl/LC_MESSAGES/plasma_engine_share.mo +share/locale/gl/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/gl/LC_MESSAGES/plasma_engine_time.mo +share/locale/gl/LC_MESSAGES/plasma_engine_weather.mo +share/locale/gl/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/gl/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/gl/LC_MESSAGES/plasma_runner_activities.mo +share/locale/gl/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/gl/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/gl/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/gl/LC_MESSAGES/plasma_runner_kill.mo +share/locale/gl/LC_MESSAGES/plasma_runner_locations.mo +share/locale/gl/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/gl/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/gl/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/gl/LC_MESSAGES/plasma_runner_services.mo +share/locale/gl/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/gl/LC_MESSAGES/plasma_runner_shell.mo +share/locale/gl/LC_MESSAGES/plasma_runner_solid.mo +share/locale/gl/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/gl/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/gl/LC_MESSAGES/plasma_runner_windows.mo +share/locale/gl/LC_MESSAGES/plasmashell.mo +share/locale/gl/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/gl/LC_MESSAGES/soliduiserver.mo +share/locale/gl/LC_MESSAGES/systemmonitor.mo +share/locale/gu/LC_MESSAGES/drkonqi.mo +share/locale/gu/LC_MESSAGES/freespacenotifier.mo +share/locale/gu/LC_MESSAGES/kcminit.mo +share/locale/gu/LC_MESSAGES/kio_applications.mo +share/locale/gu/LC_MESSAGES/kio_remote.mo +share/locale/gu/LC_MESSAGES/klipper.mo +share/locale/gu/LC_MESSAGES/ksmserver.mo +share/locale/gu/LC_MESSAGES/kuiserver5.mo +share/locale/gu/LC_MESSAGES/libkworkspace.mo +share/locale/gu/LC_MESSAGES/phonon_kde.mo +share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/gu/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/gu/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/gu/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/gu/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/gu/LC_MESSAGES/plasma_engine_network.mo +share/locale/gu/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/gu/LC_MESSAGES/plasma_engine_rss.mo +share/locale/gu/LC_MESSAGES/plasma_engine_share.mo +share/locale/gu/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/gu/LC_MESSAGES/plasma_engine_weather.mo +share/locale/gu/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/gu/LC_MESSAGES/plasma_runner_kill.mo +share/locale/gu/LC_MESSAGES/plasma_runner_locations.mo +share/locale/gu/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/gu/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/gu/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/gu/LC_MESSAGES/plasma_runner_services.mo +share/locale/gu/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/gu/LC_MESSAGES/plasma_runner_shell.mo +share/locale/gu/LC_MESSAGES/plasma_runner_solid.mo +share/locale/gu/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/gu/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/gu/LC_MESSAGES/plasma_runner_windows.mo +share/locale/gu/LC_MESSAGES/soliduiserver.mo +share/locale/he/LC_MESSAGES/drkonqi.mo +share/locale/he/LC_MESSAGES/freespacenotifier.mo +share/locale/he/LC_MESSAGES/kcminit.mo +share/locale/he/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/he/LC_MESSAGES/kio_applications.mo +share/locale/he/LC_MESSAGES/kio_remote.mo +share/locale/he/LC_MESSAGES/klipper.mo +share/locale/he/LC_MESSAGES/krunner.mo +share/locale/he/LC_MESSAGES/ksmserver.mo +share/locale/he/LC_MESSAGES/kuiserver5.mo +share/locale/he/LC_MESSAGES/libkworkspace.mo +share/locale/he/LC_MESSAGES/phonon_kde.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/he/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/he/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/he/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/he/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/he/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/he/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/he/LC_MESSAGES/plasma_engine_network.mo +share/locale/he/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/he/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/he/LC_MESSAGES/plasma_engine_rss.mo +share/locale/he/LC_MESSAGES/plasma_engine_share.mo +share/locale/he/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/he/LC_MESSAGES/plasma_engine_time.mo +share/locale/he/LC_MESSAGES/plasma_engine_weather.mo +share/locale/he/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/he/LC_MESSAGES/plasma_runner_activities.mo +share/locale/he/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/he/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/he/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/he/LC_MESSAGES/plasma_runner_kill.mo +share/locale/he/LC_MESSAGES/plasma_runner_locations.mo +share/locale/he/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/he/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/he/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/he/LC_MESSAGES/plasma_runner_services.mo +share/locale/he/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/he/LC_MESSAGES/plasma_runner_shell.mo +share/locale/he/LC_MESSAGES/plasma_runner_solid.mo +share/locale/he/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/he/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/he/LC_MESSAGES/plasma_runner_windows.mo +share/locale/he/LC_MESSAGES/plasmashell.mo +share/locale/he/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/he/LC_MESSAGES/soliduiserver.mo +share/locale/he/LC_MESSAGES/systemmonitor.mo +share/locale/hi/LC_MESSAGES/drkonqi.mo +share/locale/hi/LC_MESSAGES/freespacenotifier.mo +share/locale/hi/LC_MESSAGES/kcminit.mo +share/locale/hi/LC_MESSAGES/kio_applications.mo +share/locale/hi/LC_MESSAGES/kio_remote.mo +share/locale/hi/LC_MESSAGES/klipper.mo +share/locale/hi/LC_MESSAGES/ksmserver.mo +share/locale/hi/LC_MESSAGES/kuiserver5.mo +share/locale/hi/LC_MESSAGES/libkworkspace.mo +share/locale/hi/LC_MESSAGES/phonon_kde.mo +share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/hi/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/hi/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/hi/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/hi/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/hi/LC_MESSAGES/plasma_engine_network.mo +share/locale/hi/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/hi/LC_MESSAGES/plasma_engine_rss.mo +share/locale/hi/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/hi/LC_MESSAGES/plasma_engine_weather.mo +share/locale/hi/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/hi/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/hi/LC_MESSAGES/plasma_runner_kill.mo +share/locale/hi/LC_MESSAGES/plasma_runner_locations.mo +share/locale/hi/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/hi/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/hi/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/hi/LC_MESSAGES/plasma_runner_services.mo +share/locale/hi/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/hi/LC_MESSAGES/plasma_runner_shell.mo +share/locale/hi/LC_MESSAGES/plasma_runner_solid.mo +share/locale/hi/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/hi/LC_MESSAGES/plasma_runner_windows.mo +share/locale/hi/LC_MESSAGES/soliduiserver.mo +share/locale/hne/LC_MESSAGES/drkonqi.mo +share/locale/hne/LC_MESSAGES/kcminit.mo +share/locale/hne/LC_MESSAGES/kio_applications.mo +share/locale/hne/LC_MESSAGES/kio_remote.mo +share/locale/hne/LC_MESSAGES/ksmserver.mo +share/locale/hne/LC_MESSAGES/kuiserver5.mo +share/locale/hne/LC_MESSAGES/libkworkspace.mo +share/locale/hne/LC_MESSAGES/phonon_kde.mo +share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/hne/LC_MESSAGES/plasma_runner_locations.mo +share/locale/hne/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/hne/LC_MESSAGES/plasma_runner_shell.mo +share/locale/hne/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/hne/LC_MESSAGES/soliduiserver.mo +share/locale/hr/LC_MESSAGES/drkonqi.mo +share/locale/hr/LC_MESSAGES/freespacenotifier.mo +share/locale/hr/LC_MESSAGES/kcminit.mo +share/locale/hr/LC_MESSAGES/kio_applications.mo +share/locale/hr/LC_MESSAGES/kio_remote.mo +share/locale/hr/LC_MESSAGES/klipper.mo +share/locale/hr/LC_MESSAGES/ksmserver.mo +share/locale/hr/LC_MESSAGES/kuiserver5.mo +share/locale/hr/LC_MESSAGES/libkworkspace.mo +share/locale/hr/LC_MESSAGES/phonon_kde.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/hr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/hr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/hr/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/hr/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/hr/LC_MESSAGES/plasma_engine_network.mo +share/locale/hr/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/hr/LC_MESSAGES/plasma_engine_rss.mo +share/locale/hr/LC_MESSAGES/plasma_engine_share.mo +share/locale/hr/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/hr/LC_MESSAGES/plasma_engine_weather.mo +share/locale/hr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/hr/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/hr/LC_MESSAGES/plasma_runner_kill.mo +share/locale/hr/LC_MESSAGES/plasma_runner_locations.mo +share/locale/hr/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/hr/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/hr/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/hr/LC_MESSAGES/plasma_runner_services.mo +share/locale/hr/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/hr/LC_MESSAGES/plasma_runner_shell.mo +share/locale/hr/LC_MESSAGES/plasma_runner_solid.mo +share/locale/hr/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/hr/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/hr/LC_MESSAGES/plasma_runner_windows.mo +share/locale/hr/LC_MESSAGES/soliduiserver.mo +share/locale/hsb/LC_MESSAGES/drkonqi.mo +share/locale/hsb/LC_MESSAGES/kcminit.mo +share/locale/hsb/LC_MESSAGES/kio_applications.mo +share/locale/hsb/LC_MESSAGES/kio_remote.mo +share/locale/hsb/LC_MESSAGES/klipper.mo +share/locale/hsb/LC_MESSAGES/ksmserver.mo +share/locale/hsb/LC_MESSAGES/kuiserver5.mo +share/locale/hsb/LC_MESSAGES/libkworkspace.mo +share/locale/hsb/LC_MESSAGES/phonon_kde.mo +share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/hsb/LC_MESSAGES/plasma_engine_rss.mo +share/locale/hsb/LC_MESSAGES/plasma_runner_locations.mo +share/locale/hsb/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/hsb/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/hsb/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/hsb/LC_MESSAGES/plasma_runner_shell.mo +share/locale/hsb/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/hsb/LC_MESSAGES/soliduiserver.mo +share/locale/hu/LC_MESSAGES/drkonqi.mo +share/locale/hu/LC_MESSAGES/freespacenotifier.mo +share/locale/hu/LC_MESSAGES/kcminit.mo +share/locale/hu/LC_MESSAGES/kio_applications.mo +share/locale/hu/LC_MESSAGES/kio_remote.mo +share/locale/hu/LC_MESSAGES/klipper.mo +share/locale/hu/LC_MESSAGES/krunner.mo +share/locale/hu/LC_MESSAGES/ksmserver.mo +share/locale/hu/LC_MESSAGES/kuiserver5.mo +share/locale/hu/LC_MESSAGES/libkworkspace.mo +share/locale/hu/LC_MESSAGES/phonon_kde.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/hu/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/hu/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/hu/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/hu/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/hu/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/hu/LC_MESSAGES/plasma_engine_network.mo +share/locale/hu/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/hu/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/hu/LC_MESSAGES/plasma_engine_rss.mo +share/locale/hu/LC_MESSAGES/plasma_engine_share.mo +share/locale/hu/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/hu/LC_MESSAGES/plasma_engine_time.mo +share/locale/hu/LC_MESSAGES/plasma_engine_weather.mo +share/locale/hu/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/hu/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/hu/LC_MESSAGES/plasma_runner_activities.mo +share/locale/hu/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/hu/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/hu/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/hu/LC_MESSAGES/plasma_runner_kill.mo +share/locale/hu/LC_MESSAGES/plasma_runner_locations.mo +share/locale/hu/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/hu/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/hu/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/hu/LC_MESSAGES/plasma_runner_services.mo +share/locale/hu/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/hu/LC_MESSAGES/plasma_runner_shell.mo +share/locale/hu/LC_MESSAGES/plasma_runner_solid.mo +share/locale/hu/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/hu/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/hu/LC_MESSAGES/plasma_runner_windows.mo +share/locale/hu/LC_MESSAGES/plasmashell.mo +share/locale/hu/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/hu/LC_MESSAGES/soliduiserver.mo +share/locale/hu/LC_MESSAGES/systemmonitor.mo +share/locale/hy/LC_MESSAGES/kcminit.mo +share/locale/hy/LC_MESSAGES/phonon_kde.mo +share/locale/hy/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/hy/LC_MESSAGES/plasma_runner_locations.mo +share/locale/ia/LC_MESSAGES/drkonqi.mo +share/locale/ia/LC_MESSAGES/freespacenotifier.mo +share/locale/ia/LC_MESSAGES/kcminit.mo +share/locale/ia/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/ia/LC_MESSAGES/kio_applications.mo +share/locale/ia/LC_MESSAGES/kio_remote.mo +share/locale/ia/LC_MESSAGES/klipper.mo +share/locale/ia/LC_MESSAGES/krunner.mo +share/locale/ia/LC_MESSAGES/ksmserver.mo +share/locale/ia/LC_MESSAGES/kuiserver5.mo +share/locale/ia/LC_MESSAGES/libkworkspace.mo +share/locale/ia/LC_MESSAGES/phonon_kde.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/ia/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/ia/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/ia/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/ia/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/ia/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/ia/LC_MESSAGES/plasma_engine_network.mo +share/locale/ia/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/ia/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/ia/LC_MESSAGES/plasma_engine_rss.mo +share/locale/ia/LC_MESSAGES/plasma_engine_share.mo +share/locale/ia/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ia/LC_MESSAGES/plasma_engine_time.mo +share/locale/ia/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ia/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/ia/LC_MESSAGES/plasma_runner_activities.mo +share/locale/ia/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/ia/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/ia/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/ia/LC_MESSAGES/plasma_runner_kill.mo +share/locale/ia/LC_MESSAGES/plasma_runner_locations.mo +share/locale/ia/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/ia/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/ia/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/ia/LC_MESSAGES/plasma_runner_services.mo +share/locale/ia/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/ia/LC_MESSAGES/plasma_runner_shell.mo +share/locale/ia/LC_MESSAGES/plasma_runner_solid.mo +share/locale/ia/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/ia/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/ia/LC_MESSAGES/plasma_runner_windows.mo +share/locale/ia/LC_MESSAGES/plasmashell.mo +share/locale/ia/LC_MESSAGES/soliduiserver.mo +share/locale/ia/LC_MESSAGES/systemmonitor.mo +share/locale/id/LC_MESSAGES/drkonqi.mo +share/locale/id/LC_MESSAGES/freespacenotifier.mo +share/locale/id/LC_MESSAGES/kcminit.mo +share/locale/id/LC_MESSAGES/kio_applications.mo +share/locale/id/LC_MESSAGES/kio_remote.mo +share/locale/id/LC_MESSAGES/klipper.mo +share/locale/id/LC_MESSAGES/ksmserver.mo +share/locale/id/LC_MESSAGES/kuiserver5.mo +share/locale/id/LC_MESSAGES/libkworkspace.mo +share/locale/id/LC_MESSAGES/phonon_kde.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/id/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/id/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/id/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/id/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/id/LC_MESSAGES/plasma_engine_network.mo +share/locale/id/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/id/LC_MESSAGES/plasma_engine_rss.mo +share/locale/id/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/id/LC_MESSAGES/plasma_engine_weather.mo +share/locale/id/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/id/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/id/LC_MESSAGES/plasma_runner_kill.mo +share/locale/id/LC_MESSAGES/plasma_runner_locations.mo +share/locale/id/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/id/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/id/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/id/LC_MESSAGES/plasma_runner_services.mo +share/locale/id/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/id/LC_MESSAGES/plasma_runner_shell.mo +share/locale/id/LC_MESSAGES/plasma_runner_solid.mo +share/locale/id/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/id/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/id/LC_MESSAGES/plasma_runner_windows.mo +share/locale/id/LC_MESSAGES/soliduiserver.mo +share/locale/is/LC_MESSAGES/drkonqi.mo +share/locale/is/LC_MESSAGES/freespacenotifier.mo +share/locale/is/LC_MESSAGES/kcminit.mo +share/locale/is/LC_MESSAGES/kio_applications.mo +share/locale/is/LC_MESSAGES/kio_remote.mo +share/locale/is/LC_MESSAGES/klipper.mo +share/locale/is/LC_MESSAGES/ksmserver.mo +share/locale/is/LC_MESSAGES/kuiserver5.mo +share/locale/is/LC_MESSAGES/libkworkspace.mo +share/locale/is/LC_MESSAGES/phonon_kde.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/is/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/is/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/is/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/is/LC_MESSAGES/plasma_engine_network.mo +share/locale/is/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/is/LC_MESSAGES/plasma_engine_rss.mo +share/locale/is/LC_MESSAGES/plasma_engine_share.mo +share/locale/is/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/is/LC_MESSAGES/plasma_engine_weather.mo +share/locale/is/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/is/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/is/LC_MESSAGES/plasma_runner_kill.mo +share/locale/is/LC_MESSAGES/plasma_runner_locations.mo +share/locale/is/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/is/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/is/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/is/LC_MESSAGES/plasma_runner_services.mo +share/locale/is/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/is/LC_MESSAGES/plasma_runner_shell.mo +share/locale/is/LC_MESSAGES/plasma_runner_solid.mo +share/locale/is/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/is/LC_MESSAGES/plasma_runner_windows.mo +share/locale/is/LC_MESSAGES/soliduiserver.mo +share/locale/it/LC_MESSAGES/drkonqi.mo +share/locale/it/LC_MESSAGES/freespacenotifier.mo +share/locale/it/LC_MESSAGES/kcminit.mo +share/locale/it/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/it/LC_MESSAGES/kio_applications.mo +share/locale/it/LC_MESSAGES/kio_remote.mo +share/locale/it/LC_MESSAGES/klipper.mo +share/locale/it/LC_MESSAGES/krunner.mo +share/locale/it/LC_MESSAGES/ksmserver.mo +share/locale/it/LC_MESSAGES/kuiserver5.mo +share/locale/it/LC_MESSAGES/libkworkspace.mo +share/locale/it/LC_MESSAGES/phonon_kde.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/it/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/it/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/it/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/it/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/it/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/it/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/it/LC_MESSAGES/plasma_engine_network.mo +share/locale/it/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/it/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/it/LC_MESSAGES/plasma_engine_rss.mo +share/locale/it/LC_MESSAGES/plasma_engine_share.mo +share/locale/it/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/it/LC_MESSAGES/plasma_engine_time.mo +share/locale/it/LC_MESSAGES/plasma_engine_weather.mo +share/locale/it/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/it/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/it/LC_MESSAGES/plasma_runner_activities.mo +share/locale/it/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/it/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/it/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/it/LC_MESSAGES/plasma_runner_kill.mo +share/locale/it/LC_MESSAGES/plasma_runner_locations.mo +share/locale/it/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/it/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/it/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/it/LC_MESSAGES/plasma_runner_services.mo +share/locale/it/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/it/LC_MESSAGES/plasma_runner_shell.mo +share/locale/it/LC_MESSAGES/plasma_runner_solid.mo +share/locale/it/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/it/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/it/LC_MESSAGES/plasma_runner_windows.mo +share/locale/it/LC_MESSAGES/plasmashell.mo +share/locale/it/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/it/LC_MESSAGES/soliduiserver.mo +share/locale/it/LC_MESSAGES/systemmonitor.mo +share/locale/ja/LC_MESSAGES/drkonqi.mo +share/locale/ja/LC_MESSAGES/freespacenotifier.mo +share/locale/ja/LC_MESSAGES/kcminit.mo +share/locale/ja/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/ja/LC_MESSAGES/kio_applications.mo +share/locale/ja/LC_MESSAGES/kio_remote.mo +share/locale/ja/LC_MESSAGES/klipper.mo +share/locale/ja/LC_MESSAGES/krunner.mo +share/locale/ja/LC_MESSAGES/ksmserver.mo +share/locale/ja/LC_MESSAGES/kuiserver5.mo +share/locale/ja/LC_MESSAGES/libkworkspace.mo +share/locale/ja/LC_MESSAGES/phonon_kde.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/ja/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/ja/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/ja/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/ja/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/ja/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/ja/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/ja/LC_MESSAGES/plasma_engine_network.mo +share/locale/ja/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/ja/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/ja/LC_MESSAGES/plasma_engine_rss.mo +share/locale/ja/LC_MESSAGES/plasma_engine_share.mo +share/locale/ja/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ja/LC_MESSAGES/plasma_engine_time.mo +share/locale/ja/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ja/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/ja/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/ja/LC_MESSAGES/plasma_runner_activities.mo +share/locale/ja/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/ja/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/ja/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/ja/LC_MESSAGES/plasma_runner_kill.mo +share/locale/ja/LC_MESSAGES/plasma_runner_locations.mo +share/locale/ja/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/ja/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/ja/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/ja/LC_MESSAGES/plasma_runner_services.mo +share/locale/ja/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/ja/LC_MESSAGES/plasma_runner_shell.mo +share/locale/ja/LC_MESSAGES/plasma_runner_solid.mo +share/locale/ja/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/ja/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/ja/LC_MESSAGES/plasma_runner_windows.mo +share/locale/ja/LC_MESSAGES/plasmashell.mo +share/locale/ja/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/ja/LC_MESSAGES/soliduiserver.mo +share/locale/ja/LC_MESSAGES/systemmonitor.mo +share/locale/kk/LC_MESSAGES/drkonqi.mo +share/locale/kk/LC_MESSAGES/freespacenotifier.mo +share/locale/kk/LC_MESSAGES/kcminit.mo +share/locale/kk/LC_MESSAGES/kio_applications.mo +share/locale/kk/LC_MESSAGES/kio_remote.mo +share/locale/kk/LC_MESSAGES/klipper.mo +share/locale/kk/LC_MESSAGES/ksmserver.mo +share/locale/kk/LC_MESSAGES/kuiserver5.mo +share/locale/kk/LC_MESSAGES/libkworkspace.mo +share/locale/kk/LC_MESSAGES/phonon_kde.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/kk/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/kk/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/kk/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/kk/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/kk/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/kk/LC_MESSAGES/plasma_engine_network.mo +share/locale/kk/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/kk/LC_MESSAGES/plasma_engine_rss.mo +share/locale/kk/LC_MESSAGES/plasma_engine_share.mo +share/locale/kk/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/kk/LC_MESSAGES/plasma_engine_weather.mo +share/locale/kk/LC_MESSAGES/plasma_runner_activities.mo +share/locale/kk/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/kk/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/kk/LC_MESSAGES/plasma_runner_kill.mo +share/locale/kk/LC_MESSAGES/plasma_runner_locations.mo +share/locale/kk/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/kk/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/kk/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/kk/LC_MESSAGES/plasma_runner_services.mo +share/locale/kk/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/kk/LC_MESSAGES/plasma_runner_shell.mo +share/locale/kk/LC_MESSAGES/plasma_runner_solid.mo +share/locale/kk/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/kk/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/kk/LC_MESSAGES/plasma_runner_windows.mo +share/locale/kk/LC_MESSAGES/soliduiserver.mo +share/locale/km/LC_MESSAGES/drkonqi.mo +share/locale/km/LC_MESSAGES/freespacenotifier.mo +share/locale/km/LC_MESSAGES/kcminit.mo +share/locale/km/LC_MESSAGES/kio_applications.mo +share/locale/km/LC_MESSAGES/kio_remote.mo +share/locale/km/LC_MESSAGES/klipper.mo +share/locale/km/LC_MESSAGES/ksmserver.mo +share/locale/km/LC_MESSAGES/kuiserver5.mo +share/locale/km/LC_MESSAGES/libkworkspace.mo +share/locale/km/LC_MESSAGES/phonon_kde.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/km/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/km/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/km/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/km/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/km/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/km/LC_MESSAGES/plasma_engine_network.mo +share/locale/km/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/km/LC_MESSAGES/plasma_engine_rss.mo +share/locale/km/LC_MESSAGES/plasma_engine_share.mo +share/locale/km/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/km/LC_MESSAGES/plasma_engine_weather.mo +share/locale/km/LC_MESSAGES/plasma_runner_activities.mo +share/locale/km/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/km/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/km/LC_MESSAGES/plasma_runner_kill.mo +share/locale/km/LC_MESSAGES/plasma_runner_locations.mo +share/locale/km/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/km/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/km/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/km/LC_MESSAGES/plasma_runner_services.mo +share/locale/km/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/km/LC_MESSAGES/plasma_runner_shell.mo +share/locale/km/LC_MESSAGES/plasma_runner_solid.mo +share/locale/km/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/km/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/km/LC_MESSAGES/plasma_runner_windows.mo +share/locale/km/LC_MESSAGES/soliduiserver.mo +share/locale/kn/LC_MESSAGES/drkonqi.mo +share/locale/kn/LC_MESSAGES/freespacenotifier.mo +share/locale/kn/LC_MESSAGES/kcminit.mo +share/locale/kn/LC_MESSAGES/kio_applications.mo +share/locale/kn/LC_MESSAGES/kio_remote.mo +share/locale/kn/LC_MESSAGES/klipper.mo +share/locale/kn/LC_MESSAGES/ksmserver.mo +share/locale/kn/LC_MESSAGES/kuiserver5.mo +share/locale/kn/LC_MESSAGES/libkworkspace.mo +share/locale/kn/LC_MESSAGES/phonon_kde.mo +share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/kn/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/kn/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/kn/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/kn/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/kn/LC_MESSAGES/plasma_engine_network.mo +share/locale/kn/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/kn/LC_MESSAGES/plasma_engine_rss.mo +share/locale/kn/LC_MESSAGES/plasma_engine_weather.mo +share/locale/kn/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/kn/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/kn/LC_MESSAGES/plasma_runner_kill.mo +share/locale/kn/LC_MESSAGES/plasma_runner_locations.mo +share/locale/kn/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/kn/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/kn/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/kn/LC_MESSAGES/plasma_runner_services.mo +share/locale/kn/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/kn/LC_MESSAGES/plasma_runner_shell.mo +share/locale/kn/LC_MESSAGES/plasma_runner_solid.mo +share/locale/kn/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/kn/LC_MESSAGES/plasma_runner_windows.mo +share/locale/kn/LC_MESSAGES/soliduiserver.mo +share/locale/ko/LC_MESSAGES/drkonqi.mo +share/locale/ko/LC_MESSAGES/freespacenotifier.mo +share/locale/ko/LC_MESSAGES/kcminit.mo +share/locale/ko/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/ko/LC_MESSAGES/kio_applications.mo +share/locale/ko/LC_MESSAGES/kio_remote.mo +share/locale/ko/LC_MESSAGES/klipper.mo +share/locale/ko/LC_MESSAGES/krunner.mo +share/locale/ko/LC_MESSAGES/ksmserver.mo +share/locale/ko/LC_MESSAGES/kuiserver5.mo +share/locale/ko/LC_MESSAGES/libkworkspace.mo +share/locale/ko/LC_MESSAGES/phonon_kde.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/ko/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/ko/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/ko/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/ko/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/ko/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/ko/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/ko/LC_MESSAGES/plasma_engine_network.mo +share/locale/ko/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/ko/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/ko/LC_MESSAGES/plasma_engine_rss.mo +share/locale/ko/LC_MESSAGES/plasma_engine_share.mo +share/locale/ko/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ko/LC_MESSAGES/plasma_engine_time.mo +share/locale/ko/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ko/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/ko/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/ko/LC_MESSAGES/plasma_runner_activities.mo +share/locale/ko/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/ko/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/ko/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/ko/LC_MESSAGES/plasma_runner_kill.mo +share/locale/ko/LC_MESSAGES/plasma_runner_locations.mo +share/locale/ko/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/ko/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/ko/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/ko/LC_MESSAGES/plasma_runner_services.mo +share/locale/ko/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/ko/LC_MESSAGES/plasma_runner_shell.mo +share/locale/ko/LC_MESSAGES/plasma_runner_solid.mo +share/locale/ko/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/ko/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/ko/LC_MESSAGES/plasma_runner_windows.mo +share/locale/ko/LC_MESSAGES/plasmashell.mo +share/locale/ko/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/ko/LC_MESSAGES/soliduiserver.mo +share/locale/ko/LC_MESSAGES/systemmonitor.mo +share/locale/ku/LC_MESSAGES/drkonqi.mo +share/locale/ku/LC_MESSAGES/kcminit.mo +share/locale/ku/LC_MESSAGES/kio_applications.mo +share/locale/ku/LC_MESSAGES/kio_remote.mo +share/locale/ku/LC_MESSAGES/klipper.mo +share/locale/ku/LC_MESSAGES/ksmserver.mo +share/locale/ku/LC_MESSAGES/kuiserver5.mo +share/locale/ku/LC_MESSAGES/libkworkspace.mo +share/locale/ku/LC_MESSAGES/phonon_kde.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/ku/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/ku/LC_MESSAGES/plasma_engine_rss.mo +share/locale/ku/LC_MESSAGES/plasma_runner_locations.mo +share/locale/ku/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/ku/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/ku/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/ku/LC_MESSAGES/plasma_runner_shell.mo +share/locale/ku/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/ku/LC_MESSAGES/soliduiserver.mo +share/locale/lb/LC_MESSAGES/kio_applications.mo +share/locale/lb/LC_MESSAGES/kio_remote.mo +share/locale/lt/LC_MESSAGES/drkonqi.mo +share/locale/lt/LC_MESSAGES/freespacenotifier.mo +share/locale/lt/LC_MESSAGES/kcminit.mo +share/locale/lt/LC_MESSAGES/kio_applications.mo +share/locale/lt/LC_MESSAGES/kio_remote.mo +share/locale/lt/LC_MESSAGES/klipper.mo +share/locale/lt/LC_MESSAGES/krunner.mo +share/locale/lt/LC_MESSAGES/ksmserver.mo +share/locale/lt/LC_MESSAGES/kuiserver5.mo +share/locale/lt/LC_MESSAGES/libkworkspace.mo +share/locale/lt/LC_MESSAGES/phonon_kde.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/lt/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/lt/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/lt/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/lt/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/lt/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/lt/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/lt/LC_MESSAGES/plasma_engine_network.mo +share/locale/lt/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/lt/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/lt/LC_MESSAGES/plasma_engine_rss.mo +share/locale/lt/LC_MESSAGES/plasma_engine_share.mo +share/locale/lt/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/lt/LC_MESSAGES/plasma_engine_time.mo +share/locale/lt/LC_MESSAGES/plasma_engine_weather.mo +share/locale/lt/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/lt/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/lt/LC_MESSAGES/plasma_runner_activities.mo +share/locale/lt/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/lt/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/lt/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/lt/LC_MESSAGES/plasma_runner_kill.mo +share/locale/lt/LC_MESSAGES/plasma_runner_locations.mo +share/locale/lt/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/lt/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/lt/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/lt/LC_MESSAGES/plasma_runner_services.mo +share/locale/lt/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/lt/LC_MESSAGES/plasma_runner_shell.mo +share/locale/lt/LC_MESSAGES/plasma_runner_solid.mo +share/locale/lt/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/lt/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/lt/LC_MESSAGES/plasma_runner_windows.mo +share/locale/lt/LC_MESSAGES/plasmashell.mo +share/locale/lt/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/lt/LC_MESSAGES/soliduiserver.mo +share/locale/lt/LC_MESSAGES/systemmonitor.mo +share/locale/lv/LC_MESSAGES/drkonqi.mo +share/locale/lv/LC_MESSAGES/freespacenotifier.mo +share/locale/lv/LC_MESSAGES/kcminit.mo +share/locale/lv/LC_MESSAGES/kio_applications.mo +share/locale/lv/LC_MESSAGES/kio_remote.mo +share/locale/lv/LC_MESSAGES/klipper.mo +share/locale/lv/LC_MESSAGES/ksmserver.mo +share/locale/lv/LC_MESSAGES/kuiserver5.mo +share/locale/lv/LC_MESSAGES/libkworkspace.mo +share/locale/lv/LC_MESSAGES/phonon_kde.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/lv/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/lv/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/lv/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/lv/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/lv/LC_MESSAGES/plasma_engine_network.mo +share/locale/lv/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/lv/LC_MESSAGES/plasma_engine_rss.mo +share/locale/lv/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/lv/LC_MESSAGES/plasma_engine_weather.mo +share/locale/lv/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/lv/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/lv/LC_MESSAGES/plasma_runner_kill.mo +share/locale/lv/LC_MESSAGES/plasma_runner_locations.mo +share/locale/lv/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/lv/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/lv/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/lv/LC_MESSAGES/plasma_runner_services.mo +share/locale/lv/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/lv/LC_MESSAGES/plasma_runner_shell.mo +share/locale/lv/LC_MESSAGES/plasma_runner_solid.mo +share/locale/lv/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/lv/LC_MESSAGES/plasma_runner_windows.mo +share/locale/lv/LC_MESSAGES/soliduiserver.mo +share/locale/mai/LC_MESSAGES/drkonqi.mo +share/locale/mai/LC_MESSAGES/freespacenotifier.mo +share/locale/mai/LC_MESSAGES/kcminit.mo +share/locale/mai/LC_MESSAGES/kio_applications.mo +share/locale/mai/LC_MESSAGES/kio_remote.mo +share/locale/mai/LC_MESSAGES/klipper.mo +share/locale/mai/LC_MESSAGES/ksmserver.mo +share/locale/mai/LC_MESSAGES/kuiserver5.mo +share/locale/mai/LC_MESSAGES/libkworkspace.mo +share/locale/mai/LC_MESSAGES/phonon_kde.mo +share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/mai/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/mai/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/mai/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/mai/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/mai/LC_MESSAGES/plasma_engine_network.mo +share/locale/mai/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/mai/LC_MESSAGES/plasma_engine_rss.mo +share/locale/mai/LC_MESSAGES/plasma_engine_share.mo +share/locale/mai/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/mai/LC_MESSAGES/plasma_engine_weather.mo +share/locale/mai/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/mai/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/mai/LC_MESSAGES/plasma_runner_kill.mo +share/locale/mai/LC_MESSAGES/plasma_runner_locations.mo +share/locale/mai/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/mai/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/mai/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/mai/LC_MESSAGES/plasma_runner_services.mo +share/locale/mai/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/mai/LC_MESSAGES/plasma_runner_shell.mo +share/locale/mai/LC_MESSAGES/plasma_runner_solid.mo +share/locale/mai/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/mai/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/mai/LC_MESSAGES/plasma_runner_windows.mo +share/locale/mai/LC_MESSAGES/soliduiserver.mo +share/locale/mk/LC_MESSAGES/drkonqi.mo +share/locale/mk/LC_MESSAGES/kcminit.mo +share/locale/mk/LC_MESSAGES/kio_applications.mo +share/locale/mk/LC_MESSAGES/kio_remote.mo +share/locale/mk/LC_MESSAGES/klipper.mo +share/locale/mk/LC_MESSAGES/ksmserver.mo +share/locale/mk/LC_MESSAGES/kuiserver5.mo +share/locale/mk/LC_MESSAGES/libkworkspace.mo +share/locale/mk/LC_MESSAGES/phonon_kde.mo +share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/mk/LC_MESSAGES/plasma_runner_locations.mo +share/locale/mk/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/mk/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/mk/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/mk/LC_MESSAGES/plasma_runner_shell.mo +share/locale/mk/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/mk/LC_MESSAGES/soliduiserver.mo +share/locale/ml/LC_MESSAGES/drkonqi.mo +share/locale/ml/LC_MESSAGES/freespacenotifier.mo +share/locale/ml/LC_MESSAGES/kcminit.mo +share/locale/ml/LC_MESSAGES/kio_applications.mo +share/locale/ml/LC_MESSAGES/kio_remote.mo +share/locale/ml/LC_MESSAGES/klipper.mo +share/locale/ml/LC_MESSAGES/ksmserver.mo +share/locale/ml/LC_MESSAGES/kuiserver5.mo +share/locale/ml/LC_MESSAGES/libkworkspace.mo +share/locale/ml/LC_MESSAGES/phonon_kde.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/ml/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/ml/LC_MESSAGES/plasma_engine_network.mo +share/locale/ml/LC_MESSAGES/plasma_engine_rss.mo +share/locale/ml/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ml/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ml/LC_MESSAGES/plasma_runner_kill.mo +share/locale/ml/LC_MESSAGES/plasma_runner_locations.mo +share/locale/ml/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/ml/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/ml/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/ml/LC_MESSAGES/plasma_runner_shell.mo +share/locale/ml/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/ml/LC_MESSAGES/soliduiserver.mo +share/locale/mr/LC_MESSAGES/drkonqi.mo +share/locale/mr/LC_MESSAGES/freespacenotifier.mo +share/locale/mr/LC_MESSAGES/kcminit.mo +share/locale/mr/LC_MESSAGES/kio_applications.mo +share/locale/mr/LC_MESSAGES/kio_remote.mo +share/locale/mr/LC_MESSAGES/klipper.mo +share/locale/mr/LC_MESSAGES/ksmserver.mo +share/locale/mr/LC_MESSAGES/kuiserver5.mo +share/locale/mr/LC_MESSAGES/libkworkspace.mo +share/locale/mr/LC_MESSAGES/phonon_kde.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/mr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/mr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/mr/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/mr/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/mr/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/mr/LC_MESSAGES/plasma_engine_network.mo +share/locale/mr/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/mr/LC_MESSAGES/plasma_engine_rss.mo +share/locale/mr/LC_MESSAGES/plasma_engine_share.mo +share/locale/mr/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/mr/LC_MESSAGES/plasma_engine_weather.mo +share/locale/mr/LC_MESSAGES/plasma_runner_activities.mo +share/locale/mr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/mr/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/mr/LC_MESSAGES/plasma_runner_kill.mo +share/locale/mr/LC_MESSAGES/plasma_runner_locations.mo +share/locale/mr/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/mr/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/mr/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/mr/LC_MESSAGES/plasma_runner_services.mo +share/locale/mr/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/mr/LC_MESSAGES/plasma_runner_shell.mo +share/locale/mr/LC_MESSAGES/plasma_runner_solid.mo +share/locale/mr/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/mr/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/mr/LC_MESSAGES/plasma_runner_windows.mo +share/locale/mr/LC_MESSAGES/soliduiserver.mo +share/locale/ms/LC_MESSAGES/drkonqi.mo +share/locale/ms/LC_MESSAGES/freespacenotifier.mo +share/locale/ms/LC_MESSAGES/kcminit.mo +share/locale/ms/LC_MESSAGES/kio_applications.mo +share/locale/ms/LC_MESSAGES/kio_remote.mo +share/locale/ms/LC_MESSAGES/klipper.mo +share/locale/ms/LC_MESSAGES/ksmserver.mo +share/locale/ms/LC_MESSAGES/kuiserver5.mo +share/locale/ms/LC_MESSAGES/libkworkspace.mo +share/locale/ms/LC_MESSAGES/phonon_kde.mo +share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/ms/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/ms/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/ms/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/ms/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/ms/LC_MESSAGES/plasma_engine_network.mo +share/locale/ms/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/ms/LC_MESSAGES/plasma_engine_rss.mo +share/locale/ms/LC_MESSAGES/plasma_engine_share.mo +share/locale/ms/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ms/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ms/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/ms/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/ms/LC_MESSAGES/plasma_runner_kill.mo +share/locale/ms/LC_MESSAGES/plasma_runner_locations.mo +share/locale/ms/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/ms/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/ms/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/ms/LC_MESSAGES/plasma_runner_services.mo +share/locale/ms/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/ms/LC_MESSAGES/plasma_runner_shell.mo +share/locale/ms/LC_MESSAGES/plasma_runner_solid.mo +share/locale/ms/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/ms/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/ms/LC_MESSAGES/plasma_runner_windows.mo +share/locale/ms/LC_MESSAGES/soliduiserver.mo +share/locale/nb/LC_MESSAGES/drkonqi.mo +share/locale/nb/LC_MESSAGES/freespacenotifier.mo +share/locale/nb/LC_MESSAGES/kcminit.mo +share/locale/nb/LC_MESSAGES/kio_applications.mo +share/locale/nb/LC_MESSAGES/kio_remote.mo +share/locale/nb/LC_MESSAGES/klipper.mo +share/locale/nb/LC_MESSAGES/krunner.mo +share/locale/nb/LC_MESSAGES/ksmserver.mo +share/locale/nb/LC_MESSAGES/kuiserver5.mo +share/locale/nb/LC_MESSAGES/libkworkspace.mo +share/locale/nb/LC_MESSAGES/phonon_kde.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/nb/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/nb/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/nb/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/nb/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/nb/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/nb/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/nb/LC_MESSAGES/plasma_engine_network.mo +share/locale/nb/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/nb/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/nb/LC_MESSAGES/plasma_engine_rss.mo +share/locale/nb/LC_MESSAGES/plasma_engine_share.mo +share/locale/nb/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/nb/LC_MESSAGES/plasma_engine_time.mo +share/locale/nb/LC_MESSAGES/plasma_engine_weather.mo +share/locale/nb/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/nb/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/nb/LC_MESSAGES/plasma_runner_activities.mo +share/locale/nb/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/nb/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/nb/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/nb/LC_MESSAGES/plasma_runner_kill.mo +share/locale/nb/LC_MESSAGES/plasma_runner_locations.mo +share/locale/nb/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/nb/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/nb/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/nb/LC_MESSAGES/plasma_runner_services.mo +share/locale/nb/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/nb/LC_MESSAGES/plasma_runner_shell.mo +share/locale/nb/LC_MESSAGES/plasma_runner_solid.mo +share/locale/nb/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/nb/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/nb/LC_MESSAGES/plasma_runner_windows.mo +share/locale/nb/LC_MESSAGES/plasmashell.mo +share/locale/nb/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/nb/LC_MESSAGES/soliduiserver.mo +share/locale/nb/LC_MESSAGES/systemmonitor.mo +share/locale/nds/LC_MESSAGES/drkonqi.mo +share/locale/nds/LC_MESSAGES/freespacenotifier.mo +share/locale/nds/LC_MESSAGES/kcminit.mo +share/locale/nds/LC_MESSAGES/kio_applications.mo +share/locale/nds/LC_MESSAGES/kio_remote.mo +share/locale/nds/LC_MESSAGES/klipper.mo +share/locale/nds/LC_MESSAGES/krunner.mo +share/locale/nds/LC_MESSAGES/ksmserver.mo +share/locale/nds/LC_MESSAGES/kuiserver5.mo +share/locale/nds/LC_MESSAGES/libkworkspace.mo +share/locale/nds/LC_MESSAGES/phonon_kde.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/nds/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/nds/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/nds/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/nds/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/nds/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/nds/LC_MESSAGES/plasma_engine_network.mo +share/locale/nds/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/nds/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/nds/LC_MESSAGES/plasma_engine_rss.mo +share/locale/nds/LC_MESSAGES/plasma_engine_share.mo +share/locale/nds/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/nds/LC_MESSAGES/plasma_engine_time.mo +share/locale/nds/LC_MESSAGES/plasma_engine_weather.mo +share/locale/nds/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/nds/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/nds/LC_MESSAGES/plasma_runner_activities.mo +share/locale/nds/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/nds/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/nds/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/nds/LC_MESSAGES/plasma_runner_kill.mo +share/locale/nds/LC_MESSAGES/plasma_runner_locations.mo +share/locale/nds/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/nds/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/nds/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/nds/LC_MESSAGES/plasma_runner_services.mo +share/locale/nds/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/nds/LC_MESSAGES/plasma_runner_shell.mo +share/locale/nds/LC_MESSAGES/plasma_runner_solid.mo +share/locale/nds/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/nds/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/nds/LC_MESSAGES/plasma_runner_windows.mo +share/locale/nds/LC_MESSAGES/plasmashell.mo +share/locale/nds/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/nds/LC_MESSAGES/soliduiserver.mo +share/locale/nds/LC_MESSAGES/systemmonitor.mo +share/locale/ne/LC_MESSAGES/drkonqi.mo +share/locale/ne/LC_MESSAGES/kcminit.mo +share/locale/ne/LC_MESSAGES/kio_applications.mo +share/locale/ne/LC_MESSAGES/kio_remote.mo +share/locale/ne/LC_MESSAGES/klipper.mo +share/locale/ne/LC_MESSAGES/ksmserver.mo +share/locale/ne/LC_MESSAGES/kuiserver5.mo +share/locale/ne/LC_MESSAGES/libkworkspace.mo +share/locale/ne/LC_MESSAGES/phonon_kde.mo +share/locale/ne/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/ne/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/ne/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/ne/LC_MESSAGES/soliduiserver.mo +share/locale/nl/LC_MESSAGES/drkonqi.mo +share/locale/nl/LC_MESSAGES/freespacenotifier.mo +share/locale/nl/LC_MESSAGES/kcminit.mo +share/locale/nl/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/nl/LC_MESSAGES/kio_applications.mo +share/locale/nl/LC_MESSAGES/kio_remote.mo +share/locale/nl/LC_MESSAGES/klipper.mo +share/locale/nl/LC_MESSAGES/krunner.mo +share/locale/nl/LC_MESSAGES/ksmserver.mo +share/locale/nl/LC_MESSAGES/kuiserver5.mo +share/locale/nl/LC_MESSAGES/libkworkspace.mo +share/locale/nl/LC_MESSAGES/phonon_kde.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/nl/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/nl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/nl/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/nl/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/nl/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/nl/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/nl/LC_MESSAGES/plasma_engine_network.mo +share/locale/nl/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/nl/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/nl/LC_MESSAGES/plasma_engine_rss.mo +share/locale/nl/LC_MESSAGES/plasma_engine_share.mo +share/locale/nl/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/nl/LC_MESSAGES/plasma_engine_time.mo +share/locale/nl/LC_MESSAGES/plasma_engine_weather.mo +share/locale/nl/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/nl/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/nl/LC_MESSAGES/plasma_runner_activities.mo +share/locale/nl/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/nl/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/nl/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/nl/LC_MESSAGES/plasma_runner_kill.mo +share/locale/nl/LC_MESSAGES/plasma_runner_locations.mo +share/locale/nl/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/nl/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/nl/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/nl/LC_MESSAGES/plasma_runner_services.mo +share/locale/nl/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/nl/LC_MESSAGES/plasma_runner_shell.mo +share/locale/nl/LC_MESSAGES/plasma_runner_solid.mo +share/locale/nl/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/nl/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/nl/LC_MESSAGES/plasma_runner_windows.mo +share/locale/nl/LC_MESSAGES/plasmashell.mo +share/locale/nl/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/nl/LC_MESSAGES/soliduiserver.mo +share/locale/nl/LC_MESSAGES/systemmonitor.mo +share/locale/nn/LC_MESSAGES/drkonqi.mo +share/locale/nn/LC_MESSAGES/freespacenotifier.mo +share/locale/nn/LC_MESSAGES/kcminit.mo +share/locale/nn/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/nn/LC_MESSAGES/kio_applications.mo +share/locale/nn/LC_MESSAGES/kio_remote.mo +share/locale/nn/LC_MESSAGES/klipper.mo +share/locale/nn/LC_MESSAGES/krunner.mo +share/locale/nn/LC_MESSAGES/ksmserver.mo +share/locale/nn/LC_MESSAGES/kuiserver5.mo +share/locale/nn/LC_MESSAGES/libkworkspace.mo +share/locale/nn/LC_MESSAGES/phonon_kde.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/nn/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/nn/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/nn/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/nn/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/nn/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/nn/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/nn/LC_MESSAGES/plasma_engine_network.mo +share/locale/nn/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/nn/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/nn/LC_MESSAGES/plasma_engine_rss.mo +share/locale/nn/LC_MESSAGES/plasma_engine_share.mo +share/locale/nn/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/nn/LC_MESSAGES/plasma_engine_time.mo +share/locale/nn/LC_MESSAGES/plasma_engine_weather.mo +share/locale/nn/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/nn/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/nn/LC_MESSAGES/plasma_runner_activities.mo +share/locale/nn/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/nn/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/nn/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/nn/LC_MESSAGES/plasma_runner_kill.mo +share/locale/nn/LC_MESSAGES/plasma_runner_locations.mo +share/locale/nn/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/nn/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/nn/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/nn/LC_MESSAGES/plasma_runner_services.mo +share/locale/nn/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/nn/LC_MESSAGES/plasma_runner_shell.mo +share/locale/nn/LC_MESSAGES/plasma_runner_solid.mo +share/locale/nn/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/nn/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/nn/LC_MESSAGES/plasma_runner_windows.mo +share/locale/nn/LC_MESSAGES/plasmashell.mo +share/locale/nn/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/nn/LC_MESSAGES/soliduiserver.mo +share/locale/nn/LC_MESSAGES/systemmonitor.mo +share/locale/oc/LC_MESSAGES/drkonqi.mo +share/locale/oc/LC_MESSAGES/kcminit.mo +share/locale/oc/LC_MESSAGES/kio_applications.mo +share/locale/oc/LC_MESSAGES/kio_remote.mo +share/locale/oc/LC_MESSAGES/klipper.mo +share/locale/oc/LC_MESSAGES/ksmserver.mo +share/locale/oc/LC_MESSAGES/libkworkspace.mo +share/locale/oc/LC_MESSAGES/phonon_kde.mo +share/locale/oc/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/oc/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/oc/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/oc/LC_MESSAGES/soliduiserver.mo +share/locale/or/LC_MESSAGES/drkonqi.mo +share/locale/or/LC_MESSAGES/kcminit.mo +share/locale/or/LC_MESSAGES/kio_applications.mo +share/locale/or/LC_MESSAGES/kio_remote.mo +share/locale/or/LC_MESSAGES/klipper.mo +share/locale/or/LC_MESSAGES/ksmserver.mo +share/locale/or/LC_MESSAGES/kuiserver5.mo +share/locale/or/LC_MESSAGES/libkworkspace.mo +share/locale/or/LC_MESSAGES/phonon_kde.mo +share/locale/or/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/or/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/or/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/or/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/or/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/or/LC_MESSAGES/plasma_engine_rss.mo +share/locale/or/LC_MESSAGES/plasma_runner_locations.mo +share/locale/or/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/or/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/or/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/or/LC_MESSAGES/plasma_runner_shell.mo +share/locale/or/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/or/LC_MESSAGES/soliduiserver.mo +share/locale/pa/LC_MESSAGES/drkonqi.mo +share/locale/pa/LC_MESSAGES/freespacenotifier.mo +share/locale/pa/LC_MESSAGES/kcminit.mo +share/locale/pa/LC_MESSAGES/kio_applications.mo +share/locale/pa/LC_MESSAGES/kio_remote.mo +share/locale/pa/LC_MESSAGES/klipper.mo +share/locale/pa/LC_MESSAGES/krunner.mo +share/locale/pa/LC_MESSAGES/ksmserver.mo +share/locale/pa/LC_MESSAGES/kuiserver5.mo +share/locale/pa/LC_MESSAGES/libkworkspace.mo +share/locale/pa/LC_MESSAGES/phonon_kde.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/pa/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/pa/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/pa/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/pa/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/pa/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/pa/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/pa/LC_MESSAGES/plasma_engine_network.mo +share/locale/pa/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/pa/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/pa/LC_MESSAGES/plasma_engine_rss.mo +share/locale/pa/LC_MESSAGES/plasma_engine_share.mo +share/locale/pa/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/pa/LC_MESSAGES/plasma_engine_time.mo +share/locale/pa/LC_MESSAGES/plasma_engine_weather.mo +share/locale/pa/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/pa/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/pa/LC_MESSAGES/plasma_runner_activities.mo +share/locale/pa/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/pa/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/pa/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/pa/LC_MESSAGES/plasma_runner_kill.mo +share/locale/pa/LC_MESSAGES/plasma_runner_locations.mo +share/locale/pa/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/pa/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/pa/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/pa/LC_MESSAGES/plasma_runner_services.mo +share/locale/pa/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/pa/LC_MESSAGES/plasma_runner_shell.mo +share/locale/pa/LC_MESSAGES/plasma_runner_solid.mo +share/locale/pa/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/pa/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/pa/LC_MESSAGES/plasma_runner_windows.mo +share/locale/pa/LC_MESSAGES/plasmashell.mo +share/locale/pa/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/pa/LC_MESSAGES/soliduiserver.mo +share/locale/pa/LC_MESSAGES/systemmonitor.mo +share/locale/pl/LC_MESSAGES/drkonqi.mo +share/locale/pl/LC_MESSAGES/freespacenotifier.mo +share/locale/pl/LC_MESSAGES/kcminit.mo +share/locale/pl/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/pl/LC_MESSAGES/kio_applications.mo +share/locale/pl/LC_MESSAGES/kio_remote.mo +share/locale/pl/LC_MESSAGES/klipper.mo +share/locale/pl/LC_MESSAGES/krunner.mo +share/locale/pl/LC_MESSAGES/ksmserver.mo +share/locale/pl/LC_MESSAGES/kuiserver5.mo +share/locale/pl/LC_MESSAGES/libkworkspace.mo +share/locale/pl/LC_MESSAGES/phonon_kde.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/pl/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/pl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/pl/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/pl/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/pl/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/pl/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/pl/LC_MESSAGES/plasma_engine_network.mo +share/locale/pl/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/pl/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/pl/LC_MESSAGES/plasma_engine_rss.mo +share/locale/pl/LC_MESSAGES/plasma_engine_share.mo +share/locale/pl/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/pl/LC_MESSAGES/plasma_engine_time.mo +share/locale/pl/LC_MESSAGES/plasma_engine_weather.mo +share/locale/pl/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/pl/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/pl/LC_MESSAGES/plasma_runner_activities.mo +share/locale/pl/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/pl/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/pl/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/pl/LC_MESSAGES/plasma_runner_kill.mo +share/locale/pl/LC_MESSAGES/plasma_runner_locations.mo +share/locale/pl/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/pl/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/pl/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/pl/LC_MESSAGES/plasma_runner_services.mo +share/locale/pl/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/pl/LC_MESSAGES/plasma_runner_shell.mo +share/locale/pl/LC_MESSAGES/plasma_runner_solid.mo +share/locale/pl/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/pl/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/pl/LC_MESSAGES/plasma_runner_windows.mo +share/locale/pl/LC_MESSAGES/plasmashell.mo +share/locale/pl/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/pl/LC_MESSAGES/soliduiserver.mo +share/locale/pl/LC_MESSAGES/systemmonitor.mo +share/locale/pt/LC_MESSAGES/drkonqi.mo +share/locale/pt/LC_MESSAGES/freespacenotifier.mo +share/locale/pt/LC_MESSAGES/kcminit.mo +share/locale/pt/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/pt/LC_MESSAGES/kio_applications.mo +share/locale/pt/LC_MESSAGES/kio_remote.mo +share/locale/pt/LC_MESSAGES/klipper.mo +share/locale/pt/LC_MESSAGES/krunner.mo +share/locale/pt/LC_MESSAGES/ksmserver.mo +share/locale/pt/LC_MESSAGES/kuiserver5.mo +share/locale/pt/LC_MESSAGES/libkworkspace.mo +share/locale/pt/LC_MESSAGES/phonon_kde.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/pt/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/pt/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/pt/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/pt/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/pt/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/pt/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/pt/LC_MESSAGES/plasma_engine_network.mo +share/locale/pt/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/pt/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/pt/LC_MESSAGES/plasma_engine_rss.mo +share/locale/pt/LC_MESSAGES/plasma_engine_share.mo +share/locale/pt/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/pt/LC_MESSAGES/plasma_engine_time.mo +share/locale/pt/LC_MESSAGES/plasma_engine_weather.mo +share/locale/pt/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/pt/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/pt/LC_MESSAGES/plasma_runner_activities.mo +share/locale/pt/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/pt/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/pt/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/pt/LC_MESSAGES/plasma_runner_kill.mo +share/locale/pt/LC_MESSAGES/plasma_runner_locations.mo +share/locale/pt/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/pt/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/pt/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/pt/LC_MESSAGES/plasma_runner_services.mo +share/locale/pt/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/pt/LC_MESSAGES/plasma_runner_shell.mo +share/locale/pt/LC_MESSAGES/plasma_runner_solid.mo +share/locale/pt/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/pt/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/pt/LC_MESSAGES/plasma_runner_windows.mo +share/locale/pt/LC_MESSAGES/plasmashell.mo +share/locale/pt/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/pt/LC_MESSAGES/soliduiserver.mo +share/locale/pt/LC_MESSAGES/systemmonitor.mo +share/locale/pt_BR/LC_MESSAGES/drkonqi.mo +share/locale/pt_BR/LC_MESSAGES/freespacenotifier.mo +share/locale/pt_BR/LC_MESSAGES/kcminit.mo +share/locale/pt_BR/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/pt_BR/LC_MESSAGES/kio_applications.mo +share/locale/pt_BR/LC_MESSAGES/kio_remote.mo +share/locale/pt_BR/LC_MESSAGES/klipper.mo +share/locale/pt_BR/LC_MESSAGES/krunner.mo +share/locale/pt_BR/LC_MESSAGES/ksmserver.mo +share/locale/pt_BR/LC_MESSAGES/kuiserver5.mo +share/locale/pt_BR/LC_MESSAGES/libkworkspace.mo +share/locale/pt_BR/LC_MESSAGES/phonon_kde.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/pt_BR/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/pt_BR/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/pt_BR/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/pt_BR/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/pt_BR/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/pt_BR/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/pt_BR/LC_MESSAGES/plasma_engine_network.mo +share/locale/pt_BR/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/pt_BR/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/pt_BR/LC_MESSAGES/plasma_engine_rss.mo +share/locale/pt_BR/LC_MESSAGES/plasma_engine_share.mo +share/locale/pt_BR/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/pt_BR/LC_MESSAGES/plasma_engine_time.mo +share/locale/pt_BR/LC_MESSAGES/plasma_engine_weather.mo +share/locale/pt_BR/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/pt_BR/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_activities.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_kill.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_locations.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_services.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_shell.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_solid.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_windows.mo +share/locale/pt_BR/LC_MESSAGES/plasmashell.mo +share/locale/pt_BR/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/pt_BR/LC_MESSAGES/soliduiserver.mo +share/locale/pt_BR/LC_MESSAGES/systemmonitor.mo +share/locale/ro/LC_MESSAGES/drkonqi.mo +share/locale/ro/LC_MESSAGES/freespacenotifier.mo +share/locale/ro/LC_MESSAGES/kcminit.mo +share/locale/ro/LC_MESSAGES/kio_applications.mo +share/locale/ro/LC_MESSAGES/kio_remote.mo +share/locale/ro/LC_MESSAGES/klipper.mo +share/locale/ro/LC_MESSAGES/krunner.mo +share/locale/ro/LC_MESSAGES/ksmserver.mo +share/locale/ro/LC_MESSAGES/kuiserver5.mo +share/locale/ro/LC_MESSAGES/libkworkspace.mo +share/locale/ro/LC_MESSAGES/phonon_kde.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/ro/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/ro/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/ro/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/ro/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/ro/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/ro/LC_MESSAGES/plasma_engine_network.mo +share/locale/ro/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/ro/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/ro/LC_MESSAGES/plasma_engine_rss.mo +share/locale/ro/LC_MESSAGES/plasma_engine_share.mo +share/locale/ro/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ro/LC_MESSAGES/plasma_engine_time.mo +share/locale/ro/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ro/LC_MESSAGES/plasma_runner_activities.mo +share/locale/ro/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/ro/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/ro/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/ro/LC_MESSAGES/plasma_runner_kill.mo +share/locale/ro/LC_MESSAGES/plasma_runner_locations.mo +share/locale/ro/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/ro/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/ro/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/ro/LC_MESSAGES/plasma_runner_services.mo +share/locale/ro/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/ro/LC_MESSAGES/plasma_runner_shell.mo +share/locale/ro/LC_MESSAGES/plasma_runner_solid.mo +share/locale/ro/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/ro/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/ro/LC_MESSAGES/plasma_runner_windows.mo +share/locale/ro/LC_MESSAGES/plasmashell.mo +share/locale/ro/LC_MESSAGES/soliduiserver.mo +share/locale/ro/LC_MESSAGES/systemmonitor.mo +share/locale/ru/LC_MESSAGES/drkonqi.mo +share/locale/ru/LC_MESSAGES/freespacenotifier.mo +share/locale/ru/LC_MESSAGES/kcminit.mo +share/locale/ru/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/ru/LC_MESSAGES/kio_applications.mo +share/locale/ru/LC_MESSAGES/kio_remote.mo +share/locale/ru/LC_MESSAGES/klipper.mo +share/locale/ru/LC_MESSAGES/krunner.mo +share/locale/ru/LC_MESSAGES/ksmserver.mo +share/locale/ru/LC_MESSAGES/kuiserver5.mo +share/locale/ru/LC_MESSAGES/libkworkspace.mo +share/locale/ru/LC_MESSAGES/phonon_kde.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/ru/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/ru/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/ru/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/ru/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/ru/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/ru/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/ru/LC_MESSAGES/plasma_engine_network.mo +share/locale/ru/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/ru/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/ru/LC_MESSAGES/plasma_engine_rss.mo +share/locale/ru/LC_MESSAGES/plasma_engine_share.mo +share/locale/ru/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ru/LC_MESSAGES/plasma_engine_time.mo +share/locale/ru/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ru/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/ru/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/ru/LC_MESSAGES/plasma_runner_activities.mo +share/locale/ru/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/ru/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/ru/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/ru/LC_MESSAGES/plasma_runner_kill.mo +share/locale/ru/LC_MESSAGES/plasma_runner_locations.mo +share/locale/ru/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/ru/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/ru/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/ru/LC_MESSAGES/plasma_runner_services.mo +share/locale/ru/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/ru/LC_MESSAGES/plasma_runner_shell.mo +share/locale/ru/LC_MESSAGES/plasma_runner_solid.mo +share/locale/ru/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/ru/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/ru/LC_MESSAGES/plasma_runner_windows.mo +share/locale/ru/LC_MESSAGES/plasmashell.mo +share/locale/ru/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/ru/LC_MESSAGES/soliduiserver.mo +share/locale/ru/LC_MESSAGES/systemmonitor.mo +share/locale/se/LC_MESSAGES/drkonqi.mo +share/locale/se/LC_MESSAGES/kcminit.mo +share/locale/se/LC_MESSAGES/kio_applications.mo +share/locale/se/LC_MESSAGES/kio_remote.mo +share/locale/se/LC_MESSAGES/klipper.mo +share/locale/se/LC_MESSAGES/krunner.mo +share/locale/se/LC_MESSAGES/ksmserver.mo +share/locale/se/LC_MESSAGES/kuiserver5.mo +share/locale/se/LC_MESSAGES/libkworkspace.mo +share/locale/se/LC_MESSAGES/phonon_kde.mo +share/locale/se/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/se/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/se/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/se/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/se/LC_MESSAGES/soliduiserver.mo +share/locale/si/LC_MESSAGES/drkonqi.mo +share/locale/si/LC_MESSAGES/kcminit.mo +share/locale/si/LC_MESSAGES/kio_applications.mo +share/locale/si/LC_MESSAGES/kio_remote.mo +share/locale/si/LC_MESSAGES/klipper.mo +share/locale/si/LC_MESSAGES/ksmserver.mo +share/locale/si/LC_MESSAGES/kuiserver5.mo +share/locale/si/LC_MESSAGES/libkworkspace.mo +share/locale/si/LC_MESSAGES/phonon_kde.mo +share/locale/si/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/si/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/si/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/si/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/si/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/si/LC_MESSAGES/plasma_engine_network.mo +share/locale/si/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/si/LC_MESSAGES/plasma_engine_rss.mo +share/locale/si/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/si/LC_MESSAGES/plasma_engine_weather.mo +share/locale/si/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/si/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/si/LC_MESSAGES/plasma_runner_locations.mo +share/locale/si/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/si/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/si/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/si/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/si/LC_MESSAGES/plasma_runner_shell.mo +share/locale/si/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/si/LC_MESSAGES/plasma_runner_windows.mo +share/locale/si/LC_MESSAGES/soliduiserver.mo +share/locale/sk/LC_MESSAGES/drkonqi.mo +share/locale/sk/LC_MESSAGES/freespacenotifier.mo +share/locale/sk/LC_MESSAGES/kcminit.mo +share/locale/sk/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/sk/LC_MESSAGES/kio_applications.mo +share/locale/sk/LC_MESSAGES/kio_remote.mo +share/locale/sk/LC_MESSAGES/klipper.mo +share/locale/sk/LC_MESSAGES/krunner.mo +share/locale/sk/LC_MESSAGES/ksmserver.mo +share/locale/sk/LC_MESSAGES/kuiserver5.mo +share/locale/sk/LC_MESSAGES/libkworkspace.mo +share/locale/sk/LC_MESSAGES/phonon_kde.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/sk/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/sk/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/sk/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/sk/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/sk/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/sk/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/sk/LC_MESSAGES/plasma_engine_network.mo +share/locale/sk/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/sk/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/sk/LC_MESSAGES/plasma_engine_rss.mo +share/locale/sk/LC_MESSAGES/plasma_engine_share.mo +share/locale/sk/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/sk/LC_MESSAGES/plasma_engine_time.mo +share/locale/sk/LC_MESSAGES/plasma_engine_weather.mo +share/locale/sk/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/sk/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/sk/LC_MESSAGES/plasma_runner_activities.mo +share/locale/sk/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/sk/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/sk/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/sk/LC_MESSAGES/plasma_runner_kill.mo +share/locale/sk/LC_MESSAGES/plasma_runner_locations.mo +share/locale/sk/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/sk/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/sk/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/sk/LC_MESSAGES/plasma_runner_services.mo +share/locale/sk/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/sk/LC_MESSAGES/plasma_runner_shell.mo +share/locale/sk/LC_MESSAGES/plasma_runner_solid.mo +share/locale/sk/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/sk/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/sk/LC_MESSAGES/plasma_runner_windows.mo +share/locale/sk/LC_MESSAGES/plasmashell.mo +share/locale/sk/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/sk/LC_MESSAGES/soliduiserver.mo +share/locale/sk/LC_MESSAGES/systemmonitor.mo +share/locale/sl/LC_MESSAGES/drkonqi.mo +share/locale/sl/LC_MESSAGES/freespacenotifier.mo +share/locale/sl/LC_MESSAGES/kcminit.mo +share/locale/sl/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/sl/LC_MESSAGES/kio_applications.mo +share/locale/sl/LC_MESSAGES/kio_remote.mo +share/locale/sl/LC_MESSAGES/klipper.mo +share/locale/sl/LC_MESSAGES/krunner.mo +share/locale/sl/LC_MESSAGES/ksmserver.mo +share/locale/sl/LC_MESSAGES/kuiserver5.mo +share/locale/sl/LC_MESSAGES/libkworkspace.mo +share/locale/sl/LC_MESSAGES/phonon_kde.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/sl/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/sl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/sl/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/sl/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/sl/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/sl/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/sl/LC_MESSAGES/plasma_engine_network.mo +share/locale/sl/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/sl/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/sl/LC_MESSAGES/plasma_engine_rss.mo +share/locale/sl/LC_MESSAGES/plasma_engine_share.mo +share/locale/sl/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/sl/LC_MESSAGES/plasma_engine_time.mo +share/locale/sl/LC_MESSAGES/plasma_engine_weather.mo +share/locale/sl/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/sl/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/sl/LC_MESSAGES/plasma_runner_activities.mo +share/locale/sl/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/sl/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/sl/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/sl/LC_MESSAGES/plasma_runner_kill.mo +share/locale/sl/LC_MESSAGES/plasma_runner_locations.mo +share/locale/sl/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/sl/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/sl/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/sl/LC_MESSAGES/plasma_runner_services.mo +share/locale/sl/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/sl/LC_MESSAGES/plasma_runner_shell.mo +share/locale/sl/LC_MESSAGES/plasma_runner_solid.mo +share/locale/sl/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/sl/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/sl/LC_MESSAGES/plasma_runner_windows.mo +share/locale/sl/LC_MESSAGES/plasmashell.mo +share/locale/sl/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/sl/LC_MESSAGES/soliduiserver.mo +share/locale/sl/LC_MESSAGES/systemmonitor.mo +share/locale/sq/LC_MESSAGES/drkonqi.mo +share/locale/sq/LC_MESSAGES/kcminit.mo +share/locale/sq/LC_MESSAGES/kio_applications.mo +share/locale/sq/LC_MESSAGES/kio_remote.mo +share/locale/sq/LC_MESSAGES/klipper.mo +share/locale/sq/LC_MESSAGES/ksmserver.mo +share/locale/sq/LC_MESSAGES/kuiserver5.mo +share/locale/sq/LC_MESSAGES/libkworkspace.mo +share/locale/sq/LC_MESSAGES/phonon_kde.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/sq/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/sq/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/sq/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/sq/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/sq/LC_MESSAGES/plasma_engine_network.mo +share/locale/sq/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/sq/LC_MESSAGES/plasma_engine_rss.mo +share/locale/sq/LC_MESSAGES/plasma_engine_weather.mo +share/locale/sq/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/sq/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/sq/LC_MESSAGES/plasma_runner_locations.mo +share/locale/sq/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/sq/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/sq/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/sq/LC_MESSAGES/plasma_runner_services.mo +share/locale/sq/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/sq/LC_MESSAGES/plasma_runner_shell.mo +share/locale/sq/LC_MESSAGES/plasma_runner_solid.mo +share/locale/sq/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/sq/LC_MESSAGES/soliduiserver.mo +share/locale/sr/LC_MESSAGES/drkonqi.mo +share/locale/sr/LC_MESSAGES/freespacenotifier.mo +share/locale/sr/LC_MESSAGES/kcminit.mo +share/locale/sr/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/sr/LC_MESSAGES/kio_applications.mo +share/locale/sr/LC_MESSAGES/kio_remote.mo +share/locale/sr/LC_MESSAGES/klipper.mo +share/locale/sr/LC_MESSAGES/krunner.mo +share/locale/sr/LC_MESSAGES/ksmserver.mo +share/locale/sr/LC_MESSAGES/kuiserver5.mo +share/locale/sr/LC_MESSAGES/libkworkspace.mo +share/locale/sr/LC_MESSAGES/phonon_kde.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/sr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/sr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/sr/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/sr/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/sr/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/sr/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/sr/LC_MESSAGES/plasma_engine_network.mo +share/locale/sr/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/sr/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/sr/LC_MESSAGES/plasma_engine_rss.mo +share/locale/sr/LC_MESSAGES/plasma_engine_share.mo +share/locale/sr/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/sr/LC_MESSAGES/plasma_engine_time.mo +share/locale/sr/LC_MESSAGES/plasma_engine_weather.mo +share/locale/sr/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/sr/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/sr/LC_MESSAGES/plasma_runner_activities.mo +share/locale/sr/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/sr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/sr/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/sr/LC_MESSAGES/plasma_runner_kill.mo +share/locale/sr/LC_MESSAGES/plasma_runner_locations.mo +share/locale/sr/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/sr/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/sr/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/sr/LC_MESSAGES/plasma_runner_services.mo +share/locale/sr/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/sr/LC_MESSAGES/plasma_runner_shell.mo +share/locale/sr/LC_MESSAGES/plasma_runner_solid.mo +share/locale/sr/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/sr/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/sr/LC_MESSAGES/plasma_runner_windows.mo +share/locale/sr/LC_MESSAGES/plasmashell.mo +share/locale/sr/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/sr/LC_MESSAGES/soliduiserver.mo +share/locale/sr/LC_MESSAGES/systemmonitor.mo +share/locale/sr@ijekavian/LC_MESSAGES/drkonqi.mo +share/locale/sr@ijekavian/LC_MESSAGES/freespacenotifier.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcminit.mo +share/locale/sr@ijekavian/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/sr@ijekavian/LC_MESSAGES/kio_applications.mo +share/locale/sr@ijekavian/LC_MESSAGES/kio_remote.mo +share/locale/sr@ijekavian/LC_MESSAGES/klipper.mo +share/locale/sr@ijekavian/LC_MESSAGES/krunner.mo +share/locale/sr@ijekavian/LC_MESSAGES/ksmserver.mo +share/locale/sr@ijekavian/LC_MESSAGES/kuiserver5.mo +share/locale/sr@ijekavian/LC_MESSAGES/libkworkspace.mo +share/locale/sr@ijekavian/LC_MESSAGES/phonon_kde.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_network.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_rss.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_share.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_time.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_weather.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_activities.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_kill.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_locations.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_services.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_shell.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_solid.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_windows.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasmashell.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/sr@ijekavian/LC_MESSAGES/soliduiserver.mo +share/locale/sr@ijekavian/LC_MESSAGES/systemmonitor.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/drkonqi.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/freespacenotifier.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcminit.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_applications.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_remote.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/klipper.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/krunner.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ksmserver.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kuiserver5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/libkworkspace.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/phonon_kde.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_network.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_rss.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_share.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_time.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_weather.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_activities.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_kill.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_locations.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_services.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_shell.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_solid.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_windows.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmashell.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/soliduiserver.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/systemmonitor.mo +share/locale/sr@latin/LC_MESSAGES/drkonqi.mo +share/locale/sr@latin/LC_MESSAGES/freespacenotifier.mo +share/locale/sr@latin/LC_MESSAGES/kcminit.mo +share/locale/sr@latin/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/sr@latin/LC_MESSAGES/kio_applications.mo +share/locale/sr@latin/LC_MESSAGES/kio_remote.mo +share/locale/sr@latin/LC_MESSAGES/klipper.mo +share/locale/sr@latin/LC_MESSAGES/krunner.mo +share/locale/sr@latin/LC_MESSAGES/ksmserver.mo +share/locale/sr@latin/LC_MESSAGES/kuiserver5.mo +share/locale/sr@latin/LC_MESSAGES/libkworkspace.mo +share/locale/sr@latin/LC_MESSAGES/phonon_kde.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo +share/locale/sr@latin/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/sr@latin/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/sr@latin/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/sr@latin/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/sr@latin/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/sr@latin/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/sr@latin/LC_MESSAGES/plasma_engine_network.mo +share/locale/sr@latin/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/sr@latin/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/sr@latin/LC_MESSAGES/plasma_engine_rss.mo +share/locale/sr@latin/LC_MESSAGES/plasma_engine_share.mo +share/locale/sr@latin/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/sr@latin/LC_MESSAGES/plasma_engine_time.mo +share/locale/sr@latin/LC_MESSAGES/plasma_engine_weather.mo +share/locale/sr@latin/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/sr@latin/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_activities.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_kill.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_locations.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_services.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_shell.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_solid.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_windows.mo +share/locale/sr@latin/LC_MESSAGES/plasmashell.mo +share/locale/sr@latin/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/sr@latin/LC_MESSAGES/soliduiserver.mo +share/locale/sr@latin/LC_MESSAGES/systemmonitor.mo +share/locale/sv/LC_MESSAGES/drkonqi.mo +share/locale/sv/LC_MESSAGES/freespacenotifier.mo +share/locale/sv/LC_MESSAGES/kcminit.mo +share/locale/sv/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/sv/LC_MESSAGES/kio_applications.mo +share/locale/sv/LC_MESSAGES/kio_remote.mo +share/locale/sv/LC_MESSAGES/klipper.mo +share/locale/sv/LC_MESSAGES/krunner.mo +share/locale/sv/LC_MESSAGES/ksmserver.mo +share/locale/sv/LC_MESSAGES/kuiserver5.mo +share/locale/sv/LC_MESSAGES/libkworkspace.mo +share/locale/sv/LC_MESSAGES/phonon_kde.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/sv/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/sv/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/sv/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/sv/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/sv/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/sv/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/sv/LC_MESSAGES/plasma_engine_network.mo +share/locale/sv/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/sv/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/sv/LC_MESSAGES/plasma_engine_rss.mo +share/locale/sv/LC_MESSAGES/plasma_engine_share.mo +share/locale/sv/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/sv/LC_MESSAGES/plasma_engine_time.mo +share/locale/sv/LC_MESSAGES/plasma_engine_weather.mo +share/locale/sv/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/sv/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/sv/LC_MESSAGES/plasma_runner_activities.mo +share/locale/sv/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/sv/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/sv/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/sv/LC_MESSAGES/plasma_runner_kill.mo +share/locale/sv/LC_MESSAGES/plasma_runner_locations.mo +share/locale/sv/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/sv/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/sv/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/sv/LC_MESSAGES/plasma_runner_services.mo +share/locale/sv/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/sv/LC_MESSAGES/plasma_runner_shell.mo +share/locale/sv/LC_MESSAGES/plasma_runner_solid.mo +share/locale/sv/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/sv/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/sv/LC_MESSAGES/plasma_runner_windows.mo +share/locale/sv/LC_MESSAGES/plasmashell.mo +share/locale/sv/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/sv/LC_MESSAGES/soliduiserver.mo +share/locale/sv/LC_MESSAGES/systemmonitor.mo +share/locale/ta/LC_MESSAGES/drkonqi.mo +share/locale/ta/LC_MESSAGES/kcminit.mo +share/locale/ta/LC_MESSAGES/kio_applications.mo +share/locale/ta/LC_MESSAGES/kio_remote.mo +share/locale/ta/LC_MESSAGES/klipper.mo +share/locale/ta/LC_MESSAGES/ksmserver.mo +share/locale/ta/LC_MESSAGES/kuiserver5.mo +share/locale/ta/LC_MESSAGES/libkworkspace.mo +share/locale/ta/LC_MESSAGES/phonon_kde.mo +share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/ta/LC_MESSAGES/plasma_runner_locations.mo +share/locale/ta/LC_MESSAGES/plasma_runner_shell.mo +share/locale/ta/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/ta/LC_MESSAGES/soliduiserver.mo +share/locale/te/LC_MESSAGES/drkonqi.mo +share/locale/te/LC_MESSAGES/kcminit.mo +share/locale/te/LC_MESSAGES/kio_applications.mo +share/locale/te/LC_MESSAGES/kio_remote.mo +share/locale/te/LC_MESSAGES/klipper.mo +share/locale/te/LC_MESSAGES/ksmserver.mo +share/locale/te/LC_MESSAGES/kuiserver5.mo +share/locale/te/LC_MESSAGES/libkworkspace.mo +share/locale/te/LC_MESSAGES/phonon_kde.mo +share/locale/te/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/te/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/te/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/te/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/te/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/te/LC_MESSAGES/plasma_engine_rss.mo +share/locale/te/LC_MESSAGES/plasma_runner_locations.mo +share/locale/te/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/te/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/te/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/te/LC_MESSAGES/plasma_runner_shell.mo +share/locale/te/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/te/LC_MESSAGES/soliduiserver.mo +share/locale/tg/LC_MESSAGES/drkonqi.mo +share/locale/tg/LC_MESSAGES/freespacenotifier.mo +share/locale/tg/LC_MESSAGES/kcminit.mo +share/locale/tg/LC_MESSAGES/kio_applications.mo +share/locale/tg/LC_MESSAGES/kio_remote.mo +share/locale/tg/LC_MESSAGES/klipper.mo +share/locale/tg/LC_MESSAGES/ksmserver.mo +share/locale/tg/LC_MESSAGES/kuiserver5.mo +share/locale/tg/LC_MESSAGES/libkworkspace.mo +share/locale/tg/LC_MESSAGES/phonon_kde.mo +share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/tg/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/tg/LC_MESSAGES/plasma_engine_rss.mo +share/locale/tg/LC_MESSAGES/plasma_runner_locations.mo +share/locale/tg/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/tg/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/tg/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/tg/LC_MESSAGES/plasma_runner_shell.mo +share/locale/tg/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/tg/LC_MESSAGES/soliduiserver.mo +share/locale/th/LC_MESSAGES/drkonqi.mo +share/locale/th/LC_MESSAGES/freespacenotifier.mo +share/locale/th/LC_MESSAGES/kcminit.mo +share/locale/th/LC_MESSAGES/kio_applications.mo +share/locale/th/LC_MESSAGES/kio_remote.mo +share/locale/th/LC_MESSAGES/klipper.mo +share/locale/th/LC_MESSAGES/ksmserver.mo +share/locale/th/LC_MESSAGES/kuiserver5.mo +share/locale/th/LC_MESSAGES/libkworkspace.mo +share/locale/th/LC_MESSAGES/phonon_kde.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/th/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/th/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/th/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/th/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/th/LC_MESSAGES/plasma_engine_network.mo +share/locale/th/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/th/LC_MESSAGES/plasma_engine_rss.mo +share/locale/th/LC_MESSAGES/plasma_engine_share.mo +share/locale/th/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/th/LC_MESSAGES/plasma_engine_weather.mo +share/locale/th/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/th/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/th/LC_MESSAGES/plasma_runner_kill.mo +share/locale/th/LC_MESSAGES/plasma_runner_locations.mo +share/locale/th/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/th/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/th/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/th/LC_MESSAGES/plasma_runner_services.mo +share/locale/th/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/th/LC_MESSAGES/plasma_runner_shell.mo +share/locale/th/LC_MESSAGES/plasma_runner_solid.mo +share/locale/th/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/th/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/th/LC_MESSAGES/plasma_runner_windows.mo +share/locale/th/LC_MESSAGES/soliduiserver.mo +share/locale/tr/LC_MESSAGES/drkonqi.mo +share/locale/tr/LC_MESSAGES/freespacenotifier.mo +share/locale/tr/LC_MESSAGES/kcminit.mo +share/locale/tr/LC_MESSAGES/kio_applications.mo +share/locale/tr/LC_MESSAGES/kio_remote.mo +share/locale/tr/LC_MESSAGES/klipper.mo +share/locale/tr/LC_MESSAGES/krunner.mo +share/locale/tr/LC_MESSAGES/ksmserver.mo +share/locale/tr/LC_MESSAGES/kuiserver5.mo +share/locale/tr/LC_MESSAGES/libkworkspace.mo +share/locale/tr/LC_MESSAGES/phonon_kde.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/tr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/tr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/tr/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/tr/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/tr/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/tr/LC_MESSAGES/plasma_engine_network.mo +share/locale/tr/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/tr/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/tr/LC_MESSAGES/plasma_engine_rss.mo +share/locale/tr/LC_MESSAGES/plasma_engine_share.mo +share/locale/tr/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/tr/LC_MESSAGES/plasma_engine_weather.mo +share/locale/tr/LC_MESSAGES/plasma_runner_activities.mo +share/locale/tr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/tr/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/tr/LC_MESSAGES/plasma_runner_kill.mo +share/locale/tr/LC_MESSAGES/plasma_runner_locations.mo +share/locale/tr/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/tr/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/tr/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/tr/LC_MESSAGES/plasma_runner_services.mo +share/locale/tr/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/tr/LC_MESSAGES/plasma_runner_shell.mo +share/locale/tr/LC_MESSAGES/plasma_runner_solid.mo +share/locale/tr/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/tr/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/tr/LC_MESSAGES/plasma_runner_windows.mo +share/locale/tr/LC_MESSAGES/soliduiserver.mo +share/locale/ug/LC_MESSAGES/drkonqi.mo +share/locale/ug/LC_MESSAGES/freespacenotifier.mo +share/locale/ug/LC_MESSAGES/kcminit.mo +share/locale/ug/LC_MESSAGES/kio_applications.mo +share/locale/ug/LC_MESSAGES/kio_remote.mo +share/locale/ug/LC_MESSAGES/klipper.mo +share/locale/ug/LC_MESSAGES/ksmserver.mo +share/locale/ug/LC_MESSAGES/kuiserver5.mo +share/locale/ug/LC_MESSAGES/libkworkspace.mo +share/locale/ug/LC_MESSAGES/phonon_kde.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/ug/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/ug/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/ug/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/ug/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/ug/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/ug/LC_MESSAGES/plasma_engine_network.mo +share/locale/ug/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/ug/LC_MESSAGES/plasma_engine_rss.mo +share/locale/ug/LC_MESSAGES/plasma_engine_share.mo +share/locale/ug/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ug/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ug/LC_MESSAGES/plasma_runner_activities.mo +share/locale/ug/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/ug/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/ug/LC_MESSAGES/plasma_runner_kill.mo +share/locale/ug/LC_MESSAGES/plasma_runner_locations.mo +share/locale/ug/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/ug/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/ug/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/ug/LC_MESSAGES/plasma_runner_services.mo +share/locale/ug/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/ug/LC_MESSAGES/plasma_runner_shell.mo +share/locale/ug/LC_MESSAGES/plasma_runner_solid.mo +share/locale/ug/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/ug/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/ug/LC_MESSAGES/plasma_runner_windows.mo +share/locale/ug/LC_MESSAGES/soliduiserver.mo +share/locale/uk/LC_MESSAGES/drkonqi.mo +share/locale/uk/LC_MESSAGES/freespacenotifier.mo +share/locale/uk/LC_MESSAGES/kcminit.mo +share/locale/uk/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/uk/LC_MESSAGES/kio_applications.mo +share/locale/uk/LC_MESSAGES/kio_remote.mo +share/locale/uk/LC_MESSAGES/klipper.mo +share/locale/uk/LC_MESSAGES/krunner.mo +share/locale/uk/LC_MESSAGES/ksmserver.mo +share/locale/uk/LC_MESSAGES/kuiserver5.mo +share/locale/uk/LC_MESSAGES/libkworkspace.mo +share/locale/uk/LC_MESSAGES/phonon_kde.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/uk/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/uk/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/uk/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/uk/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/uk/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/uk/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/uk/LC_MESSAGES/plasma_engine_network.mo +share/locale/uk/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/uk/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/uk/LC_MESSAGES/plasma_engine_rss.mo +share/locale/uk/LC_MESSAGES/plasma_engine_share.mo +share/locale/uk/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/uk/LC_MESSAGES/plasma_engine_time.mo +share/locale/uk/LC_MESSAGES/plasma_engine_weather.mo +share/locale/uk/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/uk/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/uk/LC_MESSAGES/plasma_runner_activities.mo +share/locale/uk/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/uk/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/uk/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/uk/LC_MESSAGES/plasma_runner_kill.mo +share/locale/uk/LC_MESSAGES/plasma_runner_locations.mo +share/locale/uk/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/uk/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/uk/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/uk/LC_MESSAGES/plasma_runner_services.mo +share/locale/uk/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/uk/LC_MESSAGES/plasma_runner_shell.mo +share/locale/uk/LC_MESSAGES/plasma_runner_solid.mo +share/locale/uk/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/uk/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/uk/LC_MESSAGES/plasma_runner_windows.mo +share/locale/uk/LC_MESSAGES/plasmashell.mo +share/locale/uk/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/uk/LC_MESSAGES/soliduiserver.mo +share/locale/uk/LC_MESSAGES/systemmonitor.mo +share/locale/uz/LC_MESSAGES/drkonqi.mo +share/locale/uz/LC_MESSAGES/kio_applications.mo +share/locale/uz/LC_MESSAGES/kio_remote.mo +share/locale/uz/LC_MESSAGES/klipper.mo +share/locale/uz/LC_MESSAGES/ksmserver.mo +share/locale/uz@cyrillic/LC_MESSAGES/drkonqi.mo +share/locale/uz@cyrillic/LC_MESSAGES/kio_applications.mo +share/locale/uz@cyrillic/LC_MESSAGES/kio_remote.mo +share/locale/uz@cyrillic/LC_MESSAGES/klipper.mo +share/locale/uz@cyrillic/LC_MESSAGES/ksmserver.mo +share/locale/uz@cyrillic/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/vi/LC_MESSAGES/drkonqi.mo +share/locale/vi/LC_MESSAGES/kio_applications.mo +share/locale/vi/LC_MESSAGES/kio_remote.mo +share/locale/vi/LC_MESSAGES/klipper.mo +share/locale/vi/LC_MESSAGES/ksmserver.mo +share/locale/vi/LC_MESSAGES/libkworkspace.mo +share/locale/vi/LC_MESSAGES/phonon_kde.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/vi/LC_MESSAGES/soliduiserver.mo +share/locale/wa/LC_MESSAGES/drkonqi.mo +share/locale/wa/LC_MESSAGES/freespacenotifier.mo +share/locale/wa/LC_MESSAGES/kcminit.mo +share/locale/wa/LC_MESSAGES/kio_applications.mo +share/locale/wa/LC_MESSAGES/kio_remote.mo +share/locale/wa/LC_MESSAGES/klipper.mo +share/locale/wa/LC_MESSAGES/ksmserver.mo +share/locale/wa/LC_MESSAGES/kuiserver5.mo +share/locale/wa/LC_MESSAGES/libkworkspace.mo +share/locale/wa/LC_MESSAGES/phonon_kde.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/wa/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/wa/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/wa/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/wa/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/wa/LC_MESSAGES/plasma_engine_network.mo +share/locale/wa/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/wa/LC_MESSAGES/plasma_engine_rss.mo +share/locale/wa/LC_MESSAGES/plasma_engine_share.mo +share/locale/wa/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/wa/LC_MESSAGES/plasma_engine_weather.mo +share/locale/wa/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/wa/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/wa/LC_MESSAGES/plasma_runner_kill.mo +share/locale/wa/LC_MESSAGES/plasma_runner_locations.mo +share/locale/wa/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/wa/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/wa/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/wa/LC_MESSAGES/plasma_runner_services.mo +share/locale/wa/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/wa/LC_MESSAGES/plasma_runner_shell.mo +share/locale/wa/LC_MESSAGES/plasma_runner_solid.mo +share/locale/wa/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/wa/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/wa/LC_MESSAGES/plasma_runner_windows.mo +share/locale/wa/LC_MESSAGES/soliduiserver.mo +share/locale/xh/LC_MESSAGES/drkonqi.mo +share/locale/xh/LC_MESSAGES/klipper.mo +share/locale/xh/LC_MESSAGES/ksmserver.mo +share/locale/zh_CN/LC_MESSAGES/drkonqi.mo +share/locale/zh_CN/LC_MESSAGES/freespacenotifier.mo +share/locale/zh_CN/LC_MESSAGES/kcminit.mo +share/locale/zh_CN/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/zh_CN/LC_MESSAGES/kio_applications.mo +share/locale/zh_CN/LC_MESSAGES/kio_remote.mo +share/locale/zh_CN/LC_MESSAGES/klipper.mo +share/locale/zh_CN/LC_MESSAGES/krunner.mo +share/locale/zh_CN/LC_MESSAGES/ksmserver.mo +share/locale/zh_CN/LC_MESSAGES/kuiserver5.mo +share/locale/zh_CN/LC_MESSAGES/libkworkspace.mo +share/locale/zh_CN/LC_MESSAGES/phonon_kde.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/zh_CN/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/zh_CN/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/zh_CN/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/zh_CN/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/zh_CN/LC_MESSAGES/plasma_engine_network.mo +share/locale/zh_CN/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/zh_CN/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/zh_CN/LC_MESSAGES/plasma_engine_rss.mo +share/locale/zh_CN/LC_MESSAGES/plasma_engine_share.mo +share/locale/zh_CN/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/zh_CN/LC_MESSAGES/plasma_engine_time.mo +share/locale/zh_CN/LC_MESSAGES/plasma_engine_weather.mo +share/locale/zh_CN/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/zh_CN/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_activities.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_kill.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_locations.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_services.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_shell.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_solid.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_windows.mo +share/locale/zh_CN/LC_MESSAGES/plasmashell.mo +share/locale/zh_CN/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/zh_CN/LC_MESSAGES/soliduiserver.mo +share/locale/zh_CN/LC_MESSAGES/systemmonitor.mo +share/locale/zh_TW/LC_MESSAGES/drkonqi.mo +share/locale/zh_TW/LC_MESSAGES/freespacenotifier.mo +share/locale/zh_TW/LC_MESSAGES/kcminit.mo +share/locale/zh_TW/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/zh_TW/LC_MESSAGES/kio_applications.mo +share/locale/zh_TW/LC_MESSAGES/kio_remote.mo +share/locale/zh_TW/LC_MESSAGES/klipper.mo +share/locale/zh_TW/LC_MESSAGES/krunner.mo +share/locale/zh_TW/LC_MESSAGES/ksmserver.mo +share/locale/zh_TW/LC_MESSAGES/kuiserver5.mo +share/locale/zh_TW/LC_MESSAGES/libkworkspace.mo +share/locale/zh_TW/LC_MESSAGES/phonon_kde.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.color.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.image.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo +share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/zh_TW/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/zh_TW/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/zh_TW/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/zh_TW/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/zh_TW/LC_MESSAGES/plasma_engine_network.mo +share/locale/zh_TW/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/zh_TW/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/zh_TW/LC_MESSAGES/plasma_engine_rss.mo +share/locale/zh_TW/LC_MESSAGES/plasma_engine_share.mo +share/locale/zh_TW/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/zh_TW/LC_MESSAGES/plasma_engine_time.mo +share/locale/zh_TW/LC_MESSAGES/plasma_engine_weather.mo +share/locale/zh_TW/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/zh_TW/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_activities.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_baloosearchrunner.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_kill.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_locations.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_services.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_shell.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_solid.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_windows.mo +share/locale/zh_TW/LC_MESSAGES/plasmashell.mo +share/locale/zh_TW/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/zh_TW/LC_MESSAGES/soliduiserver.mo +share/locale/zh_TW/LC_MESSAGES/systemmonitor.mo +share/metainfo/org.kde.plasma.activitybar.appdata.xml +share/metainfo/org.kde.plasma.analogclock.appdata.xml +share/metainfo/org.kde.plasma.appmenu.appdata.xml +share/metainfo/org.kde.plasma.battery.appdata.xml +share/metainfo/org.kde.plasma.calendar.appdata.xml +share/metainfo/org.kde.plasma.clipboard.appdata.xml +share/metainfo/org.kde.plasma.devicenotifier.appdata.xml +share/metainfo/org.kde.plasma.digitalclock.appdata.xml +share/metainfo/org.kde.plasma.lock_logout.appdata.xml +share/metainfo/org.kde.plasma.mediacontroller.appdata.xml +share/metainfo/org.kde.plasma.notifications.appdata.xml +share/metainfo/org.kde.plasma.systemmonitor.cpu.appdata.xml +share/metainfo/org.kde.plasma.systemtray.appdata.xml +share/metainfo/org.kde.plasma.systemmonitor.diskactivity.appdata.xml +share/metainfo/org.kde.plasma.systemmonitor.diskusage.appdata.xml +share/metainfo/org.kde.plasma.systemmonitor.memory.appdata.xml +share/metainfo/org.kde.plasma.systemmonitor.net.appdata.xml +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/ActionButton.qml +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/Battery.qml +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/Clock.qml +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/KeyboardLayoutButton.qml +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/SessionManagementScreen.qml +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/UserDelegate.qml +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/UserList.qml +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/artwork/README.txt +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/artwork/background.png +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/artwork/logout_primary.svgz +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/artwork/restart_primary.svgz +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/artwork/shutdown_primary.svgz +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/defaults +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/desktopswitcher/DesktopSwitcher.qml +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockOsd.qml +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockScreen.qml +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockScreenUi.qml +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/MainBlock.qml +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/logout/Logout.qml +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/logout/LogoutButton.qml +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/osd/Osd.qml +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/osd/OsdItem.qml +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/desktopswitcher.png +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/fullscreenpreview.jpg +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/lockscreen.png +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/loginmanager.png +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/preview.png +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/runcommand.png +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/splash.png +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/userswitcher.png +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/windowdecoration.png +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/windowswitcher.png +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/runcommand/RunCommand.qml +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/splash/Splash.qml +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/splash/images/busywidget.svgz +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/splash/images/kde.svgz +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/splash/images/plasma.svgz +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/userswitcher/UserSwitcher.qml +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/windowdecoration/WindowDecoration.qml +share/plasma/look-and-feel/org.kde.breeze.desktop/contents/windowswitcher/WindowSwitcher.qml +share/plasma/look-and-feel/org.kde.breeze.desktop/metadata.desktop +share/plasma/look-and-feel/org.kde.breeze.desktop/metadata.json +share/plasma/plasmoids/org.kde.plasma.activitybar/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.activitybar/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.activitybar/metadata.json +share/plasma/plasmoids/org.kde.plasma.analogclock/contents/code/logic.js +share/plasma/plasmoids/org.kde.plasma.analogclock/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.analogclock/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.analogclock/contents/ui/Hand.qml +share/plasma/plasmoids/org.kde.plasma.analogclock/contents/ui/analogclock.qml +share/plasma/plasmoids/org.kde.plasma.analogclock/contents/ui/configGeneral.qml +share/plasma/plasmoids/org.kde.plasma.analogclock/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.analogclock/metadata.json +share/plasma/plasmoids/org.kde.plasma.appmenu/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.appmenu/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.appmenu/contents/ui/configGeneral.qml +share/plasma/plasmoids/org.kde.plasma.appmenu/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.appmenu/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.appmenu/metadata.json +share/plasma/plasmoids/org.kde.plasma.battery/contents/code/logic.js +share/plasma/plasmoids/org.kde.plasma.battery/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.battery/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/BadgeOverlay.qml +share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/BatteryItem.qml +share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/BrightnessItem.qml +share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/CompactRepresentation.qml +share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/ConfigGeneral.qml +share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/InhibitionHint.qml +share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/PopupDialog.qml +share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/PowerManagementItem.qml +share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/batterymonitor.qml +share/plasma/plasmoids/org.kde.plasma.battery/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.battery/metadata.json +share/plasma/plasmoids/org.kde.plasma.calendar/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.calendar/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.calendar/contents/images/mini-calendar.svgz +share/plasma/plasmoids/org.kde.plasma.calendar/contents/ui/configAgenda.qml +share/plasma/plasmoids/org.kde.plasma.calendar/contents/ui/configGeneral.qml +share/plasma/plasmoids/org.kde.plasma.calendar/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.calendar/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.calendar/metadata.json +share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/BarcodePage.qml +share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/ClipboardItemDelegate.qml +share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/ClipboardPage.qml +share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/Menu.qml +share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/clipboard.qml +share/plasma/plasmoids/org.kde.plasma.clipboard/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.clipboard/metadata.json +share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/ActionItem.qml +share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml +share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/FullRepresentation.qml +share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/configGeneral.qml +share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/devicenotifier.qml +share/plasma/plasmoids/org.kde.plasma.devicenotifier/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.devicenotifier/metadata.json +share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/CalendarView.qml +share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml +share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/MonthMenu.qml +share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/Tooltip.qml +share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/configAppearance.qml +share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/configCalendar.qml +share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/configTimeZones.qml +share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.digitalclock/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.digitalclock/metadata.json +share/plasma/plasmoids/org.kde.plasma.icon/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.icon/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.icon/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.icon/metadata.json +share/plasma/plasmoids/org.kde.plasma.lock_logout/contents/code/data.js +share/plasma/plasmoids/org.kde.plasma.lock_logout/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.lock_logout/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.lock_logout/contents/ui/ConfigGeneral.qml +share/plasma/plasmoids/org.kde.plasma.lock_logout/contents/ui/lockout.qml +share/plasma/plasmoids/org.kde.plasma.lock_logout/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.lock_logout/metadata.json +share/plasma/plasmoids/org.kde.plasma.mediacontroller/contents/ui/ExpandedRepresentation.qml +share/plasma/plasmoids/org.kde.plasma.mediacontroller/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.mediacontroller/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.mediacontroller/metadata.json +share/plasma/plasmoids/org.kde.plasma.notifications/contents/code/uiproperties.js +share/plasma/plasmoids/org.kde.plasma.notifications/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.notifications/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/JobDelegate.qml +share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/JobDetailsItem.qml +share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/Jobs.qml +share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationDelegate.qml +share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationIcon.qml +share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml +share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationPopup.qml +share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/Notifications.qml +share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/ScreenPositionSelector.qml +share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/ThumbnailStrip.qml +share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/configNotifications.qml +share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.notifications/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.notifications/metadata.json +share/plasma/plasmoids/org.kde.plasma.panelspacer/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.panelspacer/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.panelspacer/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.panelspacer/metadata.json +share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/applet/CompactApplet.qml +share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigEntries.qml +share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigGeneral.qml +share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/CurrentItemHighLight.qml +share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ExpandedRepresentation.qml +share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ExpanderArrow.qml +share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/HiddenItemsView.qml +share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/PlasmoidPopupsContainer.qml +share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/items/AbstractItem.qml +share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/items/PlasmoidItem.qml +share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/items/PulseAnimation.qml +share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/items/StatusNotifierItem.qml +share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.private.systemtray/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.private.systemtray/metadata.json +share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/contents/ui/Applet.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/contents/ui/ConfigGeneral.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/contents/ui/DoublePlotter.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/contents/ui/SinglePlotter.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/contents/ui/cpu.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/contents/ui/cpuConfig.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/metadata.json +share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/contents/ui/Applet.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/contents/ui/ConfigGeneral.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/contents/ui/DoublePlotter.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/contents/ui/SinglePlotter.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/contents/ui/diskactivity.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/contents/ui/diskactivityConfig.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/metadata.json +share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/contents/ui/Applet.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/contents/ui/ConfigGeneral.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/contents/ui/DoublePlotter.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/contents/ui/SinglePlotter.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/contents/ui/diskusage.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/contents/ui/diskusageConfig.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/metadata.json +share/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/contents/ui/Applet.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/contents/ui/ConfigGeneral.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/contents/ui/DoublePlotter.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/contents/ui/SinglePlotter.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/contents/ui/memory.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/contents/ui/memoryConfig.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/metadata.json +share/plasma/plasmoids/org.kde.plasma.systemmonitor.net/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.net/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.net/contents/ui/Applet.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.net/contents/ui/ConfigGeneral.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.net/contents/ui/DoublePlotter.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.net/contents/ui/SinglePlotter.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.net/contents/ui/net.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.net/contents/ui/netConfig.qml +share/plasma/plasmoids/org.kde.plasma.systemmonitor.net/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.systemmonitor.net/metadata.json +share/plasma/plasmoids/org.kde.plasma.systemtray/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.systemtray/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.systemtray/metadata.json +share/plasma/services/activities.operations +share/plasma/services/applicationjobs.operations +share/plasma/services/apps.operations +share/plasma/services/hotplug.operations +share/plasma/services/modifierkeystate.operations +share/plasma/services/mpris2.operations +share/plasma/services/notifications.operations +share/plasma/services/org.kde.places.operations +share/plasma/services/org.kde.plasma.clipboard.operations +share/plasma/services/packagekit.operations +share/plasma/services/powermanagementservice.operations +share/plasma/services/share.operations +share/plasma/services/soliddevice.operations +share/plasma/services/statusnotifieritem.operations +share/plasma/shareprovider/im9/contents/code/main.js +share/plasma/shareprovider/im9/metadata.desktop +share/plasma/shareprovider/imgsusepasteorg/contents/code/main.js +share/plasma/shareprovider/imgsusepasteorg/metadata.desktop +share/plasma/shareprovider/imgur/contents/code/main.js +share/plasma/shareprovider/imgur/metadata.desktop +share/plasma/shareprovider/kde/contents/code/main.js +share/plasma/shareprovider/kde/metadata.desktop +share/plasma/shareprovider/pastebincom/contents/code/main.js +share/plasma/shareprovider/pastebincom/metadata.desktop +share/plasma/shareprovider/pasteopensuseorg/contents/code/main.js +share/plasma/shareprovider/pasteopensuseorg/metadata.desktop +share/plasma/shareprovider/pasteubuntucom/contents/code/main.js +share/plasma/shareprovider/pasteubuntucom/metadata.desktop +share/plasma/shareprovider/privatepastecom/contents/code/main.js +share/plasma/shareprovider/privatepastecom/metadata.desktop +share/plasma/shareprovider/simplestimagehosting/contents/code/main.js +share/plasma/shareprovider/simplestimagehosting/metadata.desktop +share/plasma/shareprovider/wklej/contents/code/main.js +share/plasma/shareprovider/wklej/metadata.desktop +share/plasma/shareprovider/wstaw/contents/code/main.js +share/plasma/shareprovider/wstaw/metadata.desktop +share/plasma/wallpapers/org.kde.color/contents/config/main.xml +share/plasma/wallpapers/org.kde.color/contents/ui/config.qml +share/plasma/wallpapers/org.kde.color/contents/ui/main.qml +share/plasma/wallpapers/org.kde.color/metadata.desktop +share/plasma/wallpapers/org.kde.color/metadata.json +share/plasma/wallpapers/org.kde.color/plasma-wallpaper-color.desktop +share/plasma/wallpapers/org.kde.image/contents/config/main.xml +share/plasma/wallpapers/org.kde.image/contents/ui/WallpaperDelegate.qml +share/plasma/wallpapers/org.kde.image/contents/ui/config.qml +share/plasma/wallpapers/org.kde.image/contents/ui/main.qml +share/plasma/wallpapers/org.kde.image/metadata.desktop +share/plasma/wallpapers/org.kde.image/metadata.json +share/plasma/wallpapers/org.kde.image/platformcontents/phone/ui/WallpaperDelegate.qml +share/plasma/wallpapers/org.kde.image/platformcontents/phone/ui/config.qml +share/plasma/wallpapers/org.kde.image/platformcontents/phone/ui/customwallpaper.qml +share/plasma/wallpapers/org.kde.image/platformcontents/touch/ui/WallpaperDelegate.qml +share/plasma/wallpapers/org.kde.image/platformcontents/touch/ui/config.qml +share/plasma/wallpapers/org.kde.slideshow/contents/config/main.xml +share/plasma/wallpapers/org.kde.slideshow/contents/ui/WallpaperDelegate.qml +share/plasma/wallpapers/org.kde.slideshow/contents/ui/config.qml +share/plasma/wallpapers/org.kde.slideshow/contents/ui/main.qml +share/plasma/wallpapers/org.kde.slideshow/metadata.desktop +share/plasma/wallpapers/org.kde.slideshow/metadata.json +share/sddm/themes/breeze/Background.qml +share/sddm/themes/breeze/Clock.qml +share/sddm/themes/breeze/KeyboardButton.qml +share/sddm/themes/breeze/Login.qml +share/sddm/themes/breeze/Main.qml +share/sddm/themes/breeze/SessionButton.qml +share/sddm/themes/breeze/components/ActionButton.qml +share/sddm/themes/breeze/components/Battery.qml +share/sddm/themes/breeze/components/Clock.qml +share/sddm/themes/breeze/components/KeyboardLayoutButton.qml +share/sddm/themes/breeze/components/SessionManagementScreen.qml +share/sddm/themes/breeze/components/UserDelegate.qml +share/sddm/themes/breeze/components/UserList.qml +share/sddm/themes/breeze/components/artwork/background.png +share/sddm/themes/breeze/components/artwork/logout_primary.svgz +share/sddm/themes/breeze/components/artwork/restart_primary.svgz +share/sddm/themes/breeze/components/artwork/shutdown_primary.svgz +share/sddm/themes/breeze/metadata.desktop +share/sddm/themes/breeze/preview.png +share/sddm/themes/breeze/theme.conf +share/solid/actions/test-predicate-openinwindow.desktop +share/wayland-sessions/plasmawayland.desktop +share/xsessions/plasma.desktop Index: x11/plasma5-plasma/Makefile =================================================================== --- /dev/null +++ x11/plasma5-plasma/Makefile @@ -0,0 +1,23 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= plasma +PORTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11 kde +PKGNAMEPREFIX= plasma5- + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE5 plasma meta port + +LICENSE= LGPL20 + +USES= kde:5 metaport +# remove: +# * bluedevil as we do have bluez +# * powerdevil as it needs UDev at the moment +# * plasma-pa don't depend on plamsa-pa by default +USE_KDE= ${_USE_PLASMA_ALL:Nbluedevil:Npowerdevil:Nplasma-pa} +# pull bsd.qt.mk for QT_PLUGINDIR in the kf5-dependencies +USE_QT5= # + +.include Index: x11/plasma5-plasma/bsd.kde-git.mk =================================================================== --- /dev/null +++ x11/plasma5-plasma/bsd.kde-git.mk @@ -0,0 +1,58 @@ +# $FreeBSD$ + +# Provide a fetch macro to get sources from kde's git repo + +# Git url scheme: +# git clone git://anongit.kde.org/${KDE_GIT_PROJECT} +# +# Variables needed +# * KDE_GIT_PROJECT: project name -- default: ${PORTNAME} +# * KDE_GIT_REVISION: revision to checkout -- default: master +# * KDE_GIT_BRANCH: the branch to checkout -- default: empty +# * KDE_GIT_URL: git rep url -- default: see above + +# If "KDE_GIT_FETCH" is set, the new distfile will be fetched from git. + +# TODO: Make this file better =) +# Reason for -git: +# I want to prepare newer port versions for kdevelop/kontact/... +# as they have KF5-versions in git -- this gives us two things +# 1) a possibly nearly qt4/kde4-free desktop +# 2) an easy testbed for future kde-application releases + + +.if !defined(DISTDIR) +.include +.endif + +MASTER_SITES?= LOCAL/tcberner/GIT + +KDE_GIT_PROJECT?= ${PORTNAME} +KDE_GIT_REVISION?= master +KDE_GIT_URL?= git://anongit.kde.org/${KDE_GIT_PROJECT} + +DISTNAME= ${KDE_GIT_PROJECT}-${PORTVERSION}.${KDE_GIT_REVISION} +KDE_GIT_DISTFILE= ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}.tar.xz + +DIST_SUBDIR= KDE/GIT +PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-git + +KDE_GIT_FETCH_DIR= ${WRKDIR}/git +WRKSRC= ${WRKDIR}/${KDE_GIT_PROJECT} + + +# To fetch/create distfile execute "make -DKDE_GIT_FETCH makesum" +.if defined(KDE_GIT_FETCH) +FETCH_DEPENDS+= git:devel/git +do-fetch: + ${MKDIR} ${KDE_GIT_FETCH_DIR} &&\ + cd ${KDE_GIT_FETCH_DIR} &&\ + git clone ${KDE_GIT_URL} &&\ + cd ${KDE_GIT_FETCH_DIR}/${KDE_GIT_PROJECT} &&\ + git checkout ${KDE_GIT_REVISION} &&\ + mkdir -p ${DISTDIR}/${DIST_SUBDIR} &&\ + cd ${KDE_GIT_FETCH_DIR} &&\ + tar --exclude .git -cJf ${KDE_GIT_DISTFILE} ${KDE_GIT_PROJECT} +.endif + + Index: x11/plasma5-plasma/pkg-descr =================================================================== --- /dev/null +++ x11/plasma5-plasma/pkg-descr @@ -0,0 +1,3 @@ +KDE5 Plasma Meta Port + +WWW: https://www.kde.org/workspaces/plasmadesktop/