From 34aa00f169c82d7cf3325ff2a8fda9ef1de88108 Mon Sep 17 00:00:00 2001 From: rsadowski Date: Fri, 22 May 2026 07:27:57 +0000 Subject: [PATCH] Add build/run dependency on devel/kf6/kirigami Spotted by sthen@, thanks --- x11/kde-applications/minuet/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/x11/kde-applications/minuet/Makefile b/x11/kde-applications/minuet/Makefile index 9c9a32022db..dd6dcbaa3d9 100644 --- a/x11/kde-applications/minuet/Makefile +++ b/x11/kde-applications/minuet/Makefile @@ -1,6 +1,7 @@ COMMENT = KDE software for music education DISTNAME = minuet-${VERSION} CATEGORIES = audio education +REVISION = 0 HOMEPAGE = https://minuet.kde.org/ @@ -15,6 +16,9 @@ MODKDE_ICON_CACHE = yes MODKDE_TRANSLATIONS = yes MODKDE_DOCS = yes +BUILD_DEPENDS = devel/kf6/kirigami +RUN_DEPENDS = devel/kf6/kirigami + LIB_DEPENDS = audio/fluidsynth>=2.5 \ devel/kf6/kcoreaddons \ devel/kf6/kcrash \