Package Details: pantheon-applications-menu-git 2.11.0.r2.2fec07eb-1

Git Clone URL: https://aur.archlinux.org/pantheon-applications-menu-git.git (read-only, click to copy)
Package Base: pantheon-applications-menu-git
Description: The Pantheon Application Menu
Upstream URL: https://github.com/elementary/applications-menu
Licenses: GPL3
Groups: pantheon-unstable
Conflicts: pantheon-applications-menu
Provides: pantheon-applications-menu
Submitter: alucryd
Maintainer: quequotion
Last Packager: quequotion
Votes: 31
Popularity: 0.000000
First Submitted: 2017-05-07 14:21 (UTC)
Last Updated: 2022-11-18 23:45 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9

deleteme_please commented on 2011-02-15 07:18 (UTC)

Ok to get it compiled you should use the following for valac: valac --pkg gtk+-2.0 --pkg unique-1.0 --pkg gee-1.0 --pkg gio-unix-2.0 --pkg libgnome-menu --Xcc='-DGMENU_I_KNOW_THIS_IS_UNSTABLE' --pkg libwnck-1.0 --Xcc='-DWNCK_I_KNOW_THIS_IS_UNSTABLE' slingshot.vala frontend/widgets/*.vala frontend/*.vala backend/*.vala If this does not work tell me because i compile vala and gee myself. This should compile but i get a gdk segfault.

deleteme_please commented on 2011-02-15 05:02 (UTC)

I had a talk with one of the main developers and he said something about missing wnck vapi file but it is included. So, have no idea. Hope you find a vala pro.

flamelab commented on 2011-02-12 07:22 (UTC)

Thanks kdas, fixed. But compilation fails, still can't find the reason for that...

deleteme_please commented on 2011-02-12 03:16 (UTC)

should be using the slinghot-dev trunk

<deleted-account> commented on 2011-02-03 08:18 (UTC)

Works now. :)

flamelab commented on 2011-02-03 07:22 (UTC)

Could you try again with the updated deps ?

<deleted-account> commented on 2011-02-03 06:19 (UTC)

==> Starting make... frontend/widgets/Entries.vala:121.45-121.53: error: The name `Stock' does not exist in the context of `Gtk' stock_item.translation_domain = Gtk.Stock.CLEAR; ^^^^^^^^^ frontend/widgets/Entries.vala:125.40-125.48: error: The name `Stock' does not exist in the context of `Gtk' icon_source.set_icon_name (Gtk.Stock.CLEAR); ^^^^^^^^^ frontend/widgets/Entries.vala:130.13-130.21: error: The name `Stock' does not exist in the context of `Gtk' Gtk.Stock.add ({stock_item}); ^^^^^^^^^ Compilation failed: 3 error(s), 0 warning(s) Aborting... error: Build failed