Package Details: vala-panel-appmenu-budgie-git 24.02.r1.gced6ce3-1

Git Clone URL: https://aur.archlinux.org/vala-panel-appmenu-xfce-git.git (read-only, click to copy)
Package Base: vala-panel-appmenu-xfce-git
Description: AppMenu (Global Menu) plugin for budgie-panel
Upstream URL: https://gitlab.com/vala-panel-project/vala-panel-appmenu
Licenses: LGPL3
Conflicts: vala-panel-appmenu-budgie
Provides: vala-panel-appmenu-budgie
Submitter: rilian
Maintainer: rilian
Last Packager: rilian
Votes: 37
Popularity: 0.34
First Submitted: 2015-04-01 21:00 (UTC)
Last Updated: 2024-05-07 14:12 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 25 Next › Last »

jextrevor commented on 2020-09-08 18:04 (UTC) (edited on 2020-09-08 18:06 (UTC) by jextrevor)

Interesting, so I'm looking at the page for budgie, and gobject-introspection is listed as a make dependency. Perhaps we need to just add it here as a make dependency as well... because this isn't building budgie, it's just using it as a dependency. Not sure

rilian commented on 2020-09-08 17:54 (UTC)

In budgie, I think.

jextrevor commented on 2020-09-08 17:18 (UTC)

Doing yay -S gobject-introspection and then installing again fixed it for me as well. I'm not sure about the missing dependency... is that something that's truly missing here/in vala-panel-appmenu-common-git or is it missing in budgie-desktop?

andreymal commented on 2020-09-08 16:54 (UTC) (edited on 2020-09-08 16:58 (UTC) by andreymal)

Got it:

$ pkg-config --print-errors budgie-1.0
Package gobject-introspection-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gobject-introspection-1.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gobject-introspection-1.0', required by 'libpeas-1.0', not found

It seems there is a missing dependency. This fixed it for me:

sudo pacman -S gobject-introspection

Maybe this is missing libpeas dependency, dunno

andreymal commented on 2020-09-08 16:48 (UTC)

I have the same problem with budgie-1.0. The previous version was successfully built a few days ago

rilian commented on 2020-09-08 16:27 (UTC)

jextrevor, then it is strange, it should builds. Meson does not do anything fancy, it just looks into that file.

jextrevor commented on 2020-09-08 16:12 (UTC)

Yes, that file is present

rilian commented on 2020-09-08 15:58 (UTC)

You should have file /usr/lib/pkgconfig/budgie-1.0.pc in your system.

rilian commented on 2020-09-08 15:57 (UTC)

You need to find all files with names containing 'budgie-1.0'.

jextrevor commented on 2020-09-08 15:45 (UTC)

Not sure what you're asking me to do. I don't have the commands updatedb or locate on my system. Do you know what package they're a part of?