Date: Wed, 15 Jan 2025 12:19:05 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c5ab2edcb8fd - main - x11-themes/plasma5-breeze: Switch the breeze-icons dependency to "run" Message-ID: <202501151219.50FCJ5s1035034@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=c5ab2edcb8fd77404d2bdf98072734ec6a5870ba commit c5ab2edcb8fd77404d2bdf98072734ec6a5870ba Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2025-01-14 12:58:17 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-01-15 12:13:30 +0000 x11-themes/plasma5-breeze: Switch the breeze-icons dependency to "run" The port doesn't really require Breeze icons build-time. --- x11-themes/plasma5-breeze/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/plasma5-breeze/Makefile b/x11-themes/plasma5-breeze/Makefile index 8188a48635bf..e977466bccd5 100644 --- a/x11-themes/plasma5-breeze/Makefile +++ b/x11-themes/plasma5-breeze/Makefile @@ -1,6 +1,6 @@ PORTNAME= breeze DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -11,7 +11,7 @@ LICENSE= GPLv2 USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz \ xorg -USE_KDE= auth breeze-icons codecs config configwidgets coreaddons \ +USE_KDE= auth breeze-icons:run codecs config configwidgets coreaddons \ decoration frameworkintegration guiaddons i18n iconthemes \ kcmutils kirigami2 service widgetsaddons windowsystem \ ecm:buildhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501151219.50FCJ5s1035034>
