Package Details: vala-panel-appmenu-mate-git 24.05.r2.g7631683-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 mate-panel
Upstream URL: https://gitlab.com/vala-panel-project/vala-panel-appmenu
Licenses: LGPL3
Conflicts: vala-panel-appmenu-mate
Provides: vala-panel-appmenu-mate
Submitter: rilian
Maintainer: rilian
Last Packager: rilian
Votes: 38
Popularity: 0.31
First Submitted: 2015-04-01 21:00 (UTC)
Last Updated: 2024-06-22 16:45 (UTC)

Required by (5)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 25 Next › Last »

rilian commented on 2018-03-11 18:03 (UTC)

Can you write this to issues with a full log? And you should not set Java agent before building finished, or it will be broken.

andreyorst commented on 2018-03-11 15:50 (UTC)

Understood. But can't quite get how to build it with Jayatana. I've installed OpenJDK7, and tryed to build your Git package according to your instructions from readme, and got this error: https://pastebin.com/2Vp0jsSc. And I'm not quite sure what I've done wrong.

rilian commented on 2018-03-10 20:01 (UTC) (edited on 2018-03-10 20:05 (UTC) by rilian)

It is make dependencies, you can just build appmenu-gtk-module, and then remove rest of panels. All panels needed just because I do not want to build applet four times (it will builds four times, if I split pkgbase to seven packages). For KDE you will need only appmenu-gtk-module and jayatana (Jayatana is disabled, because I do not want openjdk in make dependencies).

Why are you needed to install all panels to make this: just because it builds one time to rule them all: it build GTK-only dependent static library (it will not be installed) and then actual plugins for all panels (XFCE, MATE, vala-panel and budgie-panel). If I split a package, it will build static library and Registrar four times, which I do not want, because I have vala-panel, MATE and budgie).

andreyorst commented on 2018-03-10 19:21 (UTC)

Whoa.. I've just read a post in Kai Uwe's Blog http://blog.broulik.de/2018/03/gtk-global-menu, about GTK global menus in plasma 5.13, and was curious to install this package just in case so I don't forget about it when 5.13 is released. And.. Do I really need xfce4-panel, vala-panel-git, budgie-desktop (OMG why you even need a desktop as dependency?) and all the rest of 63 dependencies just to have appmenu-gtk-module-git in my plasma setup?.. Or I can install it with -Sdd? I don't want unused packages in my system, espeshially if it is anothed DE packages which I wont use anyway.

Why pull all kind of panels with appmenu package? I think it makes no sence in any DE, not only in KDE Plasma. Is there a some kind of mistake?

rilian commented on 2018-02-16 21:48 (UTC)

fixed building (all issues)

hebrew commented on 2018-02-15 17:04 (UTC) (edited on 2018-02-15 17:15 (UTC) by hebrew)

@Ragnar770

faced that issue as well. Can be built by changing the make -c 'registar' to 'subprojects/registar'

Edit: the current version doesn't show menus as well, I used an old build and verified that it does work then.

Ragnar770 commented on 2018-02-15 16:39 (UTC) (edited on 2018-02-15 16:39 (UTC) by Ragnar770)

Fails to build with error:

==> Starting package_vala-panel-appmenu-registrar-git()...

make: *** registrar: No such file or directory. Stop.

Happens with xfce and gtk-module enabled.

rilian commented on 2018-02-11 12:20 (UTC)

fixed

ssmATarch commented on 2018-02-11 09:25 (UTC) (edited on 2018-02-11 12:44 (UTC) by ssmATarch)

Fails to build for me:

CMake Warning at /usr/share/cmake-3.10/Modules/CPack.cmake:299 (message): CPack.cmake has already been included!! Call Stack (most recent call first): subprojects/appmenu-gtk-module/CMakeLists.txt:26 (include)

CMake Error at subprojects/appmenu-gtk-module/CMakeLists.txt:27 (add_custom_target): add_custom_target cannot create target "dist" because another target with the same name already exists. The existing target is a custom target created in source directory

EDIT: Builds after the latest fix. Thanks.