Hello community, here is the log from the commit of package kcoreaddons for openSUSE:Factory checked in at 2015-07-14 17:22:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kcoreaddons (Old) and /work/SRC/openSUSE:Factory/.kcoreaddons.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcoreaddons" Changes: -------- --- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes 2015-06-23 12:06:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 2015-07-14 17:22:35.000000000 +0200 @@ -1,0 +2,10 @@ +Sun Jul 5 18:44:52 UTC 2015 - [email protected] + +- Update to 5.12.0 + * KDirWatch: Only establish a connection to FAM if requested + * Allow filtering plugins and applications by formfactor + * Make it possible to use desktoptojson from different sources + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.12.0.php + +------------------------------------------------------------------- Old: ---- kcoreaddons-5.11.0.tar.xz New: ---- kcoreaddons-5.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kcoreaddons.spec ++++++ --- /var/tmp/diff_new_pack.1oBXMA/_old 2015-07-14 17:22:36.000000000 +0200 +++ /var/tmp/diff_new_pack.1oBXMA/_new 2015-07-14 17:22:36.000000000 +0200 @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5CoreAddons5 -%define _tar_path 5.11 +%define _tar_path 5.12 Name: kcoreaddons -Version: 5.11.0 +Version: 5.12.0 Release: 0 BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= %{_tar_path} ++++++ kcoreaddons-5.11.0.tar.xz -> kcoreaddons-5.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.11.0/CMakeLists.txt new/kcoreaddons-5.12.0/CMakeLists.txt --- old/kcoreaddons-5.11.0/CMakeLists.txt 2015-06-06 23:11:15.000000000 +0200 +++ new/kcoreaddons-5.12.0/CMakeLists.txt 2015-07-05 10:55:25.000000000 +0200 @@ -3,7 +3,7 @@ project(KCoreAddons) include(FeatureSummary) -find_package(ECM 5.11.0 NO_MODULE) +find_package(ECM 5.12.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) @@ -41,7 +41,7 @@ include(ECMPoQmTools) -set(KF5_VERSION "5.11.0") # handled by release scripts +set(KF5_VERSION "5.12.0") # handled by release scripts ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOREADDONS VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h" @@ -74,6 +74,7 @@ COMPONENT Devel ) install(EXPORT KF5CoreAddonsTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE KF5CoreAddonsTargets.cmake NAMESPACE KF5:: ) +install(EXPORT KF5CoreAddonsToolingTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE KF5CoreAddonsToolingTargets.cmake NAMESPACE KF5:: ) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.11.0/KF5CoreAddonsConfig.cmake.in new/kcoreaddons-5.12.0/KF5CoreAddonsConfig.cmake.in --- old/kcoreaddons-5.11.0/KF5CoreAddonsConfig.cmake.in 2015-06-06 23:11:15.000000000 +0200 +++ new/kcoreaddons-5.12.0/KF5CoreAddonsConfig.cmake.in 2015-07-05 10:55:25.000000000 +0200 @@ -3,6 +3,12 @@ find_dependency(Qt5Core @REQUIRED_QT_VERSION@) +if(CMAKE_CROSSCOMPILING AND KF5_HOST_TOOLING) + find_file(KCONFIGCOMPILER_PATH KF5CoreAddons/KF5CoreAddonsToolingTargets.cmake PATHS ${KF5_HOST_TOOLING} ${CMAKE_CURRENT_LIST_DIR} NO_DEFAULT_PATH) + include("${TARGETSFILE}") +else() + include("${CMAKE_CURRENT_LIST_DIR}/KF5CoreAddonsToolingTargets.cmake") +endif() include("${CMAKE_CURRENT_LIST_DIR}/KF5CoreAddonsTargets.cmake") include("${CMAKE_CURRENT_LIST_DIR}/KF5CoreAddonsMacros.cmake") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.11.0/autotests/CMakeLists.txt new/kcoreaddons-5.12.0/autotests/CMakeLists.txt --- old/kcoreaddons-5.11.0/autotests/CMakeLists.txt 2015-06-06 23:11:15.000000000 +0200 +++ new/kcoreaddons-5.12.0/autotests/CMakeLists.txt 2015-07-05 10:55:25.000000000 +0200 @@ -42,11 +42,17 @@ kstringhandlertest.cpp kusertest.cpp kdelibs4migrationtest.cpp - desktoptojsontest.cpp kdelibs4configmigratortest.cpp LINK_LIBRARIES Qt5::Test KF5::CoreAddons ) +if(NOT CMAKE_CROSSCOMPILING) + ecm_add_tests(desktoptojsontest.cpp LINK_LIBRARIES Qt5::Test KF5::CoreAddons) + target_compile_definitions(desktoptojsontest PRIVATE + DESKTOP_TO_JSON_EXE="$<TARGET_FILE:desktoptojson>" + ) +endif() + set(ktexttohtmltest_SRCS ktexttohtmltest.cpp ${CMAKE_SOURCE_DIR}/src/lib/text/ktexttohtml.cpp) ecm_add_test(${ktexttohtmltest_SRCS} TEST_NAME ktexttohtmltest LINK_LIBRARIES Qt5::Test) # include the binary dir in order to get kcoreaddons_export.h @@ -62,10 +68,6 @@ ALWAYSUNLOADPLUGIN_FILE="$<TARGET_FILE:alwaysunloadplugin>" ) -target_compile_definitions(desktoptojsontest PRIVATE - DESKTOP_TO_JSON_EXE="$<TARGET_FILE:desktoptojson>" -) - set(KDIRWATCH_BACKENDS_TO_TEST Stat)#Stat is always compiled if (HAVE_SYS_INOTIFY_H) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.11.0/autotests/data/fakeplugin.desktop new/kcoreaddons-5.12.0/autotests/data/fakeplugin.desktop --- old/kcoreaddons-5.11.0/autotests/data/fakeplugin.desktop 2015-06-06 23:11:15.000000000 +0200 +++ new/kcoreaddons-5.12.0/autotests/data/fakeplugin.desktop 2015-07-05 10:55:25.000000000 +0200 @@ -1,5 +1,6 @@ [Desktop Entry] Name=NSA Plugin +Name[ast]=Complementu NSA Name[bs]=NSA dodatak Name[ca]=Connector de la NSA Name[cs]=Modul NSA @@ -32,6 +33,7 @@ Name[zh_CN]=NSA 插件 Name[zh_TW]=NSA 外掛程式 Comment=Test Plugin Spy +Comment[ast]=Complementu de prueba qu'escluca Comment[bs]=Špijun provjere dodataka Comment[ca]=Connector de proves espia Comment[cs]=Testovací modul Spy @@ -67,7 +69,7 @@ X-KDE-ServiceTypes=KService/NSA X-KDE-Library=fakeplugin - +X-KDE-FormFactors=mediacenter,desktop X-KDE-PluginInfo-Author=Sebastian Kügler [email protected] X-KDE-PluginInfo-Name=fakeplugin diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.11.0/autotests/data/hiddenplugin.desktop new/kcoreaddons-5.12.0/autotests/data/hiddenplugin.desktop --- old/kcoreaddons-5.11.0/autotests/data/hiddenplugin.desktop 2015-06-06 23:11:15.000000000 +0200 +++ new/kcoreaddons-5.12.0/autotests/data/hiddenplugin.desktop 2015-07-05 10:55:25.000000000 +0200 @@ -1,5 +1,6 @@ [Desktop Entry] Name=NSA Plugin +Name[ast]=Complementu NSA Name[bs]=NSA dodatak Name[ca]=Connector de la NSA Name[cs]=Modul NSA @@ -32,6 +33,7 @@ Name[zh_CN]=NSA 插件 Name[zh_TW]=NSA 外掛程式 Comment=Test Plugin Spy +Comment[ast]=Complementu de prueba qu'escluca Comment[bs]=Špijun provjere dodataka Comment[ca]=Connector de proves espia Comment[cs]=Testovací modul Spy diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.11.0/autotests/kpluginmetadatatest.cpp new/kcoreaddons-5.12.0/autotests/kpluginmetadatatest.cpp --- old/kcoreaddons-5.11.0/autotests/kpluginmetadatatest.cpp 2015-06-06 23:11:15.000000000 +0200 +++ new/kcoreaddons-5.12.0/autotests/kpluginmetadatatest.cpp 2015-07-05 10:55:25.000000000 +0200 @@ -210,6 +210,11 @@ QCOMPARE(md.isHidden(), false); QCOMPARE(md.serviceTypes(), QStringList("KService/NSA")); + auto kp = md.rawData()["KPlugin"].toObject(); + QStringList formFactors = KPluginMetaData::readStringList(kp, QStringLiteral("FormFactors")); + QCOMPARE(formFactors, QStringList() << "mediacenter" << "desktop"); + QCOMPARE(md.formFactors(), QStringList() << "mediacenter" << "desktop"); + const QString dfilehidden = QFINDTESTDATA("data/hiddenplugin.desktop"); KPluginMetaData mdhidden(dfilehidden); QVERIFY(mdhidden.isValid()); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.11.0/src/desktoptojson/CMakeLists.txt new/kcoreaddons-5.12.0/src/desktoptojson/CMakeLists.txt --- old/kcoreaddons-5.11.0/src/desktoptojson/CMakeLists.txt 2015-06-06 23:11:15.000000000 +0200 +++ new/kcoreaddons-5.12.0/src/desktoptojson/CMakeLists.txt 2015-07-05 10:55:25.000000000 +0200 @@ -2,11 +2,13 @@ add_executable(desktoptojson main.cpp desktoptojson.cpp ../lib/plugin/desktopfileparser.cpp) -add_executable(KF5::desktoptojson ALIAS desktoptojson) +if(NOT CMAKE_TOOLCHAIN_FILE) + add_executable(KF5::desktoptojson ALIAS desktoptojson) +endif() # Mark it as non-gui so we won't create an app bundle on Mac OS X ecm_mark_nongui_executable(desktoptojson) target_link_libraries(desktoptojson Qt5::Core) -install(TARGETS desktoptojson EXPORT KF5CoreAddonsTargets ${KF5_INSTALL_TARGETS_DEFAULT_ARGS}) +install(TARGETS desktoptojson EXPORT KF5CoreAddonsToolingTargets ${KF5_INSTALL_TARGETS_DEFAULT_ARGS}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.11.0/src/lib/io/kdirwatch.cpp new/kcoreaddons-5.12.0/src/lib/io/kdirwatch.cpp --- old/kcoreaddons-5.11.0/src/lib/io/kdirwatch.cpp 2015-06-06 23:11:15.000000000 +0200 +++ new/kcoreaddons-5.12.0/src/lib/io/kdirwatch.cpp 2015-07-05 10:55:25.000000000 +0200 @@ -194,20 +194,9 @@ connect(&rescan_timer, SIGNAL(timeout()), this, SLOT(slotRescan())); #if HAVE_FAM - // It's possible that FAM server can't be started - if (FAMOpen(&fc) == 0) { - availableMethods << "FAM"; - use_fam = true; - sn = new QSocketNotifier(FAMCONNECTION_GETFD(&fc), - QSocketNotifier::Read, this); - connect(sn, SIGNAL(activated(int)), - this, SLOT(famEventReceived())); - } else { - if (m_preferredMethod == KDirWatch::FAM) { - qCDebug(KDIRWATCH) << "Can't use FAM (fam daemon not running?)"; - } - use_fam = false; - } + availableMethods << "FAM"; + use_fam = true; + sn = 0; #endif #if HAVE_SYS_INOTIFY_H @@ -249,7 +238,7 @@ removeEntries(0); #if HAVE_FAM - if (use_fam) { + if (use_fam && sn) { FAMClose(&fc); } #endif @@ -634,6 +623,18 @@ return false; } + if (!sn) { + if (FAMOpen(&fc) == 0) { + sn = new QSocketNotifier(FAMCONNECTION_GETFD(&fc), + QSocketNotifier::Read, this); + connect(sn, SIGNAL(activated(int)), + this, SLOT(famEventReceived())); + } else { + use_fam = false; + return false; + } + } + // handle FAM events to avoid deadlock // (FAM sends back all files in a directory when monitoring) famEventReceived(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.11.0/src/lib/plugin/desktopfileparser.cpp new/kcoreaddons-5.12.0/src/lib/plugin/desktopfileparser.cpp --- old/kcoreaddons-5.11.0/src/lib/plugin/desktopfileparser.cpp 2015-06-06 23:11:15.000000000 +0200 +++ new/kcoreaddons-5.12.0/src/lib/plugin/desktopfileparser.cpp 2015-07-05 10:55:25.000000000 +0200 @@ -144,6 +144,8 @@ } else if (key == QLatin1String("X-KDE-ServiceTypes") || key == QLatin1String("ServiceTypes")) { // some .desktop files still use the legacy ServiceTypes= key kplugin[QStringLiteral("ServiceTypes")] = QJsonArray::fromStringList(deserializeList(value)); + } else if (key == QLatin1String("X-KDE-FormFactors")) { + kplugin[QStringLiteral("FormFactors")] = QJsonArray::fromStringList(deserializeList(value)); } else if (key == QLatin1String("X-KDE-PluginInfo-EnabledByDefault")) { bool boolValue = false; // should only be lower case, but be tolerant here diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.11.0/src/lib/plugin/kpluginloader.h new/kcoreaddons-5.12.0/src/lib/plugin/kpluginloader.h --- old/kcoreaddons-5.11.0/src/lib/plugin/kpluginloader.h 2015-06-06 23:11:15.000000000 +0200 +++ new/kcoreaddons-5.12.0/src/lib/plugin/kpluginloader.h 2015-07-05 10:55:25.000000000 +0200 @@ -280,7 +280,7 @@ * plugin name as the key and true/false as the value to indicate whether the plugin should * be loaded. In order to easily load all the enable plugins you could use the following code: * @code - * KConfigGroup pluginGroup = KSharedConfig::openConfig().group("Plugins"); + * KConfigGroup pluginGroup = KSharedConfig::openConfig()->group("Plugins"); * auto filter = [&](const KPluginMetaData &md) { * if (!pluginGroup.hasKey(md.pluginName())) { * return md.isEnabledByDefault(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.11.0/src/lib/plugin/kpluginmetadata.cpp new/kcoreaddons-5.12.0/src/lib/plugin/kpluginmetadata.cpp --- old/kcoreaddons-5.11.0/src/lib/plugin/kpluginmetadata.cpp 2015-06-06 23:11:15.000000000 +0200 +++ new/kcoreaddons-5.12.0/src/lib/plugin/kpluginmetadata.cpp 2015-07-05 10:55:25.000000000 +0200 @@ -270,6 +270,11 @@ return readStringList(rootObject(), QStringLiteral("ServiceTypes")); } +QStringList KPluginMetaData::formFactors() const +{ + return readStringList(rootObject(), QStringLiteral("FormFactors")); +} + bool KPluginMetaData::isEnabledByDefault() const { QJsonValue val = rootObject()[QStringLiteral("EnabledByDefault")]; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.11.0/src/lib/plugin/kpluginmetadata.h new/kcoreaddons-5.12.0/src/lib/plugin/kpluginmetadata.h --- old/kcoreaddons-5.11.0/src/lib/plugin/kpluginmetadata.h 2015-06-06 23:11:15.000000000 +0200 +++ new/kcoreaddons-5.12.0/src/lib/plugin/kpluginmetadata.h 2015-07-05 10:55:25.000000000 +0200 @@ -268,6 +268,15 @@ QStringList serviceTypes() const; /** + * @return A string list of formfactors this plugin is useful for, e.g. desktop, tablet, + * handset, mediacenter, etc. + * The keys for this are not formally defined. + * + * @since 5.12 + */ + QStringList formFactors() const; + + /** * @return whether the plugin should be enabled by default. * This is only a recommendation, applications can ignore this value if they want to. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.11.0/src/mimetypes/kde5.xml new/kcoreaddons-5.12.0/src/mimetypes/kde5.xml --- old/kcoreaddons-5.11.0/src/mimetypes/kde5.xml 2015-06-06 23:11:15.000000000 +0200 +++ new/kcoreaddons-5.12.0/src/mimetypes/kde5.xml 2015-07-05 10:55:25.000000000 +0200 @@ -25,6 +25,7 @@ <sub-class-of type="application/xml"/> <comment>Metalink download</comment> <comment xml:lang="ar">تنزيل Metalink</comment> + <comment xml:lang="ast">Descarga d'enllaz meta</comment> <comment xml:lang="bs">metalink preuzimanje</comment> <comment xml:lang="ca">Baixada de «Metalink»</comment> <comment xml:lang="ca@valencia">Baixada de «Metalink»</comment> @@ -73,7 +74,7 @@ <comment xml:lang="sv">Metalink-nerladdning</comment> <comment xml:lang="tr">Metalink indirmesi</comment> <comment xml:lang="ug">Metalink چۈشۈرۈش</comment> - <comment xml:lang="uk">метапосилання звантаження</comment> + <comment xml:lang="uk">метапосилання отримання</comment> <comment xml:lang="zh_CN">Metalink 下载</comment> <comment xml:lang="zh_TW">Metalink 下載</comment> <glob pattern="*.metalink"/> @@ -82,6 +83,7 @@ <sub-class-of type="application/xml"/> <comment>RELAX NG</comment> <comment xml:lang="ar">RELAX NG</comment> + <comment xml:lang="ast">RELAX NG</comment> <comment xml:lang="bs">Relax NG</comment> <comment xml:lang="ca">RELAX NG</comment> <comment xml:lang="ca@valencia">RELAX NG</comment> @@ -140,6 +142,7 @@ <mime-type type="application/x-cda"> <comment>CD audio</comment> <comment xml:lang="ar">صوت CD</comment> + <comment xml:lang="ast">CD d'audiu</comment> <comment xml:lang="bs">CD audio</comment> <comment xml:lang="ca">CD àudio</comment> <comment xml:lang="ca@valencia">CD àudio</comment> @@ -199,6 +202,7 @@ <mime-type type="application/x-font-snf"> <comment>SNF bitmap font</comment> <comment xml:lang="ar">خط SNF bitmap</comment> + <comment xml:lang="ast">Fonte mapa de bits SNF</comment> <comment xml:lang="bs">SNF bitmapski font</comment> <comment xml:lang="ca">tipus de lletra de mapa de bits SNF</comment> <comment xml:lang="ca@valencia">tipus de lletra de mapa de bits SNF</comment> @@ -258,6 +262,7 @@ <mime-type type="application/x-java-applet"> <comment>Java applet</comment> <comment xml:lang="ar">بريمج جافا</comment> + <comment xml:lang="ast">Applet Java</comment> <comment xml:lang="bg">Аплет на Java</comment> <comment xml:lang="bs">JAVA aplet</comment> <comment xml:lang="ca">miniaplicació Java</comment> @@ -316,6 +321,7 @@ <mime-type type="application/x-khtml-adaptor"> <comment>KHTML Extension Adaptor</comment> <comment xml:lang="ar">مكيف الامتدادات KHTML</comment> + <comment xml:lang="ast">Adautador d'estensión KHTML</comment> <comment xml:lang="bs">KHTML‑ov adapter proširenja</comment> <comment xml:lang="ca">adaptador de l'extensió KHTML</comment> <comment xml:lang="ca@valencia">adaptador d'extensió KHTML</comment> @@ -371,6 +377,7 @@ <mime-type type="application/x-kcsrc"> <comment>KDE color scheme</comment> <comment xml:lang="ar">مخطط ألوان كدي</comment> + <comment xml:lang="ast">Esquema de color KDE</comment> <comment xml:lang="bg">Цветова схема за KDE</comment> <comment xml:lang="bs">KDE šema boja</comment> <comment xml:lang="ca">esquema de color del KDE</comment> @@ -432,6 +439,7 @@ <sub-class-of type="application/zip"/> <comment>KNewStuff package</comment> <comment xml:lang="ar">حزمة KNewStuff</comment> + <comment xml:lang="ast">Paquete KNewStuff</comment> <comment xml:lang="bs">paket K‑svežih-novotarija</comment> <comment xml:lang="ca">paquet del KNewStuff</comment> <comment xml:lang="ca@valencia">paquet del KNewStuff</comment> @@ -489,6 +497,7 @@ <mime-type type="application/x-kwallet"> <!-- fdo #6326 rejected, will stay KDE-specific --> <comment>KWallet wallet</comment> <comment xml:lang="ar">حافظة KWallet</comment> + <comment xml:lang="ast">Cartera KWallet</comment> <comment xml:lang="bg">Портфейл KWallet</comment> <comment xml:lang="bs">K‑novčanikov novčanik</comment> <comment xml:lang="ca">cartera del KWallet</comment> @@ -550,6 +559,7 @@ <mime-type type="application/x-kudesigner"> <comment>Kugar report template</comment> <comment xml:lang="ar">قالب تقرير Kugar</comment> + <comment xml:lang="ast">Plantía d'informe Kugar</comment> <comment xml:lang="bs">Kugarov šablon izvještaja</comment> <comment xml:lang="ca">plantilla d'informe del Kugar</comment> <comment xml:lang="ca@valencia">plantilla d'informe del Kugar</comment> @@ -607,6 +617,7 @@ <mime-type type="application/x-mimearchive"> <comment>mime encapsulated web archive</comment> <comment xml:lang="ar">نوع ملفات يغلف أرشف ويب</comment> + <comment xml:lang="ast">archivu web encapsuláu mime</comment> <comment xml:lang="bs">MIME učaurena veb arhiva</comment> <comment xml:lang="ca">arxiu web encapsulat en MIME</comment> <comment xml:lang="ca@valencia">arxiu web encapsulat en MIME</comment> @@ -722,6 +733,7 @@ <sub-class-of type="application/zip"/> <comment>plasmoid</comment> <comment xml:lang="ar">بلازمود</comment> + <comment xml:lang="ast">plasmoide</comment> <comment xml:lang="bs">plazmoid</comment> <comment xml:lang="ca">plasmoide</comment> <comment xml:lang="ca@valencia">plasmoide</comment> @@ -781,6 +793,7 @@ <sub-class-of type="application/zip"/> <comment>SuperKaramba theme</comment> <comment xml:lang="ar">سمة SuperKaramba</comment> + <comment xml:lang="ast">Tema SuperKaramba</comment> <comment xml:lang="bg">Тема за SuperKaramba</comment> <comment xml:lang="bs">superkaramba tema</comment> <comment xml:lang="ca">tema del SuperKaramba</comment> @@ -839,6 +852,7 @@ <mime-type type="application/x-vnd.kde.plan"> <comment>Calligra Plan project management document</comment> <comment xml:lang="ar">وثيقة إدارة مشاريع Calligra Plan</comment> + <comment xml:lang="ast">Documentu de xestión de proyeutu Calligra Plan</comment> <comment xml:lang="bs">Calligra Plan dokument upravljanja projektima</comment> <comment xml:lang="ca">document de gestió de projecte del Calligra Plan</comment> <comment xml:lang="ca@valencia">document de gestió de projecte del Calligra Plan</comment> @@ -894,6 +908,7 @@ <mime-type type="application/x-vnd.kde.plan.work"> <comment>Calligra Plan work package document</comment> <comment xml:lang="ar">وثيقة حزمة عمل Calligra Plan</comment> + <comment xml:lang="ast">Documentu de paquete de trabayu Calligra Plan</comment> <comment xml:lang="bs">Calligra Plan dokument radnog paketa</comment> <comment xml:lang="ca">document de paquet de treball del Calligra Plan</comment> <comment xml:lang="ca@valencia">document de paquet de treball del Calligra Plan</comment> @@ -947,6 +962,7 @@ <mime-type type="application/x-vnd.kde.kplato"> <comment>KPlato project management document</comment> <comment xml:lang="ar">وثيقة إدارة مشاريع KPlato</comment> + <comment xml:lang="ast">Documentu de xestión de proyeutu KPlato</comment> <comment xml:lang="bs">KPlatoov dokument upravljanja projektom</comment> <comment xml:lang="ca">document de gestió de projecte del KPlato</comment> <comment xml:lang="ca@valencia">document de gestió de projecte del KPlato</comment> @@ -1003,6 +1019,7 @@ <mime-type type="application/x-vnd.kde.kplato.work"> <comment>KPlato project management work package</comment> <comment xml:lang="ar">حزمة عمل إدارة مشاريع KPlato</comment> + <comment xml:lang="ast">Paquete de trabayu de xestión de proyeutu KPlato</comment> <comment xml:lang="bs">KPlatoov radni paket upravljanja projektom</comment> <comment xml:lang="ca">paquet de treball de gestió de projecte del KPlato</comment> <comment xml:lang="ca@valencia">paquet de treball de gestió de projecte del KPlato</comment> @@ -1059,6 +1076,7 @@ <mime-type type="application/x-vnd.kde.kugar.mixed"> <comment>Kugar archive</comment> <comment xml:lang="ar">أرشيف Kugar</comment> + <comment xml:lang="ast">Archivu Kugar</comment> <comment xml:lang="bs">Kugarova arhiva</comment> <comment xml:lang="ca">arxiu del Kugar</comment> <comment xml:lang="ca@valencia">arxiu del Kugar</comment> @@ -1117,6 +1135,7 @@ <sub-class-of type="application/x-gzip"/> <!-- only necessary because x-compressed-tar is not specifying this sub-class-of (shared-mime-info 0.8) --> <comment>web archive</comment> <comment xml:lang="ar">أرشيف ويب</comment> + <comment xml:lang="ast">archivu web</comment> <comment xml:lang="bs">veb arhiva</comment> <comment xml:lang="ca">arxiu web</comment> <comment xml:lang="ca@valencia">arxiu web</comment> @@ -1175,6 +1194,7 @@ <sub-class-of type="application/xml"/> <comment>W3C XML schema</comment> <comment xml:lang="ar">مخطط W3C XML</comment> + <comment xml:lang="ast">Esquema XML W3C</comment> <comment xml:lang="bs">W3C‑ova XML šema</comment> <comment xml:lang="ca">esquema XML W3C</comment> <comment xml:lang="ca@valencia">esquema XML W3C</comment> @@ -1231,6 +1251,7 @@ <mime-type type="audio/aac"> <!-- in fdo s-m-i since 1.1 --> <comment>AAC sound</comment> <comment xml:lang="ar">صوت AAC</comment> + <comment xml:lang="ast">Soníu AAC</comment> <comment xml:lang="bs">AAC zvuk</comment> <comment xml:lang="ca">so AAC</comment> <comment xml:lang="ca@valencia">so AAC</comment> @@ -1290,6 +1311,7 @@ <mime-type type="audio/x-pn-realaudio-plugin"> <!-- Not a type of file, so will not go to shared-mime-info --> <comment>RealAudio plugin file</comment> <comment xml:lang="ar">ملف ملحق RealAudio</comment> + <comment xml:lang="ast">Ficheru de complementu RealAudio</comment> <comment xml:lang="bs">RealAudio priključak</comment> <comment xml:lang="ca">fitxer del connector RealAudio</comment> <comment xml:lang="ca@valencia">fitxer del connector RealAudio</comment> @@ -1346,6 +1368,7 @@ <mime-type type="application/vnd.kde.kphotoalbum-import"> <!-- fdo #12732 rejected, will stay KDE-specific --> <comment>KPhotoAlbum import</comment> <comment xml:lang="ar">استيراد KPhotoAlbum</comment> + <comment xml:lang="ast">Importación de KPhotoAlbum</comment> <comment xml:lang="bs">KPhotoAlbumov uvoz</comment> <comment xml:lang="ca">importació del KPhotoAlbum</comment> <comment xml:lang="ca@valencia">importació del KPhotoAlbum</comment> @@ -1403,6 +1426,7 @@ <mime-type type="image/x-hdr"> <!-- TODO fdo report --> <comment>HDR image</comment> <comment xml:lang="ar">صورة HDR</comment> + <comment xml:lang="ast">Imaxe HDR</comment> <comment xml:lang="bg">Изображение HDR</comment> <comment xml:lang="bs">HDR slika</comment> <comment xml:lang="ca">imatge HDR</comment> @@ -1467,6 +1491,7 @@ <sub-class-of type="image/x-dcraw"/> <comment>KDE raw image formats</comment> <comment xml:lang="ar">تنسيقات صور خام لكدي</comment> + <comment xml:lang="ast">Formatos d'imaxe en brutu de KDE</comment> <comment xml:lang="bs">KDE formati sirovih slika</comment> <comment xml:lang="ca">formats d'imatge en brut del KDE</comment> <comment xml:lang="ca@valencia">formats d'imatge en brut del KDE</comment> @@ -1537,6 +1562,7 @@ <sub-class-of type="text/plain"/> <comment>Intel® hexadecimal object file</comment> <comment xml:lang="ar">ملف كائن سداسي عشر Intel®</comment> + <comment xml:lang="ast">Ficheru d'oxetu hexadecimal Intel®</comment> <comment xml:lang="bs">Intelova heksadekadna objektna datoteka</comment> <comment xml:lang="ca">fitxer objecte hexadecimal Intel®</comment> <comment xml:lang="ca@valencia">fitxer objecte hexadecimal Intel®</comment> @@ -1597,6 +1623,7 @@ <sub-class-of type="text/plain"/> <comment>Kate file list loader plugin list</comment> <comment xml:lang="ar">قائمة ملحقات محملات قائمة ملفات لكيت</comment> + <comment xml:lang="ast">Llista de complementos del cargador de llistes de ficheros Kate</comment> <comment xml:lang="bs">spisak Kateinog priključka za učitavanje datoteka</comment> <comment xml:lang="ca">llista del connector carregador de llista de fitxers del Kate</comment> <comment xml:lang="ca@valencia">llista del connector carregador de llista de fitxers del Kate</comment> @@ -1653,6 +1680,7 @@ <sub-class-of type="text/x-csrc"/> <comment>Objective-C header</comment> <comment xml:lang="ar">ترويسة Objective-C</comment> + <comment xml:lang="ast">Testera Objective-C</comment> <comment xml:lang="bs">Objective‑c zaglavlje</comment> <comment xml:lang="ca">capçalera Objective-C</comment> <comment xml:lang="ca@valencia">capçalera Objective-C</comment> @@ -1710,6 +1738,7 @@ <sub-class-of type="text/plain"/> <comment>abc musical notation file</comment> <comment xml:lang="ar">ملف كراسة موسيقية abc</comment> + <comment xml:lang="ast">ficheru de notación musical abc</comment> <comment xml:lang="bs">muzička notacija ABC</comment> <comment xml:lang="ca">fitxer de notació musical abc</comment> <comment xml:lang="ca@valencia">fitxer de notació musical abc</comment> @@ -1770,6 +1799,7 @@ <sub-class-of type="application/zip"/> <comment>fonts package</comment> <comment xml:lang="ar">حزمة خطوط</comment> + <comment xml:lang="ast">paquete de fontes</comment> <comment xml:lang="bs">paket fontova</comment> <comment xml:lang="ca">paquet de tipus de lletres</comment> <comment xml:lang="ca@valencia">paquet de tipus de lletres</comment> @@ -1829,6 +1859,7 @@ <sub-class-of type="inode/directory"/> <comment>Windows server</comment> <comment xml:lang="ar">خادم ويندوز</comment> + <comment xml:lang="ast">Sirvidor Windows</comment> <comment xml:lang="bs">windows server</comment> <comment xml:lang="ca">servidor Windows</comment> <comment xml:lang="ca@valencia">servidor Windows</comment> @@ -1887,6 +1918,7 @@ <sub-class-of type="inode/directory"/> <comment>Windows workgroup</comment> <comment xml:lang="ar">مجموعة عمل ويندوز</comment> + <comment xml:lang="ast">Grupu de trabayu Windows</comment> <comment xml:lang="bs">windows radna grupa</comment> <comment xml:lang="ca">treball en grup Windows</comment> <comment xml:lang="ca@valencia">treball en grup Windows</comment> @@ -1945,6 +1977,7 @@ <!-- <sub-class-of type="application/xml"/> --> <comment>KDE system monitor</comment> <comment xml:lang="ar">نظام مراقبة كدي</comment> + <comment xml:lang="ast">Monitor del sistema KDE</comment> <comment xml:lang="bg">Системен монитор за KDE</comment> <comment xml:lang="bs">KDE sistemski monitor</comment> <comment xml:lang="ca">Controlador del sistema del KDE</comment> @@ -2004,6 +2037,7 @@ <sub-class-of type="application/zip"/> <comment>KDE theme</comment> <comment xml:lang="ar">سمة كدي</comment> + <comment xml:lang="ast">Tema KDE</comment> <comment xml:lang="bg">Тема за KDE</comment> <comment xml:lang="bs">KDE tema</comment> <comment xml:lang="ca">tema del KDE</comment> @@ -2064,6 +2098,7 @@ <sub-class-of type="text/plain"/> <comment>Quanta project</comment> <comment xml:lang="ar">مشروع Quanta</comment> + <comment xml:lang="ast">Proyeutu Quanta</comment> <comment xml:lang="bg">Проект на Quanta</comment> <comment xml:lang="bs">Quantin projekat</comment> <comment xml:lang="ca">projecte del Quanta</comment> @@ -2123,6 +2158,7 @@ <sub-class-of type="text/plain"/> <comment>Kommander file</comment> <comment xml:lang="ar">ملف Kommander</comment> + <comment xml:lang="ast">Ficheru Kommander</comment> <comment xml:lang="bg">Файл на Kommander</comment> <comment xml:lang="bs">Kommanderov fajl</comment> <comment xml:lang="ca">fitxer del Kommander</comment> @@ -2238,6 +2274,7 @@ <mime-type type="application/x-kolf"> <comment>Kolf saved game</comment> <comment xml:lang="ar">لعبة Kolf محفوظة</comment> + <comment xml:lang="ast">Xuegu guardáu Kolf</comment> <comment xml:lang="bg">Запазена игра на Kolf</comment> <comment xml:lang="bs">Kolfova sačuvana igra</comment> <comment xml:lang="ca">joc desat del Kolf</comment> @@ -2362,6 +2399,7 @@ <mime-type type="application/vnd.kde.okular-archive"> <comment>Okular document archive</comment> <comment xml:lang="ar">أرشيف مستند أوكلار</comment> + <comment xml:lang="ast">Archivu de documentu Okular</comment> <comment xml:lang="bs">Okularova arhiva dokumenata</comment> <comment xml:lang="ca">arxiu de document de l'Okular</comment> <comment xml:lang="ca@valencia">arxiu de document de l'Okular</comment> @@ -2420,6 +2458,7 @@ <mime-type type="application/x-cabri"> <comment>Cabri figure</comment> <comment xml:lang="ar">صورة Cabri</comment> + <comment xml:lang="ast">Figura Cabri</comment> <comment xml:lang="bs">Cabrijev crtež</comment> <comment xml:lang="ca">figura del Cabri</comment> <comment xml:lang="ca@valencia">figura del Cabri</comment> @@ -2482,6 +2521,7 @@ <mime-type type="application/x-drgeo"> <comment>Dr. Geo figure</comment> <comment xml:lang="ar">صورة Dr. Geo</comment> + <comment xml:lang="ast">Figura Dr. Geo</comment> <comment xml:lang="bs">Dr Geov crtež</comment> <comment xml:lang="ca">figura Dr. Geo</comment> <comment xml:lang="ca@valencia">figura Dr. Geo</comment> @@ -2543,6 +2583,7 @@ <mime-type type="application/x-kgeo"> <comment>KGeo figure</comment> <comment xml:lang="ar">صورة KGeo</comment> + <comment xml:lang="ast">Figura KGeo</comment> <comment xml:lang="bg">Фигура за KGeo</comment> <comment xml:lang="bs">KGeov crtež</comment> <comment xml:lang="ca">figura del KGeo</comment> @@ -2600,6 +2641,7 @@ <mime-type type="application/x-kig"> <comment>Kig figure</comment> <comment xml:lang="ar">صورة Kig</comment> + <comment xml:lang="ast">Figura Kig</comment> <comment xml:lang="bg">Фигура за Kig</comment> <comment xml:lang="bs">KIG‑ov crtež</comment> <comment xml:lang="ca">figura del Kig</comment> @@ -2658,6 +2700,7 @@ <mime-type type="application/x-kseg"> <comment>KSeg document</comment> <comment xml:lang="ar">وثيقة KSeg</comment> + <comment xml:lang="ast">Documentu KSeg</comment> <comment xml:lang="bg">Документ KSeg</comment> <comment xml:lang="bs">KSegov dokument</comment> <comment xml:lang="ca">document del KSeg</comment> @@ -2717,6 +2760,7 @@ <sub-class-of type="application/xml"/> <comment>vocabulary trainer document</comment> <comment xml:lang="ar">وثيقة مدرب المفردات</comment> + <comment xml:lang="ast">documentu d'entrenador de vocabulariu</comment> <comment xml:lang="bs">dokument za uvježbavanje rječnika</comment> <comment xml:lang="ca">document d'entrenador de vocabulari</comment> <comment xml:lang="ca@valencia">document d'entrenador de vocabulari</comment> @@ -2773,6 +2817,7 @@ <mime-type type="application/x-kmplot"> <comment>KmPlot file</comment> <comment xml:lang="ar">ملف KmPlot</comment> + <comment xml:lang="ast">Ficheru KmPlot</comment> <comment xml:lang="bg">Файл на KmPlot</comment> <comment xml:lang="bs">KmPlot datoteka</comment> <comment xml:lang="ca">fitxer del KmPlot</comment> @@ -2830,6 +2875,7 @@ <mime-type type="application/x-kwordquiz"> <comment>KWordQuiz vocabulary</comment> <comment xml:lang="ar">مفردات KWordQuiz</comment> + <comment xml:lang="ast">Vocabulariu KWordQuiz</comment> <comment xml:lang="bg">Речник KWordQuiz</comment> <comment xml:lang="bs">rječnik K‑kviza-riječi</comment> <comment xml:lang="ca">vocabulari del KWordQuiz</comment> @@ -2888,7 +2934,7 @@ <comment>Cachegrind/Callgrind profile dump</comment> <comment xml:lang="ar">تشكيلة تفريغ Cachegrind/Callgrind </comment> <comment xml:lang="bs">Cachegrindov/Callgrindov profilni popis</comment> - <comment xml:lang="ca">bolcat de perfil Cachegrind/Callgrind</comment> + <comment xml:lang="ca">bolcat d'anàlisi de rendiment del Cachegrind/Callgrind</comment> <comment xml:lang="ca@valencia">bolcat de perfil Cachegrind/Callgrind</comment> <comment xml:lang="cs">Výpis profilu Cachegrind/Callgrind</comment> <comment xml:lang="da">Cachegrind/Callgrind profil-dump</comment> @@ -3003,6 +3049,7 @@ <mime-type type="application/x-ms-shortcut"> <comment>Windows link</comment> <comment xml:lang="ar">وصلة ويندوز</comment> + <comment xml:lang="ast">Enllaz Windows</comment> <comment xml:lang="bs">windows veza</comment> <comment xml:lang="ca">enllaç de Windows</comment> <comment xml:lang="ca@valencia">enllaç de Windows</comment> @@ -3063,6 +3110,7 @@ <sub-class-of type="application/xml"/> <comment>KGet download list</comment> <comment xml:lang="ar">قائمة تنزيل KGet</comment> + <comment xml:lang="ast">Llistáu de descarga KGet</comment> <comment xml:lang="bg">Списък за изтегляне на KGet</comment> <comment xml:lang="bs">KGetova spisak preuzimanja</comment> <comment xml:lang="ca">llista de baixades del KGet</comment> @@ -3113,7 +3161,7 @@ <comment xml:lang="th">รายการดาวน์โหลดของ 'ช่วยดาวน์โหลด-K (KGet)'</comment> <comment xml:lang="tr">KGet indirme listesi</comment> <comment xml:lang="ug">KGet چۈشۈرۈش تىزىمى</comment> - <comment xml:lang="uk">список звантажень KGet</comment> + <comment xml:lang="uk">список отримань KGet</comment> <comment xml:lang="zh_CN">KGet 下载列表</comment> <comment xml:lang="zh_TW">KGet 下載清單</comment> <glob pattern="*.kgt"/> @@ -3121,6 +3169,7 @@ <mime-type type="application/x-kopete-emoticons"> <comment>Kopete emoticons archive</comment> <comment xml:lang="ar">أرشف إبتسامات Kopete</comment> + <comment xml:lang="ast">Archivu de fustaxes Kopete</comment> <comment xml:lang="bs">Kopeteova arhiva emotikona</comment> <comment xml:lang="ca">arxiu d'emoticones del Kopete</comment> <comment xml:lang="ca@valencia">arxiu d'emoticones del Kopete</comment> @@ -3177,6 +3226,7 @@ <mime-type type="application/x-icq"> <comment>ICQ contact</comment> <comment xml:lang="ar">جهة اتصال ICQ</comment> + <comment xml:lang="ast">Contautu ICQ</comment> <comment xml:lang="bg">Контакт в ICQ</comment> <comment xml:lang="bs">ICQ kontakt</comment> <comment xml:lang="ca">contacte de l'ICQ</comment> @@ -3239,6 +3289,7 @@ <mime-type type="video/x-ms-wmp"> <!-- fdo #19671, rejected because "not a file type, only a plugin type" --> <comment>Microsoft Media Format</comment> <comment xml:lang="ar">تنسيق وسائط مايكروسوفت</comment> + <comment xml:lang="ast">Formatu de medios Microsoft</comment> <comment xml:lang="bg">Формат Microsoft Media</comment> <comment xml:lang="bs">Microsoftov medija format</comment> <comment xml:lang="ca">Format de suports de Microsoft</comment> @@ -3303,6 +3354,7 @@ <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="application/x-trig"> <!-- fdo #32182, released in s-m-i 1.1 --> <comment>TriG RDF document</comment> <comment xml:lang="ar">وثيقة TriG RDF</comment> + <comment xml:lang="ast">Documentu RDF TriG</comment> <comment xml:lang="bs">TriG RDF dokument</comment> <comment xml:lang="ca">document TriG RDF</comment> <comment xml:lang="ca@valencia">document TriG RDF</comment> @@ -3363,6 +3415,7 @@ <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="application/x-turtle"> <!-- fdo #18089, but not in followup #32812 --> <comment>Turtle RDF document</comment> <comment xml:lang="ar">وثيقة Turtle RDF</comment> + <comment xml:lang="ast">Documentu RDF Turtle</comment> <comment xml:lang="bs">Turtle RDF dokument</comment> <comment xml:lang="ca">document Turtle RDF</comment> <comment xml:lang="ca@valencia">document Turtle RDF</comment> @@ -3420,6 +3473,7 @@ <mime-type type="image/x-pic"> <!-- fdo #26038, needs update --> <comment>Softimage PIC image</comment> <comment xml:lang="ar">صورة PIC</comment> + <comment xml:lang="ast">Imaxe Softimage PIC</comment> <comment xml:lang="bs">Softimidžova PIC slika</comment> <comment xml:lang="ca">imatge PIC de Softimage</comment> <comment xml:lang="ca@valencia">imatge PIC de Softimage</comment> @@ -3479,6 +3533,7 @@ <mime-type type="text/x-qml"> <!-- in fdo smi > 0.90; *.qmltypes and *.qmlproject added to fdo smi > 1.3 --> <comment>Qt Markup Language file</comment> <comment xml:lang="ar">ملف لغة الوصف Qt</comment> + <comment xml:lang="ast">Ficheru de llinguax d'etiquetes Qt</comment> <comment xml:lang="bs">Datoteka Qt jezika za označavanje</comment> <comment xml:lang="ca">fitxer de llenguatge de marques de Qt</comment> <comment xml:lang="ca@valencia">fitxer de llenguatge de marques de Qt</comment> @@ -3537,6 +3592,7 @@ <mime-type type="application/x-mobipocket-ebook"> <!-- in fdo s-m-i since 0.91 --> <comment>Mobipocket e-book</comment> <comment xml:lang="ar">كتاب إلكتروني Mobipocket</comment> + <comment xml:lang="ast">Llibru electrónicu Mobipocket</comment> <comment xml:lang="bs">Mobipocket e-book</comment> <comment xml:lang="ca">Llibre electrònic Mobipocket</comment> <comment xml:lang="ca@valencia">Llibre electrònic Mobipocket</comment> @@ -3600,6 +3656,7 @@ <!-- Released since s-m-i 1.3, remove when we can depend on it --> <mime-type type="image/webp"> <comment>WebP image</comment> + <comment xml:lang="ast">Imaxe WebP</comment> <comment xml:lang="ca">imatge WebP</comment> <comment xml:lang="ca@valencia">imatge WebP</comment> <comment xml:lang="cs">Obrázek WebP</comment>
