Skip to content

Commit

Permalink
Merge pull request #1217 from mariux64/fix-xscreensaver-suidsetcap
Browse files Browse the repository at this point in the history
xscreensaver: remove sonar
  • Loading branch information
pmenzel authored Aug 28, 2019
2 parents 55706dc + 62d657b commit 63e5462
Showing 1 changed file with 9 additions and 22 deletions.
31 changes: 9 additions & 22 deletions xscreensaver.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
#}

0 comments on commit 63e5462

Please sign in to comment.