Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Flavien Bridault (88efe2f128af32a11028dae2e64fce561d25d01d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Flavien Bridault (88efe2f128af32a11028dae2e64fce561d25d01d)
  • Date: Tue, 08 Aug 2006 11:35:10 -0700

Quoting Flavien Bridault <scm AT mail.sourcemage.org>:
GIT changes to master grimoire by Flavien Bridault <vlaaad AT sourcemage.org>:

dev/null |binary
gnome2-apps/sensors-applet/DEPENDS | 7 +++++++
gnome2-apps/sensors-applet/DETAILS | 2 +-
gnome2-apps/sensors-applet/HISTORY | 5 +++++
gnome2-apps/sensors-applet/sensors-applet-1.7.5.tar.gz.sig | 0
gnome2-apps/sensors-applet/sensors-applet-1.7.6.tar.gz.sig |binary
6 files changed, 13 insertions(+), 1 deletion(-)

New commits:
commit d69c238ce0cbbb1839adf2b1e0c1056195a30143
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

sensors applet 1.7.6 + added optional nvidia graphics cards monitoring

diff --git a/gnome2-apps/sensors-applet/DEPENDS b/gnome2-apps/sensors-applet/DEPENDS
index 1796aad..37b55c6 100755
--- a/gnome2-apps/sensors-applet/DEPENDS
+++ b/gnome2-apps/sensors-applet/DEPENDS
@@ -1,4 +1,11 @@
depends gnome-panel
&&
+if [ "$NVIDIA" = "y" ]; then
+ if [ "$(get_spell_provider $X11)" = xorg-server ]; then
+ depends nvidia-settings '--with-nvidia --with-x11=/usr/'
+ else
+ depends nvidia-settings '--with-nvidia --with-x11=/usr/X11R6/'
+ fi
+fi &&
<snip>

Configure paths need to be prepended with $TRACK_ROOT.

-sandalle

--
Eric Sandall | Source Mage GNU/Linux Developer
eric at sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | SysAdmin @ Inst. Shock Physics @ WSU
http://counter.li.org/ #196285 | http://www.shock.wsu.edu/

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.





Archive powered by MHonArc 2.6.24.

Top of Page