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 »

rvben commented on 2018-03-06 19:18 (UTC)

For me the installation failed with the following message:

CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)

It seems that 'pkg-config' is a dependency that is not included in the dependency list.

Plexcon commented on 2018-02-28 19:54 (UTC)

make[2]: [CMakeFiles/xz.dir/build.make:90: xz-prefix/src/xz-stamp/xz-download] Error 1 make[1]: [CMakeFiles/Makefile2:420: CMakeFiles/xz.dir/all] Error 2 make: *** [Makefile:141: all] Error 2 ==> ERROR: Se produjo un fallo en build(). Cancelando...

grexe commented on 2018-01-11 19:42 (UTC)

cmake is missing from the package dependencies, hence the build fails.

jgmdev commented on 2018-01-03 07:11 (UTC)

My internet connection was really messy the past days, but finally I got my hands on a more reliable connection. I was able to properly test and fix the build process. Also disabled the automatic activation of appimaged system service. Thanks to @ivanruvalcaba, @steadfasterX and the others that reported the issues and fixes.

By the way I disabled the tests that are run by the build and submitted a pull request to mainstream that fixes improper 'if' condition that always triggered the tests.

languitar commented on 2018-01-02 18:13 (UTC)

Please do not automagically start or enable user systemd services. Instead print a notice on installation. Archlinux users want to have control.

ivanruvalcaba commented on 2018-01-02 00:27 (UTC)

This did the trick for me:

@@ -62,6 +62,8 @@ build() {
   cp resources/usr/share/metainfo/appimagetool.appdata.xml appimagetool.AppDir/usr/share/metainfo/
   cp resources/usr/share/metainfo/appimaged.appdata.xml appimaged.AppDir/usr/share/metainfo/

+  cd build/out
+
   # Generate appimage files
   appimagetool.AppDir/AppRun -n appimagetool.AppDir appimagetool
   appimagetool.AppDir/AppRun -n appimaged.AppDir appimaged
@@ -74,10 +76,10 @@ package(){
   mkdir -p $pkgdir/usr/share/appimage
   mkdir -p $pkgdir/usr/lib/systemd/user/

-  cp appimagetool $pkgdir/usr/bin/
-  cp appimaged $pkgdir/usr/bin/
+  cp build/out/appimagetool $pkgdir/usr/bin/
+  cp build/out/appimaged $pkgdir/usr/bin/

-  cp AppRun.c $pkgdir/usr/share/appimage/
+  cp src/AppRun.c $pkgdir/usr/share/appimage/
   cp README.md $pkgdir/usr/share/appimage/

   cp appimaged.service $pkgdir/usr/lib/systemd/user/

steadfasterX commented on 2018-01-01 13:14 (UTC) (edited on 2018-01-01 13:19 (UTC) by steadfasterX)

I had the following error like EasyToRemember & jeancf already reported:

PKGBUILD: line 66: appimagetool.AppDir/AppRun: No such file or directory

The following change fixed it for me:

build() {
...
replaced this:

  appimagetool.AppDir/AppRun -n appimagetool.AppDir appimagetool
  appimagetool.AppDir/AppRun -n appimaged.AppDir appimaged

with:
  build/out/appimagetool.AppDir/AppRun -n build/out/appimagetool.AppDir appimagetool
  build/out/appimagetool.AppDir/AppRun -n build/out/appimaged.AppDir appimaged

  # --> this seems to be more correct for the second one but it has crashed with
  # "no space left on device" while i had plenty of them:
  # build/out/appimaged.AppDir/AppRun -n appimaged.AppDir appimaged

after this it goes further but had give me the next error about AppRun.c is missing which I fixed in

package() {
....
replaced:
  cp AppRun.c $pkgdir/usr/share/appimage/

with:

  cp src/AppRun.c $pkgdir/usr/share/appimage/

Then I was able to install but i havent tested yet if the result is working fine :P EDIT: Confirmed to work now :) at least I was able to run the Emteria OS installer fine

<deleted-account> commented on 2017-12-30 01:21 (UTC)

why does this start and enable the daemon for all users by default?

mitras2 commented on 2017-12-28 02:27 (UTC) (edited on 2017-12-28 12:16 (UTC) by mitras2)

I can confirm nimbusflow's problem. Same here and sadly no idea why. I can only say that one of my CPU-cores was up at 100% load for all the time of the test that did fail (and it did fail because of a timeout).

nimbusflow commented on 2017-12-27 09:14 (UTC) (edited on 2017-12-27 09:17 (UTC) by nimbusflow)

Getting this when installing via pacaur and pamac. Any clues as to why? Thanks in advance!

```

1: -> Registering type 1 AppImage: /home/[username]/.cache/pacaur/appimage-git/src/AppImageKit/tests/data//AppImageExtract_6-x86_64.AppImage

1: _______

1: AppImage type: 1

1: Opening /home/[username]/.cache/pacaur/appimage-git/src/AppImageKit/tests/data//AppImageExtract_6-x86_64.AppImage as Type 1 AppImage

1: Closing /home/[username]/.cache/pacaur/appimage-git/src/AppImageKit/tests/data//AppImageExtract_6-x86_64.AppImage

1: ISO9660 based type 1 AppImage

1: md5 of URI RFC 2396: fe4ba8c899a932a44e128aa658cd2b42

1: Got root desktop: AppImageExtract.desktop

1: desktop_icon_value_original: AppImageExtract

1: Installing desktop file

1: [Desktop Entry]

1: Name=AppImageExtract

1: Exec=/home/[username]/.cache/pacaur/appimage-git/src/AppImageKit/tests/data//AppImageExtract_6-x86_64.AppImage

1: Icon=appimagekit_fe4ba8c899a932a44e128aa658cd2b42_AppImageExtract

1: Terminal=True

1: Type=Application

1: Categories=Development;

1: Comment=Extract AppImage contents, part of AppImageKit

1: StartupNotify=true

1: TryExec=/home/[username]/.cache/pacaur/appimage-git/src/AppImageKit/tests/data//AppImageExtract_6-x86_64.AppImage

1: X-AppImage-Comment=Generated by appimaged continuous

1: X-AppImage-Identifier=fe4ba8c899a932a44e128aa658cd2b42

1: install: /home/[username]/.local/share/applications/appimagekit_fe4ba8c899a932a44e128aa658cd2b42-AppImageExtract.desktop

1: install: /tmp/appimagekit_fe4ba8c899a932a44e128aa658cd2b42_AppImageExtract.png

1: Installed: /tmp/appimagekit_fe4ba8c899a932a44e128aa658cd2b42_AppImageExtract.png

1/1 Test #1: test_libappimage .................***Timeout 1500.00 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) = 1500.00 sec

The following tests FAILED: 1 - test_libappimage (Timeout) Errors while running CTest ==> ERROR: A failure occurred in build(). Aborting... :: failed to build appimage-git package(s)