New commits:
commit c27c6757383216e86b8935066acc1f8e895566c9
Author: Arwed von Merkatz <v.merkatz AT gmx.net>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>
sensors-applet: fixed xorg-modular check and added missing CONFIGURE
diff --git a/gnome2-apps/sensors-applet/CONFIGURE
b/gnome2-apps/sensors-applet/CONFIGURE
new file mode 100755
index 0000000..ad6b500
--- /dev/null
+++ b/gnome2-apps/sensors-applet/CONFIGURE
@@ -0,0 +1 @@
+config_query NVIDIA "Support nvidia graphics card monitoring?" n
diff --git a/gnome2-apps/sensors-applet/DEPENDS
b/gnome2-apps/sensors-applet/DEPENDS
index bbd93e1..ab98c62 100755
--- a/gnome2-apps/sensors-applet/DEPENDS
+++ b/gnome2-apps/sensors-applet/DEPENDS
@@ -1,6 +1,7 @@
depends gnome-panel
&&
if [ "$NVIDIA" = "y" ]; then
- if [ "$(get_spell_provider $X11)" = xorg-server ]; then
+ . $GRIMOIRE/FUNCTIONS &&
+ if check_if_xorg_modular_libs gtk+2; then
depends nvidia-settings \
"--with-nvidia --with-x11=$TRACK_ROOT/usr/" "" z-rejected
else
diff --git a/gnome2-apps/sensors-applet/HISTORY
b/gnome2-apps/sensors-applet/HISTORY
index 13c974e..6276700 100644
--- a/gnome2-apps/sensors-applet/HISTORY
+++ b/gnome2-apps/sensors-applet/HISTORY
@@ -1,3 +1,7 @@
+2007-09-30 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * CONFIGURE: added as it was missing
+ * DEPENDS: fix xorg-modular check, checking if gtk+2 uses it
+
2006-08-26 Flavien Bridault <vlaaad AT sourcemage.org>
* DETAILS: Updated to 1.7.8
[SM-Commit] GIT changes to master grimoire by Arwed von Merkatz (c27c6757383216e86b8935066acc1f8e895566c9),
Arwed von Merkatz, 09/30/2007