Package Details: appimagelauncher 2.2.0-6

Git Clone URL: https://aur.archlinux.org/appimagelauncher.git (read-only, click to copy)
Package Base: appimagelauncher
Description: A Helper application for running and integrating AppImages.
Upstream URL: https://github.com/TheAssassin/AppImageLauncher
Licenses: MIT
Submitter: oberon2007
Maintainer: oberon2007 (yochananmarqos)
Last Packager: yochananmarqos
Votes: 98
Popularity: 2.72
First Submitted: 2019-04-10 23:20 (UTC)
Last Updated: 2023-04-15 17:30 (UTC)

Latest Comments

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

simonsolberg commented on 2022-06-02 21:23 (UTC)

@dylanparry I got the same error. Your tip fixed it for me too.

dylanparry commented on 2022-06-01 07:53 (UTC)

For anyone who gets the same error as me (maybe it's just me? :D), I just deleted the appimagelauncher folder from yay's cache, and that did the trick. There's probably a nicer way of solving it though.

dylanparry commented on 2022-06-01 07:49 (UTC)

I'm getting an error for the latest update:

==> Making package: appimagelauncher 2.2.0-6 (Wed 01 Jun 2022 08:44:02 BST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating AppImageLauncher git repo...
Fetching origin
-> Updating AppImageUpdate git repo...
Fetching origin
-> Updating libappimage git repo...
Fetching origin
==> ERROR: /home/dylan/.cache/yay/appimagelauncher/zsync2 is not a clone of https://github.com/TheAssassin/zsync2.git
    Aborting...
-> error making: appimagelauncher

Any ideas?

herrzinter commented on 2022-04-20 08:34 (UTC)

Wow, thx! Never would have excepted that I overlooked something basic like this, when I think about how many our packages I use ^^

yochananmarqos commented on 2022-04-19 14:23 (UTC)

@herrzinter: You're missing the base-devel group, see AUR: Prerequisites.

herrzinter commented on 2022-04-19 10:08 (UTC)

I always get a CMake error when trying to build the package:

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindPkgConfig.cmake:99 (find_package_handle_standard_args)
  /usr/lib64/cmake/libappimage/scripts.cmake:100 (find_package)
  /usr/lib64/cmake/libappimage/imported_dependencies.cmake:6 (import_pkgconfig_target)
  /usr/lib64/cmake/libappimage/libappimageConfig.cmake:50 (include)
  CMakeLists.txt:36 (find_package)

Anyone else experiencing this?

yochananmarqos commented on 2021-08-16 18:03 (UTC) (edited on 2021-08-16 18:07 (UTC) by yochananmarqos)

@Ultacoolguy: It's not applicable to this package:

CMake Warning at cmake/install.cmake:68 (message):
  update-binfmts could not be found.  Please install the binfmt-support
  package if you intend to build RPM packages

I also cannot reproduce your error in a clean chroot.

Ultracoolguy commented on 2021-08-16 17:59 (UTC)

@yochananmarqos: So if I understand correctly, the package does use /usr/lib/binfmt.d . But how can I workaround that error when compiling then?