summaryrefslogtreecommitdiffstats
path: root/source/xfce/xfce4-screensaver
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-05-26 18:59:21 +0000
committer Eric Hameleers <alien@slackware.com>2023-05-26 21:34:14 +0200
commitce8a8775465331c6fd72f04d16ae33594ae67984 (patch)
treedf2398b03a40ecece57c9f215713eba672415c9b /source/xfce/xfce4-screensaver
parent8d7ca9b497816ddc34d75fffcdcd4abc78281b16 (diff)
downloadcurrent-ce8a8775465331c6fd72f04d16ae33594ae67984.tar.gz
current-ce8a8775465331c6fd72f04d16ae33594ae67984.tar.xz
Fri May 26 18:59:21 UTC 202320230526185921
d/meson-1.1.1-x86_64-1.txz: Upgraded. x/mesa-23.1.1-x86_64-1.txz: Upgraded. xap/ddd-3.4.0-x86_64-1.txz: Upgraded. xfce/xfce4-screensaver-4.18.1-x86_64-2.txz: Rebuilt. Include autostart file. Thanks to marav.
Diffstat (limited to 'source/xfce/xfce4-screensaver')
-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