I will not use flutter
package. I does not currently allow compiling the engine from source and it's a bad idea to depend on a version outside my control. I have other packages that depend on older versions of flutter that would break. My flutter-engine
allows compiling from source and selecting the version appropriate for a package.
Search Criteria
Package Details: localsend 1.16.1-1
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: | 13 |
Popularity: | 0.62 |
First Submitted: | 2023-03-31 12:58 (UTC) |
Last Updated: | 2024-11-05 20:22 (UTC) |
Dependencies (10)
- libayatana-appindicator
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- fvmAUR (fvm-gitAUR, fvm-sourcebuildAUR, fvm-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lld (llvm-rocm-gitAUR, llvm-gitAUR) (make)
- llvm (llvm-rocm-gitAUR, 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) (make)
Required by (0)
Sources (1)
patlefort commented on 2024-04-20 16:42 (UTC)
patlefort commented on 2024-04-03 13:33 (UTC)
The problem has been fixed with the latest update to curl.
patlefort commented on 2024-03-31 01:26 (UTC)
There is a problem when cloning flutter at the moment. git clone --mirror https://github.com/flutter/flutter.git
result in error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
.
Work around currently is to define GITFLAGS with something like GITFLAGS='--progress'
before calling makepkg.
arstum commented on 2024-03-30 16:31 (UTC) (edited on 2024-03-30 16:32 (UTC) by arstum)
Failed
=== 4 aur/localsend-appimage 1.14.0-3 (+1 0.10) (Installed) An open source cross-platform alternative to AirDrop 3 aur/localsend-git v1.10.0.r33.g91e165b-1 (+0 0.00) An open source cross-platform alternative to AirDrop 2 aur/localsend-bin 1.14.0-3 (+23 2.77) An open source cross-platform alternative to AirDrop 1 aur/localsend 1.14.0-1 (+6 2.74) An open source cross-platform alternative to AirDrop. ==> Packages to install (eg: 1 2 3, 1-3 or ^4) ==> 1 AUR Explicit (1): localsend-1.14.0-1 Sync Make Dependency (2): yq-3.2.3-1, flutter-engine-1:1.0.1-2 :: (0/1) Failed to download PKGBUILD: localsend -> error fetching localsend: fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). context: exit status 128
AlcovesSap commented on 2024-03-07 12:56 (UTC)
@patlefort Artix. Never mind.It's my bad,should have followed the guide of AUR and pulled base-devel
. :(
patlefort commented on 2024-03-06 20:16 (UTC)
@AlcovesSap: On what platform is this? which
is depended by base-devel
.
AlcovesSap commented on 2024-03-06 09:38 (UTC)
Consider adding which (busybox-coreutilsAUR)
to make dependencies?
Got A failure occurred in prepare()
for lack of which
:
Got dependencies.
Unhandled exception:
ProcessException: Failed to find "which" in the search path.
Command: which
patlefort commented on 2023-10-04 12:01 (UTC)
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.
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
).