summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rwxr-xr-xsource/a/lzlib/lzlib.SlackBuild6
-rw-r--r--source/kde/kde/build/powerdevil2
-rwxr-xr-xsource/l/vte/vte.SlackBuild3
-rwxr-xr-xsource/n/php/fetch-php.sh4
-rw-r--r--source/x/x11-skel/scripts/xwmconfig.desktop4
-rwxr-xr-xsource/x/x11-skel/x11-skel.SlackBuild8
-rw-r--r--source/x/x11/build/xdm2
-rw-r--r--source/x/x11/doinst.sh/xdm4
-rw-r--r--source/x/x11/post-install/xdm.post-install2
9 files changed, 20 insertions, 15 deletions
diff --git a/source/a/lzlib/lzlib.SlackBuild b/source/a/lzlib/lzlib.SlackBuild
index 12b5b73ae..c59d70ca7 100755
--- a/source/a/lzlib/lzlib.SlackBuild
+++ b/source/a/lzlib/lzlib.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2017, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2017, 2018, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -96,12 +96,10 @@ find . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
--prefix=/usr \
- --sysconfdir=/etc \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
--infodir=/usr/info \
- --disable-static \
- --build=$ARCH-slackware-linux || exit 1
+ --disable-static || exit 1
# Build and install:
make $NUMJOBS || make || exit 1
diff --git a/source/kde/kde/build/powerdevil b/source/kde/kde/build/powerdevil
index 00750edc0..d00491fd7 100644
--- a/source/kde/kde/build/powerdevil
+++ b/source/kde/kde/build/powerdevil
@@ -1 +1 @@
-3
+1
diff --git a/source/l/vte/vte.SlackBuild b/source/l/vte/vte.SlackBuild
index 9937c9789..6bc7618c9 100755
--- a/source/l/vte/vte.SlackBuild
+++ b/source/l/vte/vte.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=vte
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -136,7 +136,6 @@ mkdir -p $PKG/usr/doc/${PKGNAM}-$VERSION
cp -a \
AUTHORS COPYING* HACKING INSTALL MAINTAINERS NEWS README* \
$PKG/usr/doc/${PKGNAM}-$VERSION
-ln -s /usr/share/gtk-doc/html/vte-* $PKG/usr/doc/vte-$VERSION/html
# If there's a ChangeLog, installing at least part of the recent history
# is useful, but don't let it get totally out of control:
diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh
index 9d4653103..784b7f0d9 100755
--- a/source/n/php/fetch-php.sh
+++ b/source/n/php/fetch-php.sh
@@ -1,2 +1,2 @@
-lftpget http://us.php.net/distributions/php-7.4.13.tar.xz.asc
-lftpget http://us.php.net/distributions/php-7.4.13.tar.xz
+lftpget http://us.php.net/distributions/php-7.4.14.tar.xz.asc
+lftpget http://us.php.net/distributions/php-7.4.14.tar.xz
diff --git a/source/x/x11-skel/scripts/xwmconfig.desktop b/source/x/x11-skel/scripts/xwmconfig.desktop
new file mode 100644
index 000000000..c604f74d9
--- /dev/null
+++ b/source/x/x11-skel/scripts/xwmconfig.desktop
@@ -0,0 +1,4 @@
+[Desktop Entry]
+Name=Xsession default
+Comment=Use Xsession to start the desktop configured by xwmconfig
+Exec=/etc/X11/xdm/Xsession
diff --git a/source/x/x11-skel/x11-skel.SlackBuild b/source/x/x11-skel/x11-skel.SlackBuild
index 553e77664..c934c6692 100755
--- a/source/x/x11-skel/x11-skel.SlackBuild
+++ b/source/x/x11-skel/x11-skel.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2011, 2012, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2008, 2009, 2011, 2012, 2018, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=x11-skel
VERSION=7.7
-BUILD=${BUILD:-5}
+BUILD=${BUILD:-6}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -63,6 +63,7 @@ mkdir -p usr/lib${LIBDIRSUFFIX}/X11
mkdir -p usr/bin
mkdir -p var/log/setup
mkdir -p usr/man/man1
+mkdir -p usr/share/xsessions
# obsolete:
#cp -a $CWD/scripts/xorg.conf-fbdev etc/X11
@@ -79,6 +80,9 @@ cp -a $CWD/scripts/setup.xwmconfig var/log/setup
chown root:root var/log/setup/setup.xwmconfig
chmod 755 var/log/setup/setup.xwmconfig
cat $CWD/manpages/xwmconfig.1 | gzip -9c > $PKG/usr/man/man1/xwmconfig.1.gz
+cp -a $CWD/scripts/xwmconfig.desktop usr/share/xsessions
+chown root:root usr/share/xsessions/xwmconfig.desktop
+chmod 644 usr/share/xsessions/xwmconfig.desktop
mkdir -p install
zcat $CWD/doinst.sh.gz \
diff --git a/source/x/x11/build/xdm b/source/x/x11/build/xdm
index b4de39476..48082f72f 100644
--- a/source/x/x11/build/xdm
+++ b/source/x/x11/build/xdm
@@ -1 +1 @@
-11
+12
diff --git a/source/x/x11/doinst.sh/xdm b/source/x/x11/doinst.sh/xdm
index 68c356c50..fc3b5a679 100644
--- a/source/x/x11/doinst.sh/xdm
+++ b/source/x/x11/doinst.sh/xdm
@@ -4,8 +4,8 @@ config() {
# If there's no config file by that name, mv it over:
if [ ! -r $OLD ]; then
mv $NEW $OLD
- elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then # toss the redundant copy
- rm $NEW
+ elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then # MOVE IT OVER TO FIX PERMS
+ mv $NEW $OLD
fi
# Otherwise, we leave the .new copy for the admin to consider...
}
diff --git a/source/x/x11/post-install/xdm.post-install b/source/x/x11/post-install/xdm.post-install
index 31b390d80..9b4c481ab 100644
--- a/source/x/x11/post-install/xdm.post-install
+++ b/source/x/x11/post-install/xdm.post-install
@@ -30,8 +30,8 @@ do
# pre Slackware-14.1 development cycle.
awk "/[^ ]/ { copy=1 }; copy { print }" $PKG/etc/X11/xdm/${conffile} > $PKG/etc/X11/xdm/${conffile}.new
touch -r $PKG/etc/X11/xdm/${conffile} $PKG/etc/X11/xdm/${conffile}.new
+ chmod --reference=$PKG/etc/X11/xdm/${conffile} $PKG/etc/X11/xdm/${conffile}.new
rm -f $PKG/etc/X11/xdm/${conffile}
- #mv $PKG/etc/X11/xdm/${conffile} $PKG/etc/X11/xdm/${conffile}.new ;
done
# Change default auth type: