Package Details: swaylock-effects-git r470.496059a-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: 36
Popularity: 0.084197
First Submitted: 2019-07-01 21:49 (UTC)
Last Updated: 2024-08-21 15:55 (UTC)

Required by (32)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

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.

cyrinux commented on 2020-08-17 11:37 (UTC)

Hi could you please add "cmake" add makedepends. Thanks