Package Details: localsend 1.16.1-1

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)

Required by (0)

Sources (1)

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 as flutter-engine (~/.cache/flutter-engine).

Latest Comments

« First ‹ Previous 1 2 3 4

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.