diff options
author | adridg <adridg@FreeBSD.org> | 2019-08-15 23:38:52 +0800 |
---|---|---|
committer | adridg <adridg@FreeBSD.org> | 2019-08-15 23:38:52 +0800 |
commit | e16e9e5e9e1c6cc921a2afd7a4b56db171d68dbb (patch) | |
tree | ca829deff03509f66590fd0ab5babc4e8b7b0f8f /deskutils | |
parent | 86197d55ed73fb184eac6890903186aa38e77a6b (diff) | |
download | freebsd-ports-gnome-e16e9e5e9e1c6cc921a2afd7a4b56db171d68dbb.tar.gz freebsd-ports-gnome-e16e9e5e9e1c6cc921a2afd7a4b56db171d68dbb.tar.zst freebsd-ports-gnome-e16e9e5e9e1c6cc921a2afd7a4b56db171d68dbb.zip |
Update KDE Applications to latest upstream release, 19.08
Release announcement
https://kde.org/announcements/announce-applications-19.08.0.php
Thanks to tcberner for doing most of the prep-work.
Diffstat (limited to 'deskutils')
72 files changed, 252 insertions, 296 deletions
diff --git a/deskutils/akonadi-calendar-tools/Makefile b/deskutils/akonadi-calendar-tools/Makefile index 42dbb03a4ec3..bc7a3df7004e 100644 --- a/deskutils/akonadi-calendar-tools/Makefile +++ b/deskutils/akonadi-calendar-tools/Makefile @@ -2,7 +2,6 @@ PORTNAME= akonadi-calendar-tools DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/akonadi-calendar-tools/distinfo b/deskutils/akonadi-calendar-tools/distinfo index be6b0118058e..caa4691fa1d6 100644 --- a/deskutils/akonadi-calendar-tools/distinfo +++ b/deskutils/akonadi-calendar-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690694 -SHA256 (KDE/applications/19.04.3/akonadi-calendar-tools-19.04.3.tar.xz) = b7bf7c6a8df76f66d13209b3a2d1c47d703f0a3fff7936d2c880c11c2eb33d39 -SIZE (KDE/applications/19.04.3/akonadi-calendar-tools-19.04.3.tar.xz) = 223328 +TIMESTAMP = 1565555613 +SHA256 (KDE/applications/19.08.0/akonadi-calendar-tools-19.08.0.tar.xz) = 9620a4418245a74334c6f57db4ba5558825879440aee5903f5614db08f61e976 +SIZE (KDE/applications/19.08.0/akonadi-calendar-tools-19.08.0.tar.xz) = 223680 diff --git a/deskutils/akonadi-calendar-tools/pkg-plist b/deskutils/akonadi-calendar-tools/pkg-plist index 1377d1726651..90dddd6c5b26 100644 --- a/deskutils/akonadi-calendar-tools/pkg-plist +++ b/deskutils/akonadi-calendar-tools/pkg-plist @@ -1,7 +1,7 @@ bin/calendarjanitor bin/konsolekalendar -etc/xdg/console.categories -etc/xdg/console.renamecategories +share/qlogging-categories5/console.categories +share/qlogging-categories5/console.renamecategories share/applications/konsolekalendar.desktop share/icons/hicolor/128x128/apps/konsolekalendar.png share/icons/hicolor/16x16/apps/konsolekalendar.png diff --git a/deskutils/akonadi-import-wizard/Makefile b/deskutils/akonadi-import-wizard/Makefile index 126004257844..de6ee37ac1b6 100644 --- a/deskutils/akonadi-import-wizard/Makefile +++ b/deskutils/akonadi-import-wizard/Makefile @@ -2,7 +2,6 @@ PORTNAME= akonadi-import-wizard DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/akonadi-import-wizard/distinfo b/deskutils/akonadi-import-wizard/distinfo index ddb5a1bec0ae..3c7266088e07 100644 --- a/deskutils/akonadi-import-wizard/distinfo +++ b/deskutils/akonadi-import-wizard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690695 -SHA256 (KDE/applications/19.04.3/akonadi-import-wizard-19.04.3.tar.xz) = 5e4b74790927be8372939237336e3684d7560d0c0652a26b57cc3233109234c4 -SIZE (KDE/applications/19.04.3/akonadi-import-wizard-19.04.3.tar.xz) = 438784 +TIMESTAMP = 1565555614 +SHA256 (KDE/applications/19.08.0/akonadi-import-wizard-19.08.0.tar.xz) = e21454b8ac346c4b8d35e5979dc11346b96e3520df22f44270dc668d5abcd915 +SIZE (KDE/applications/19.08.0/akonadi-import-wizard-19.08.0.tar.xz) = 438812 diff --git a/deskutils/akonadi-import-wizard/files/patch-gentoo-kf5-5.61-headers b/deskutils/akonadi-import-wizard/files/patch-gentoo-kf5-5.61-headers deleted file mode 100644 index 66e401e86ac9..000000000000 --- a/deskutils/akonadi-import-wizard/files/patch-gentoo-kf5-5.61-headers +++ /dev/null @@ -1,26 +0,0 @@ -From 2b520d8417323d4af6595b510978153063d50b98 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= <dvratil@kde.org> -Date: Fri, 12 Jul 2019 13:17:39 +0200 -Subject: Add missing QVector include - -Fixes build against Qt 5.12.4 ---- - src/importmailpluginmanager.h | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/src/importmailpluginmanager.h b/src/importmailpluginmanager.h -index a7c1049..7f3a100 100644 ---- src/importmailpluginmanager.h -+++ src/importmailpluginmanager.h -@@ -20,7 +20,9 @@ - #define IMPORTMAILPLUGINMANAGER_H - - #include <QObject> -+#include <QVector> - #include <KPluginMetaData> -+ - namespace LibImportWizard { - class AbstractImporter; - } --- -cgit v1.1 diff --git a/deskutils/akonadi-import-wizard/pkg-plist b/deskutils/akonadi-import-wizard/pkg-plist index a57a300b7364..340a111d3030 100644 --- a/deskutils/akonadi-import-wizard/pkg-plist +++ b/deskutils/akonadi-import-wizard/pkg-plist @@ -1,6 +1,6 @@ bin/akonadiimportwizard -etc/xdg/importwizard.categories -etc/xdg/importwizard.renamecategories +share/qlogging-categories5/importwizard.categories +share/qlogging-categories5/importwizard.renamecategories include/KF5/KPim/ImportWizard/AbstractAddressBook include/KF5/KPim/ImportWizard/AbstractBase include/KF5/KPim/ImportWizard/AbstractCalendar diff --git a/deskutils/akonadiconsole/Makefile b/deskutils/akonadiconsole/Makefile index 1f656bba95f6..9667c4bda70a 100644 --- a/deskutils/akonadiconsole/Makefile +++ b/deskutils/akonadiconsole/Makefile @@ -2,7 +2,6 @@ PORTNAME= akonadiconsole DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/akonadiconsole/distinfo b/deskutils/akonadiconsole/distinfo index 1643bdb04fb2..2f8fc1aa7104 100644 --- a/deskutils/akonadiconsole/distinfo +++ b/deskutils/akonadiconsole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690695 -SHA256 (KDE/applications/19.04.3/akonadiconsole-19.04.3.tar.xz) = 25a302f3e582555cf003b48e28788d289a771e0c29c500afcd5d915e0bb34bda -SIZE (KDE/applications/19.04.3/akonadiconsole-19.04.3.tar.xz) = 193896 +TIMESTAMP = 1565555614 +SHA256 (KDE/applications/19.08.0/akonadiconsole-19.08.0.tar.xz) = a683b184109cddbc4d66c55ee3efa2c69092a72e2cd9e78903c4dcf7f442c055 +SIZE (KDE/applications/19.08.0/akonadiconsole-19.08.0.tar.xz) = 193708 diff --git a/deskutils/akonadiconsole/pkg-plist b/deskutils/akonadiconsole/pkg-plist index a78feda75bec..e4f73f0dfc49 100644 --- a/deskutils/akonadiconsole/pkg-plist +++ b/deskutils/akonadiconsole/pkg-plist @@ -1,6 +1,6 @@ bin/akonadiconsole -etc/xdg/akonadiconsole.categories -etc/xdg/akonadiconsole.renamecategories +share/qlogging-categories5/akonadiconsole.categories +share/qlogging-categories5/akonadiconsole.renamecategories lib/libakonadiconsole.so.5 lib/libakonadiconsole.so.%%KDE_APPLICATIONS_SHLIB_VER%% share/applications/org.kde.akonadiconsole.desktop diff --git a/deskutils/akregator/Makefile b/deskutils/akregator/Makefile index 3031a90f7c00..ab82bfbad022 100644 --- a/deskutils/akregator/Makefile +++ b/deskutils/akregator/Makefile @@ -2,7 +2,6 @@ PORTNAME= akregator DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/akregator/distinfo b/deskutils/akregator/distinfo index 5b3e4d7d4c1f..75748105fdb7 100644 --- a/deskutils/akregator/distinfo +++ b/deskutils/akregator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690695 -SHA256 (KDE/applications/19.04.3/akregator-19.04.3.tar.xz) = 5d883061c4a53374ff2351646711d2b6eb047187ffd0d620a038fb6509bb60c0 -SIZE (KDE/applications/19.04.3/akregator-19.04.3.tar.xz) = 2190396 +TIMESTAMP = 1565555614 +SHA256 (KDE/applications/19.08.0/akregator-19.08.0.tar.xz) = d3cb8b97a3d2c9eeb805e1b7fc26cb637ad21589675d837b545580e6be764820 +SIZE (KDE/applications/19.08.0/akregator-19.08.0.tar.xz) = 2193648 diff --git a/deskutils/akregator/pkg-plist b/deskutils/akregator/pkg-plist index 3c7284bda282..8d29dee5aae4 100644 --- a/deskutils/akregator/pkg-plist +++ b/deskutils/akregator/pkg-plist @@ -1,7 +1,7 @@ bin/akregator bin/akregatorstorageexporter -etc/xdg/akregator.categories -etc/xdg/akregator.renamecategories +share/qlogging-categories5/akregator.categories +share/qlogging-categories5/akregator.renamecategories lib/libakregatorinterfaces.so lib/libakregatorinterfaces.so.5 lib/libakregatorinterfaces.so.%%KDE_APPLICATIONS_SHLIB_VER%% diff --git a/deskutils/grantlee-editor/Makefile b/deskutils/grantlee-editor/Makefile index b6585141cd2a..8cae2f89d13f 100644 --- a/deskutils/grantlee-editor/Makefile +++ b/deskutils/grantlee-editor/Makefile @@ -2,7 +2,6 @@ PORTNAME= grantlee-editor DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/grantlee-editor/distinfo b/deskutils/grantlee-editor/distinfo index 49c66bffd28f..1efabe0e5970 100644 --- a/deskutils/grantlee-editor/distinfo +++ b/deskutils/grantlee-editor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690696 -SHA256 (KDE/applications/19.04.3/grantlee-editor-19.04.3.tar.xz) = b244eef352ef776cbb0d3d5e51ffaa629d4ca3b6bd7fc86a8fda8d24e5090bca -SIZE (KDE/applications/19.04.3/grantlee-editor-19.04.3.tar.xz) = 110936 +TIMESTAMP = 1565555615 +SHA256 (KDE/applications/19.08.0/grantlee-editor-19.08.0.tar.xz) = 00a7d07aeffc35ac6e3dd39434194ba35c855a603cdc6eca0ece5b00ae1e0e30 +SIZE (KDE/applications/19.08.0/grantlee-editor-19.08.0.tar.xz) = 111452 diff --git a/deskutils/grantlee-editor/pkg-plist b/deskutils/grantlee-editor/pkg-plist index ab8b87077029..611cc91883ad 100644 --- a/deskutils/grantlee-editor/pkg-plist +++ b/deskutils/grantlee-editor/pkg-plist @@ -1,8 +1,8 @@ bin/contactprintthemeeditor bin/contactthemeeditor bin/headerthemeeditor -etc/xdg/grantleeditor.categories -etc/xdg/grantleeditor.renamecategories +share/qlogging-categories5/grantleeditor.categories +share/qlogging-categories5/grantleeditor.renamecategories lib/libgrantleethemeeditor.so lib/libgrantleethemeeditor.so.5 lib/libgrantleethemeeditor.so.%%KDE_APPLICATIONS_SHLIB_VER%% diff --git a/deskutils/grantleetheme/Makefile b/deskutils/grantleetheme/Makefile index cd4d8137b988..36c4d89d65ad 100644 --- a/deskutils/grantleetheme/Makefile +++ b/deskutils/grantleetheme/Makefile @@ -2,7 +2,6 @@ PORTNAME= grantleetheme DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/grantleetheme/distinfo b/deskutils/grantleetheme/distinfo index 39b95f2dd004..220f8f6f994c 100644 --- a/deskutils/grantleetheme/distinfo +++ b/deskutils/grantleetheme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690696 -SHA256 (KDE/applications/19.04.3/grantleetheme-19.04.3.tar.xz) = c5cf79f1daddde3bc5b9387546b10e1d3ae4512279d50e3545ad38982c7f9aaf -SIZE (KDE/applications/19.04.3/grantleetheme-19.04.3.tar.xz) = 51656 +TIMESTAMP = 1565555615 +SHA256 (KDE/applications/19.08.0/grantleetheme-19.08.0.tar.xz) = c966ad7ef55a784c8cf97a69d4885b9b9d7956c84a4e323404e5cf88154cc543 +SIZE (KDE/applications/19.08.0/grantleetheme-19.08.0.tar.xz) = 52172 diff --git a/deskutils/grantleetheme/pkg-plist b/deskutils/grantleetheme/pkg-plist index 896fd0be57b8..132a81c42ef9 100644 --- a/deskutils/grantleetheme/pkg-plist +++ b/deskutils/grantleetheme/pkg-plist @@ -1,10 +1,12 @@ -etc/xdg/grantleetheme.categories -etc/xdg/grantleetheme.renamecategories +share/qlogging-categories5/grantleetheme.categories +share/qlogging-categories5/grantleetheme.renamecategories +include/KF5/GrantleeTheme/GenericFormatter include/KF5/GrantleeTheme/GrantleeKi18nLocalizer include/KF5/GrantleeTheme/GrantleeTheme include/KF5/GrantleeTheme/GrantleeThemeEngine include/KF5/GrantleeTheme/GrantleeThemeManager include/KF5/GrantleeTheme/QtResourceTemplateLoader +include/KF5/grantleetheme/GenericFormatter include/KF5/grantleetheme/GrantleeKi18nLocalizer include/KF5/grantleetheme/GrantleeTheme include/KF5/grantleetheme/GrantleeThemeEngine @@ -12,6 +14,7 @@ include/KF5/grantleetheme/GrantleeThemeManager include/KF5/grantleetheme/QtResourceTemplateLoader include/KF5/grantleetheme/grantleeki18nlocalizer.h include/KF5/grantleetheme/grantleetheme.h +include/KF5/grantleetheme/genericformatter.h include/KF5/grantleetheme/grantleetheme_export.h include/KF5/grantleetheme/grantleethemeengine.h include/KF5/grantleetheme/grantleethememanager.h diff --git a/deskutils/kaddressbook/Makefile b/deskutils/kaddressbook/Makefile index b49621f16d29..27723d0981f1 100644 --- a/deskutils/kaddressbook/Makefile +++ b/deskutils/kaddressbook/Makefile @@ -2,7 +2,6 @@ PORTNAME= kaddressbook DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kaddressbook/distinfo b/deskutils/kaddressbook/distinfo index 6ef96a494f92..79c50eaf067b 100644 --- a/deskutils/kaddressbook/distinfo +++ b/deskutils/kaddressbook/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690696 -SHA256 (KDE/applications/19.04.3/kaddressbook-19.04.3.tar.xz) = dc379c4a2d15a94fe5d7416e692301827377b503ba0880f3b508fe2c812d4349 -SIZE (KDE/applications/19.04.3/kaddressbook-19.04.3.tar.xz) = 473480 +TIMESTAMP = 1565555615 +SHA256 (KDE/applications/19.08.0/kaddressbook-19.08.0.tar.xz) = 9639047be5c5ea245844831e315fa0f0baca40d243f611a98bbab3503af127cf +SIZE (KDE/applications/19.08.0/kaddressbook-19.08.0.tar.xz) = 474152 diff --git a/deskutils/kaddressbook/pkg-plist b/deskutils/kaddressbook/pkg-plist index 97499d954cf5..1924f26be5be 100644 --- a/deskutils/kaddressbook/pkg-plist +++ b/deskutils/kaddressbook/pkg-plist @@ -1,6 +1,6 @@ bin/kaddressbook -etc/xdg/kaddressbook.categories -etc/xdg/kaddressbook.renamecategories +share/qlogging-categories5/kaddressbook.categories +share/qlogging-categories5/kaddressbook.renamecategories lib/libkaddressbookprivate.so.5 lib/libkaddressbookprivate.so.%%KDE_APPLICATIONS_SHLIB_VER%% %%QT_PLUGINDIR%%/kaddressbook_config_plugins.so diff --git a/deskutils/kalarm/Makefile b/deskutils/kalarm/Makefile index f442a42515d5..bbc753635b8e 100644 --- a/deskutils/kalarm/Makefile +++ b/deskutils/kalarm/Makefile @@ -2,7 +2,6 @@ PORTNAME= kalarm DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 3 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kalarm/distinfo b/deskutils/kalarm/distinfo index 991e906dc2a8..5eccf73ad532 100644 --- a/deskutils/kalarm/distinfo +++ b/deskutils/kalarm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690697 -SHA256 (KDE/applications/19.04.3/kalarm-19.04.3.tar.xz) = c686f5b768719e77e913ee616267f2980c9827ea71f3738099f18cb4d4178d84 -SIZE (KDE/applications/19.04.3/kalarm-19.04.3.tar.xz) = 1819888 +TIMESTAMP = 1565555616 +SHA256 (KDE/applications/19.08.0/kalarm-19.08.0.tar.xz) = e0ddabb2abfc2d593ec88864179c30eda219f7db4c25b7fc9951ac3b388eee84 +SIZE (KDE/applications/19.08.0/kalarm-19.08.0.tar.xz) = 1818920 diff --git a/deskutils/kalarm/pkg-plist b/deskutils/kalarm/pkg-plist index 651b2d948b73..65d35c93c0a1 100644 --- a/deskutils/kalarm/pkg-plist +++ b/deskutils/kalarm/pkg-plist @@ -1,8 +1,8 @@ bin/kalarm bin/kalarmautostart etc/xdg/autostart/kalarm.autostart.desktop -etc/xdg/kalarm.categories -etc/xdg/kalarm.renamecategories +share/qlogging-categories5/kalarm.categories +share/qlogging-categories5/kalarm.renamecategories lib/libexec/kauth/kalarm_helper share/applications/org.kde.kalarm.desktop share/config.kcfg/kalarmconfig.kcfg diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile index 904b3829f8ed..57d6bb3b94a4 100644 --- a/deskutils/kcharselect/Makefile +++ b/deskutils/kcharselect/Makefile @@ -2,7 +2,6 @@ PORTNAME= kcharselect DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kcharselect/distinfo b/deskutils/kcharselect/distinfo index d9d8507d8a5e..db4468d551d4 100644 --- a/deskutils/kcharselect/distinfo +++ b/deskutils/kcharselect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690697 -SHA256 (KDE/applications/19.04.3/kcharselect-19.04.3.tar.xz) = 98ebcf13ec02f490bfeaa1001e46a397163939d75d73cf26cd4707e9aa2a4186 -SIZE (KDE/applications/19.04.3/kcharselect-19.04.3.tar.xz) = 334100 +TIMESTAMP = 1565555616 +SHA256 (KDE/applications/19.08.0/kcharselect-19.08.0.tar.xz) = 31caf29e82327d7e31badff141dd7d5f179b87e9547c322b074f58bc07063020 +SIZE (KDE/applications/19.08.0/kcharselect-19.08.0.tar.xz) = 334680 diff --git a/deskutils/kdepim-addons/Makefile b/deskutils/kdepim-addons/Makefile index 3275a6c62c66..3a53df6be273 100644 --- a/deskutils/kdepim-addons/Makefile +++ b/deskutils/kdepim-addons/Makefile @@ -2,7 +2,6 @@ PORTNAME= kdepim-addons DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -29,9 +28,9 @@ USE_KDE+= akonadi akonadicalendar akonadicontacts akonadiimportwizard \ akonadimime akonadinotes calendarcore calendarsupport \ calendarutils contacts eventviews gapi grantleetheme \ gravatar identitymanagement imap incidenceeditor \ - kdepim-apps-libs kitinerary kpkpass libkdepim libkleo libksieve mailcommon \ - mailimporter mailtransport messagelib mime pimcommon \ - pimtextedit tnef + kdepim-apps-libs kitinerary kontactinterface kpkpass libkdepim \ + libkleo libksieve mailcommon mailimporter mailtransport \ + messagelib mime pimcommon pimtextedit tnef USE_QT= concurrent core dbus declarative gui location network printsupport testlib \ webchannel webengine widgets xml \ buildtools_build qmake_build diff --git a/deskutils/kdepim-addons/distinfo b/deskutils/kdepim-addons/distinfo index 5ff0cf811416..4e7eeb887b48 100644 --- a/deskutils/kdepim-addons/distinfo +++ b/deskutils/kdepim-addons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690698 -SHA256 (KDE/applications/19.04.3/kdepim-addons-19.04.3.tar.xz) = a748027568ed2f82f9178c24f6eba18f1d5af26f51d1cc1ddedea645e04190a6 -SIZE (KDE/applications/19.04.3/kdepim-addons-19.04.3.tar.xz) = 2076656 +TIMESTAMP = 1565555617 +SHA256 (KDE/applications/19.08.0/kdepim-addons-19.08.0.tar.xz) = 8eb692f9dcb86fec2ec207f719c774492df222fceab2ccc2bdf530cb57aa1c3e +SIZE (KDE/applications/19.08.0/kdepim-addons-19.08.0.tar.xz) = 2092108 diff --git a/deskutils/kdepim-addons/pkg-plist b/deskutils/kdepim-addons/pkg-plist index d39b945bf8de..40c00896f891 100644 --- a/deskutils/kdepim-addons/pkg-plist +++ b/deskutils/kdepim-addons/pkg-plist @@ -1,26 +1,32 @@ +bin/akonadimailreader +bin/coisceim +bin/etm_usage bin/kmail_antivir.sh bin/kmail_clamav.sh bin/kmail_fprot.sh bin/kmail_sav.sh -etc/xdg/kdepim-addons.categories -etc/xdg/kdepim-addons.renamecategories etc/xdg/kmail.antispamrc etc/xdg/kmail.antivirusrc lib/contacteditor/editorpageplugins/cryptopageplugin.so -lib/libadblocklibprivate.so.5 lib/libadblocklibprivate.so.%%KDE_APPLICATIONS_SHLIB_VER%% -lib/libgrammarcommon.so.5 +lib/libadblocklibprivate.so.5 +lib/libcoisceim_widget.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libcoisceim_widget.so.5 lib/libgrammarcommon.so.%%KDE_APPLICATIONS_SHLIB_VER%% -lib/libkaddressbookimportexportlibprivate.so.5 +lib/libgrammarcommon.so.5 lib/libkaddressbookimportexportlibprivate.so.%%KDE_APPLICATIONS_SHLIB_VER%% -lib/libkaddressbookmergelibprivate.so.5 +lib/libkaddressbookimportexportlibprivate.so.5 lib/libkaddressbookmergelibprivate.so.%%KDE_APPLICATIONS_SHLIB_VER%% -lib/libkmailgrammalecte.so.5 +lib/libkaddressbookmergelibprivate.so.5 lib/libkmailgrammalecte.so.%%KDE_APPLICATIONS_SHLIB_VER%% -lib/libkmaillanguagetool.so.5 +lib/libkmailgrammalecte.so.5 lib/libkmaillanguagetool.so.%%KDE_APPLICATIONS_SHLIB_VER%% -lib/libshorturlpluginprivate.so.5 +lib/libkmaillanguagetool.so.5 +lib/libkmailmarkdown.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libkmailmarkdown.so.5 lib/libshorturlpluginprivate.so.%%KDE_APPLICATIONS_SHLIB_VER%% +lib/libshorturlpluginprivate.so.5 +%%QT_PLUGINDIR%%/coisceimpart.so %%QT_PLUGINDIR%%/contacteditor/addresslocationeditorplugin.so %%QT_PLUGINDIR%%/importwizard/evolutionv1importerplugin.so %%QT_PLUGINDIR%%/importwizard/evolutionv2importerplugin.so @@ -94,14 +100,20 @@ lib/libshorturlpluginprivate.so.%%KDE_APPLICATIONS_SHLIB_VER%% %%QT_PLUGINDIR%%/webengineviewer/webengineviewer_donottrackplugin.so %%QT_QMLDIR%%/org/kde/plasma/PimCalendars/libpimcalendarsplugin.so %%QT_QMLDIR%%/org/kde/plasma/PimCalendars/qmldir + +share/applications/org.kde.akonadimailreader.desktop +share/config.kcfg/mailreader.kcfg share/contacteditor/grantleetheme/default/addresseslocation.css share/contacteditor/grantleetheme/default/addresseslocation.html +share/kconf_update/languagetool_kmail.upd share/kconf_update/webengineurlinterceptoradblock.upd share/kmail2/pics/kmwizard.png share/kmail2/pics/kmwizard.svg +share/kservices5/coisceimpart.desktop share/kservices5/korganizer/datenums.desktop share/kservices5/korganizer/picoftheday.desktop share/kservices5/korganizer/thisdayinhistory.desktop +share/kxmlgui5/akonadimailreader/akonadimailreaderui.rc share/locale/ar/LC_MESSAGES/cryptopageplugin.mo share/locale/ar/LC_MESSAGES/customtoolsplugin.mo share/locale/ar/LC_MESSAGES/importwizard_plugins.mo @@ -244,6 +256,7 @@ share/locale/de/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/de/LC_MESSAGES/kaddressbook_plugins.mo share/locale/de/LC_MESSAGES/kmail_editor_plugins.mo share/locale/de/LC_MESSAGES/kmail_editorconvertertext_plugins.mo +share/locale/de/LC_MESSAGES/kmail_editorgrammar_plugins.mo share/locale/de/LC_MESSAGES/kmail_editorinit_plugins.mo share/locale/de/LC_MESSAGES/kmail_editorsendcheck_plugins.mo share/locale/de/LC_MESSAGES/kmail_plugins.mo @@ -567,13 +580,34 @@ share/locale/ko/LC_MESSAGES/messageviewerheaderplugins.mo share/locale/ko/LC_MESSAGES/messageviewerplugins.mo share/locale/ko/LC_MESSAGES/pimeventsplugin.mo share/locale/ko/LC_MESSAGES/sieveeditor_plugins.mo +share/locale/ko/LC_MESSAGES/webengineurlinterceptor.mo share/locale/lt/LC_MESSAGES/cryptopageplugin.mo +share/locale/lt/LC_MESSAGES/customtoolsplugin.mo +share/locale/lt/LC_MESSAGES/importwizard_plugins.mo +share/locale/lt/LC_MESSAGES/kaddressbook_contacteditor.mo share/locale/lt/LC_MESSAGES/kaddressbook_importexportplugins.mo +share/locale/lt/LC_MESSAGES/kaddressbook_plugins.mo +share/locale/lt/LC_MESSAGES/kmail_editor_plugins.mo +share/locale/lt/LC_MESSAGES/kmail_editorconvertertext_plugins.mo +share/locale/lt/LC_MESSAGES/kmail_editorgrammar_plugins.mo +share/locale/lt/LC_MESSAGES/kmail_editorinit_plugins.mo +share/locale/lt/LC_MESSAGES/kmail_editorsendcheck_plugins.mo +share/locale/lt/LC_MESSAGES/kmail_plugins.mo +share/locale/lt/LC_MESSAGES/kmailtransport_plugins.mo share/locale/lt/LC_MESSAGES/korganizer_plugins.mo share/locale/lt/LC_MESSAGES/mailreader.mo +share/locale/lt/LC_MESSAGES/messageviewer_application_gnupgwks_plugin.mo share/locale/lt/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo +share/locale/lt/LC_MESSAGES/messageviewer_bodypartformatter_pkpass.mo +share/locale/lt/LC_MESSAGES/messageviewer_semantic_plugin.mo share/locale/lt/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/lt/LC_MESSAGES/messageviewer_text_vcard_plugin.mo +share/locale/lt/LC_MESSAGES/messageviewerconfiguresettingsplugins.mo +share/locale/lt/LC_MESSAGES/messageviewerheaderplugins.mo +share/locale/lt/LC_MESSAGES/messageviewerplugins.mo +share/locale/lt/LC_MESSAGES/pimeventsplugin.mo +share/locale/lt/LC_MESSAGES/sieveeditor_plugins.mo +share/locale/lt/LC_MESSAGES/webengineurlinterceptor.mo share/locale/lv/LC_MESSAGES/cryptopageplugin.mo share/locale/lv/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/lv/LC_MESSAGES/korganizer_plugins.mo @@ -963,6 +997,14 @@ share/locale/zh_TW/LC_MESSAGES/messageviewerplugins.mo share/locale/zh_TW/LC_MESSAGES/pimeventsplugin.mo share/locale/zh_TW/LC_MESSAGES/sieveeditor_plugins.mo share/locale/zh_TW/LC_MESSAGES/webengineurlinterceptor.mo +share/messageviewer/themes/example/header.desktop +share/messageviewer/themes/example/header.html +share/messageviewer/themes/example/header_row.html +share/messageviewer/themes/example_fancy/header.desktop +share/messageviewer/themes/example_fancy/header.html +share/messageviewerplugins/externalscriptexample.desktop +share/qlogging-categories5/kdepim-addons.categories +share/qlogging-categories5/kdepim-addons.renamecategories share/qtcreator/templates/kmaileditorconvertertextplugins/CMakeLists.txt share/qtcreator/templates/kmaileditorconvertertextplugins/plugin.json.impl share/qtcreator/templates/kmaileditorconvertertextplugins/plugineditor.cpp diff --git a/deskutils/kdepim-apps-libs/Makefile b/deskutils/kdepim-apps-libs/Makefile index 12ab4c6f78d5..2c55b084d569 100644 --- a/deskutils/kdepim-apps-libs/Makefile +++ b/deskutils/kdepim-apps-libs/Makefile @@ -2,7 +2,6 @@ PORTNAME= kdepim-apps-libs DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kdepim-apps-libs/distinfo b/deskutils/kdepim-apps-libs/distinfo index ade2bac3c189..e53a3da36a2a 100644 --- a/deskutils/kdepim-apps-libs/distinfo +++ b/deskutils/kdepim-apps-libs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690698 -SHA256 (KDE/applications/19.04.3/kdepim-apps-libs-19.04.3.tar.xz) = a3ad12f4b7c58154aef49fc5d0ac388a6e9441972605aaa02e17dd6a0583eeb2 -SIZE (KDE/applications/19.04.3/kdepim-apps-libs-19.04.3.tar.xz) = 86144 +TIMESTAMP = 1565555617 +SHA256 (KDE/applications/19.08.0/kdepim-apps-libs-19.08.0.tar.xz) = 2a19e9b0c3b6b2fecaeb4054bf101170056b8c9e831e45fb796b59666f103f2e +SIZE (KDE/applications/19.08.0/kdepim-apps-libs-19.08.0.tar.xz) = 82608 diff --git a/deskutils/kdepim-apps-libs/pkg-plist b/deskutils/kdepim-apps-libs/pkg-plist index 10cecaea48e9..6fc8c6ef7098 100644 --- a/deskutils/kdepim-apps-libs/pkg-plist +++ b/deskutils/kdepim-apps-libs/pkg-plist @@ -1,5 +1,5 @@ -etc/xdg/kdepim-apps-lib.categories -etc/xdg/kdepim-apps-lib.renamecategories +share/qlogging-categories5/kdepim-apps-lib.categories +share/qlogging-categories5/kdepim-apps-lib.renamecategories include/KF5/FollowupReminder/FollowUpReminderInfo include/KF5/FollowupReminder/FollowUpReminderUtil include/KF5/KAddressBookImportExport/KAddressBookContactSelectionDialog @@ -142,6 +142,7 @@ share/locale/ko/LC_MESSAGES/libkaddressbookgrantlee.mo share/locale/ko/LC_MESSAGES/libsendlater.mo share/locale/lt/LC_MESSAGES/libkaddressbookgrantlee.mo share/locale/lt/LC_MESSAGES/libsendlater.mo +share/locale/lt/LC_MESSAGES/libkaddressbookimportexport.mo share/locale/nb/LC_MESSAGES/libkaddressbookgrantlee.mo share/locale/nb/LC_MESSAGES/libsendlater.mo share/locale/nds/LC_MESSAGES/libkaddressbookgrantlee.mo diff --git a/deskutils/kdepim-runtime/Makefile b/deskutils/kdepim-runtime/Makefile index 242180f90616..92656ca926e3 100644 --- a/deskutils/kdepim-runtime/Makefile +++ b/deskutils/kdepim-runtime/Makefile @@ -2,7 +2,6 @@ PORTNAME= kdepim-runtime DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kdepim-runtime/distinfo b/deskutils/kdepim-runtime/distinfo index 70fb04a534eb..22654e6b9cde 100644 --- a/deskutils/kdepim-runtime/distinfo +++ b/deskutils/kdepim-runtime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690698 -SHA256 (KDE/applications/19.04.3/kdepim-runtime-19.04.3.tar.xz) = 720945f803dc9027211eb46f281ef52b35da3fe4d990c1aeed6d57a89a45215a -SIZE (KDE/applications/19.04.3/kdepim-runtime-19.04.3.tar.xz) = 1762728 +TIMESTAMP = 1565875563 +SHA256 (KDE/applications/19.08.0/kdepim-runtime-19.08.0.tar.xz) = 634419978329902a1877810d87d4ddae8cb07adbabbfa4540b521689d8bc85ef +SIZE (KDE/applications/19.08.0/kdepim-runtime-19.08.0.tar.xz) = 1730452 diff --git a/deskutils/kdepim-runtime/pkg-plist b/deskutils/kdepim-runtime/pkg-plist index 37bde6adefe9..a9ca02e0235f 100644 --- a/deskutils/kdepim-runtime/pkg-plist +++ b/deskutils/kdepim-runtime/pkg-plist @@ -26,8 +26,8 @@ bin/akonadi_tomboynotes_resource bin/akonadi_vcard_resource bin/akonadi_vcarddir_resource bin/gidmigrator -etc/xdg/kdepim-runtime.categories -etc/xdg/kdepim-runtime.renamecategories +share/qlogging-categories5/kdepim-runtime.categories +share/qlogging-categories5/kdepim-runtime.renamecategories lib/libakonadi-filestore.so.5 lib/libakonadi-filestore.so.%%KDE_APPLICATIONS_SHLIB_VER%% lib/libakonadi-singlefileresource.so.5 @@ -170,7 +170,6 @@ share/locale/ar/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ar/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/ar/LC_MESSAGES/akonadi_ews_resource.mo share/locale/ar/LC_MESSAGES/akonadi_facebook_resource.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_googlecontacts_resource.mo share/locale/ar/LC_MESSAGES/akonadi_ical_resource.mo @@ -217,7 +216,6 @@ share/locale/bs/LC_MESSAGES/akonadi-filestore.mo share/locale/bs/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/bs/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/bs/LC_MESSAGES/akonadi_davgroupware_resource.mo -share/locale/bs/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/bs/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/bs/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/bs/LC_MESSAGES/akonadi_ical_resource.mo @@ -255,7 +253,6 @@ share/locale/ca/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ca/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/ca/LC_MESSAGES/akonadi_ews_resource.mo share/locale/ca/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/ca/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/ca/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/ca/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/ca/LC_MESSAGES/akonadi_ical_resource.mo @@ -294,7 +291,6 @@ share/locale/ca@valencia/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_ews_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_ical_resource.mo @@ -333,7 +329,6 @@ share/locale/cs/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/cs/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/cs/LC_MESSAGES/akonadi_ews_resource.mo share/locale/cs/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/cs/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/cs/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/cs/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/cs/LC_MESSAGES/akonadi_ical_resource.mo @@ -369,7 +364,6 @@ share/locale/da/LC_MESSAGES/akonadi-filestore.mo share/locale/da/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/da/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/da/LC_MESSAGES/akonadi_davgroupware_resource.mo -share/locale/da/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/da/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/da/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/da/LC_MESSAGES/akonadi_ical_resource.mo @@ -408,7 +402,6 @@ share/locale/de/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/de/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/de/LC_MESSAGES/akonadi_ews_resource.mo share/locale/de/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/de/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/de/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/de/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/de/LC_MESSAGES/akonadi_ical_resource.mo @@ -444,7 +437,6 @@ share/locale/el/LC_MESSAGES/akonadi-filestore.mo share/locale/el/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/el/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/el/LC_MESSAGES/akonadi_davgroupware_resource.mo -share/locale/el/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/el/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/el/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/el/LC_MESSAGES/akonadi_ical_resource.mo @@ -483,7 +475,6 @@ share/locale/en_GB/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_ews_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/en_GB/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_ical_resource.mo @@ -543,7 +534,6 @@ share/locale/es/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/es/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/es/LC_MESSAGES/akonadi_ews_resource.mo share/locale/es/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/es/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/es/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/es/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/es/LC_MESSAGES/akonadi_ical_resource.mo @@ -579,7 +569,6 @@ share/locale/et/LC_MESSAGES/akonadi-filestore.mo share/locale/et/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/et/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/et/LC_MESSAGES/akonadi_davgroupware_resource.mo -share/locale/et/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/et/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/et/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/et/LC_MESSAGES/akonadi_ical_resource.mo @@ -620,7 +609,6 @@ share/locale/fi/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/fi/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/fi/LC_MESSAGES/akonadi_ews_resource.mo share/locale/fi/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/fi/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/fi/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/fi/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/fi/LC_MESSAGES/akonadi_ical_resource.mo @@ -659,7 +647,6 @@ share/locale/fr/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/fr/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/fr/LC_MESSAGES/akonadi_ews_resource.mo share/locale/fr/LC_MESSAGES/akonadi_facebook_resource.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 @@ -725,7 +712,6 @@ share/locale/gl/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/gl/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/gl/LC_MESSAGES/akonadi_ews_resource.mo share/locale/gl/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/gl/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/gl/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/gl/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/gl/LC_MESSAGES/akonadi_ical_resource.mo @@ -767,7 +753,6 @@ share/locale/hu/LC_MESSAGES/akonadi-filestore.mo share/locale/hu/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/hu/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/hu/LC_MESSAGES/akonadi_davgroupware_resource.mo -share/locale/hu/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/hu/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/hu/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/hu/LC_MESSAGES/akonadi_ical_resource.mo @@ -802,7 +787,6 @@ share/locale/ia/LC_MESSAGES/akonadi-filestore.mo share/locale/ia/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/ia/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ia/LC_MESSAGES/akonadi_davgroupware_resource.mo -share/locale/ia/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/ia/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/ia/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/ia/LC_MESSAGES/akonadi_ical_resource.mo @@ -841,7 +825,6 @@ share/locale/it/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/it/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/it/LC_MESSAGES/akonadi_ews_resource.mo share/locale/it/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/it/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/it/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/it/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/it/LC_MESSAGES/akonadi_ical_resource.mo @@ -880,7 +863,6 @@ share/locale/ja/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ja/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/ja/LC_MESSAGES/akonadi_ews_resource.mo share/locale/ja/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/ja/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/ja/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/ja/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/ja/LC_MESSAGES/akonadi_ical_resource.mo @@ -973,7 +955,6 @@ share/locale/ko/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ko/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/ko/LC_MESSAGES/akonadi_ews_resource.mo share/locale/ko/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/ko/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/ko/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/ko/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/ko/LC_MESSAGES/akonadi_ical_resource.mo @@ -997,6 +978,7 @@ share/locale/ko/LC_MESSAGES/kio_akonadi.mo share/locale/ko/LC_MESSAGES/kio_pop3.mo share/locale/ko/LC_MESSAGES/libfolderarchivesettings.mo share/locale/lt/LC_MESSAGES/accountwizard_contacts.mo +share/locale/lt/LC_MESSAGES/accountwizard_ews.mo share/locale/lt/LC_MESSAGES/accountwizard_ical.mo share/locale/lt/LC_MESSAGES/accountwizard_imap.mo share/locale/lt/LC_MESSAGES/accountwizard_kolab.mo @@ -1009,7 +991,8 @@ share/locale/lt/LC_MESSAGES/akonadi-filestore.mo share/locale/lt/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/lt/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/lt/LC_MESSAGES/akonadi_davgroupware_resource.mo -share/locale/lt/LC_MESSAGES/akonadi_gmail_resource.mo +share/locale/lt/LC_MESSAGES/akonadi_ews_resource.mo +share/locale/lt/LC_MESSAGES/akonadi_facebook_resource.mo share/locale/lt/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/lt/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/lt/LC_MESSAGES/akonadi_ical_resource.mo @@ -1025,6 +1008,7 @@ share/locale/lt/LC_MESSAGES/akonadi_newmailnotifier_agent.mo share/locale/lt/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/lt/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/lt/LC_MESSAGES/akonadi_singlefile_resource.mo +share/locale/lt/LC_MESSAGES/akonadi_tomboynotes_resource.mo share/locale/lt/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/lt/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/lt/LC_MESSAGES/gid-migrator.mo @@ -1097,7 +1081,6 @@ share/locale/nb/LC_MESSAGES/akonadi-filestore.mo share/locale/nb/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/nb/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/nb/LC_MESSAGES/akonadi_davgroupware_resource.mo -share/locale/nb/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/nb/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/nb/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/nb/LC_MESSAGES/akonadi_ical_resource.mo @@ -1131,7 +1114,6 @@ share/locale/nds/LC_MESSAGES/akonadi-filestore.mo share/locale/nds/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/nds/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/nds/LC_MESSAGES/akonadi_davgroupware_resource.mo -share/locale/nds/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/nds/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/nds/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/nds/LC_MESSAGES/akonadi_ical_resource.mo @@ -1169,7 +1151,6 @@ share/locale/nl/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/nl/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/nl/LC_MESSAGES/akonadi_ews_resource.mo share/locale/nl/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/nl/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/nl/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/nl/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/nl/LC_MESSAGES/akonadi_ical_resource.mo @@ -1199,7 +1180,6 @@ share/locale/nn/LC_MESSAGES/accountwizard_maildir.mo share/locale/nn/LC_MESSAGES/accountwizard_pop3.mo share/locale/nn/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/nn/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/nn/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/nn/LC_MESSAGES/akonadi_ical_resource.mo share/locale/nn/LC_MESSAGES/akonadi_imap_resource.mo share/locale/nn/LC_MESSAGES/akonadi_maildir_resource.mo @@ -1251,7 +1231,6 @@ share/locale/pl/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/pl/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/pl/LC_MESSAGES/akonadi_ews_resource.mo share/locale/pl/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/pl/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/pl/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/pl/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/pl/LC_MESSAGES/akonadi_ical_resource.mo @@ -1290,7 +1269,6 @@ share/locale/pt/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/pt/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/pt/LC_MESSAGES/akonadi_ews_resource.mo share/locale/pt/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/pt/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/pt/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/pt/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/pt/LC_MESSAGES/akonadi_ical_resource.mo @@ -1329,7 +1307,6 @@ share/locale/pt_BR/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_ews_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_ical_resource.mo @@ -1364,7 +1341,6 @@ share/locale/ro/LC_MESSAGES/akonadi-filestore.mo share/locale/ro/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/ro/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ro/LC_MESSAGES/akonadi_davgroupware_resource.mo -share/locale/ro/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/ro/LC_MESSAGES/akonadi_ical_resource.mo share/locale/ro/LC_MESSAGES/akonadi_imap_resource.mo share/locale/ro/LC_MESSAGES/akonadi_kalarm_resource.mo @@ -1396,7 +1372,6 @@ share/locale/ru/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ru/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/ru/LC_MESSAGES/akonadi_ews_resource.mo share/locale/ru/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/ru/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/ru/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/ru/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/ru/LC_MESSAGES/akonadi_ical_resource.mo @@ -1435,7 +1410,6 @@ share/locale/sk/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sk/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/sk/LC_MESSAGES/akonadi_ews_resource.mo share/locale/sk/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/sk/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/sk/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/sk/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/sk/LC_MESSAGES/akonadi_ical_resource.mo @@ -1473,7 +1447,6 @@ share/locale/sl/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/sl/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sl/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/sl/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/sl/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/sl/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/sl/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/sl/LC_MESSAGES/akonadi_ical_resource.mo @@ -1511,7 +1484,6 @@ share/locale/sr/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/sr/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sr/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/sr/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/sr/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/sr/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/sr/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/sr/LC_MESSAGES/akonadi_ical_resource.mo @@ -1550,7 +1522,6 @@ share/locale/sv/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sv/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/sv/LC_MESSAGES/akonadi_ews_resource.mo share/locale/sv/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/sv/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/sv/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/sv/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/sv/LC_MESSAGES/akonadi_ical_resource.mo @@ -1652,7 +1623,6 @@ share/locale/uk/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/uk/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/uk/LC_MESSAGES/akonadi_ews_resource.mo share/locale/uk/LC_MESSAGES/akonadi_facebook_resource.mo -share/locale/uk/LC_MESSAGES/akonadi_gmail_resource.mo share/locale/uk/LC_MESSAGES/akonadi_googlecalendar_resource.mo share/locale/uk/LC_MESSAGES/akonadi_googlecontacts_resource.mo share/locale/uk/LC_MESSAGES/akonadi_ical_resource.mo @@ -1691,7 +1661,6 @@ 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_ews_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_facebook_resource.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 @@ -1730,7 +1699,6 @@ 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_ews_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_facebook_resource.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 diff --git a/deskutils/keditbookmarks/Makefile b/deskutils/keditbookmarks/Makefile index 7ee18e6a46f0..af9b10cfaed7 100644 --- a/deskutils/keditbookmarks/Makefile +++ b/deskutils/keditbookmarks/Makefile @@ -2,7 +2,6 @@ PORTNAME= keditbookmarks DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/keditbookmarks/distinfo b/deskutils/keditbookmarks/distinfo index 4fcfb261ccdf..f28921fa1795 100644 --- a/deskutils/keditbookmarks/distinfo +++ b/deskutils/keditbookmarks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690699 -SHA256 (KDE/applications/19.04.3/keditbookmarks-19.04.3.tar.xz) = b255d6f85d34abf635857f922b059c3311fd7859262039bec0c90b6538c5e92e -SIZE (KDE/applications/19.04.3/keditbookmarks-19.04.3.tar.xz) = 184160 +TIMESTAMP = 1565555618 +SHA256 (KDE/applications/19.08.0/keditbookmarks-19.08.0.tar.xz) = 98c539e63a0e2bb62680003022d9ea5aececc4aa1c2d19a7b4c4aa3d8999e7ac +SIZE (KDE/applications/19.08.0/keditbookmarks-19.08.0.tar.xz) = 187368 diff --git a/deskutils/keditbookmarks/pkg-plist b/deskutils/keditbookmarks/pkg-plist index f660d7507c2e..8691252c7832 100644 --- a/deskutils/keditbookmarks/pkg-plist +++ b/deskutils/keditbookmarks/pkg-plist @@ -59,6 +59,7 @@ share/locale/km/LC_MESSAGES/keditbookmarks.mo share/locale/ko/LC_MESSAGES/keditbookmarks.mo share/locale/lt/LC_MESSAGES/keditbookmarks.mo share/locale/lv/LC_MESSAGES/keditbookmarks.mo +share/locale/ml/LC_MESSAGES/keditbookmarks.mo share/locale/mr/LC_MESSAGES/keditbookmarks.mo share/locale/nb/LC_MESSAGES/keditbookmarks.mo share/locale/nds/LC_MESSAGES/keditbookmarks.mo diff --git a/deskutils/kfind/Makefile b/deskutils/kfind/Makefile index 41cbfbcdd6f2..feeff70d35cf 100644 --- a/deskutils/kfind/Makefile +++ b/deskutils/kfind/Makefile @@ -2,7 +2,6 @@ PORTNAME= kfind DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kfind/distinfo b/deskutils/kfind/distinfo index 8790a7f9fbeb..aee5fbfdd335 100644 --- a/deskutils/kfind/distinfo +++ b/deskutils/kfind/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690699 -SHA256 (KDE/applications/19.04.3/kfind-19.04.3.tar.xz) = 2fcb5af039d976161ed09d87cb7c909bd2854647ea15688203b90dbebc54447f -SIZE (KDE/applications/19.04.3/kfind-19.04.3.tar.xz) = 267120 +TIMESTAMP = 1565555618 +SHA256 (KDE/applications/19.08.0/kfind-19.08.0.tar.xz) = 25b7b442600c4e109b0a6f7f09962a4d95d419673f6b64eebf226dcdae8cc6ff +SIZE (KDE/applications/19.08.0/kfind-19.08.0.tar.xz) = 269772 diff --git a/deskutils/kfind/pkg-plist b/deskutils/kfind/pkg-plist index d6dc5c0fa6a3..b0495046f454 100644 --- a/deskutils/kfind/pkg-plist +++ b/deskutils/kfind/pkg-plist @@ -1,5 +1,5 @@ bin/kfind -etc/xdg/kfind.categories +share/qlogging-categories5/kfind.categories man/ca/man1/kfind.1.gz man/de/man1/kfind.1.gz man/es/man1/kfind.1.gz @@ -58,6 +58,7 @@ share/locale/km/LC_MESSAGES/kfind.mo share/locale/ko/LC_MESSAGES/kfind.mo share/locale/lt/LC_MESSAGES/kfind.mo share/locale/lv/LC_MESSAGES/kfind.mo +share/locale/ml/LC_MESSAGES/kfind.mo share/locale/mr/LC_MESSAGES/kfind.mo share/locale/nb/LC_MESSAGES/kfind.mo share/locale/nds/LC_MESSAGES/kfind.mo diff --git a/deskutils/kmail-account-wizard/Makefile b/deskutils/kmail-account-wizard/Makefile index f25fbc6f3ee2..789fb61c8384 100644 --- a/deskutils/kmail-account-wizard/Makefile +++ b/deskutils/kmail-account-wizard/Makefile @@ -2,7 +2,6 @@ PORTNAME= kmail-account-wizard DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kmail-account-wizard/distinfo b/deskutils/kmail-account-wizard/distinfo index 90b30853c419..3a915d626a28 100644 --- a/deskutils/kmail-account-wizard/distinfo +++ b/deskutils/kmail-account-wizard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690700 -SHA256 (KDE/applications/19.04.3/kmail-account-wizard-19.04.3.tar.xz) = a8cc19b30198459cb0fd74fb0d789a012354b4a9952a14312508af7079f92291 -SIZE (KDE/applications/19.04.3/kmail-account-wizard-19.04.3.tar.xz) = 156172 +TIMESTAMP = 1565555619 +SHA256 (KDE/applications/19.08.0/kmail-account-wizard-19.08.0.tar.xz) = 5eddd4029047b3c37146c49e043d17c1f9086bc738726d5da2756cbe9ad28622 +SIZE (KDE/applications/19.08.0/kmail-account-wizard-19.08.0.tar.xz) = 157900 diff --git a/deskutils/kmail-account-wizard/pkg-plist b/deskutils/kmail-account-wizard/pkg-plist index bc0468dd3d53..39faa539901a 100644 --- a/deskutils/kmail-account-wizard/pkg-plist +++ b/deskutils/kmail-account-wizard/pkg-plist @@ -1,13 +1,13 @@ bin/accountwizard bin/ispdb -etc/xdg/accountwizard.categories -etc/xdg/accountwizard.knsrc -etc/xdg/accountwizard.renamecategories +share/qlogging-categories5/accountwizard.categories +share/qlogging-categories5/accountwizard.renamecategories %%QT_PLUGINDIR%%/accountwizard_plugin.so share/akonadi/accountwizard/tine20/tine20wizard.desktop share/akonadi/accountwizard/tine20/tine20wizard.es share/akonadi/accountwizard/tine20/tine20wizard.ui share/applications/org.kde.accountwizard.desktop +share/knsrcfiles/accountwizard.knsrc share/locale/ar/LC_MESSAGES/accountwizard.mo share/locale/ar/LC_MESSAGES/accountwizard_tine20.mo share/locale/bs/LC_MESSAGES/accountwizard.mo diff --git a/deskutils/kmail/Makefile b/deskutils/kmail/Makefile index 35c8cf0ea20f..0c5c775af140 100644 --- a/deskutils/kmail/Makefile +++ b/deskutils/kmail/Makefile @@ -2,7 +2,6 @@ PORTNAME= kmail DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 3 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kmail/distinfo b/deskutils/kmail/distinfo index 79c04c817d26..aa5a507c4357 100644 --- a/deskutils/kmail/distinfo +++ b/deskutils/kmail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690699 -SHA256 (KDE/applications/19.04.3/kmail-19.04.3.tar.xz) = 8e1d45741a9fab9848a659ab05497f82d79f7ffe3a42f121cb5136b1fcae833f -SIZE (KDE/applications/19.04.3/kmail-19.04.3.tar.xz) = 4717936 +TIMESTAMP = 1565555618 +SHA256 (KDE/applications/19.08.0/kmail-19.08.0.tar.xz) = 052d5b0da402024646673f5e57785b509c328bd5f5ac064f742f9c63e75f3b28 +SIZE (KDE/applications/19.08.0/kmail-19.08.0.tar.xz) = 4732772 diff --git a/deskutils/kmail/files/patch-gentoo-kf5-5.61-headers b/deskutils/kmail/files/patch-gentoo-kf5-5.61-headers deleted file mode 100644 index 0cfc3402169c..000000000000 --- a/deskutils/kmail/files/patch-gentoo-kf5-5.61-headers +++ /dev/null @@ -1,24 +0,0 @@ -From 201eac97eba591e16f0108e2605b9977e2db9a03 Mon Sep 17 00:00:00 2001 -From: Allen Winter <winter@kde.org> -Date: Thu, 18 Jul 2019 15:35:24 -0400 -Subject: summaryview_part.h - fix build by including QMap - ---- - src/kontactplugin/summary/summaryview_part.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/kontactplugin/summary/summaryview_part.h b/src/kontactplugin/summary/summaryview_part.h -index 542335d..b116e23 100644 ---- src/kontactplugin/summary/summaryview_part.h -+++ src/kontactplugin/summary/summaryview_part.h -@@ -25,7 +25,7 @@ - #define SUMMARYVIEW_PART_H - - #include <KParts/ReadOnlyPart> --#include <kparts/readonlypart.h> -+#include <QMap> - - class DropWidget; - --- -cgit v1.1 diff --git a/deskutils/kmail/pkg-plist b/deskutils/kmail/pkg-plist index b03f07d6471b..ffa0fbf7b255 100644 --- a/deskutils/kmail/pkg-plist +++ b/deskutils/kmail/pkg-plist @@ -4,11 +4,12 @@ bin/akonadi_mailfilter_agent bin/akonadi_sendlater_agent bin/akonadi_unifiedmailbox_agent bin/kmail +bin/kmail-refresh-settings bin/ktnef -etc/xdg/kmail.categories -etc/xdg/kmail.renamecategories -etc/xdg/ktnefapps.categories -etc/xdg/ktnefapps.renamecategories +share/qlogging-categories5/kmail.categories +share/qlogging-categories5/kmail.renamecategories +share/qlogging-categories5/ktnefapps.categories +share/qlogging-categories5/ktnefapps.renamecategories lib/libkmailprivate.so.5 lib/libkmailprivate.so.%%KDE_APPLICATIONS_SHLIB_VER%% %%QT_PLUGINDIR%%/akonadi/config/archivemailagentconfig.so @@ -28,10 +29,12 @@ share/akonadi/agents/unifiedmailboxagent.desktop share/applications/kmail_view.desktop share/applications/org.kde.kmail2.desktop share/applications/org.kde.ktnef.desktop +share/applications/org.kde.kmail-refresh-settings.desktop share/config.kcfg/archivemailagentsettings.kcfg share/config.kcfg/kmail.kcfg share/dbus-1/interfaces/org.kde.kmail.kmail.xml share/dbus-1/interfaces/org.kde.kmail.kmailpart.xml +share/dbus-1/services/org.kde.kmail.service share/icons/breeze-dark/16x16/emblems/gpg-key-trust-level-0.svg share/icons/breeze-dark/16x16/emblems/gpg-key-trust-level-1.svg share/icons/breeze-dark/16x16/emblems/gpg-key-trust-level-2.svg @@ -93,7 +96,6 @@ share/kservices5/kmail_config_plugins.desktop share/kservices5/kmail_config_security.desktop share/kservices5/kontact/kmailplugin.desktop share/kservices5/kontact/summaryplugin.desktop -share/kservicetypes5/dbusmail.desktop share/kxmlgui5/kontactsummary/kontactsummary_part.rc share/locale/ar/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/ar/LC_MESSAGES/akonadi_followupreminder_agent.mo @@ -112,6 +114,7 @@ share/locale/ca/LC_MESSAGES/akonadi_followupreminder_agent.mo share/locale/ca/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/ca/LC_MESSAGES/akonadi_sendlater_agent.mo share/locale/ca/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo +share/locale/ca/LC_MESSAGES/kmail-refresh-settings.mo share/locale/ca/LC_MESSAGES/kmail.mo share/locale/ca/LC_MESSAGES/ktnef.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -139,6 +142,7 @@ share/locale/de/LC_MESSAGES/akonadi_followupreminder_agent.mo share/locale/de/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/de/LC_MESSAGES/akonadi_sendlater_agent.mo share/locale/de/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo +share/locale/de/LC_MESSAGES/kmail-refresh-settings.mo share/locale/de/LC_MESSAGES/kmail.mo share/locale/de/LC_MESSAGES/ktnef.mo share/locale/el/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -152,6 +156,7 @@ share/locale/en_GB/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/en_GB/LC_MESSAGES/akonadi_sendlater_agent.mo share/locale/en_GB/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo share/locale/en_GB/LC_MESSAGES/kmail.mo +share/locale/en_GB/LC_MESSAGES/kmail-refresh-settings.mo share/locale/en_GB/LC_MESSAGES/ktnef.mo share/locale/eo/LC_MESSAGES/kmail.mo share/locale/es/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -175,12 +180,14 @@ share/locale/fi/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/fi/LC_MESSAGES/akonadi_sendlater_agent.mo share/locale/fi/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo share/locale/fi/LC_MESSAGES/kmail.mo +share/locale/fi/LC_MESSAGES/kmail-refresh-settings.mo share/locale/fi/LC_MESSAGES/ktnef.mo share/locale/fr/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/fr/LC_MESSAGES/akonadi_followupreminder_agent.mo share/locale/fr/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/fr/LC_MESSAGES/akonadi_sendlater_agent.mo share/locale/fr/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo +share/locale/fr/LC_MESSAGES/kmail-refresh-settings.mo share/locale/fr/LC_MESSAGES/kmail.mo share/locale/fr/LC_MESSAGES/ktnef.mo share/locale/ga/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -215,13 +222,14 @@ share/locale/it/LC_MESSAGES/akonadi_followupreminder_agent.mo share/locale/it/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/it/LC_MESSAGES/akonadi_sendlater_agent.mo share/locale/it/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo +share/locale/it/LC_MESSAGES/kmail-refresh-settings.mo share/locale/it/LC_MESSAGES/kmail.mo share/locale/it/LC_MESSAGES/ktnef.mo share/locale/ja/LC_MESSAGES/akonadi_archivemail_agent.mo -share/locale/ja/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo share/locale/ja/LC_MESSAGES/akonadi_followupreminder_agent.mo share/locale/ja/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/ja/LC_MESSAGES/akonadi_sendlater_agent.mo +share/locale/ja/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo share/locale/ja/LC_MESSAGES/kmail.mo share/locale/ja/LC_MESSAGES/ktnef.mo share/locale/kk/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -243,6 +251,7 @@ share/locale/lt/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/lt/LC_MESSAGES/akonadi_followupreminder_agent.mo share/locale/lt/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/lt/LC_MESSAGES/akonadi_sendlater_agent.mo +share/locale/lt/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo share/locale/lt/LC_MESSAGES/kmail.mo share/locale/lt/LC_MESSAGES/ktnef.mo share/locale/lv/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -268,6 +277,7 @@ share/locale/nl/LC_MESSAGES/akonadi_followupreminder_agent.mo share/locale/nl/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/nl/LC_MESSAGES/akonadi_sendlater_agent.mo share/locale/nl/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo +share/locale/nl/LC_MESSAGES/kmail-refresh-settings.mo share/locale/nl/LC_MESSAGES/kmail.mo share/locale/nl/LC_MESSAGES/ktnef.mo share/locale/nn/LC_MESSAGES/kmail.mo @@ -279,12 +289,14 @@ share/locale/pl/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/pl/LC_MESSAGES/akonadi_sendlater_agent.mo share/locale/pl/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo share/locale/pl/LC_MESSAGES/kmail.mo +share/locale/pl/LC_MESSAGES/kmail-refresh-settings.mo share/locale/pl/LC_MESSAGES/ktnef.mo share/locale/pt/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/pt/LC_MESSAGES/akonadi_followupreminder_agent.mo share/locale/pt/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/pt/LC_MESSAGES/akonadi_sendlater_agent.mo share/locale/pt/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo +share/locale/pt/LC_MESSAGES/kmail-refresh-settings.mo share/locale/pt/LC_MESSAGES/kmail.mo share/locale/pt/LC_MESSAGES/ktnef.mo share/locale/pt_BR/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -292,6 +304,7 @@ share/locale/pt_BR/LC_MESSAGES/akonadi_followupreminder_agent.mo share/locale/pt_BR/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/pt_BR/LC_MESSAGES/akonadi_sendlater_agent.mo share/locale/pt_BR/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo +share/locale/pt_BR/LC_MESSAGES/kmail-refresh-settings.mo share/locale/pt_BR/LC_MESSAGES/kmail.mo share/locale/pt_BR/LC_MESSAGES/ktnef.mo share/locale/ro/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -300,10 +313,10 @@ share/locale/ro/LC_MESSAGES/akonadi_sendlater_agent.mo share/locale/ro/LC_MESSAGES/kmail.mo share/locale/ro/LC_MESSAGES/ktnef.mo share/locale/ru/LC_MESSAGES/akonadi_archivemail_agent.mo -share/locale/ru/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo share/locale/ru/LC_MESSAGES/akonadi_followupreminder_agent.mo share/locale/ru/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/ru/LC_MESSAGES/akonadi_sendlater_agent.mo +share/locale/ru/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo share/locale/ru/LC_MESSAGES/kmail.mo share/locale/ru/LC_MESSAGES/ktnef.mo share/locale/sk/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -311,6 +324,7 @@ share/locale/sk/LC_MESSAGES/akonadi_followupreminder_agent.mo share/locale/sk/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/sk/LC_MESSAGES/akonadi_sendlater_agent.mo share/locale/sk/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo +share/locale/sk/LC_MESSAGES/kmail-refresh-settings.mo share/locale/sk/LC_MESSAGES/kmail.mo share/locale/sk/LC_MESSAGES/ktnef.mo share/locale/sl/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -329,6 +343,7 @@ share/locale/sv/LC_MESSAGES/akonadi_followupreminder_agent.mo share/locale/sv/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/sv/LC_MESSAGES/akonadi_sendlater_agent.mo share/locale/sv/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo +share/locale/sv/LC_MESSAGES/kmail-refresh-settings.mo share/locale/sv/LC_MESSAGES/kmail.mo share/locale/sv/LC_MESSAGES/ktnef.mo share/locale/tr/LC_MESSAGES/akonadi_followupreminder_agent.mo @@ -346,6 +361,7 @@ share/locale/uk/LC_MESSAGES/akonadi_followupreminder_agent.mo share/locale/uk/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/uk/LC_MESSAGES/akonadi_sendlater_agent.mo share/locale/uk/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo +share/locale/uk/LC_MESSAGES/kmail-refresh-settings.mo share/locale/uk/LC_MESSAGES/kmail.mo share/locale/uk/LC_MESSAGES/ktnef.mo share/locale/wa/LC_MESSAGES/kmail.mo @@ -354,6 +370,7 @@ share/locale/zh_CN/LC_MESSAGES/akonadi_followupreminder_agent.mo share/locale/zh_CN/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/zh_CN/LC_MESSAGES/akonadi_sendlater_agent.mo share/locale/zh_CN/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo +share/locale/zh_CN/LC_MESSAGES/kmail-refresh-settings.mo share/locale/zh_CN/LC_MESSAGES/kmail.mo share/locale/zh_CN/LC_MESSAGES/ktnef.mo share/locale/zh_TW/LC_MESSAGES/akonadi_archivemail_agent.mo diff --git a/deskutils/knotes/Makefile b/deskutils/knotes/Makefile index 48339cef2dc5..b4dc84fbaa8a 100644 --- a/deskutils/knotes/Makefile +++ b/deskutils/knotes/Makefile @@ -2,7 +2,6 @@ PORTNAME= knotes DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -21,7 +20,7 @@ USE_KDE= attica auth bookmarks codecs completion config configwidgets \ windowsystem xmlgui # pim components USE_KDE+= akonadi akonadicontacts akonadinotes akonadisearch \ - calendarcore calendarutils contacts imap kontactinterface libkdepim \ + calendarcore calendarutils contacts grantleetheme imap kontactinterface libkdepim \ mime pimcommon pimtextedit \ kdepim-runtime5_run USE_QT= concurrent core dbus gui network printsupport widgets x11extras xml \ diff --git a/deskutils/knotes/distinfo b/deskutils/knotes/distinfo index dedce421ee40..0aced3c941d6 100644 --- a/deskutils/knotes/distinfo +++ b/deskutils/knotes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690700 -SHA256 (KDE/applications/19.04.3/knotes-19.04.3.tar.xz) = 8c269a5db708d623a7e36799d43204146b44f9de65f6e09a00782b1b62bf41fd -SIZE (KDE/applications/19.04.3/knotes-19.04.3.tar.xz) = 319528 +TIMESTAMP = 1565555619 +SHA256 (KDE/applications/19.08.0/knotes-19.08.0.tar.xz) = 578afb9d879023db9fef4e58e326927d0e2e24edd1e1ac0d46eee968a0ab7030 +SIZE (KDE/applications/19.08.0/knotes-19.08.0.tar.xz) = 320100 diff --git a/deskutils/knotes/pkg-plist b/deskutils/knotes/pkg-plist index b91b7e8cb348..1254105c4b51 100644 --- a/deskutils/knotes/pkg-plist +++ b/deskutils/knotes/pkg-plist @@ -1,8 +1,7 @@ bin/akonadi_notes_agent bin/knotes -etc/xdg/knotes.categories -etc/xdg/knotes.renamecategories -etc/xdg/knotes_printing_theme.knsrc +share/qlogging-categories5/knotes.categories +share/qlogging-categories5/knotes.renamecategories lib/libknotesprivate.so.5 lib/libknotesprivate.so.%%KDE_APPLICATIONS_SHLIB_VER%% lib/libnotesharedprivate.so.5 @@ -29,6 +28,7 @@ share/icons/hicolor/64x64/apps/knotes.png share/icons/hicolor/scalable/apps/knotes.svg share/kconf_update/knotes-15.08-kickoff.sh share/kconf_update/knotes.upd +share/knsrcfiles/knotes_printing_theme.knsrc %%DATADIR%%/print/themes/background-color/theme.desktop %%DATADIR%%/print/themes/background-color/theme.html %%DATADIR%%/print/themes/big-title/theme.desktop diff --git a/deskutils/kontact/Makefile b/deskutils/kontact/Makefile index 636944642377..43ce9e25106e 100644 --- a/deskutils/kontact/Makefile +++ b/deskutils/kontact/Makefile @@ -2,7 +2,6 @@ PORTNAME= kontact DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kontact/distinfo b/deskutils/kontact/distinfo index cbc6520f3130..00ec6d52d8fa 100644 --- a/deskutils/kontact/distinfo +++ b/deskutils/kontact/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690701 -SHA256 (KDE/applications/19.04.3/kontact-19.04.3.tar.xz) = 05fab6c512635b07b6c99b3ee38d9e53060d44124052734381e9a6ddbef06e73 -SIZE (KDE/applications/19.04.3/kontact-19.04.3.tar.xz) = 793564 +TIMESTAMP = 1565555619 +SHA256 (KDE/applications/19.08.0/kontact-19.08.0.tar.xz) = e47d3b4133e24b1c90a3a15f99a77cef442eefa0f2570dd34d5a9e302e845d9b +SIZE (KDE/applications/19.08.0/kontact-19.08.0.tar.xz) = 794672 diff --git a/deskutils/kontact/pkg-plist b/deskutils/kontact/pkg-plist index 949354c48ba7..4ca6f2164f69 100644 --- a/deskutils/kontact/pkg-plist +++ b/deskutils/kontact/pkg-plist @@ -1,6 +1,7 @@ bin/kontact -etc/xdg/kontact.categories -etc/xdg/kontact.renamecategories +share/dbus-1/services/org.kde.kontact.service +share/qlogging-categories5/kontact.categories +share/qlogging-categories5/kontact.renamecategories lib/libkontactprivate.so.5 lib/libkontactprivate.so.%%KDE_APPLICATIONS_SHLIB_VER%% %%QT_PLUGINDIR%%/kcm_kontact.so diff --git a/deskutils/korganizer/Makefile b/deskutils/korganizer/Makefile index 3c1065deccb8..fb7b340161a2 100644 --- a/deskutils/korganizer/Makefile +++ b/deskutils/korganizer/Makefile @@ -2,7 +2,6 @@ PORTNAME= korganizer DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/korganizer/distinfo b/deskutils/korganizer/distinfo index 5ab68ec992ae..63f3f32acfdf 100644 --- a/deskutils/korganizer/distinfo +++ b/deskutils/korganizer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690701 -SHA256 (KDE/applications/19.04.3/korganizer-19.04.3.tar.xz) = b2bae3a41994794a9c4d9ddfe10695edb0fee103f14ee607c31aec42c9e5d06c -SIZE (KDE/applications/19.04.3/korganizer-19.04.3.tar.xz) = 2223788 +TIMESTAMP = 1565555620 +SHA256 (KDE/applications/19.08.0/korganizer-19.08.0.tar.xz) = fbb6db9e517f7065ed978c6356989a38cea0c9520693d5e67fa04d8cfa625722 +SIZE (KDE/applications/19.08.0/korganizer-19.08.0.tar.xz) = 2222724 diff --git a/deskutils/korganizer/pkg-plist b/deskutils/korganizer/pkg-plist index 42a72f59e0cc..96bf66faf94d 100644 --- a/deskutils/korganizer/pkg-plist +++ b/deskutils/korganizer/pkg-plist @@ -1,9 +1,9 @@ bin/korgac bin/korganizer etc/xdg/autostart/org.kde.korgac.desktop -etc/xdg/korganizer.categories -etc/xdg/korganizer.knsrc -etc/xdg/korganizer.renamecategories +share/dbus-1/services/org.kde.korganizer.service +share/qlogging-categories5/korganizer.categories +share/qlogging-categories5/korganizer.renamecategories lib/libkorganizer_core.so lib/libkorganizer_core.so.5 lib/libkorganizer_core.so.%%KDE_APPLICATIONS_SHLIB_VER%% @@ -61,6 +61,7 @@ share/icons/oxygen/16x16/actions/upindicator.png share/icons/oxygen/22x22/actions/checkmark.png share/kconf_update/korganizer-15.08-kickoff.sh share/kconf_update/korganizer.upd +share/knsrcfiles/korganizer.knsrc share/kontact/ksettingsdialog/korganizer.setdlg share/kontact/ksettingsdialog/specialdates.setdlg share/korgac/icons/hicolor/128x128/apps/korgac.png @@ -91,7 +92,7 @@ share/kservices5/korganizer_configtime.desktop share/kservices5/korganizer_configviews.desktop share/kservices5/korganizer_part.desktop share/kservices5/webcal.protocol -share/kservicetypes5/dbuscalendar.desktop +share/kservicetypes5/korganizerpart.desktop share/locale/ar/LC_MESSAGES/korgac.mo share/locale/ar/LC_MESSAGES/korganizer.mo share/locale/bg/LC_MESSAGES/korganizer.mo diff --git a/deskutils/kruler/Makefile b/deskutils/kruler/Makefile index fc5491cb7e20..56abd987ac39 100644 --- a/deskutils/kruler/Makefile +++ b/deskutils/kruler/Makefile @@ -2,7 +2,6 @@ PORTNAME= kruler DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kruler/distinfo b/deskutils/kruler/distinfo index b26cc9a5138c..335c74e22b9e 100644 --- a/deskutils/kruler/distinfo +++ b/deskutils/kruler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690701 -SHA256 (KDE/applications/19.04.3/kruler-19.04.3.tar.xz) = 58aa7dc6713647efa4dc0996c28736b614f2b88241f92fb21b60e662c7087a86 -SIZE (KDE/applications/19.04.3/kruler-19.04.3.tar.xz) = 249128 +TIMESTAMP = 1565555620 +SHA256 (KDE/applications/19.08.0/kruler-19.08.0.tar.xz) = a78d054359b559b612dd1dac8f0974f554fb7a52bd8de7152de88866719f9226 +SIZE (KDE/applications/19.08.0/kruler-19.08.0.tar.xz) = 249516 diff --git a/deskutils/kruler/pkg-plist b/deskutils/kruler/pkg-plist index 2f07597f900e..3e8319da72b2 100644 --- a/deskutils/kruler/pkg-plist +++ b/deskutils/kruler/pkg-plist @@ -49,6 +49,7 @@ share/locale/km/LC_MESSAGES/kruler.mo share/locale/ko/LC_MESSAGES/kruler.mo share/locale/lt/LC_MESSAGES/kruler.mo share/locale/lv/LC_MESSAGES/kruler.mo +share/locale/ml/LC_MESSAGES/kruler.mo share/locale/mr/LC_MESSAGES/kruler.mo share/locale/nb/LC_MESSAGES/kruler.mo share/locale/nds/LC_MESSAGES/kruler.mo diff --git a/deskutils/libkdepim/Makefile b/deskutils/libkdepim/Makefile index 73e6dd874929..f10e4fe2a7a3 100644 --- a/deskutils/libkdepim/Makefile +++ b/deskutils/libkdepim/Makefile @@ -2,7 +2,6 @@ PORTNAME= libkdepim DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/libkdepim/distinfo b/deskutils/libkdepim/distinfo index fab3461644ea..7624a0482f2e 100644 --- a/deskutils/libkdepim/distinfo +++ b/deskutils/libkdepim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690702 -SHA256 (KDE/applications/19.04.3/libkdepim-19.04.3.tar.xz) = d3719c533df0b0fe8800a7810ee39f108d8408b909e5fb583ee2ab7ed4b4a6e9 -SIZE (KDE/applications/19.04.3/libkdepim-19.04.3.tar.xz) = 336260 +TIMESTAMP = 1565555620 +SHA256 (KDE/applications/19.08.0/libkdepim-19.08.0.tar.xz) = 4ff394bda799ebe700d12d60ab8171c64e054c6acb105870cd955b5ddce42eab +SIZE (KDE/applications/19.08.0/libkdepim-19.08.0.tar.xz) = 333024 diff --git a/deskutils/libkdepim/pkg-plist b/deskutils/libkdepim/pkg-plist index 300dee8448eb..a0f9d7be6e68 100644 --- a/deskutils/libkdepim/pkg-plist +++ b/deskutils/libkdepim/pkg-plist @@ -1,5 +1,5 @@ -etc/xdg/libkdepim.categories -etc/xdg/libkdepim.renamecategories +share/qlogging-categories5/libkdepim.categories +share/qlogging-categories5/libkdepim.renamecategories include/KF5/Libkdepim/AddHostDialog include/KF5/Libkdepim/AddresseeLineEditUtil include/KF5/Libkdepim/BroadcastStatus @@ -33,12 +33,9 @@ include/KF5/LibkdepimAkonadi/AddContactJob include/KF5/LibkdepimAkonadi/AddEmailAddressJob include/KF5/LibkdepimAkonadi/AddEmailDisplayJob include/KF5/LibkdepimAkonadi/AddresseeLineEdit -include/KF5/LibkdepimAkonadi/CollectionSearchJob include/KF5/LibkdepimAkonadi/CompletionConfigureDialog include/KF5/LibkdepimAkonadi/CompletionOrderEditor include/KF5/LibkdepimAkonadi/OpenEmailAddressJob -include/KF5/LibkdepimAkonadi/Person -include/KF5/LibkdepimAkonadi/PersonSearchJob include/KF5/LibkdepimAkonadi/ProgressManagerAkonadi include/KF5/LibkdepimAkonadi/TagSelectionCombo include/KF5/LibkdepimAkonadi/TagWidgets @@ -77,13 +74,10 @@ include/KF5/libkdepimakonadi/addcontactjob.h include/KF5/libkdepimakonadi/addemailaddressjob.h include/KF5/libkdepimakonadi/addemaildisplayjob.h include/KF5/libkdepimakonadi/addresseelineedit.h -include/KF5/libkdepimakonadi/collectionsearchjob.h include/KF5/libkdepimakonadi/completionconfiguredialog.h include/KF5/libkdepimakonadi/completionordereditor.h include/KF5/libkdepimakonadi/kdepimakonadi_export.h include/KF5/libkdepimakonadi/openemailaddressjob.h -include/KF5/libkdepimakonadi/person.h -include/KF5/libkdepimakonadi/personsearchjob.h include/KF5/libkdepimakonadi/progressmanagerakonadi.h include/KF5/libkdepimakonadi/tagselectioncombo.h include/KF5/libkdepimakonadi/tagwidgets.h diff --git a/deskutils/mbox-importer/Makefile b/deskutils/mbox-importer/Makefile index be99753c3bcd..de13a4616100 100644 --- a/deskutils/mbox-importer/Makefile +++ b/deskutils/mbox-importer/Makefile @@ -2,7 +2,6 @@ PORTNAME= mbox-importer DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/mbox-importer/distinfo b/deskutils/mbox-importer/distinfo index 9703499d78f0..bedcf0831789 100644 --- a/deskutils/mbox-importer/distinfo +++ b/deskutils/mbox-importer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690702 -SHA256 (KDE/applications/19.04.3/mbox-importer-19.04.3.tar.xz) = 68160ddd977c7f8f771b2934e57ec15042508a92461ca9d233312546d8d2c537 -SIZE (KDE/applications/19.04.3/mbox-importer-19.04.3.tar.xz) = 33404 +TIMESTAMP = 1565555621 +SHA256 (KDE/applications/19.08.0/mbox-importer-19.08.0.tar.xz) = e03fd814c70b15fca3b5dd2cde1dcece436b831ceb04323d7ffcca66daf3ce1c +SIZE (KDE/applications/19.08.0/mbox-importer-19.08.0.tar.xz) = 33284 diff --git a/deskutils/pim-data-exporter/Makefile b/deskutils/pim-data-exporter/Makefile index 5daa9015d30d..4faed8998805 100644 --- a/deskutils/pim-data-exporter/Makefile +++ b/deskutils/pim-data-exporter/Makefile @@ -2,7 +2,6 @@ PORTNAME= pim-data-exporter DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/pim-data-exporter/distinfo b/deskutils/pim-data-exporter/distinfo index bf91cc10efec..722d3fd35022 100644 --- a/deskutils/pim-data-exporter/distinfo +++ b/deskutils/pim-data-exporter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690702 -SHA256 (KDE/applications/19.04.3/pim-data-exporter-19.04.3.tar.xz) = 33bc76f798849b4421563d3d7989ae72182ad75573e176469e785d08a867b653 -SIZE (KDE/applications/19.04.3/pim-data-exporter-19.04.3.tar.xz) = 272860 +TIMESTAMP = 1565555621 +SHA256 (KDE/applications/19.08.0/pim-data-exporter-19.08.0.tar.xz) = f5ff68dcbad1df7ea132b409b70b9b4269badb26e28b4b7cd50239172507f7d8 +SIZE (KDE/applications/19.08.0/pim-data-exporter-19.08.0.tar.xz) = 203168 diff --git a/deskutils/pim-data-exporter/pkg-plist b/deskutils/pim-data-exporter/pkg-plist index 900700930fe8..22f9fc43c1d2 100644 --- a/deskutils/pim-data-exporter/pkg-plist +++ b/deskutils/pim-data-exporter/pkg-plist @@ -1,53 +1,53 @@ -bin/pimsettingexporter -bin/pimsettingexporterconsole -etc/xdg/pimsettingexporter.categories -etc/xdg/pimsettingexporter.renamecategories -lib/libpimsettingexporterprivate.so.5 -lib/libpimsettingexporterprivate.so.%%KDE_APPLICATIONS_SHLIB_VER%% -share/applications/org.kde.pimsettingexporter.desktop -share/config.kcfg/pimsettingexporterglobalconfig.kcfg +bin/pimdataexporter +bin/pimdataexporterconsole +lib/libpimdataexporterprivate.so.5 +lib/libpimdataexporterprivate.so.%%KDE_APPLICATIONS_SHLIB_VER%% +share/applications/org.kde.pimdataexporter.desktop +share/config.kcfg/pimdataexporterglobalconfig.kcfg share/kconf_update/pimsettingexporter-15.08-kickoff.sh share/kconf_update/pimsettingexporter.upd -share/locale/ar/LC_MESSAGES/pimsettingexporter.mo -share/locale/bs/LC_MESSAGES/pimsettingexporter.mo -share/locale/ca/LC_MESSAGES/pimsettingexporter.mo -share/locale/ca@valencia/LC_MESSAGES/pimsettingexporter.mo -share/locale/cs/LC_MESSAGES/pimsettingexporter.mo -share/locale/da/LC_MESSAGES/pimsettingexporter.mo -share/locale/de/LC_MESSAGES/pimsettingexporter.mo -share/locale/el/LC_MESSAGES/pimsettingexporter.mo -share/locale/en_GB/LC_MESSAGES/pimsettingexporter.mo -share/locale/es/LC_MESSAGES/pimsettingexporter.mo -share/locale/et/LC_MESSAGES/pimsettingexporter.mo -share/locale/fi/LC_MESSAGES/pimsettingexporter.mo -share/locale/fr/LC_MESSAGES/pimsettingexporter.mo -share/locale/ga/LC_MESSAGES/pimsettingexporter.mo -share/locale/gl/LC_MESSAGES/pimsettingexporter.mo -share/locale/hu/LC_MESSAGES/pimsettingexporter.mo -share/locale/ia/LC_MESSAGES/pimsettingexporter.mo -share/locale/it/LC_MESSAGES/pimsettingexporter.mo -share/locale/ja/LC_MESSAGES/pimsettingexporter.mo -share/locale/kk/LC_MESSAGES/pimsettingexporter.mo -share/locale/km/LC_MESSAGES/pimsettingexporter.mo -share/locale/ko/LC_MESSAGES/pimsettingexporter.mo -share/locale/lt/LC_MESSAGES/pimsettingexporter.mo -share/locale/lv/LC_MESSAGES/pimsettingexporter.mo -share/locale/mr/LC_MESSAGES/pimsettingexporter.mo -share/locale/nb/LC_MESSAGES/pimsettingexporter.mo -share/locale/nds/LC_MESSAGES/pimsettingexporter.mo -share/locale/nl/LC_MESSAGES/pimsettingexporter.mo -share/locale/pl/LC_MESSAGES/pimsettingexporter.mo -share/locale/pt/LC_MESSAGES/pimsettingexporter.mo -share/locale/pt_BR/LC_MESSAGES/pimsettingexporter.mo -share/locale/ro/LC_MESSAGES/pimsettingexporter.mo -share/locale/ru/LC_MESSAGES/pimsettingexporter.mo -share/locale/sk/LC_MESSAGES/pimsettingexporter.mo -share/locale/sl/LC_MESSAGES/pimsettingexporter.mo -share/locale/sr/LC_MESSAGES/pimsettingexporter.mo -share/locale/sv/LC_MESSAGES/pimsettingexporter.mo -share/locale/tr/LC_MESSAGES/pimsettingexporter.mo -share/locale/ug/LC_MESSAGES/pimsettingexporter.mo -share/locale/uk/LC_MESSAGES/pimsettingexporter.mo -share/locale/zh_CN/LC_MESSAGES/pimsettingexporter.mo -share/locale/zh_TW/LC_MESSAGES/pimsettingexporter.mo -share/metainfo/org.kde.pimsettingexporter.appdata.xml +share/locale/ar/LC_MESSAGES/pimdataexporter.mo +share/locale/bs/LC_MESSAGES/pimdataexporter.mo +share/locale/ca/LC_MESSAGES/pimdataexporter.mo +share/locale/ca@valencia/LC_MESSAGES/pimdataexporter.mo +share/locale/cs/LC_MESSAGES/pimdataexporter.mo +share/locale/da/LC_MESSAGES/pimdataexporter.mo +share/locale/de/LC_MESSAGES/pimdataexporter.mo +share/locale/el/LC_MESSAGES/pimdataexporter.mo +share/locale/en_GB/LC_MESSAGES/pimdataexporter.mo +share/locale/es/LC_MESSAGES/pimdataexporter.mo +share/locale/et/LC_MESSAGES/pimdataexporter.mo +share/locale/fi/LC_MESSAGES/pimdataexporter.mo +share/locale/fr/LC_MESSAGES/pimdataexporter.mo +share/locale/ga/LC_MESSAGES/pimdataexporter.mo +share/locale/gl/LC_MESSAGES/pimdataexporter.mo +share/locale/hu/LC_MESSAGES/pimdataexporter.mo +share/locale/ia/LC_MESSAGES/pimdataexporter.mo +share/locale/it/LC_MESSAGES/pimdataexporter.mo +share/locale/ja/LC_MESSAGES/pimdataexporter.mo +share/locale/kk/LC_MESSAGES/pimdataexporter.mo +share/locale/km/LC_MESSAGES/pimdataexporter.mo +share/locale/ko/LC_MESSAGES/pimdataexporter.mo +share/locale/lt/LC_MESSAGES/pimdataexporter.mo +share/locale/lv/LC_MESSAGES/pimdataexporter.mo +share/locale/mr/LC_MESSAGES/pimdataexporter.mo +share/locale/nb/LC_MESSAGES/pimdataexporter.mo +share/locale/nds/LC_MESSAGES/pimdataexporter.mo +share/locale/nl/LC_MESSAGES/pimdataexporter.mo +share/locale/pl/LC_MESSAGES/pimdataexporter.mo +share/locale/pt/LC_MESSAGES/pimdataexporter.mo +share/locale/pt_BR/LC_MESSAGES/pimdataexporter.mo +share/locale/ro/LC_MESSAGES/pimdataexporter.mo +share/locale/ru/LC_MESSAGES/pimdataexporter.mo +share/locale/sk/LC_MESSAGES/pimdataexporter.mo +share/locale/sl/LC_MESSAGES/pimdataexporter.mo +share/locale/sr/LC_MESSAGES/pimdataexporter.mo +share/locale/sv/LC_MESSAGES/pimdataexporter.mo +share/locale/tr/LC_MESSAGES/pimdataexporter.mo +share/locale/ug/LC_MESSAGES/pimdataexporter.mo +share/locale/uk/LC_MESSAGES/pimdataexporter.mo +share/locale/zh_CN/LC_MESSAGES/pimdataexporter.mo +share/locale/zh_TW/LC_MESSAGES/pimdataexporter.mo +share/metainfo/org.kde.pimdataexporter.appdata.xml +share/qlogging-categories5/pimdataexporter.categories +share/qlogging-categories5/pimdataexporter.renamecategories diff --git a/deskutils/pim-sieve-editor/Makefile b/deskutils/pim-sieve-editor/Makefile index dcc611b8327d..2d7136219c74 100644 --- a/deskutils/pim-sieve-editor/Makefile +++ b/deskutils/pim-sieve-editor/Makefile @@ -2,7 +2,6 @@ PORTNAME= pim-sieve-editor DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/pim-sieve-editor/distinfo b/deskutils/pim-sieve-editor/distinfo index 457de512883c..d779ac552845 100644 --- a/deskutils/pim-sieve-editor/distinfo +++ b/deskutils/pim-sieve-editor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562690703 -SHA256 (KDE/applications/19.04.3/pim-sieve-editor-19.04.3.tar.xz) = 331eff69a144cb7f71bba2533bd2690f26bfb56adb796dc1adaa9c5f41db4e09 -SIZE (KDE/applications/19.04.3/pim-sieve-editor-19.04.3.tar.xz) = 450400 +TIMESTAMP = 1565555621 +SHA256 (KDE/applications/19.08.0/pim-sieve-editor-19.08.0.tar.xz) = 1ea0cc219d6776968d81ff1a606a9a11e1714f864fda9f00a13a5d7c84b45b46 +SIZE (KDE/applications/19.08.0/pim-sieve-editor-19.08.0.tar.xz) = 451088 diff --git a/deskutils/pim-sieve-editor/pkg-plist b/deskutils/pim-sieve-editor/pkg-plist index 0c4832d6f3e6..fce5f742cf67 100644 --- a/deskutils/pim-sieve-editor/pkg-plist +++ b/deskutils/pim-sieve-editor/pkg-plist @@ -1,6 +1,6 @@ bin/sieveeditor -etc/xdg/sieveeditor.categories -etc/xdg/sieveeditor.renamecategories +share/qlogging-categories5/sieveeditor.categories +share/qlogging-categories5/sieveeditor.renamecategories lib/libsieveeditor.so.5 lib/libsieveeditor.so.%%KDE_APPLICATIONS_SHLIB_VER%% share/applications/org.kde.sieveeditor.desktop |