From 47452df5dd2f68c03d995d7c183cad76ecfd7c98 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 4 Jul 2019 15:23:24 +0200 Subject: [PATCH] xscreensaver: Update version from 5.42 to 5.43 From the [change-log][1]: > * New hacks, GravityWell, DeepStars. > * GLPlanet now supports the Mercator projection. > * Bouncing Cow has mathematically ideal cows (spherical, frictionless). > * Foggy toasters. > * Unknown Pleasures can now use an image file as a clip mask. > * Updated webcollage for recent changes. > * macOS: Fixed BSOD fonts on UWQHD+ displays. > * X11: Added some sample unlock dialog color schemes to the .ad file. > * X11: On systemd systems, closing your laptop lid might actually lock your screen now, maybe. > * X11: 'sonar' can ping without being setuid by using setcap. [1]: https://www.jwz.org/xscreensaver/changelog.html --- xscreensaver.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xscreensaver.be0 b/xscreensaver.be0 index ae4f028d2..076e694cc 100755 --- a/xscreensaver.be0 +++ b/xscreensaver.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xscreensaver-5.42-0 +# BEE_VERSION xscreensaver-5.43-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -15,7 +15,7 @@ SRCURL[0]="https://www.jwz.org/xscreensaver/xscreensaver-${PKGVERSION}.tar.gz" ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -PATCHURL+=(/src/mariux/patches/xscreensaver-use-c89-comments.diff) +# PATCHURL+=() ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not