Package Details: lavalauncher 2.1.1-1

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: GPL3
Conflicts: lavalauncher-git
Provides: lavalauncher
Submitter: leonplickat
Maintainer: leonplickat
Last Packager: leonplickat
Votes: 8
Popularity: 0.000000
First Submitted: 2020-01-11 23:37 (UTC)
Last Updated: 2021-10-12 09:32 (UTC)

Latest Comments

1 2 Next › Last »

leonplickat commented on 2021-10-12 09:33 (UTC)

Updated to 2.1.1

All problems with librsvg and dependencies should be fixed now.

parchaks commented on 2021-10-12 03:40 (UTC) (edited on 2021-10-12 03:48 (UTC) by parchaks)

Package won't build due to deprecated function, image_t.c needs to be updated to get it to build.

edit the last function in that src file:
+GError **gerror = NULL;
-rsvg_handle_render_cairo(image->rsvg_handle, cairo); +rsvg_handle_render_document(image->rsvg_handle, cairo, &viewbox,gerror);

then run makepkg -sie

mcol commented on 2021-05-16 14:05 (UTC)

This needs libxkbcommon in dependencies to build

leonplickat commented on 2021-03-20 19:28 (UTC)

Should work now, although I have no idea why the checksum changed, since its still the same version. Maybe sourcehut generated new tarballs.

Jarek_jre commented on 2021-03-20 11:23 (UTC)

makepkg -si shows wrong sha256 sum, can you please fix that?

PedroHLC commented on 2020-05-15 12:35 (UTC)

:smile: both worked now.

Not using AUR helpers, just pacstrap ++ systemd-nspawn ++ makepkg -scC --sign --noconfirm

leonplickat commented on 2020-05-15 12:25 (UTC)

I also just backported the fix for the building issue.

leonplickat commented on 2020-05-15 12:11 (UTC)

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 with makepkg the build succeeds.

PedroHLC commented on 2020-05-15 11:44 (UTC)

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 and all warnings being treated as errors)

leonplickat commented on 2020-05-15 07:45 (UTC) (edited on 2020-05-15 07:47 (UTC) by leonplickat)

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 in input.h should be extern), 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.