Skip to content

Commit

Permalink
sysutils/plasma-pass: update to 1.2.1
Browse files Browse the repository at this point in the history
- add missing transitive dependencies
  • Loading branch information
tcberner committed Mar 3, 2023
1 parent 7c26a86 commit 10ecc11
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
15 changes: 10 additions & 5 deletions sysutils/plasma-pass/Makefile
@@ -1,6 +1,5 @@
PORTNAME= plasma-pass
DISTVERSION= 1.2.0
PORTREVISION= 2
DISTVERSION= 1.2.1
MASTER_SITES= KDE/stable/${PORTNAME}
CATEGORIES= sysutils kde

Expand All @@ -9,13 +8,19 @@ COMMENT= Plasma applet for Pass password manager
WWW= https://github.com/kde/plasma-pass

LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt

LIB_DEPENDS= liboath.so:security/oath-toolkit
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
libgpgmepp.so:security/gpgme-cpp \
liboath.so:security/oath-toolkit \
libqgpgme.so:security/gpgme-qt5
RUN_DEPENDS= pass:sysutils/password-store

USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= config coreaddons i18n itemmodels package plasma-framework service \
USE_KDE= config coreaddons i18n itemmodels package plasma-framework \
service \
ecm:build
USE_QT= concurrent core dbus declarative gui network \
buildtools:build qmake:build
Expand Down
6 changes: 3 additions & 3 deletions sysutils/plasma-pass/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1613468970
SHA256 (plasma-pass-1.2.0.tar.xz) = 01f0b03b99e41c067295e7708d41bbe581c0d73e78d43b50bf86b4699969f780
SIZE (plasma-pass-1.2.0.tar.xz) = 34324
TIMESTAMP = 1677882220
SHA256 (plasma-pass-1.2.1.tar.xz) = 120bf361c3d76d2220408f5f78457b03b5ae95e4859837c6280b8aaf79923e74
SIZE (plasma-pass-1.2.1.tar.xz) = 41608
9 changes: 8 additions & 1 deletion sysutils/plasma-pass/pkg-plist
@@ -1,9 +1,10 @@
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/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo
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/bg/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
Expand All @@ -21,6 +22,7 @@ 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/ka/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
Expand All @@ -34,7 +36,11 @@ 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/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo
share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo
share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo
share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.pass.mo
share/locale/zh_CN/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
Expand All @@ -43,3 +49,4 @@ 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
share/qlogging-categories5/plasma-pass.categories

0 comments on commit 10ecc11

Please sign in to comment.