diff --git a/xscreensaver.be0 b/xscreensaver.be0 index 40fbe11fe..1be356453 100755 --- a/xscreensaver.be0 +++ b/xscreensaver.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xscreensaver-5.43-2 +# BEE_VERSION xscreensaver-5.45-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[0]="/src/mariux/patches/xscreensaver-remove-sonar.diff" +# PATCHURL[0]="" ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not @@ -57,7 +57,8 @@ mee_configure() { start_cmd sed 's/gdmflexiserver -ls/dm-tool switch-to-greeter/' -i ${S}/configure # can't find configure switch to do this. 'with-login-manager' doesn't work like expected bee_configure \ - --with-setcap-hacks=no + --with-setuid-hacks=no \ + --with-setcap-hacks=no } #mee_build() {