diff --git a/sysutils/plasma-pass/Makefile b/sysutils/plasma-pass/Makefile index 7f6e57a2585e..aea6b4d6b849 100644 --- a/sysutils/plasma-pass/Makefile +++ b/sysutils/plasma-pass/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= plasma-pass -DISTVERSION= 1.1.0 +DISTVERSION= 1.2.0 MASTER_SITES= KDE/stable/${PORTNAME} CATEGORIES= sysutils kde @@ -11,6 +11,7 @@ COMMENT= Plasma applet for Pass password manager LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= liboath.so:security/oath-toolkit RUN_DEPENDS= pass:sysutils/password-store USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz diff --git a/sysutils/plasma-pass/distinfo b/sysutils/plasma-pass/distinfo index 32cc131862e0..e4ebfbed03b8 100644 --- a/sysutils/plasma-pass/distinfo +++ b/sysutils/plasma-pass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1575680698 -SHA256 (plasma-pass-1.1.0.tar.xz) = a9789142c1b487f41e245bde9179d7857972c521df906e58176e0b0c0c3cdc39 -SIZE (plasma-pass-1.1.0.tar.xz) = 28204 +TIMESTAMP = 1613468970 +SHA256 (plasma-pass-1.2.0.tar.xz) = 01f0b03b99e41c067295e7708d41bbe581c0d73e78d43b50bf86b4699969f780 +SIZE (plasma-pass-1.2.0.tar.xz) = 34324 diff --git a/sysutils/plasma-pass/files/patch-plugin_passwordfiltermodel.cpp b/sysutils/plasma-pass/files/patch-plugin_passwordfiltermodel.cpp deleted file mode 100644 index 621d3530ddb3..000000000000 --- a/sysutils/plasma-pass/files/patch-plugin_passwordfiltermodel.cpp +++ /dev/null @@ -1,16 +0,0 @@ -Obtained from: https://github.com/KDE/plasma-pass/commit/3fb633159ca4a1db166d5c54bbc025f71aba1652 - ---- plugin/passwordfiltermodel.cpp.orig 2020-06-06 09:37:44 UTC -+++ plugin/passwordfiltermodel.cpp -@@ -79,7 +79,11 @@ void PasswordFilterModel::delayedUpdateFilter() - Q_ASSERT(sender() == &mUpdateTimer); - - mFilter = mUpdateTimer.property(newFilterProperty).toString(); -+#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0) - mParts = mFilter.splitRef(QLatin1Char('/'), QString::SkipEmptyParts); -+#else -+ mParts = mFilter.splitRef(QLatin1Char('/'), Qt::SkipEmptyParts); -+#endif - Q_EMIT passwordFilterChanged(); - mSortingLookup.clear(); - invalidate(); diff --git a/sysutils/plasma-pass/pkg-plist b/sysutils/plasma-pass/pkg-plist index 16c2985c8040..1712033b0011 100644 --- a/sysutils/plasma-pass/pkg-plist +++ b/sysutils/plasma-pass/pkg-plist @@ -2,33 +2,44 @@ etc/xdg/plasma-pass.categories %%QT_QMLDIR%%/org/kde/plasma/private/plasmapass/libplasmapassplugin.so %%QT_QMLDIR%%/org/kde/plasma/private/plasmapass/qmldir share/kservices5/plasma-applet-org.kde.plasma.pass.desktop +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo +share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo +share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo share/metainfo/org.kde.plasma.pass.appdata.xml share/plasma/plasmoids/org.kde.plasma.pass/contents/ui/PasswordItemDelegate.qml share/plasma/plasmoids/org.kde.plasma.pass/contents/ui/PasswordsPage.qml +share/plasma/plasmoids/org.kde.plasma.pass/contents/ui/ProviderDelegate.qml share/plasma/plasmoids/org.kde.plasma.pass/contents/ui/main.qml share/plasma/plasmoids/org.kde.plasma.pass/metadata.desktop share/plasma/plasmoids/org.kde.plasma.pass/metadata.json