Skip to content

Commit

Permalink
Merge pull request #2017 from mariux64/update-xscreensaver-from-5.43-…
Browse files Browse the repository at this point in the history
…to-5.45

Update XScreenSaver from 5.43 to 5.45
  • Loading branch information
david authored Dec 9, 2020
2 parents 587de54 + 718df0f commit 3ad1bf5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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-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.)
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[0]="/src/mariux/patches/xscreensaver-remove-sonar.diff"
# PATCHURL[0]=""

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit 3ad1bf5

Please sign in to comment.