git: e4802161f1f8 - main - KDE: Always use breeze-icons from KDE Frameworks 6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Jan 2025 12:19:06 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=e4802161f1f8b878922120449f997589d643b3ce commit e4802161f1f8b878922120449f997589d643b3ce Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2025-01-10 21:09:55 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-01-15 12:13:30 +0000 KDE: Always use breeze-icons from KDE Frameworks 6 The kf5- and -kf6 versions of breeze-icons are mostly compatible, so improve co-installability by depending on a single version --- Mk/Uses/kde.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk index 5375685cdfec..8180235e2d4f 100644 --- a/Mk/Uses/kde.mk +++ b/Mk/Uses/kde.mk @@ -402,7 +402,8 @@ kde-baloo_LIB= libKF${_KDE_VERSION}Baloo.so kde-bookmarks_PORT= devel/kf${_KDE_VERSION}-kbookmarks kde-bookmarks_LIB= libKF${_KDE_VERSION}Bookmarks.so -kde-breeze-icons_PORT= x11-themes/kf${_KDE_VERSION}-breeze-icons +# Use the latest icons from KDE Frameworks 6 +kde-breeze-icons_PORT= x11-themes/kf6-breeze-icons kde-breeze-icons_PATH= ${KDE_PREFIX}/share/icons/breeze/index.theme kde-codecs_PORT= textproc/kf${_KDE_VERSION}-kcodecs