Search Criteria
Package Details: appimagelauncher 2.2.0-9
Package Actions
Git Clone URL: | https://aur.archlinux.org/appimagelauncher.git (read-only, click to copy) |
---|---|
Package Base: | appimagelauncher |
Description: | Helper for running and integrating AppImages |
Upstream URL: | https://github.com/TheAssassin/AppImageLauncher |
Keywords: | appimage |
Licenses: | MIT |
Submitter: | oberon2007 |
Maintainer: | willemw |
Last Packager: | willemw |
Votes: | 109 |
Popularity: | 1.01 |
First Submitted: | 2019-04-10 23:20 (UTC) |
Last Updated: | 2025-03-30 09:08 (UTC) |
Dependencies (14)
- cairo (cairo-gitAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libappimage
- libbsd (libbsd-gitAUR)
- libxpm (libxpm-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- shared-mime-info
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gtest (googletest-gitAUR) (make)
- python (python37AUR) (make)
- qt5-tools (make)
Latest Comments
1 2 3 4 5 6 7 Next › Last »
kode54 commented on 2025-05-13 10:44 (UTC) (edited on 2025-05-13 10:46 (UTC) by kode54)
@r2b2
pkgconf
is part ofbase-devel
, and AUR building heavily implies that you install all ofbase-devel
.Edit: As I thought,
pkgctl build
builds it as-is in its current state.r2b2 commented on 2025-05-13 09:52 (UTC)
Just a note that it appears there's a dependency on
pkg-config
missing. Was failing to build until I installed that package.willemw commented on 2025-03-30 09:08 (UTC)
@dodotronix: Thanks. Updated.
dodotronix commented on 2025-03-29 21:39 (UTC)
Hi, thanks for this package. I got the following error last night, when installing it.
Might be good to add the -DCMAKE_POLICY_VERSION_MINIMUM=3.5 as a parameter in build().
FabioLolix commented on 2024-05-25 12:39 (UTC)
Look good :) ,
sed -i...
not neededMy fault before I wasn't clear enough
the issue is at download time for who have configured a common download folder in makepkg.conf (
SRCDEST=
)About renaming sources I meant something like these (snippets from https://github.com/FabioLolix/PKGBUILD-AUR_fix/blob/master/a/appimagelauncher-git/PKGBUILD)
willemw commented on 2024-05-25 07:59 (UTC)
@FabioLolix: Thanks. I have an updated PKGBUILD version with your suggested changes, but here is a different one, I think I prefer, that is based on the source archive with included submodules:
FabioLolix commented on 2024-05-24 12:24 (UTC) (edited on 2024-05-25 12:33 (UTC) by FabioLolix)
Hello willemw, please rename the
cpr
source since it is a fork and don't play well with makepkg SRCDEST= folderYou can also use the source archive with git submodules included https://github.com/FabioLolix/PKGBUILD-AUR_fix/blob/master/a/appimagelauncher/PKGBUILD
The zsync2 one now redirect to https://github.com/AppImageCommunity/zsync2 ; I have that change locally but not AUR if remember well
About the version I'm of the opinion of using either the git tag or commit+pkgver() like it was before for git checkouts
willemw commented on 2024-05-24 10:14 (UTC)
Added a workaround to make it build with the latest GCC version.
yochananmarqos commented on 2024-05-19 00:26 (UTC) (edited on 2024-05-19 00:27 (UTC) by yochananmarqos)
Upstream is not maintaining the project and it currently won't build. @oberon2007 and I have disowned the package.
As an alternative, I suggest Gear Lever (Flatpak, WIP AUR package).
kode54 commented on 2024-05-18 00:52 (UTC) (edited on 2024-05-18 00:53 (UTC) by kode54)
I couldn't file an upstream pull request. I don't know if it even needs fixing upstream. Because upstream's "appimagelauncher" repo isn't even using their own latest commit on the "zsync2" repo. They're using something from 2019, latest commit was from December of 2023.
Thanks for the hint regarding Gear Lever, though.
1 2 3 4 5 6 7 Next › Last »