I am using XFCE. while installing this package I got budgie-desktop not found error, is it normal?
Making package: vala-panel-appmenu 24.05-2 (Mon 27 May 2024 09:15:43 AM CEST)
==> Checking runtime dependencies...
==> Missing dependencies:
-> budgie-desktop
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
-> error making: vala-panel-appmenu-exit status 8
-> Failed to install the following packages. Manual intervention is required:
vala-panel-appmenu-registrar - exit status 8
Pinned Comments
xiota commented on 2024-06-24 20:46 (UTC) (edited on 2024-06-24 20:57 (UTC) by xiota)
Uninstall method shouldn't matter. I would use command-line:
sudo pacman -Runc [packages]Then to install the packages after building:
sudo pacman -U [files]This package makes the stable packages, no suffix. The
-gitpackages are incompatible. If you want to switch to the-gitpackages, uninstall all related packages. Then build and install in this order:appmenu-glib-translator-gitvala-panel-gitvala-panel-appmenu-xfce-git(this is pkgbase, even if you want mate version)I'm not sure about updates. If AUR helpers are confused:
vala-panel,appmenu-glib-translator,vala-panel-appmenu-*vala-panel. Unlike-git, translator package is not needed.vala-panel-appmenu(previous instructions)xiota commented on 2024-06-23 08:50 (UTC) (edited on 2024-06-24 20:59 (UTC) by xiota)
There are different types of depends. If an AUR helper cannot distinguish (1) and (3), it may refuse to build this package.
To build this package:
appmenu-glib-translatorand allvala-panel-appmenu-*packages.vala-panelinstalled if it is up to date. Otherwise, rebuild and update it.