Search Criteria
Package Details: appimage-git r1597.801e789-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 |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | jgmdev |
Maintainer: | None |
Last Packager: | jpcima |
Votes: | 33 |
Popularity: | 0.001792 |
First Submitted: | 2016-06-25 04:16 |
Last Updated: | 2019-11-03 15:52 |
Dependencies (18)
- binutils (binutils-tune-bfd-hash, binutils-git)
- cairo (cairo-infinality, cairo-infinality-remix, cairo-ubuntu, cairo-dfb, cairo-glesv2-bin, cairo-glesv3-bin, cairo-minimal, cairo-git)
- coreutils (coreutils-git, coreutils-selinux)
- fuse (fuse2)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- glibc (glibc-linux4, glibc-git, glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-dso, lib32-glibc-dso)
- inotify-tools (inotify-tools-git)
- libarchive (libarchive-git)
- lz4 (lz4-git, lz4-static-musl, lz4-static)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- xz (xz-git, xz-static-git)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- zsync
- cmake (cmake-git) (make)
- desktop-file-utils (desktop-file-utils-git) (make)
- git (git-git) (make)
- vim (vim-qt-git, vim-qt-qt5-git, neovim-drop-in, vim-clipboard, vim-gnome, gvim-hg, neovim-symlinks, vim-git, vim-x11, vim-min, gvim-gtk2, gvim) (make)
- wget (wget-git) (make)
Required by (1)
- emoji-keyboard-appimage (requires appimage) (make)
Latest Comments
1 2 3 4 5 6 Next › Last »
empor commented on 2020-12-13 12:31
Hi, I sadly didn't get it working via AUR, but found the corresponding patches here: https://github.com/AppImage/AppImageKit/issues/1084#issuecomment-726358829 Maybe it helps others..
dlainhart commented on 2020-10-21 16:19
The "mulitple definition of fwriter_buffer" build error described below is caused by a change to GCC's default behavior in GCC 10.0, discussed over on the Gentoo wiki here: https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
In the case of this package, the build fails within compiling an external dependency, squashfs-tools. (The code appears to be pretty old, all things considered.) I am supplying a patch that fixes this build error; as I am not a master C programmer you should consider running this by someone else before you use it in production.
This patch is applied in the following directory relative to the top-level
PKGBUILD
:src/AppImageKit/build/mksquashfs-prefix/src/mksquashfs
The build is still broken due to CMake pulling in mksquashfs on each build but this patch will fix the build error.
jpcima commented on 2020-07-10 03:04
Hi, I leave this package to be maintained by anyone who is interested. if you need the software, you can use an appimage from official releases.
killbotvii commented on 2020-07-10 03:04
Hopefully somebody else will take up maintaining this, it is a very useful tool.
killbotvii commented on 2020-07-01 18:54
The exact same output of errors as the two comments below me.
caliberspoon commented on 2020-06-19 19:32
Same here, fails to build. A bunch of multiple definition mksquashfs errors.
sfusco commented on 2020-05-27 17:59
I tried installing this today, and I got a build error when it got to mksquashfs
build error log here: https://pastebin.com/bGayHMKu
it's basically lots of this:
multiple definition of
fwriter_buffer'; mksquashfs.o:(.bss+0x400c90): first defined here multiple definition of
bwriter_buffer'; mksquashfs.o:(.bss+0x400c98): first defined herecmake config problems?
murlakatamenka commented on 2020-02-02 16:29
Upstream URL should be https://github.com/AppImage/AppImageKit
jpcima commented on 2019-11-03 15:53
It's not needed to have a patch anymore to fix the build, so I removed it.
isgy commented on 2019-11-03 15:38
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...