Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 2020 15:30:13 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540069 - head/net-im/ktp-accounts-kcm
Message-ID:  <202006241530.05OFUDjo001767@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Wed Jun 24 15:30:13 2020
New Revision: 540069
URL: https://svnweb.freebsd.org/changeset/ports/540069

Log:
  net-im/ktp-accounts-kcm: add dependency on accounts-qml
  
  There's a not quite well specified dependency on some of the QML files provided
  by accounts-qml inside the ktp stack. This seems to be a good point to add them.
  
  Reported by:	Daniel Shafer <daniel@shafer.cc>

Modified:
  head/net-im/ktp-accounts-kcm/Makefile

Modified: head/net-im/ktp-accounts-kcm/Makefile
==============================================================================
--- head/net-im/ktp-accounts-kcm/Makefile	Wed Jun 24 15:15:24 2020	(r540068)
+++ head/net-im/ktp-accounts-kcm/Makefile	Wed Jun 24 15:30:13 2020	(r540069)
@@ -18,7 +18,8 @@ LIB_DEPENDS=	libaccounts-qt5.so:net-im/libaccounts-qt5
 		libKF5AkonadiPrivate.so:databases/akonadi \
 		libsignon-qt5.so:sysutils/signon-qt5
 RUN_DEPENDS=	${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list  \
-		${QT_PLUGINDIR}/kaccounts/ui/owncloud_plugin_kaccounts.so:net-im/kaccounts-providers
+		${QT_PLUGINDIR}/kaccounts/ui/owncloud_plugin_kaccounts.so:net-im/kaccounts-providers \
+		accounts-qml-module>=0:sysutils/accounts-qml-module
 
 USES=		compiler:c++11-lang cmake gettext gnome kde:5 \
 		pkgconfig qt:5 tar:xz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006241530.05OFUDjo001767>