From 83309ca6d97a97b56ddd7632dcd5bc9b011618ac Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 15 Jun 2025 11:53:35 -0400 Subject: [PATCH] fluidsynth: fix devel depends fluidsynth's cmake files check for the existence of $XBPS_CROSS_BASE/usr/bin/fluidsynth, so switch to the main package as a dependency, which makes the libfluidsynth dependency transitive closes: #55783 [via git-merge-pr] --- srcpkgs/fluidsynth/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fluidsynth/template b/srcpkgs/fluidsynth/template index def3610d5f1..c8cbd2f8725 100644 --- a/srcpkgs/fluidsynth/template +++ b/srcpkgs/fluidsynth/template @@ -1,7 +1,7 @@ # Template file for 'fluidsynth' pkgname=fluidsynth version=2.4.6 -revision=1 +revision=2 build_style=cmake make_check_target=check configure_args="-DLIB_SUFFIX= @@ -25,7 +25,7 @@ libfluidsynth_package() { } fluidsynth-devel_package() { - depends="libfluidsynth>=${version} $makedepends" + depends="${sourcepkg}>=${version}_${revision} $makedepends" short_desc+=" - development files" pkg_install() { vmove usr/lib/cmake