Accepting request 1094956 from X11:windowmanagers
- 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 OBS-URL: https://build.opensuse.org/request/show/1094956 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i3lock?expand=0&rev=21
This commit is contained in:
commit
3e4907a922
@ -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>
|
||||
|
||||
|
14
i3lock.spec
14
i3lock.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
@ -20,18 +20,18 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
Name: i3lock
|
||||
Version: 2.13
|
||||
Version: 2.14.1
|
||||
Release: 0
|
||||
Summary: Screen Locker for the i3 Window Manager
|
||||
License: BSD-3-Clause
|
||||
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
|
||||
Source2: i3lock-icon.png
|
||||
Source3: xlock.sh
|
||||
BuildRequires: gcc
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: meson
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
@ -62,12 +62,12 @@ i3lock instead of xlock with them.
|
||||
%autosetup -p 1
|
||||
|
||||
%build
|
||||
%configure
|
||||
export CFLAGS="%{optflags}"
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
install -D -m0644 %{name}.1 "%{buildroot}%{_mandir}/man1/%{name}.1"
|
||||
install -D -m0644 %{SOURCE2} %{buildroot}%{_datadir}/i3lock-xlock-compat/i3lock-icon.png
|
||||
|
Loading…
x
Reference in New Issue
Block a user