aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/xfce4-session
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2019-04-02 11:21:21 +0000
committerBen Woods <woodsb02@FreeBSD.org>2019-04-02 11:21:21 +0000
commit8b786210864d11aeaf92a13c02260f05c43cdbef (patch)
treea99d3ac30d34b5a75fea0834639f49b00b7d72c5 /x11-wm/xfce4-session
parent373668a1e51258c7a96d92144c391d3de444563a (diff)
downloadports-8b786210864d11aeaf92a13c02260f05c43cdbef.tar.gz
ports-8b786210864d11aeaf92a13c02260f05c43cdbef.zip
Notes
Diffstat (limited to 'x11-wm/xfce4-session')
-rw-r--r--x11-wm/xfce4-session/Makefile2
-rw-r--r--x11-wm/xfce4-session/files/patch-scripts_xflock412
2 files changed, 11 insertions, 3 deletions
diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile
index ae8a8ebc0a20..6233c8e04193 100644
--- a/x11-wm/xfce4-session/Makefile
+++ b/x11-wm/xfce4-session/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xfce4-session
PORTVERSION= 4.12.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= x11-wm xfce
MASTER_SITES= XFCE/src/xfce/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
diff --git a/x11-wm/xfce4-session/files/patch-scripts_xflock4 b/x11-wm/xfce4-session/files/patch-scripts_xflock4
index 98ed11273452..7b2ad00a3cc5 100644
--- a/x11-wm/xfce4-session/files/patch-scripts_xflock4
+++ b/x11-wm/xfce4-session/files/patch-scripts_xflock4
@@ -1,6 +1,6 @@
--- scripts/xflock4.orig 2014-08-30 18:24:02 UTC
+++ scripts/xflock4
-@@ -21,7 +21,7 @@
+@@ -21,13 +21,14 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
@@ -9,7 +9,15 @@
export PATH
# Lock by xscreensaver or gnome-screensaver, if a respective daemon is running
-@@ -35,12 +35,14 @@ done
+ for lock_cmd in \
+ "xscreensaver-command -lock" \
+- "gnome-screensaver-command --lock"
++ "gnome-screensaver-command --lock" \
++ "xfce4-screensaver-command --lock"
+ do
+ $lock_cmd >/dev/null 2>&1 && exit
+ done
+@@ -35,12 +36,14 @@ done
# else run another access locking utility, if installed
for lock_cmd in \
"xlock -mode blank" \