Date: Sat, 28 Oct 2023 23:01:17 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 31d5e7b6f65e - main - x11-themes/kf5-qqc2-desktop-style: add missed dependency on kf5-sonnet Message-ID: <202310282301.39SN1H2R042813@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=31d5e7b6f65ea4cb5d6d9bb17d5798a516214a42 commit 31d5e7b6f65ea4cb5d6d9bb17d5798a516214a42 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-10-28 23:00:26 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-10-28 23:01:04 +0000 x11-themes/kf5-qqc2-desktop-style: add missed dependency on kf5-sonnet --- x11-themes/kf5-qqc2-desktop-style/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-themes/kf5-qqc2-desktop-style/Makefile b/x11-themes/kf5-qqc2-desktop-style/Makefile index f71c0d429428..1eace1b7a698 100644 --- a/x11-themes/kf5-qqc2-desktop-style/Makefile +++ b/x11-themes/kf5-qqc2-desktop-style/Makefile @@ -1,5 +1,6 @@ PORTNAME= qqc2-desktop-style DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11-themes kde kde-frameworks MAINTAINER= kde@FreeBSD.org @@ -7,7 +8,7 @@ COMMENT= Qt QuickControl2 style for KDE USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz USE_KDE= auth codecs config configwidgets coreaddons iconthemes \ - kirigami2 widgetsaddons \ + kirigami2 sonnet widgetsaddons \ ecm:build USE_QT= core dbus declarative gui network widgets xml \ buildtools:build qmake:build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310282301.39SN1H2R042813>