git is missing from makedepends, appmenu-qt5 don't exist
Search Criteria
Package Details: vala-panel-appmenu 25.04-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/vala-panel-appmenu.git (read-only, click to copy) |
|---|---|
| Package Base: | vala-panel-appmenu |
| Description: | metapackage - vala panel appmenu collection |
| Upstream URL: | https://gitlab.com/vala-panel-project/vala-panel-appmenu |
| Licenses: | LGPL-3.0-or-later |
| Conflicts: | appmenu-glib-translator-git, vala-panel-appmenu-budgie-git, vala-panel-appmenu-common-git, vala-panel-appmenu-jayatana-git, vala-panel-appmenu-locale-git, vala-panel-appmenu-mate-git, vala-panel-appmenu-registrar-git, vala-panel-appmenu-valapanel-git, vala-panel-appmenu-xfce-git, vala-panel-git |
| Submitter: | hayao |
| Maintainer: | xiota |
| Last Packager: | xiota |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-05-16 13:36 (UTC) |
| Last Updated: | 2025-05-02 20:15 (UTC) |
Dependencies (12)
- appmenu-glib-translatorAUR (appmenu-glib-translator-gitAUR)
- vala-panel-appmenu-budgieAUR (vala-panel-appmenu-budgie-gitAUR)
- vala-panel-appmenu-localeAUR
- vala-panel-appmenu-mateAUR (vala-panel-appmenu-mate-gitAUR)
- vala-panel-appmenu-registrarAUR (vala-panel-appmenu-registrar-gitAUR)
- vala-panel-appmenu-valapanelAUR (vala-panel-appmenu-valapanel-gitAUR)
- vala-panel-appmenu-xfceAUR (vala-panel-appmenu-xfce-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- glib2-devel (glib2-devel-gitAUR) (make)
- gobject-introspection (make)
- meson (meson-gitAUR) (make)
- vala (vala-gitAUR) (make)
Required by (0)
Sources (1)
FabioLolix commented on 2022-01-10 18:18 (UTC)
kbsali commented on 2021-12-26 14:59 (UTC)
@hayao the last fix fixed the issue reported but introduced a new one. I believe, as @chrisallison propose, on line 7 it should say :
_disable_budgie=true # change false to true
Thanks!
chrisallison commented on 2021-11-20 17:27 (UTC)
thanks, works now.
Of course as soon as upstream fix theirs, then the 'nb' language will be completely removed by that sed command - so you'll have to remove it again!
hayao commented on 2021-11-20 10:32 (UTC)
Thanks! I'll fix it.
chrisallison commented on 2021-11-19 23:46 (UTC)
edit the PKGBUILD
line 7: _disable_budgie=true # change false to true
insert in the build() function (line 64)
sed -i 's/nb //' "${srcdir}/vala-panel-appmenu/po/LINGUAS"
(nb is in the LINGUAS file twice, I'll also let the upstream maintainer know)
Tio commented on 2021-11-19 17:09 (UTC)
I also get this error now:
Program /usr/bin/meson found: YES (/usr/bin/meson)
Configuring appmenu-mate.desktop.in using configuration
vala-panel-appmenu/po/meson.build:1:5: ERROR: Tried to create target "vala-panel-appmenu-nb.mo", but a target of that name already exists.
A full log can be found at /var/tmp/pamac-build-tio/vala-panel-appmenu/src/build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
Aborting...
Tio commented on 2021-11-15 17:57 (UTC)
@Romario74 As I suggested to the maintainer, the "budgie-desktop" dependency should be removed.
Romario74 commented on 2021-11-15 16:49 (UTC)
Does not build here: Run-time dependency budgie-1.0 found: NO (tried pkgconfig and cmake)
vala-panel-appmenu/meson.build:81:0: ERROR: Dependency "budgie-1.0" not found, tried pkgconfig and cmake
Tio commented on 2021-10-11 13:10 (UTC)
Shouldn't you remove the "budgie-desktop" dependency? I built it without it and works fine. This is for XFCE after all.
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.