Package Details: appimage-git r1724.701b711-1

Git Clone URL: https://aur.archlinux.org/appimage-git.git (read-only, click to copy)
Package Base: appimage-git
Description: Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, Ubuntu, Fedora, debian and derivatives.
Upstream URL: http://appimage.org
Keywords: appimage
Licenses: MIT
Conflicts: appimage
Provides: appimage
Submitter: jgmdev
Maintainer: Mr.Smith1974
Last Packager: Mr.Smith1974
Votes: 34
Popularity: 0.003150
First Submitted: 2016-06-25 04:16 (UTC)
Last Updated: 2023-07-14 08:17 (UTC)

Latest Comments

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

isgy commented on 2019-11-03 15:38 (UTC)

I'm getting the following errors: ==> Starting prepare()... patching file cmake/dependencies.cmake Hunk #1 FAILED at 54. 1 out of 1 hunk FAILED -- saving rejects to file cmake/dependencies.cmake.rej patching file src/mksquashfs-build-fix.patch ==> ERROR: A failure occurred in prepare(). Aborting...

tee commented on 2019-09-12 17:50 (UTC)

Unable to build this. The error is: warning: remote HEAD refers to nonexistent ref, unable to checkout.

git://github.com/probonopd/AppImageKit has changed to git+https://github.com/AppImage/AppImageKit

jpcima commented on 2019-04-28 09:22 (UTC)

Fixed the build of appimage-git. Removed appimaged which is now, as noted, a separate program. A patch was introduced which fixes the build error, which will not be accepted into upstream at the time being. (see https://git.io/fjGne)

sleeping commented on 2018-12-18 15:03 (UTC)

Fails to build presently.

jgmdev commented on 2018-06-12 02:50 (UTC) (edited on 2018-06-12 02:51 (UTC) by jgmdev)

I disowned the package since I don't have time to keep track of the changes been done on the appimage repositories, also i'm not currently making use of this packaging software. So anyone feel free to maintain it.

JZA commented on 2018-06-10 15:53 (UTC)

I get the following issues:

+ mkdir -p out
+ cp -r install_prefix/usr/bin/appimagetool install_prefix/usr/bin/AppRun install_prefix/usr/bin/digest install_prefix/usr/bin/validate install_prefix/usr/lib/appimagekit/mksquashfs install_prefix/usr/lib/appimagekit/runtime appdirs/appimagetool.AppDir out/
cp: no se puede efectuar `stat' sobre 'resources/usr/share/metainfo/appimaged.appdata.xml': No existe el fichero o el directorio
==> ERROR: Se produjo un fallo en build().
    Cancelando...
:: inotify-tools es un nuevo paquete huérfano
:: zsync es un nuevo paquete huérfano
:: fallo al construir paquete(s) appimage-git...

Emeric commented on 2018-06-04 10:17 (UTC)

same problem than carstene1ns, '''cp: impossible d'évaluer 'resources/usr/share/metainfo/appimaged.appdata.xml': Aucun fichier ou dossier de ce type'''

carstene1ns commented on 2018-05-22 17:39 (UTC)

This fails to build as appimaged has been put into a separate repository: https://github.com/AppImage/appimaged/

Also, it might be a good suggestion to ship appimaged.service with this package, instead of generating it.

xyproto commented on 2018-05-05 17:44 (UTC)

Is vim really needed, or is it just xxd that is needed?

NikkyAi commented on 2018-03-12 01:52 (UTC)

building the package does not seem to work on trizen at all and using pacaur / makepgk it always fails at tests at 87%

/home/nikky/dev/appimage-git/src/AppImageKit/tests/test_shared.cpp:38:24: error: no matching function
      for call to 'g_key_file_load_from_data'
    gboolean success = g_key_file_load_from_data(keyFile, buffer.data(), buffer.size(), G_KEY_FI...
                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gkeyfile.h:74:11: note: candidate function not viable: no known conversion
      from 'int' to 'GKeyFileFlags' for 4th argument
gboolean  g_key_file_load_from_data         (GKeyFile             *key_file,
          ^
1 warning and 1 error generated.
make[2]: *** [tests/CMakeFiles/test_shared.dir/build.make:63: tests/CMakeFiles/test_shared.dir/test_shared.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1540: tests/CMakeFiles/test_shared.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...