12-29-2021, 03:52 PM
(12-29-2021, 02:23 PM)tk1107 Wrote: "looking for conflicting packages..."
:: gtk3 and gtk3-mobile are in conflict (gtk3-print-backends). Remove gtk3-mobile? [y/N]
gtk3-mobile is a fork of gtk3 with patches for mobile. You should be able to get around this issue by editing the PKGBUILD and replacing gtk3 with gtk3-mobile in the depends and makedepends lists. Then run "makepkg -s" (lower case s, same as --syncdeps). I hope it works with gtk3-mobile as it would with the original package, haven't tried it myself. If everything worked, you can install the newly built package with "makepkg -i" or combine both steps with "makepkg -si".