From 62d657b92377a9e2523ec107d01001a47f197e80 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Wed, 28 Aug 2019 13:10:29 +0200 Subject: [PATCH] xscreensaver: remove sonar required suid/setcap. nope. --- xscreensaver.be0 | 31 +++++++++---------------------- 1 file changed, 9 insertions(+), 22 deletions(-) diff --git a/xscreensaver.be0 b/xscreensaver.be0 index 076e694cc..1a9ef0fe6 100755 --- a/xscreensaver.be0 +++ b/xscreensaver.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xscreensaver-5.43-0 +# BEE_VERSION xscreensaver-5.43-1 ## 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+=() +PATCHURL[0]="/src/mariux/patches/xscreensaver-remove-sonar.diff" ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not @@ -53,9 +53,10 @@ build_in_sourcedir # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure \ + --with-setcap-hacks=no +} #mee_build() { # bee_build @@ -70,20 +71,6 @@ mee_install() { } ## by default this may be 'make install DESTDIR="${D}"' -############################################################################### -## -## Additional hints: -## -## The name of this bee-file should follow the following naming convention: -## pkgname-pkgversion-pkgrevision.bee -## -## You may remove all comments as long as SRCURL[0]="" is set. -## -## Everything in this file will be executed in a bash environment. -## -## Build the package by executing -## './pkg-version-N.bee' or -## 'beesh ./pkg-version-N.bee' -## -## see http://beezinga.org/ -## +#mee_install_post() { +# exit +#}