Package Details: appimagelauncher-git r1258.cd87b73-2

Git Clone URL: https://aur.archlinux.org/appimagelauncher-git.git (read-only, click to copy)
Package Base: appimagelauncher-git
Description: A Helper application for running and integrating AppImages.
Upstream URL: https://github.com/TheAssassin/AppImageLauncher
Keywords: appimage
Licenses: MIT
Conflicts: appimagelauncher
Provides: appimagelauncher
Submitter: AJSlye
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 4
Popularity: 0.000000
First Submitted: 2018-04-24 14:08 (UTC)
Last Updated: 2024-10-18 16:20 (UTC)

Required by (5)

Sources (11)

Pinned Comments

FabioLolix commented on 2024-09-15 14:55 (UTC)

Build fine with devtools but not with makepkg for me See https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot extra-x86_64-build

FabioLolix commented on 2023-11-29 22:43 (UTC)

There is an issue open since June https://github.com/TheAssassin/AppImageLauncher/issues/574


I would recommend to use a VM of a base arch install and check what dependencies are missing using that.

We have devtools for building in a clean chroot https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot, typically I do both a clean build and a dirty build but the program is broken now

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

ConfuZzled commented on 2019-02-02 23:11 (UTC)

The dependencies should be changed so that it doesn't depend on vim, but rather on xdd, since that's what's actually required by the package. Just depending on vim causes build problems when other AUR packages like neovim-drop-in are installed

AJSlye commented on 2019-01-19 20:15 (UTC) (edited on 2019-01-19 20:16 (UTC) by AJSlye)

I no longer have a need to maintain this myself, Manjaro has taken over maintaining this package in their own repositories.

Please, make all future inquiries to TheAssassin as he is the developer.

AJSlye commented on 2019-01-15 16:36 (UTC) (edited on 2019-01-15 16:43 (UTC) by AJSlye)

This is a git build that pulls from the continuous release tag.

This is NOT a release version, this tag is updated in between releases.

Your installed version will be different than what is listed here.

Please refrain from tagging this out of date.

I will look into, and discuss with TheAssassin, creating a new AUR entry for release versions.

https://github.com/TheAssassin/AppImageLauncher/tags

AJSlye commented on 2019-01-04 20:03 (UTC)

Libappimage is now available in the arch/manjaro repositories. Not sure if this this is useful, or would help minimize build time or not. But I figured that I would mention it: https://www.archlinux.org/packages/extra/x86_64/libappimage/

makeworld commented on 2018-12-30 19:01 (UTC)

I've made an issue on github for this specific problem here: https://github.com/TheAssassin/AppImageLauncher/issues/110

makeworld commented on 2018-12-30 18:54 (UTC)

Here's a better formatted version of what fusion809 posted before:

/home/makeworld/.cache/yay/appimagelauncher-git/src/AppImageLauncher/lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/error.cpp: In static member function ‘static cpr::ErrorCode cpr::Error::getErrorCodeForCurlError(int32_t)’:
/home/makeworld/.cache/yay/appimagelauncher-git/src/AppImageLauncher/lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/error.cpp:41:9: error: duplicate case value
         case CURLE_SSL_CACERT:
         ^~~~
/home/makeworld/.cache/yay/appimagelauncher-git/src/AppImageLauncher/lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/error.cpp:25:9: note: previously used here
         case CURLE_PEER_FAILED_VERIFICATION:
         ^~~~
make[2]: *** [lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/CMakeFiles/cpr.dir/build.make:115: lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/CMakeFiles/cpr.dir/error.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:2459: lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/CMakeFiles/cpr.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
Error making: appimagelauncher-git

AJSlye commented on 2018-12-22 14:06 (UTC) (edited on 2018-12-22 14:14 (UTC) by AJSlye)

This is not meant to be built on Arch testing. By the time testing packages are in stable these sort of things should be fixed. However, the error looks like a sub-module issue (appimageupdate/zsync2), please give TheAssassin time to work this out in the source code.

fusion809 commented on 2018-12-22 13:58 (UTC)

On an up-to-date Arch system with testing repos enabled I receive the build error:

[ 73%] Building CXX object lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/CMakeFiles/cpr.dir/digest.cpp.o [ 75%] Building CXX object lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/CMakeFiles/cpr.dir/error.cpp.o /home/fusion809/.cache/yay/appimagelauncher-git/src/AppImageLauncher/lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/error.cpp: In static member function ‘static cpr::ErrorCode cpr::Error::getErrorCodeForCurlError(int32_t)’: /home/fusion809/.cache/yay/appimagelauncher-git/src/AppImageLauncher/lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/error.cpp:41:9: error: duplicate case value case CURLE_SSL_CACERT: ^~~~ /home/fusion809/.cache/yay/appimagelauncher-git/src/AppImageLauncher/lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/error.cpp:25:9: note: previously used here case CURLE_PEER_FAILED_VERIFICATION: ^~~~ make[2]: [lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/CMakeFiles/cpr.dir/build.make:115: lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/CMakeFiles/cpr.dir/error.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:2459: lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/CMakeFiles/cpr.dir/all] Error 2 make: *** [Makefile:152: all] Error 2

AJSlye commented on 2018-11-22 14:47 (UTC) (edited on 2018-11-22 14:50 (UTC) by AJSlye)

Make sure you have libarchive installed. Otherwise, you may need to wait on TheAssassin to reply. He's the developer, and knows more about the internals than I.