summaryrefslogtreecommitdiffstats
path: root/source/xap
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap')
-rwxr-xr-xsource/xap/gimp/gimp.SlackBuild2
-rwxr-xr-xsource/xap/xscreensaver/xscreensaver.SlackBuild2
-rw-r--r--source/xap/xscreensaver/xscreensaver.no.expiration.date.diff47
3 files changed, 23 insertions, 28 deletions
diff --git a/source/xap/gimp/gimp.SlackBuild b/source/xap/gimp/gimp.SlackBuild
index 1ae1084f2..c661e4a3e 100755
--- a/source/xap/gimp/gimp.SlackBuild
+++ b/source/xap/gimp/gimp.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gimp
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-5}
+BUILD=${BUILD:-6}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/xap/xscreensaver/xscreensaver.SlackBuild b/source/xap/xscreensaver/xscreensaver.SlackBuild
index ffc957672..8d12829d5 100755
--- a/source/xap/xscreensaver/xscreensaver.SlackBuild
+++ b/source/xap/xscreensaver/xscreensaver.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=xscreensaver
VERSION=${VERSION:-$(echo xscreensaver-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/xap/xscreensaver/xscreensaver.no.expiration.date.diff b/source/xap/xscreensaver/xscreensaver.no.expiration.date.diff
index 5929e91c0..fc4af25ac 100644
--- a/source/xap/xscreensaver/xscreensaver.no.expiration.date.diff
+++ b/source/xap/xscreensaver/xscreensaver.no.expiration.date.diff
@@ -1,30 +1,25 @@
---- ./driver/dialog.c.orig 2021-10-04 17:18:28.000000000 -0500
-+++ ./driver/dialog.c 2023-03-05 14:03:13.158084489 -0600
-@@ -1333,6 +1333,15 @@
- lines[i].align = CENTER;
- i++;
-
-+/*
-+ NOTE: This feature is disabled by Slackware... we do not ship multi-year
-+ old versions, nor do we think it is a good idea to include nag screens
-+ that activate when an expiration date is reached. In this case, the
-+ nag screen was activated after only one year, which practically insures
-+ that this will be seen before the next stable Slackware release.
-+ If there's a problem that needs fixing, we'll issue a fix.
-+ No nag screens please. Thanks for possibly reconsidering this!
+--- ./driver/dialog.c.orig 2023-05-05 20:19:20.000000000 -0500
++++ ./driver/dialog.c 2023-09-01 14:00:50.664648227 -0500
+@@ -1454,18 +1454,10 @@
+ disrespect the wishes of the person who wrote all of this software for
+ you -- you are a terrible person. Kindly go fuck yourself.
+ */
+- if (time ((time_t *) 0) - XSCREENSAVER_RELEASED > 60*60*24*30*17)
+- {
+- lines[i].text = _("Update available!\nThis version is very old.\n");
+- lines[i].font = ws->error_font;
+- lines[i].fg = ws->xft_error_foreground;
+- lines[i].fg2 = lines[i].fg;
+- lines[i].bg = ws->background;
+- lines[i].type = LABEL;
+- lines[i].align = CENTER;
+- i++;
+- }
+- else if (strstr (ws->version, "a") || strstr (ws->version, "b"))
+
- if (time ((time_t *) 0) - XSCREENSAVER_RELEASED > 60*60*24*30*17)
- {
- lines[i].text = _("Update available!\nThis version is very old.\n");
-@@ -1343,7 +1352,10 @@
- lines[i].align = CENTER;
- i++;
- }
-- else if (strstr (ws->version, "a") ||
-+ else
-+*/
++ /* Downstream note: tough shit, buddy. */
+
-+ if (strstr (ws->version, "a") ||
- strstr (ws->version, "b"))
++ if (strstr (ws->version, "a") || strstr (ws->version, "b"))
{
lines[i].text = _("PRE-RELEASE VERSION");
+ lines[i].font = ws->error_font;