Search Criteria
Package Details: lavalauncher 2.0.0-3
Git Clone URL: | https://aur.archlinux.org/lavalauncher.git (read-only, click to copy) |
---|---|
Package Base: | lavalauncher |
Description: | A simple launcher panel for Wayland |
Upstream URL: | https://git.sr.ht/~leon_plickat/lavalauncher |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | leonplickat |
Maintainer: | leonplickat |
Last Packager: | leonplickat |
Votes: | 6 |
Popularity: | 0.37 |
First Submitted: | 2020-01-11 23:37 |
Last Updated: | 2020-12-14 09:19 |
Dependencies (7)
- cairo (cairo-infinality, cairo-infinality-remix, cairo-ubuntu, cairo-minimal, cairo-dfb, cairo-glesv2-bin, cairo-glesv3-bin, cairo-git)
- wayland (wayland-git, wayland-nodocs-git)
- wayland-protocols (wayland-protocols-git)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- scdoc (make)
- wayland-protocols (wayland-protocols-git) (make)
Latest Comments
PedroHLC commented on 2020-05-15 12:35
:smile: both worked now.
Not using AUR helpers, just pacstrap ++ systemd-nspawn ++
makepkg -scC --sign --noconfirm
leonplickat commented on 2020-05-15 12:25
I also just backported the fix for the building issue.
leonplickat commented on 2020-05-15 12:11
Fixed the issue preventing
lavalauncher-git
from building in master.Are you using an AUR helper? Because I got curious and just tried it with one (trizen) and could now actually reproduce the build error for
lavalauncher
. However when building manually withmakepkg
the build succeeds.PedroHLC commented on 2020-05-15 11:44
As I said "clean chroot", so it's a container with just "base-devel" that was created only for this building, the only thing I changed is "-j 20", but this doesn't look like a race condition.
Don't worry, I'll wait the release, I was just asked to add this to my repo. (lavalauncher-git has a warning in
src/parser.c:407:9
andall warnings being treated as errors
)leonplickat commented on 2020-05-15 07:45
Hmm... I can not reproduce this on both of my computers. Have you messed with the compiler defaults? Because while there definitely is an issue with the code (the
*_listener
structs ininput.h
should beextern
), this should not cause a build error. I have fixed that issue on git master, but since I am already quite a few commits into working on the next release, I won't bother back porting this unless absolutely necessary.Alternatively, you could also try the
lavalauncher-git
package.PedroHLC commented on 2020-05-14 23:58
Failing to build in a clean chroot:
leonplickat commented on 2020-02-17 21:51
Ah yes... Since I am the developer, I always have the latest dev-build installed, so I kinda forgot about this AUR package, sorry. Some time ago I switched from make to meson, which broke this package. I corrected that and bumped the package to version 1.6, which has many improvements but also some breaking changes.
simona commented on 2020-02-17 20:10
patch bug?