2.14.1
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/i3lock?expand=0&rev=44
This commit is contained in:
parent
54f8089a12
commit
0abce6198e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:637fe898acb324337d3ebc4fcdb2e390b082147fdc8a0cda6c19e7f395965f0b
|
|
||||||
size 149332
|
|
3
i3lock-2.14.1.tar.xz
Normal file
3
i3lock-2.14.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:062ef27eba0bc5a0c7ae91f7b7cbbf03b316d6a49fe80a58fc9f20c18a4e6843
|
||||||
|
size 28756
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 23 19:51:33 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
- update to 2.14.1:
|
||||||
|
* unlock indicator: display only caps lock and num lock, not all
|
||||||
|
modifiers like shift (which can leak information about your
|
||||||
|
password to bystanders)
|
||||||
|
- includes 2.14:
|
||||||
|
* Change default background color to #a3a3a3 See
|
||||||
|
https://github.com/i3/i3lock/pull/300 for extensive discussion
|
||||||
|
and rationale for this change.
|
||||||
|
* Recommend using xss-lock to start i3lock in the README
|
||||||
|
and i3lock.1 man page. xss-lock is the best way to ensure
|
||||||
|
your screen truly is locked before your computer suspends
|
||||||
|
* Display modifier key warning before unlocking, too,
|
||||||
|
not just on failed attempts like before
|
||||||
|
* Switch build system from autotools to meson
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 9 09:32:04 UTC 2022 - Thorsten Kukuk <kukuk@suse.com>
|
Tue Aug 9 09:32:04 UTC 2022 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
14
i3lock.spec
14
i3lock.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package i3lock
|
# spec file for package i3lock
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
# Copyright (c) 2014 B1 Systems GmbH, Vohburg, Germany.
|
# Copyright (c) 2014 B1 Systems GmbH, Vohburg, Germany.
|
||||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
#
|
#
|
||||||
@ -20,18 +20,18 @@
|
|||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
Name: i3lock
|
Name: i3lock
|
||||||
Version: 2.13
|
Version: 2.14.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Screen Locker for the i3 Window Manager
|
Summary: Screen Locker for the i3 Window Manager
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://i3wm.org/i3lock/
|
URL: https://i3wm.org/i3lock/
|
||||||
Source: https://i3wm.org/i3lock/%{name}-%{version}.tar.bz2
|
Source: https://i3wm.org/i3lock/%{name}-%{version}.tar.xz
|
||||||
# borrowed from gnome-icon-theme
|
# borrowed from gnome-icon-theme
|
||||||
Source2: i3lock-icon.png
|
Source2: i3lock-icon.png
|
||||||
Source3: xlock.sh
|
Source3: xlock.sh
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: make
|
BuildRequires: meson
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(cairo)
|
BuildRequires: pkgconfig(cairo)
|
||||||
@ -62,12 +62,12 @@ i3lock instead of xlock with them.
|
|||||||
%autosetup -p 1
|
%autosetup -p 1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
%make_build
|
%meson
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
|
|
||||||
install -D -m0644 %{name}.1 "%{buildroot}%{_mandir}/man1/%{name}.1"
|
install -D -m0644 %{name}.1 "%{buildroot}%{_mandir}/man1/%{name}.1"
|
||||||
install -D -m0644 %{SOURCE2} %{buildroot}%{_datadir}/i3lock-xlock-compat/i3lock-icon.png
|
install -D -m0644 %{SOURCE2} %{buildroot}%{_datadir}/i3lock-xlock-compat/i3lock-icon.png
|
||||||
|
Loading…
x
Reference in New Issue
Block a user