Skip to content

Update XScreenSaver from 5.43 to 5.45 #2017

Merged
merged 3 commits into from
Dec 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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