Take maintainership as discussed with manu via email. Also clean up: - Remove USES=desktop-file-utils again, the desktop files don't register any MIME types - Add USES=shebangfix to fix the perl shebang, remove manual patching - Remove MAKE_JOBS_UNSAFE, parallel builds seem to work just fine - Format according to portclippy recommendations - Update local patches Approved by: x11 (manu)
48 lines
1.8 KiB
Plaintext
48 lines
1.8 KiB
Plaintext
--- driver/XScreenSaver.ad.in.orig 2023-10-11 00:24:06 UTC
|
|
+++ driver/XScreenSaver.ad.in
|
|
@@ -55,7 +55,7 @@
|
|
*splashDuration: 0:00:05
|
|
*visualID: default
|
|
*installColormap: True
|
|
-*ignoreUninstalledPrograms: False
|
|
+*ignoreUninstalledPrograms: True
|
|
*authWarningSlack: 20
|
|
|
|
*textMode: url
|
|
@@ -103,7 +103,7 @@
|
|
|
|
|
|
! The strftime(3) format string for printing the time on the password dialog.
|
|
-*dateFormat: %I:%M %p, %a %b %e
|
|
+*dateFormat: %Y-%m-%d %H:%M:%S
|
|
! DD MMM:
|
|
! *dateFormat: %I:%M %p, %e %b (%a)
|
|
! 12 hour time only:
|
|
@@ -324,6 +324,18 @@ XScreenSaver.bourneShell: /bin/sh
|
|
!=============================================================================
|
|
|
|
*programs: \
|
|
+ xaos -root -autopilot -nogui -delay 10000 \
|
|
+ -maxframerate 30 \
|
|
+ -incoloring -1 -outcoloring -1 \n\
|
|
+ xdaliclock -root -font BUILTIN3 -cycle \n\
|
|
+ xearth -nofork -ncolors 50 -night 3 \
|
|
+ -pos sunrel/38/-30 -wait 0 \n\
|
|
+ xmountains -b -M -Z 0 -r 1 \n\
|
|
+ "XMountains (top)" xmountains -b -M -Z 0 -r 1 -m \n\
|
|
+ xplanet -vroot -wait 1 -timewarp 400 \
|
|
+ -label -origin moon \n\
|
|
+- xsnow -bg SkyBlue3 -solidbg \n\
|
|
+@GL_KLUDGE@ GL: fireflies -root \n\
|
|
maze --root \n\
|
|
@GL_KLUDGE@ GL: superquadrics --root \n\
|
|
attraction --root \n\
|
|
@@ -615,7 +627,6 @@ - lcdscrub --root \n\
|
|
*hacks.dangerball.name: Danger Ball
|
|
*hacks.decayscreen.name: Decay Screen
|
|
*hacks.deepstars.name: Deep Stars
|
|
-*hacks.dnalogo.name: DNA Logo
|
|
*hacks.dymaxionmap.name: Dymaxion Map
|
|
*hacks.energystream.name: Energy Stream
|
|
*hacks.etruscanvenus.name: Etruscan Venus
|