Accepting request 644322 from home:vpereirabr:branches:X11:xfce

- add add-light-locker-support.patch to add support to light-locker to xflock4

OBS-URL: https://build.opensuse.org/request/show/644322
OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-session?expand=0&rev=136
This commit is contained in:
Takashi Iwai 2018-10-24 15:17:41 +00:00 committed by Git OBS Bridge
parent ad19e9c8ff
commit 810a26940d
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,14 @@
Index: scripts/xflock4
===================================================================
--- scripts/xflock4.orig
+++ scripts/xflock4
@@ -27,7 +27,8 @@ export PATH
# Lock by xscreensaver or gnome-screensaver, if a respective daemon is running
for lock_cmd in \
"xscreensaver-command -lock" \
- "gnome-screensaver-command --lock"
+ "gnome-screensaver-command --lock" \
+ "light-locker-command -l"
do
$lock_cmd >/dev/null 2>&1 && exit
done

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 24 08:54:47 UTC 2018 - vpereira@suse.com
- add add-light-locker-support.patch to add support to light-locker
-------------------------------------------------------------------
Sat Dec 30 13:15:51 UTC 2017 - seife+obs@b1-systems.com

View File

@ -34,6 +34,7 @@ Patch1: xfce4-session-adapt-session-scripts.patch
Patch2: xfce4-session-Make-verbose-logging-conditional.patch
# PATCH-FIX-OPENSUSE xfce4-session-systemd-user-addons.patch seife+dev@b1-systems.com -- fix systemd-user session settings
Patch3: xfce4-session-systemd-user-addons.patch
Patch4: add-light-locker-support.patch
BuildRequires: iceauth
BuildRequires: intltool
BuildRequires: update-desktop-files
@ -120,6 +121,7 @@ This package provides the upstream look and feel for the Xfce Session Manager.
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p0
%build
xdt-autogen