Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Chris Dombroski (270f3fdeb7bc759573baa8a2506222373edd5753)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Chris Dombroski <cdombroski AT icanttype.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Chris Dombroski (270f3fdeb7bc759573baa8a2506222373edd5753)
  • Date: Fri, 26 Jan 2007 13:52:41 -0500

Jaka Kranjc wrote:
On Thursday 25 January 2007 21:50, Jeremy Blosser wrote:

On Jan 25, Chris Dombroski [scm AT mail.sourcemage.org] wrote:

Created DEPENDS file, depends on X11-SERVER and libxscrnsaver. Bug
11014

http://bugs.sourcemage.org/show_bug.cgi?id=11014#c4
"missing dependency on X11-SERVER or (imake and libxscrnsaver) for
xorg-modular.

server as this app makes sense when using a server."


+depends X11-SERVER &&
+if [ "$(get_spell_provider $SPELL X11-SERVER)" == "xorg-server"
]; then + depends imake
+ depends libxscrnsaver
+fi

Jaka, did you mean it needs both, or needs either X11-SERVER or the others
if not using a server with xorg-modular?

the two don't force xorg-server through their dependencies, true. However the
description leads me to believe it needs it.

xautolock:
Xautolock monitors console activity under the X window system, and fires
up a program of your choice if nothing happens during a user configurable
period of time. You can use this to automatically start up a screen locker
in case you tend to forget to do so manually before having a coffee break

btw Chris, we have two utility functions in FUNCTIONS:
check_if_xorg_modular_libs
check_if_xorg_modular_server

Oh, I just went with the first thing I found in the grimoire that
worked. Also, if using xorg-modular, it will not build unless
libxscrnsaver is installed. So the logic is correct, although the
implementation could be improved.

Attachment: signature.asc
Description: OpenPGP digital signature




Archive powered by MHonArc 2.6.24.

Top of Page