-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathi3lock-lixxia.spec
More file actions
84 lines (67 loc) · 2.19 KB
/
Copy pathi3lock-lixxia.spec
File metadata and controls
84 lines (67 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
%global forgeurl https://github.com/Lixxia/i3lock
%global commit be2a08a71ccbeecc961243fedf34595f20398837
%forgemeta
Name: i3lock-lixxia
Version: 0
Release: 7%{?dist}
Summary: Simple X display locker like slock
License: MIT
URL: %{forgeurl}
Source: %{forgesource}
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc
BuildRequires: pkg-config
BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(xcb-xkb)
BuildRequires: pkgconfig(xcb-xinerama)
BuildRequires: pkgconfig(xcb-randr)
BuildRequires: pkgconfig(xcb-image)
BuildRequires: pkgconfig(xcb-event)
BuildRequires: pkgconfig(xcb-util)
BuildRequires: pkgconfig(xcb-atom)
BuildRequires: pkgconfig(xcb-xrm)
BuildRequires: pkgconfig(xkbcommon) >= 0.5.0
BuildRequires: pkgconfig(xkbcommon-x11) >= 0.5.0
BuildRequires: pkgconfig(cairo)
BuildRequires: libev-devel
BuildRequires: pam-devel
Provides: i3lock = 2.12
Conflicts: i3lock
%description
i3lock is a simple screen locker like slock. After starting it, you will see a
white screen (you can configure the color/an image). You can return to your
screen by entering your password.
This package contains Lixxia's fork, which has additional customization options
including a clock.
%prep
%forgesetup
sed -i '/^int input_position;/s/^/extern /' unlock_indicator.c
%build
autoreconf --force --install
%configure
%make_build
%install
%make_install INSTALL="install -p"
install -Dpm0644 i3lock.1 %{buildroot}%{_mandir}/man1/i3lock.1
%files
%doc CHANGELOG README.md
%license LICENSE
%{_bindir}/i3lock
%{_sysconfdir}/pam.d/i3lock
%{_mandir}/man1/i3lock.1.gz
%changelog
* Sun May 03 2026 Patrick Gaskin <patrick@pgaskin.net> - 0-7.20210526gitbe2a08a
- Rebuild.
* Fri May 10 2024 Patrick Gaskin <patrick@pgaskin.net> - 0-6.20210526gitbe2a08a
- Rebuild.
* Sat Jul 08 2023 Patrick Gaskin <patrick@pgaskin.net> - 0-5.20210526gitbe2a08a
- Rebuild.
* Wed Aug 24 2022 Patrick Gaskin <patrick@pgaskin.net> - 0-4.20210526gitbe2a08a
- Rebuild.
* Wed Aug 24 2022 Patrick Gaskin <patrick@pgaskin.net> - 0-3.20210526gitbe2a08a
- Rebuild.
* Thu Jun 01 2021 Patrick Gaskin <patrick@pgaskin.net> - 0-2.20210526gitbe2a08a
- Rebuild.
* Thu May 27 2021 Patrick Gaskin <patrick@pgaskin.net> - 0-1.20210526gitbe2a08a
- Initial package.