From f203d60ba2d803ec6ff7c8fdcb6c9a930d7eb53c Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Sun, 16 Mar 2025 22:54:24 +0100 Subject: [PATCH] testing/fwallet: add soname prefix flutter names app libraries with generic names like "libapp.so" and even though they're in /usr/lib/fwallet/lib/, they still get picked up by the scanner and added to provides; that makes them conflict with all other flutter apps --- testing/fwallet/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/fwallet/APKBUILD b/testing/fwallet/APKBUILD index f2f39abd5d6..c556a0c6205 100644 --- a/testing/fwallet/APKBUILD +++ b/testing/fwallet/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: The one with the braid pkgname=fwallet pkgver=1.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="A beautiful cross-platform wallet application for your transport tickets, discount cards and subscriptions." url="https://gitlab.com/TheOneWithTheBraid/f_wallet" arch="aarch64 x86_64" # flutter @@ -17,6 +17,7 @@ makedepends=" libsecret-dev patchelf " +sonameprefix="$pkgname:" source=" https://gitlab.com/TheOneWithTheBraid/f_wallet/-/archive/${_rev:-"v$pkgver"}/f_wallet-${_rev:-v"$pkgver"}.tar.gz