git: b3957b4ac502 - main - deskutils/kalendar: depend on x11-toolskits/kirigami-addons (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Mar 2023 23:38:19 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b3957b4ac502c13fc3e73582a30aac18eb4a9cdb commit b3957b4ac502c13fc3e73582a30aac18eb4a9cdb Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-03-28 23:34:16 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-03-28 23:34:16 +0000 deskutils/kalendar: depend on x11-toolskits/kirigami-addons (+) x11-toolskits/kirigami-addons provide some qml forms which now are required to render calendars and accounts lists in settings dialog Sponsored by: Serenity Cybersecurity, LLC --- deskutils/kalendar/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deskutils/kalendar/Makefile b/deskutils/kalendar/Makefile index 47540aad4299..4ff227abf18b 100644 --- a/deskutils/kalendar/Makefile +++ b/deskutils/kalendar/Makefile @@ -1,4 +1,5 @@ PORTNAME= kalendar +PORTREVISION= 1 DISTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= deskutils kde kde-applications @@ -9,6 +10,9 @@ WWW= https://invent.kde.org/pim/kalendar LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-only.txt +BUILD_DEPENDS= kirigami-addons>=0:x11-toolkits/kirigami-addons +RUN_DEPENDS= kirigami-addons>=0:x11-toolkits/kirigami-addons + USES= cmake compiler:c++17-lang desktop-file-utils grantlee:5 kde:5 \ qt:5 tar:xz xorg USE_QT= concurrent core dbus declarative gui location multimedia \