@patlefort: I don't even want to know how you came up with this needing Python 3.11. See my improved PKGBUILD using FVM.
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.27 |
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)
yochananmarqos commented on 2024-07-05 21:02 (UTC) (edited on 2024-07-05 21:02 (UTC) by yochananmarqos)
patlefort commented on 2024-05-14 23:10 (UTC)
You will have to install python311 to build it.
almax00 commented on 2024-05-14 22:36 (UTC)
updating today and got this error: : Resolving dependencies... error: could not find all required packages: python<3.12 (wanted by: localsend)
patlefort commented on 2024-04-20 16:42 (UTC)
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.
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
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
).