Skip to content

Commit

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

Update XScreenSaver from 5.40 to 5.43
  • Loading branch information
pmenzel authored Jul 4, 2019
2 parents 2e74aa0 + 47452df commit 0cc6ffd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion xscreensaver.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION xscreensaver-5.40-0
# BEE_VERSION xscreensaver-5.43-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 Down Expand Up @@ -64,6 +64,9 @@ build_in_sourcedir
mee_install() {
bee_install \
install_prefix="${D}"

# Use blank mode as default to reduce power usage
start_cmd sed -i 's/\*mode:.*/\*mode:\t\t\tblank/g' "${D}${DATADIR}/X11/app-defaults/XScreenSaver"
}
## by default this may be 'make install DESTDIR="${D}"'

Expand Down

0 comments on commit 0cc6ffd

Please sign in to comment.