summaryrefslogtreecommitdiffstats
path: root/desktop/openbox/openbox.SlackBuild
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2020-10-15 21:30:53 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:36:19 +0700
commitc6b08262749b367ab1d20c426d38b6db384c8b89 (patch)
tree5a3ec9a2bea4b03f928c15b039ecff56dde332c1 /desktop/openbox/openbox.SlackBuild
parent4fa93a191404b41865f6fd83fa4e5a0cdf2b19db (diff)
downloadslackbuilds-c6b08262749b367ab1d20c426d38b6db384c8b89.tar.gz
slackbuilds-c6b08262749b367ab1d20c426d38b6db384c8b89.tar.xz
desktop/openbox: Updated for version 3.6.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/openbox/openbox.SlackBuild')
-rw-r--r--desktop/openbox/openbox.SlackBuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/openbox/openbox.SlackBuild b/desktop/openbox/openbox.SlackBuild
index c71bc05f87..9e0819048b 100644
--- a/desktop/openbox/openbox.SlackBuild
+++ b/desktop/openbox/openbox.SlackBuild
@@ -25,6 +25,9 @@
# Modifications for KDE and GNOME xinitrc scripts and Slackware 12.1
# KDM session fixes by Phillip Warner <pc_warner@yahoo.com>
+# Patch for converting openbox-xdg-autostart from python2 to python3
+# is prepared by Igor Alexandrov <igor.alexandrov@outlook.com>
+
# Currently maintained by Robby Workman <rw@rlworkman.net>
PRGNAM=openbox
@@ -88,6 +91,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# Convert openbox-xdg-autostart from python2 to python3
+patch -p1 < $CWD/py2-to-py3.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \