I followed Installing wappler on Arch Linux to install Wappler on Manjaro and ran into some issues. I figured out how to solve them so here you go:
-
Download the .deb from Wappler
-
Install debtap either via the Aur community repository
or build it from git https://github.com/helixarch/debtap
-
Run
sudo debtap -u
to update debtap’s own repositories -
Build the package
debtap /path/to/wappler.deb
-
Press Enter when you get asked for a Packager name and package license
- Important: Don’t skip the next step - Choose an editor when you get asked if you want to edit the .PKGINFO and .INSTALL files
- Search for
depend = gdk-pixbuf>=2.22.0
and remove the line.gdk-pixbuf
is covered in thegtk2
dependency so that’s already covered bydepend = gdk-pixbuf2
. It’s a debtap package conversion issue.
-
Close and save the .PKGINFO and close the .Install file
-
Wait until the package got generated
- Finally install Wappler:
pacman -U path_to_your_package.pgk.tar.zst
Community Page
Last updated:
Last updated: