Package Details: appimage-builder-bin 1.1.1-1

Git Clone URL: https://aur.archlinux.org/appimage-builder-bin.git (read-only, click to copy)
Package Base: appimage-builder-bin
Description: GNU/Linux packaging solution using the AppImage format
Upstream URL: https://github.com/AppImageCrafters/appimage-builder
Licenses: MIT
Conflicts: appimage-builder
Provides: appimage-builder
Submitter: Nixuge
Maintainer: Nixuge
Last Packager: Nixuge
Votes: 0
Popularity: 0.000000
First Submitted: 2023-01-29 21:57 (UTC)
Last Updated: 2023-07-01 16:06 (UTC)

Latest Comments

Nixuge commented on 2023-07-01 16:06 (UTC)

Hello, sorry for the huge delays here, I have no idea how I missed the emails for this package.

I made a fix a while ago but apparently forgot to commit it, and @LuciRose431's solution looks WAY better anyways, so adding that in

If anyone feels like a better fit than me for this package wants co owner/to take it over, feel free to send an email/discord/telegram (@Nixuge) message

LuciRose431 commented on 2023-06-16 19:39 (UTC) (edited on 2023-06-16 19:39 (UTC) by LuciRose431)

Hi, add file appimage-builder.install with following content

pre_install(){
        ln -s /usr/lib/libfakeroot/libfakeroot.so /usr/lib/libfakeroot/libfakeroot-sysv.so
        ln -s /usr/bin/fakeroot /usr/bin/fakeroot-sysv
        ln -s /usr/bin/faked /usr/bin/faked-sysv
}

pre_remove(){
        unlink /usr/lib/libfakeroot/libfakeroot-sysv.so 
        unlink /usr/bin/fakeroot-sysv 
        unlink /usr/bin/faked-sysv
}

and add line install = appimage-builder.install in PKGBUILD

it would solve error about missing programs and libraries

skcin commented on 2023-05-10 15:21 (UTC)

Hey, there seems to be an issue with this package. Take a look at https://github.com/AppImageCrafters/appimage-builder/issues/309