@Foliofox I have no idea what happened but after reboot I was able to install this using yay helper.
Search Criteria
Package Details: appimagelauncher-git r1258.cd87b73-2
Package Actions
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) |
Dependencies (16)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- libappimage
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR) (make)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR, lib32-glibc-eac-binAUR) (make)
- libxpm (libxpm-gitAUR) (make)
- patchelf (patchelf-gitAUR) (make)
- qt5-tools (make)
- tinyxxd (make)
Required by (5)
- cpod-appimage (requires appimagelauncher)
- cryptocam-companion-appimage (requires appimagelauncher)
- steam-rom-manager-appimage (requires appimagelauncher)
- todoist-appimage (requires appimagelauncher)
- todoist-appimage-integration (requires appimagelauncher)
Sources (11)
- appimage-binfmt-remove.hook
- AppImage-cpr
- appimagelauncher-fix#574.patch
- git+https://github.com/AppImageCommunity/AppImageUpdate.git
- git+https://github.com/AppImageCommunity/fltk-1.3.4.git
- git+https://github.com/AppImageCommunity/zsync2.git
- git+https://github.com/arsenm/sanitizers-cmake.git
- git+https://github.com/google/googletest.git
- git+https://github.com/Taywee/args.git
- git+https://github.com/TheAssassin/AppImageLauncher.git
- git+https://github.com/TheAssassin/libdesktopenvironments.git
bitterhalt commented on 2022-05-13 10:43 (UTC)
FabioLolix commented on 2022-05-12 20:10 (UTC)
@bitterhalt building using devtools (extra-x86_64-build) worked fine
bitterhalt commented on 2022-05-12 11:21 (UTC)
Getting this error:
/usr/bin/ld: /usr/lib/libappimage.so.1.0.3: undefined reference to `std::__glibcxx_assert_fail(char const, int, char const, char const)@GLIBCXX_3.4.30' collect2: error: ld returned 1 exit status make[2]: [src/daemon/CMakeFiles/appimagelauncherd.dir/build.make:168: src/daemon/appimagelauncherd] Error 1 make[1]: [CMakeFiles/Makefile2:1573: src/daemon/CMakeFiles/appimagelauncherd.dir/all] Error 2 make: ** [Makefile:156: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: appimagelauncher-git
realkstrawn93 commented on 2022-03-18 23:19 (UTC)
Might want to pull in lib32-glibc
, lib32-gcc-libs
, and lib32-fakeroot
as dependencies. Fails to compile otherwise.
yochananmarqos commented on 2019-10-18 17:15 (UTC)
Please add a provides()
and conflicts()
array.
FabioLolix commented on 2019-10-10 15:56 (UTC)
@nipsky that is an issue with unityhub package
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
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