summaryrefslogtreecommitdiffstats
path: root/source/xap
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-08-08 22:42:46 +0000
committer Eric Hameleers <alien@slackware.com>2023-08-09 01:50:17 +0200
commitcba646cba8d9743163fd3f862ea894c53225c80f (patch)
tree8fc70445970a09b4906d1c3b1309c2428bd3322c /source/xap
parent34b273fa615b326da9f883aea3addf0abf1d0c07 (diff)
downloadcurrent-cba646cba8d9743163fd3f862ea894c53225c80f.tar.gz
current-cba646cba8d9743163fd3f862ea894c53225c80f.tar.xz
Tue Aug 8 22:42:46 UTC 202320230808224246
a/kernel-firmware-20230808_0ab353f-noarch-1.txz: Upgraded. a/kernel-generic-6.1.44-x86_64-1.txz: Upgraded. a/kernel-huge-6.1.44-x86_64-1.txz: Upgraded. a/kernel-modules-6.1.44-x86_64-1.txz: Upgraded. d/kernel-headers-6.1.44-x86-1.txz: Upgraded. d/meson-1.2.1-x86_64-1.txz: Upgraded. k/kernel-source-6.1.44-noarch-1.txz: Upgraded. +ARCH_HAS_CPU_FINALIZE_INIT y +CPU_SRSO y +GDS_FORCE_MITIGATION n kde/ktextaddons-1.4.1-x86_64-1.txz: Upgraded. kde/okteta-0.26.13-x86_64-1.txz: Upgraded. kde/sddm-0.20.0-x86_64-3.txz: Rebuilt. Also use .new for the files in /etc/pam.d/. Thanks to marav. x/ibus-m17n-1.4.21-x86_64-1.txz: Upgraded. xap/windowmaker-0.96.0-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/xap')
-rwxr-xr-xsource/xap/windowmaker/windowmaker.SlackBuild7
-rw-r--r--source/xap/windowmaker/windowmaker.url2
-rw-r--r--source/xap/windowmaker/wmaker.inst.diff46
3 files changed, 4 insertions, 51 deletions
diff --git a/source/xap/windowmaker/windowmaker.SlackBuild b/source/xap/windowmaker/windowmaker.SlackBuild
index b18507211..71f76c59d 100755
--- a/source/xap/windowmaker/windowmaker.SlackBuild
+++ b/source/xap/windowmaker/windowmaker.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2015, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2015, 2018, 2023 Patrick J. Volkerding, Sebeka, MN, 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=windowmaker
VERSION=${VERSION:-$(echo WindowMaker-0*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -78,9 +78,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-# This should be non-interactive where possible.
-zcat $CWD/wmaker.inst.diff.gz | patch -p1 --verbose || exit 1
-
# Get rid of OpenSUSE menu:
zcat $CWD/WindowMaker.noopensusemenu.diff.gz | patch -p1 --verbose || exit 1
diff --git a/source/xap/windowmaker/windowmaker.url b/source/xap/windowmaker/windowmaker.url
new file mode 100644
index 000000000..eb7d4fdd1
--- /dev/null
+++ b/source/xap/windowmaker/windowmaker.url
@@ -0,0 +1,2 @@
+https://github.com/window-maker/wmaker
+https://github.com/window-maker/wmaker/releases/download/wmaker-0.96.0/WindowMaker-0.96.0.tar.gz
diff --git a/source/xap/windowmaker/wmaker.inst.diff b/source/xap/windowmaker/wmaker.inst.diff
deleted file mode 100644
index 3fdfe6431..000000000
--- a/source/xap/windowmaker/wmaker.inst.diff
+++ /dev/null
@@ -1,46 +0,0 @@
-diff -Nur WindowMaker-0.95.2.orig/util/wmaker.inst.in WindowMaker-0.95.2/util/wmaker.inst.in
---- WindowMaker-0.95.2.orig/util/wmaker.inst.in 2012-02-14 13:36:01.000000000 -0600
-+++ WindowMaker-0.95.2/util/wmaker.inst.in 2012-02-14 18:25:28.213206250 -0600
-@@ -33,20 +33,7 @@
-
- make_script() {
- ISCRIPT="$1"
--
-- cat << EOF >> "$ISCRIPT"
--# Window Maker default X session startup script
--
--PATH="\$PATH:$BINDIR"
--
--# If you login from xdm, uncomment this to make error messages appear
--# in the console window.
--#
--# tail -f "$HOME"/.xsession-errors > /dev/console &
--
--exec wmaker
--
--EOF
-+ cat /etc/X11/xinit/xinitrc.wmaker >> $ISCRIPT
- chmod +rx "$ISCRIPT"
- }
-
-@@ -298,19 +285,7 @@
-
- trap "show_end_message;exit" 2
-
--echo
--echo "Now the .xinitrc, .Xclients or .xsession script must be updated so that"
--echo "it calls wmaker when you start an X session."
--echo "Type the name of the file that must be changed (normally .xinitrc)."
--echo "If the file already exists, it will be backed up with a .old.$DATE "
--echo "extension"
--echo "If you want to edit it by hand, hit <Control>-C now."
--read file
--
--if test "x$file" = "x"; then
-- echo "Using .xinitrc as a default value"
-- file=.xinitrc
--fi
-+file=.xinitrc
-
- if [ -f "$USERDIR/$file" ]; then
- mv "$USERDIR/$file" "$USERDIR/$file.old.$DATE"