Search Criteria
Package Details: appimagelauncher-git r1251.71e8e32-1
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://assassinate-you.net/tags/appimagelauncher/ |
Keywords: | appimage |
Licenses: | MIT |
Conflicts: | appimagelauncher |
Provides: | appimagelauncher |
Submitter: | AJSlye |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 4 |
Popularity: | 0.000032 |
First Submitted: | 2018-04-24 14:08 (UTC) |
Last Updated: | 2023-06-11 07:52 (UTC) |
Dependencies (14)
- fuse2
- libappimage
- libxpm (libxpm-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- squashfuse (squashfuse-gitAUR)
- boost (boost-gitAUR) (make)
- chrpath (chrpath-svnAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
- lib32-gcc-libs (lib32-gccrs-libs-gitAUR, lib32-gcc-libs-gitAUR) (make)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR) (make)
- qt5-declarative (qt5-declarative-gitAUR) (make)
- qt5-tools (qt5-tools-gitAUR) (make)
- xxd (vim-minimal-gitAUR, gvim-gitAUR, vim-qt-gitAUR, xxd-standaloneAUR, vim-x11AUR, vim-clipboardAUR, gvim-gtk2AUR, gvim-wayland-lilydjwg-gitAUR, gvim, vim) (make)
Required by (4)
- cpod-appimage (requires appimagelauncher)
- cryptocam-companion-appimage (requires appimagelauncher)
- steam-rom-manager-appimage (requires appimagelauncher)
- todoist-appimage (requires appimagelauncher) (optional)
Sources (10)
- appimage-binfmt-remove.hook
- AppImage-cpr
- git+https://github.com/AppImageCommunity/AppImageUpdate.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/fltk-1.3.4.git
- git+https://github.com/TheAssassin/libdesktopenvironments.git
- git+https://github.com/TheAssassin/zsync2.git
Latest Comments
1 2 3 4 5 Next › Last »
Dhalucario commented on 2023-11-08 21:23 (UTC) (edited on 2023-11-08 21:31 (UTC) by Dhalucario)
I also get an error while trying to compile this:
Dhalucario commented on 2023-11-08 21:18 (UTC)
Hi, I would recommend to use a VM of a base arch install and check what dependencies are missing using that.
FabioLolix commented on 2023-08-25 08:42 (UTC)
Thanks for reporting, I'll be away for a few days so can't look into it
AskAlice commented on 2023-08-24 21:58 (UTC)
Should add patchelf to the dependencies
Celti commented on 2022-12-18 00:24 (UTC)
This package's local submodule handling breaks with git 2.38.1 thanks to CVE-2022-39253. To fix this cleanly, so that this package builds in a clean container, the calls to
git submodule update
need to be updated with-c protocol.file.allow=always
; i.e.,git -c protocol.file.allow=always submodule update
.This package also requires a makedependency on
vim
or it fails to build in a clean container with a failure to findxxd
.zerowang commented on 2022-05-23 03:29 (UTC)
get some error when linking appimagelauncherd. Package curl had been installed.
bitterhalt commented on 2022-05-13 10:43 (UTC)
@Foliofox I have no idea what happened but after reboot I was able to install this using yay helper.
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
1 2 3 4 5 Next › Last »