summaryrefslogtreecommitdiffstats
path: root/source/xfce/xfce4-screensaver/xfce4-screensaver.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/xfce/xfce4-screensaver/xfce4-screensaver.SlackBuild')
-rwxr-xr-xsource/xfce/xfce4-screensaver/xfce4-screensaver.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/source/xfce/xfce4-screensaver/xfce4-screensaver.SlackBuild b/source/xfce/xfce4-screensaver/xfce4-screensaver.SlackBuild
index 4417b923f..f18a72bda 100755
--- a/source/xfce/xfce4-screensaver/xfce4-screensaver.SlackBuild
+++ b/source/xfce/xfce4-screensaver/xfce4-screensaver.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for xfce4-screensaver
# Copyright 2019 Robby Workman, Tuscaloosa, Alabama, USA
+# Copyright 2023 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=xfce4-screensaver
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -102,10 +103,6 @@ CXXFLAGS="$SLKCFLAGS" \
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1
-# Don't ship autostart file. This will start without it.
-rm -f $PKG/etc/xdg/autostart/xfce4-screensaver.desktop
-rmdir $PKG/etc/xdg/autostart
-
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true