• Bug#1103872: Bug#1103871: unblock: vala-panel/24.05-3 (7/10)

    From Mike Gabriel@21:1/5 to Paul Gevers on Sat Apr 26 07:40:01 2025
    [continued from previous message]

    +#: ../lib/valapanel-plugin-appmenu.vala:88 ../lib/mate-plugin-appmenu.vala:43 +#: ../lib/xfce4-plugin-appmenu.vala:56 ../lib/valapanel-plugin-appmenu.vala:67 +msgid "Use Compact mode (all menus in application menu)"
    +msgstr "Usar o modo Compacto (todos os menus no menu de aplicações)"
    +
    +#: ../lib/budgie-plugin-appmenu.vala:54 ../lib/mate-plugin-appmenu.vala:46
    +#: ../lib/valapanel-plugin-appmenu.vala:76
    +#: ../lib/valapanel-plugin-appmenu.vala:91 ../lib/xfce4-plugin-appmenu.vala:59 +#: ../lib/valapanel-plugin-appmenu.vala:70
    +msgid "Use bold application name"
    +msgstr "Usar nome de aplicação em negrito"
    +
    +#: ../lib/helper-dbus.vala:101
    +msgid "Application"
    +msgstr "Aplicação"
    +
    +#: ../lib/mate-plugin-appmenu.vala:36
    +msgid "_Preferences"
    +msgstr "_Preferências"
    +
    +#: ../lib/mate-plugin-appmenu.vala:39 ../lib/valapanel-plugin-appmenu.vala:85 +#: ../lib/xfce4-plugin-appmenu.vala:52
    +msgid "Configure AppMenu"
    +msgstr "Configurar o AppMenu"
    +
    +#: ../lib/mate-plugin-appmenu.vala:43 ../lib/xfce4-plugin-appmenu.vala:56 +msgid "Use Compact mode (all menus in application menu"
    +msgstr "Usar o modo Compacto (todos os menus no menu de aplicações"
    +
    +#: ../lib/xfce4-plugin-appmenu.vala:62
    +msgid "Expand plugin on panel"
    +msgstr "Expandir o plugin no painel"
    +
    +#: ../lib/desktop-menus.ui:40
    +msgid "_New"
    +msgstr "_Novo"
    +
    +#: ../lib/desktop-menus.ui:51
    +msgid "_Quit"
    +msgstr "_Sair"
    +
    +#: ../data/appmenu-budgie.desktop.plugin.in:4
    +#: ../data/appmenu-budgie.desktop.in:4
    +msgid "Global Menu"
    +msgstr "Menu Global"
    +
    +#: ../data/appmenu-budgie.desktop.plugin.in:5
    +#: ../data/appmenu-budgie.desktop.in:5
    +msgid "Show menus from windows"
    +msgstr "Mostrar menus das janelas"
    +
    +#: ../data/appmenu-budgie.desktop.plugin.in:9
    +#: ../data/appmenu-budgie.desktop.in:9
    +msgid "view-grid-symbolic"
    +msgstr "view-grid-symbolic"
    +
    +#: ../data/appmenu-mate.desktop.plugin.in:5 ../data/appmenu-mate.desktop.in:5 +#: ../data/appmenu-mate.plugin.desktop.in:5
    +msgid "Appmenu applet factory"
    +msgstr "Appmenu applet factory"
    +
    +#: ../data/appmenu-mate.desktop.plugin.in:9 ../data/appmenu-mate.desktop.in:9 +#: ../data/appmenu-mate.plugin.desktop.in:9
    +msgid "Global Application Menu"
    +msgstr "Menu de aplicações global"
    +
    +#: ../data/appmenu-mate.desktop.plugin.in:10 ../data/appmenu-mate.desktop.in:10
    +#: ../data/appmenu-mate.plugin.desktop.in:10
    +msgid "All menus will hosts here"
    +msgstr "Todos os menus serão alojados aqui"
    +
    +#: ../lib/menu-widget.vala:114
    +msgid "Compact Menu"
    +msgstr "Menu Compacto"
    +
    +#: ../data/appmenu.desktop.plugin.in:6 ../data/appmenu.plugin.desktop.in:6
    +#: ../data/org.valapanel.appmenu.desktop.in:6
    +msgid "preferences-system-symbolic"
    +msgstr "preferences-system-symbolic"
    diff -Nru -w vala-panel-appmenu-0.7.6+dfsg1/README.md vala-panel-appmenu-24.05+dfsg/README.md
    --- vala-panel-appmenu-0.7.6+dfsg1/README.md 2020-10-28 22:08:48.000000000 +0100
    +++ vala-panel-appmenu-24.05+dfsg/README.md 2024-05-22 13:16:00.000000000 +0200
    @@ -9,7 +9,7 @@
    * GLib (>= 2.50.0)
    * GTK+ (>= 3.22.0)
    * valac (>= 0.24.0)
    - * libbamf (>=0.5.0)
    + * libwnck (>=3.4.8)

    ---
    Compilation Instructions (Non-Distribution-Specific)
    @@ -17,24 +17,20 @@
    * Install all the required dependencies listed above. These packages may have different names depending on your distribution. Please see [below](#dependency-packages) for the package names on some specific distributions (i.e. Ubuntu).
    * Clone this repository to your `home` directory by typing:
    `git clone https://gitlab.com/vala-panel-project/vala-panel-appmenu.git` then `cd` into the directory.
    - * type `git submodule init && git submodule update --remote --merge` to download the submodules (this will download the cmake and dbus-menu submodules you see in the repository, above)
    - * type `mkdir build && cd build` (to keep th