Package Details: swaylock-effects-git r402.9ac172a-1

Git Clone URL: https://aur.archlinux.org/swaylock-effects-git.git (read-only, click to copy)
Package Base: swaylock-effects-git
Description: A fancier screen locker for Wayland.
Upstream URL: https://github.com/jirutka/swaylock-effects
Licenses: MIT
Conflicts: swaylock
Provides: swaylock, swaylock-effects
Submitter: mort
Maintainer: jkhsjdhjs
Last Packager: jkhsjdhjs
Votes: 35
Popularity: 0.90
First Submitted: 2019-07-01 21:49 (UTC)
Last Updated: 2022-07-13 15:33 (UTC)

Required by (32)

Sources (1)

Latest Comments

1 2 Next › Last »

jkhsjdhjs commented on 2023-12-20 16:14 (UTC)

@HaoZeke: Sorry for the late reply, I totally missed your comment. openmp isn't required, it builds fine without it for me. According to the readme, openmp is only required if you're using a compiler that is not gcc. Since gcc is the default on Arch Linux, I don't think we need to change anything.

HaoZeke commented on 2023-10-08 06:48 (UTC)

This now depends on openmp.

tomtp commented on 2023-03-05 13:14 (UTC)

@jkhsjdhjs ok thanks, thats what I thought but I am still getting the RSoD and the "r402.9ac172a-1" in the package name threw me off. I will try a cleanbuild.

jkhsjdhjs commented on 2023-03-05 12:55 (UTC)

@tomtp Since this is a -git package, it is always using the latest version. There’s no need for a change unless its dependencies or the way it is built change.

tomtp commented on 2023-03-05 12:16 (UTC)

Would it be possible to bump this package to 1.6.11 (a7691b8)?

TheCoon commented on 2023-01-08 10:59 (UTC) (edited on 2023-01-08 11:24 (UTC) by TheCoon)

@rhysperry111 yes. I've downgraded sway and wl-roots until this is resolved. I think maybe this is the issue to follow: https://github.com/jirutka/swaylock-effects/issues/19

But I'm not sure if it will get any attention.

EDIT: This PR should be the fix: https://github.com/jirutka/swaylock-effects/pull/20

rhysperry111 commented on 2023-01-08 10:20 (UTC)

Is anyone else getting a red screen of death with the latest sway whenever swaylock is called?

jkhsjdhjs commented on 2022-04-09 14:16 (UTC) (edited on 2022-04-09 14:34 (UTC) by jkhsjdhjs)

Hmm, that's odd. Works for me when building in a clean chroot. Can you reproduce the error in a clean chroot?

EDIT: You seem to experience this error: https://github.com/swaywm/swaylock/issues/198 This has already been fixed upstream, so your local clone of the repo is probably not up to date.

boredland commented on 2022-04-09 13:04 (UTC) (edited on 2022-04-09 13:04 (UTC) by boredland)

having problems building this on x86 (works on aarch64):

In function ‘load_config’,
    inlined from ‘main’ at ../main.c:1771:23:
../main.c:1670:25: error: ‘free’ called on pointer returned from a mismatched allocation function [-Werror=mismatched-dealloc]
 1670 |                         free(config);
      |                         ^~~~~~~~~~~~
../main.c: In function ‘main’:
../main.c:1645:24: note: returned from ‘fopen’
 1645 |         FILE *config = fopen(path, "r");
      |                        ^~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[36/37] Compiling C object swaylock.p/fade.c.o

same as with the non-git version.

iwxlartn commented on 2020-10-26 14:04 (UTC)

Couldn't build in a chroot without adding wayland and wayland-protocols to makedepends.