Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2022 14:18:50 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a127e8e24cb0 - main - deskutils/kalendar: fix configure step
Message-ID:  <202202161418.21GEIo4O054895@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a127e8e24cb08237e56fb805299b43d2c79e7b57

commit a127e8e24cb08237e56fb805299b43d2c79e7b57
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2022-02-16 13:50:44 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2022-02-16 14:18:48 +0000

    deskutils/kalendar: fix configure step
    
    - missing Qt components prevented configure from completing;
      the testing-libraries are only needed at build-time
    - missing QQC style
    - not bumping PORTREVISION, because this never built in the first place
---
 deskutils/kalendar/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/deskutils/kalendar/Makefile b/deskutils/kalendar/Makefile
index 2e7b24903dcc..62b35accf6a8 100644
--- a/deskutils/kalendar/Makefile
+++ b/deskutils/kalendar/Makefile
@@ -13,13 +13,14 @@ 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 \
 		network printsupport quickcontrols2 svg widgets xml \
-		buildtools_build linguist_build qmake_build
+		buildtools_build declarative-test_build linguist_build \
+		qmake_build testlib_build
 USE_KDE=	akonadi akonadicalendar akonadicontacts auth calendarcore \
 		calendarsupport calendarutils codecs config configwidgets \
 		contacts coreaddons dbusaddons eventviews grantleetheme i18n \
 		identitymanagement itemmodels kio kirigami2 mime notifications \
-		people pimtextedit service sonnet textwidgets widgetsaddons \
-		windowsystem xmlgui \
+		people pimtextedit qqc2-desktop-style service sonnet \
+		textwidgets widgetsaddons windowsystem xmlgui \
 		ecm_build
 USE_XORG=	x11
 



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