Package Details: localsend-git v1.10.0.r33.g91e165b-1

Git Clone URL: https://aur.archlinux.org/localsend-git.git (read-only, click to copy)
Package Base: localsend-git
Description: An open source cross-platform alternative to AirDrop
Upstream URL: https://github.com/localsend/localsend
Licenses: MIT
Conflicts: localsend-bin
Provides: localsend
Submitter: Nixuge
Maintainer: Nixuge
Last Packager: Nixuge
Votes: 0
Popularity: 0.000000
First Submitted: 2023-01-29 21:32 (UTC)
Last Updated: 2023-07-01 15:59 (UTC)

Latest Comments

xiota commented on 2024-04-22 03:10 (UTC)

In addition to updating paths, flutter commands need to be adjusted for issue #1277.

wustdsh commented on 2024-04-19 09:25 (UTC)

built failed with Expected to find project root in current working directory.

xiota commented on 2023-12-03 01:47 (UTC) (edited on 2023-12-03 01:47 (UTC) by xiota)

  • This package should conflicts with localsend, not localsend-bin. (All packages that conflict with localsend will also conflict with each other.)

  • pkgver() needs to be adjusted to remove the v prefix.

DelightfulFlower commented on 2023-07-08 21:52 (UTC)

This program is trolling us.

    CMake Error at /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:48 (message):
      Could not find compiler set in environment variable CXX:

      clang++.

    Call Stack (most recent call first):
      CMakeLists.txt:4 (project)


    CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
    Building Linux application...                                           
    Unable to generate build files
    ==> ERROR: A failure occurred in build().
        Aborting...

Nixuge commented on 2023-07-01 15:42 (UTC) (edited on 2023-07-01 15:59 (UTC) by Nixuge)

Sorry for the late response, indeed will do, thanks !

Edit: both are (should be) fixed !

DelightfulFlower commented on 2023-06-28 14:27 (UTC) (edited on 2023-06-28 19:18 (UTC) by DelightfulFlower)

Please add cmake and ninja to dependencies since those were needed to build the app.

First try:

    Building Linux application...
    CMake is required for Linux development.
    It is likely available from your distribution (e.g.: apt install cmake), or can be downloaded from https://cmake.org/download/
    ==> ERROR: A failure occurred in build().
        Aborting...

Second try:

    CMake Error: CMake was unable to find a build program corresponding to "Ninja".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.
    CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
    Building Linux application...                                           
    Unable to generate build files
    ==> ERROR: A failure occurred in build().
        Aborting...

And there's also this problem:

    ==> Starting build()...
    fatal: detected dubious ownership in repository at '/opt/flutter'
    To add an exception for this directory, call:

        git config --global --add safe.directory /opt/flutter
    Resolving dependencies... 
    The current Flutter SDK version is 0.0.0-unknown.

    Because localsend_app requires Flutter SDK version >=3.10.5, version solving failed.
    ==> ERROR: A failure occurred in build().
        Aborting...
     -> error making: localsend-git-exit status 4
     -> Failed to install the following packages. Manual intervention is required:
    localsend-git - exit status 4

Nixuge commented on 2023-02-17 11:25 (UTC)

Oops mb actually forgot to push that, thanks

sekret commented on 2023-02-11 17:21 (UTC)

Please add git to makedepends, it doesn't build without it.