Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F155224935
D6884.id17674.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D6884.id17674.diff
View Options
Index: x11-wm/xfce4-session/Makefile
===================================================================
--- x11-wm/xfce4-session/Makefile
+++ x11-wm/xfce4-session/Makefile
@@ -40,4 +40,8 @@
PLIST_SUB= VERSION="4.6"
+post-patch:
+ @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
+ ${WRKSRC}/scripts/xflock4
+
.include <bsd.port.mk>
Index: x11-wm/xfce4-session/files/patch-scripts_xflock4
===================================================================
--- x11-wm/xfce4-session/files/patch-scripts_xflock4
+++ x11-wm/xfce4-session/files/patch-scripts_xflock4
@@ -1,15 +1,23 @@
---- scripts/xflock4.orig 2012-04-28 20:43:27.000000000 +0000
-+++ scripts/xflock4 2013-04-24 19:55:56.000000000 +0000
+--- scripts/xflock4.orig 2014-08-30 18:24:02 UTC
++++ scripts/xflock4
@@ -21,7 +21,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-PATH=/bin:/usr/bin
-+PATH=/bin:/usr/bin:/usr/local/bin
++PATH=/bin:/usr/bin:%%LOCALBASE%%/bin
export PATH
# Lock by xscreensaver or gnome-screensaver, if a respective daemon is running
-@@ -41,6 +41,7 @@
+@@ -35,12 +35,14 @@ done
+ # else run another access locking utility, if installed
+ for lock_cmd in \
+ "xlock -mode blank" \
+- "slock"
++ "slock" \
++ "i3lock -c 000000"
+ do
+ set -- $lock_cmd
if command -v -- $1 >/dev/null 2>&1; then
$lock_cmd >/dev/null 2>&1 &
# turn off display backlight:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 3, 9:53 AM (12 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32642217
Default Alt Text
D6884.id17674.diff (1 KB)
Attached To
Mode
D6884: x11-wm/xfce4-session: Add support for i3lock to xflock4
Attached
Detach File
Event Timeline
Log In to Comment