Hello community, here is the log from the commit of package picmi for openSUSE:Factory checked in at 2019-12-14 12:15:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/picmi (Old) and /work/SRC/openSUSE:Factory/.picmi.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "picmi" Sat Dec 14 12:15:55 2019 rev:92 rq:756339 version:19.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/picmi/picmi.changes 2019-11-13 13:24:10.415438135 +0100 +++ /work/SRC/openSUSE:Factory/.picmi.new.4691/picmi.changes 2019-12-14 12:23:06.419201785 +0100 @@ -1,0 +2,28 @@ +Tue Dec 10 06:39:15 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.12.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/releases/19.12.0 +- Changes since 19.11.90: + * Link with Qt5::Xml explicitly, so we don't rely on KConfigGui bringing it + +------------------------------------------------------------------- +Sat Nov 30 09:12:34 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.11.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/19.12-rc +- No code change since 19.11.80 + +------------------------------------------------------------------- +Sun Nov 24 15:54:29 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.11.80 + * New feature release +- Changes since 19.08.3: + * Move the project homepage away from projects.kde.org + * Make it compile without kf5 deprecated method + +------------------------------------------------------------------- Old: ---- picmi-19.08.3.tar.xz picmi-19.08.3.tar.xz.sig New: ---- picmi-19.12.0.tar.xz picmi-19.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ picmi.spec ++++++ --- /var/tmp/diff_new_pack.9D89bw/_old 2019-12-14 12:23:07.223201664 +0100 +++ /var/tmp/diff_new_pack.9D89bw/_new 2019-12-14 12:23:07.223201664 +0100 @@ -16,38 +16,37 @@ # -%define kf5_version 5.26.0 +%define kf5_version 5.60.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: picmi -Version: 19.08.3 +Version: 19.12.0 Release: 0 Summary: Nonogram Logic game License: GPL-2.0-or-later Group: Amusements/Games/Logic URL: https://www.kde.org -Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz +Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig Source2: applications.keyring %endif BuildRequires: extra-cmake-modules -BuildRequires: kcoreaddons-devel -BuildRequires: kdeclarative-devel -BuildRequires: kdelibs4support-devel -BuildRequires: ki18n-devel -BuildRequires: knewstuff-devel -BuildRequires: kxmlgui-devel -BuildRequires: libkdegames-devel -BuildRequires: pkgconfig +BuildRequires: cmake(KF5CoreAddons) +BuildRequires: cmake(KF5Declarative) +BuildRequires: cmake(KF5KDELibs4Support) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5NewStuff) +BuildRequires: cmake(KF5XmlGui) +BuildRequires: cmake(KF5KDEGames) BuildRequires: update-desktop-files -BuildRequires: pkgconfig(Qt5Core) -BuildRequires: pkgconfig(Qt5Quick) -BuildRequires: pkgconfig(Qt5QuickWidgets) -BuildRequires: pkgconfig(Qt5Svg) -BuildRequires: pkgconfig(Qt5Test) -BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: cmake(Qt5Core) +BuildRequires: cmake(Qt5Quick) +BuildRequires: cmake(Qt5QuickWidgets) +BuildRequires: cmake(Qt5Svg) +BuildRequires: cmake(Qt5Test) +BuildRequires: cmake(Qt5Widgets) Obsoletes: picmi5 < %{version} Provides: picmi5 = %{version} ++++++ applications.keyring ++++++ Binary files /var/tmp/diff_new_pack.9D89bw/_old and /var/tmp/diff_new_pack.9D89bw/_new differ ++++++ picmi-19.08.3.tar.xz -> picmi-19.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/CMakeLists.txt new/picmi-19.12.0/CMakeLists.txt --- old/picmi-19.08.3/CMakeLists.txt 2019-11-05 05:11:34.000000000 +0100 +++ new/picmi-19.12.0/CMakeLists.txt 2019-12-06 02:39:14.000000000 +0100 @@ -31,7 +31,10 @@ include(ECMInstallIcons) include(ECMAddTests) -add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000) +if (EXISTS "${CMAKE_SOURCE_DIR}/.git") + add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000) + add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x060000) +endif() add_subdirectory(themes) add_subdirectory(icons) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/README new/picmi-19.12.0/README --- old/picmi-19.08.3/README 2019-08-26 08:30:07.000000000 +0200 +++ new/picmi-19.12.0/README 2019-12-01 03:32:22.000000000 +0100 @@ -28,7 +28,7 @@ ------------------- Email: [email protected] -Project Homepage: https://projects.kde.org/projects/kde/kdegames/picmi +Project Homepage: https://kde.org/applications/games/org.kde.picmi Sources diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/org.kde.picmi.appdata.xml new/picmi-19.12.0/org.kde.picmi.appdata.xml --- old/picmi-19.08.3/org.kde.picmi.appdata.xml 2019-08-26 08:30:07.000000000 +0200 +++ new/picmi-19.12.0/org.kde.picmi.appdata.xml 2019-12-01 03:32:22.000000000 +0100 @@ -113,7 +113,7 @@ <p xml:lang="zh-CN">游戏目标为根据网格周边给定的数字,将网格中的单元着色或留白,从而揭示其中隐藏的图案。这是个单人游戏。</p> <p xml:lang="zh-TW">單人遊戲,依據棋盤側邊的數字來標記或留白棋盤上的每一格。</p> </description> - <url type="homepage">https://projects.kde.org/projects/kde/kdegames/picmi</url> + <url type="homepage">https://kde.org/applications/games/org.kde.picmi</url> <url type="donation">https://www.kde.org/community/donations/?app=picmi&source=appdata</url> <screenshots> <screenshot type="default"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/bs/picmi.po new/picmi-19.12.0/po/bs/picmi.po --- old/picmi-19.08.3/po/bs/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/bs/picmi.po 2019-12-06 02:39:09.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kde 49i410\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2014-10-20 19:47+0000\n" "Last-Translator: Samir Ribić <Unknown>\n" "Language-Team: Bosnian\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/ca/picmi.po new/picmi-19.12.0/po/ca/picmi.po --- old/picmi-19.08.3/po/ca/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/ca/picmi.po 2019-12-06 02:39:10.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: picmi\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2018-01-05 20:03+0100\n" "Last-Translator: Josep Ma. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/ca@valencia/picmi.po new/picmi-19.12.0/po/ca@valencia/picmi.po --- old/picmi-19.08.3/po/ca@valencia/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/ca@valencia/picmi.po 2019-12-06 02:39:10.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: picmi\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2018-01-05 20:03+0100\n" "Last-Translator: Josep Ma. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/cs/picmi.po new/picmi-19.12.0/po/cs/picmi.po --- old/picmi-19.08.3/po/cs/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/cs/picmi.po 2019-12-06 02:39:10.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2016-02-26 17:01+0100\n" "Last-Translator: Vít Pelčák <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/da/picmi.po new/picmi-19.12.0/po/da/picmi.po --- old/picmi-19.08.3/po/da/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/da/picmi.po 2019-12-06 02:39:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2016-05-28 16:41+0100\n" "Last-Translator: Martin Schlander <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/de/picmi.po new/picmi-19.12.0/po/de/picmi.po --- old/picmi-19.08.3/po/de/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/de/picmi.po 2019-12-06 02:39:10.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: picmi\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2016-02-08 15:09+0100\n" "Last-Translator: Frederik Schwarzer <[email protected]>\n" "Language-Team: German <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/el/picmi.po new/picmi-19.12.0/po/el/picmi.po --- old/picmi-19.08.3/po/el/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/el/picmi.po 2019-12-06 02:39:10.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: picmi\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2012-08-18 R0116+0100\n" "Last-Translator: Stelios <[email protected]>\n" "Language-Team: Greek <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/en_GB/picmi.po new/picmi-19.12.0/po/en_GB/picmi.po --- old/picmi-19.08.3/po/en_GB/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/en_GB/picmi.po 2019-12-06 02:39:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2016-02-21 10:53+0000\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/es/picmi.po new/picmi-19.12.0/po/es/picmi.po --- old/picmi-19.08.3/po/es/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/es/picmi.po 2019-12-06 02:39:10.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2016-02-12 18:53+0100\n" "Last-Translator: Eloy Cuadra <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/et/picmi.po new/picmi-19.12.0/po/et/picmi.po --- old/picmi-19.08.3/po/et/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/et/picmi.po 2019-12-06 02:39:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2016-07-27 19:49+0300\n" "Last-Translator: Marek Laane <[email protected]>\n" "Language-Team: Estonian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/eu/picmi.po new/picmi-19.12.0/po/eu/picmi.po --- old/picmi-19.08.3/po/eu/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/eu/picmi.po 2019-12-06 02:39:11.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: picmi\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2019-08-25 11:38+0200\n" "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/fi/picmi.po new/picmi-19.12.0/po/fi/picmi.po --- old/picmi-19.08.3/po/fi/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/fi/picmi.po 2019-12-06 02:39:11.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: picmi\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2016-02-09 17:11+0200\n" "Last-Translator: Lasse Liehu <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/fr/picmi.po new/picmi-19.12.0/po/fr/picmi.po --- old/picmi-19.08.3/po/fr/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/fr/picmi.po 2019-12-06 02:39:11.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2016-03-25 08:38+0100\n" "Last-Translator: Vincent Pinon <[email protected]>\n" "Language-Team: French <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/ga/picmi.po new/picmi-19.12.0/po/ga/picmi.po --- old/picmi-19.08.3/po/ga/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/ga/picmi.po 2019-12-06 02:39:11.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: picmi\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2012-02-27 21:35-0500\n" "Last-Translator: Kevin Scannell <[email protected]>\n" "Language-Team: Irish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/gl/picmi.po new/picmi-19.12.0/po/gl/picmi.po --- old/picmi-19.08.3/po/gl/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/gl/picmi.po 2019-12-06 02:39:11.000000000 +0100 @@ -8,15 +8,16 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" -"PO-Revision-Date: 2019-03-15 23:51+0100\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" +"PO-Revision-Date: 2019-11-17 09:22+0100\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" -"Language-Team: Galician <[email protected]>\n" +"Language-Team: Galician <[email protected]>\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Lokalize 20.03.70\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -667,7 +668,7 @@ #: src/gui/settingswindow.ui:80 #, kde-format msgid "Font Colors" -msgstr "Cores do texto" +msgstr "Cores da fonte" #. i18n: ectx: property (text), widget (QLabel, fontColorSolvedLabel) #: src/gui/settingswindow.ui:94 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/hu/picmi.po new/picmi-19.12.0/po/hu/picmi.po --- old/picmi-19.08.3/po/hu/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/hu/picmi.po 2019-12-06 02:39:11.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2015-09-04 14:20+0200\n" "Last-Translator: Kristóf Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/it/picmi.po new/picmi-19.12.0/po/it/picmi.po --- old/picmi-19.08.3/po/it/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/it/picmi.po 2019-12-06 02:39:11.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: picmi\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2017-07-03 23:10+0200\n" "Last-Translator: Luciano Montanaro <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/ja/picmi.po new/picmi-19.12.0/po/ja/picmi.po --- old/picmi-19.08.3/po/ja/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/ja/picmi.po 2019-12-06 02:39:11.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: picmi\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2012-02-26 14:44-0800\n" "Last-Translator: Japanese KDE translation team <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/kk/picmi.po new/picmi-19.12.0/po/kk/picmi.po --- old/picmi-19.08.3/po/kk/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/kk/picmi.po 2019-12-06 02:39:11.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2013-11-18 04:23+0600\n" "Last-Translator: Sairan Kikkarin <[email protected]>\n" "Language-Team: Kazakh <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/ko/picmi.po new/picmi-19.12.0/po/ko/picmi.po --- old/picmi-19.08.3/po/ko/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/ko/picmi.po 2019-12-06 02:39:11.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: picmi\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2019-05-30 17:30+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/lt/picmi.po new/picmi-19.12.0/po/lt/picmi.po --- old/picmi-19.08.3/po/lt/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/lt/picmi.po 2019-12-06 02:39:11.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2014-03-17 20:43+0200\n" "Last-Translator: Liudas Ališauskas <[email protected]>\n" "Language-Team: Lithuanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/lv/picmi.po new/picmi-19.12.0/po/lv/picmi.po --- old/picmi-19.08.3/po/lv/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/lv/picmi.po 2019-12-06 02:39:12.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: picmi\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2013-08-03 13:04+0300\n" "Last-Translator: Maris Nartiss <[email protected]>\n" "Language-Team: Latvian\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/mr/picmi.po new/picmi-19.12.0/po/mr/picmi.po --- old/picmi-19.08.3/po/mr/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/mr/picmi.po 2019-12-06 02:39:12.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2013-03-13 13:23+0530\n" "Last-Translator: Chetan Khona <[email protected]>\n" "Language-Team: Marathi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/nb/picmi.po new/picmi-19.12.0/po/nb/picmi.po --- old/picmi-19.08.3/po/nb/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/nb/picmi.po 2019-12-06 02:39:12.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2014-01-07 14:22+0100\n" "Last-Translator: Bjørn Steensrud <[email protected]>\n" "Language-Team: Norwegian Bokmål <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/nds/picmi.po new/picmi-19.12.0/po/nds/picmi.po --- old/picmi-19.08.3/po/nds/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/nds/picmi.po 2019-12-06 02:39:12.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: picmi\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2014-06-11 00:45+0200\n" "Last-Translator: Sönke Dibbern <[email protected]>\n" "Language-Team: Low Saxon <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/nl/picmi.po new/picmi-19.12.0/po/nl/picmi.po --- old/picmi-19.08.3/po/nl/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/nl/picmi.po 2019-12-06 02:39:12.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2017-02-12 12:22+0100\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/nn/picmi.po new/picmi-19.12.0/po/nn/picmi.po --- old/picmi-19.08.3/po/nn/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/nn/picmi.po 2019-12-06 02:39:12.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2016-02-25 20:51+0100\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/pl/picmi.po new/picmi-19.12.0/po/pl/picmi.po --- old/picmi-19.08.3/po/pl/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/pl/picmi.po 2019-12-06 02:39:12.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2016-02-13 11:51+0100\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/pt/picmi.po new/picmi-19.12.0/po/pt/picmi.po --- old/picmi-19.08.3/po/pt/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/pt/picmi.po 2019-12-06 02:39:12.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: picmi\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2016-02-09 10:26+0000\n" "Last-Translator: José Nuno Coelho Pires <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/pt_BR/picmi.po new/picmi-19.12.0/po/pt_BR/picmi.po --- old/picmi-19.08.3/po/pt_BR/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/pt_BR/picmi.po 2019-12-06 02:39:12.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: picmi\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2016-02-08 11:24-0300\n" "Last-Translator: André Marcelo Alvarenga <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/ro/picmi.po new/picmi-19.12.0/po/ro/picmi.po --- old/picmi-19.08.3/po/ro/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/ro/picmi.po 2019-12-06 02:39:12.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2013-11-23 20:46+0200\n" "Last-Translator: Sergiu Bivol <[email protected]>\n" "Language-Team: Romanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/ru/picmi.po new/picmi-19.12.0/po/ru/picmi.po --- old/picmi-19.08.3/po/ru/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/ru/picmi.po 2019-12-06 02:39:12.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2018-09-02 17:40+0300\n" "Last-Translator: Alexander Potashev <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/sk/picmi.po new/picmi-19.12.0/po/sk/picmi.po --- old/picmi-19.08.3/po/sk/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/sk/picmi.po 2019-12-06 02:39:12.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: picmi\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2016-02-21 11:38+0100\n" "Last-Translator: Roman Paholik <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/sl/picmi.po new/picmi-19.12.0/po/sl/picmi.po --- old/picmi-19.08.3/po/sl/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/sl/picmi.po 2019-12-06 02:39:12.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2016-03-09 18:52+0100\n" "Last-Translator: Andrej Mernik <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/sv/picmi.po new/picmi-19.12.0/po/sv/picmi.po --- old/picmi-19.08.3/po/sv/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/sv/picmi.po 2019-12-06 02:39:13.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2016-02-08 20:33+0100\n" "Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/tr/picmi.po new/picmi-19.12.0/po/tr/picmi.po --- old/picmi-19.08.3/po/tr/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/tr/picmi.po 2019-12-06 02:39:13.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdegames-kde4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2017-05-16 12:43+0000\n" "Last-Translator: Mete <[email protected]>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/kdegames-k-tr/" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/ug/picmi.po new/picmi-19.12.0/po/ug/picmi.po --- old/picmi-19.08.3/po/ug/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/ug/picmi.po 2019-12-06 02:39:13.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: picmi\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2013-09-08 07:05+0900\n" "Last-Translator: Gheyret Kenji <[email protected]>\n" "Language-Team: Uyghur <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/uk/picmi.po new/picmi-19.12.0/po/uk/picmi.po --- old/picmi-19.08.3/po/uk/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/uk/picmi.po 2019-12-06 02:39:13.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: picmi\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2016-02-08 16:44+0200\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/zh_CN/picmi.po new/picmi-19.12.0/po/zh_CN/picmi.po --- old/picmi-19.08.3/po/zh_CN/picmi.po 2019-11-05 05:11:33.000000000 +0100 +++ new/picmi-19.12.0/po/zh_CN/picmi.po 2019-12-06 02:39:13.000000000 +0100 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" -"PO-Revision-Date: 2019-10-09 10:08\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" +"PO-Revision-Date: 2019-11-19 23:12\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/po/zh_TW/picmi.po new/picmi-19.12.0/po/zh_TW/picmi.po --- old/picmi-19.08.3/po/zh_TW/picmi.po 2019-11-05 05:11:34.000000000 +0100 +++ new/picmi-19.12.0/po/zh_TW/picmi.po 2019-12-06 02:39:13.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:44+0200\n" +"POT-Creation-Date: 2019-07-03 03:02+0200\n" "PO-Revision-Date: 2016-11-14 21:12+0800\n" "Last-Translator: Jeff Huang <[email protected]>\n" "Language-Team: Chinese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-19.08.3/src/logic/CMakeLists.txt new/picmi-19.12.0/src/logic/CMakeLists.txt --- old/picmi-19.08.3/src/logic/CMakeLists.txt 2019-08-26 08:30:07.000000000 +0200 +++ new/picmi-19.12.0/src/logic/CMakeLists.txt 2019-12-01 03:32:22.000000000 +0100 @@ -17,6 +17,7 @@ KF5::CoreAddons KF5::I18n Qt5::Core + Qt5::Xml ) # vim:set ts=4 sw=4 et:
