flutter-engine-google-bin
provides flutter-engine
, so the issue is the tool that you use to build it. I assume you are building in a clean chroot, if you use for example aurutils
, you have to add flutter-engine-google-bin
along side localsend
in your build command.
Search Criteria
Package Details: localsend 1.17.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/localsend.git (read-only, click to copy) |
---|---|
Package Base: | localsend |
Description: | An open source cross-platform alternative to AirDrop |
Upstream URL: | https://github.com/localsend/localsend |
Licenses: | MIT |
Submitter: | patlefort |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 19 |
Popularity: | 2.23 |
First Submitted: | 2023-03-31 12:58 (UTC) |
Last Updated: | 2025-03-17 03:13 (UTC) |
Dependencies (10)
- libayatana-appindicator
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- fvmAUR (fvm-gitAUR, fvm-binAUR, fvm-sourcebuildAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lld (llvm-gitAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- patchelf (patchelf-gitAUR) (make)
- rustup (rustup-gitAUR, rustup-stubAUR) (make)
Required by (0)
Sources (1)
patlefort commented on 2023-10-04 12:01 (UTC)
ptr1337 commented on 2023-09-17 16:28 (UTC)
Its not possible to build this package inside of a chroot. Please apply following patch:
diff --git a/PKGBUILD b/PKGBUILD
index d6846d1..3d63453 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://github.com/localsend/localsend'
arch=('x86_64')
license=('MIT')
depends=('xdg-user-dirs' 'libayatana-appindicator')
-makedepends=('clang')
+makedepends=('clang' 'unzip' 'cmake' 'ninja')
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz"
"flutter::git+https://github.com/flutter/flutter.git#tag=${_flutter_ver}")
muziknavi commented on 2023-09-04 19:44 (UTC)
zenity is not needed anymore, it's written in release notes.
patlefort commented on 2023-08-17 20:20 (UTC)
I no longer depend on the flutter
package so I can now select the exact version of the SDK needed.
patlefort commented on 2023-06-28 21:01 (UTC)
Lastest version doesn't build because of some dependency problem but it should be fine by next version.
Pinned Comments
patlefort commented on 2024-07-09 02:46 (UTC)
I've created a package
fvm-sourcebuild
for those who want to build the engine from sources. It will cache build artifacts in the same place asflutter-engine
(~/.cache/flutter-engine
).