Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by Eric Sandall (11d4a8623870dc4d7e8806832e3d9ac04ad045cc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Eric Sandall (11d4a8623870dc4d7e8806832e3d9ac04ad045cc)
  • Date: Mon, 5 Jun 2006 02:03:11 -0500

GIT changes to test grimoire by Eric Sandall <sandalle AT sourcemage.org>:

gnome2-libs/gdm2/DEPENDS | 15 ++++++++++-----
gnome2-libs/gdm2/HISTORY | 4 ++++
2 files changed, 14 insertions(+), 5 deletions(-)

New commits:
commit 11d4a8623870dc4d7e8806832e3d9ac04ad045cc
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

* DEPENDS: If xorg-server provides X11-LIBS for gtk+2 then gdm
optionally
depends on sessreg to be installed to update wtmp and utmp

diff --git a/gnome2-libs/gdm2/DEPENDS b/gnome2-libs/gdm2/DEPENDS
index 5969cfa..09043e0 100755
--- a/gnome2-libs/gdm2/DEPENDS
+++ b/gnome2-libs/gdm2/DEPENDS
@@ -1,7 +1,12 @@
-depends libgnomeui &&
-depends libglade2 &&
-depends librsvg2 &&
-depends scrollkeeper &&
+depends libgnomeui &&
+depends libglade2 &&
+depends librsvg2 &&
+depends scrollkeeper &&
+
+if [ "$(get_spell_provider gtk+2 X11-LIBS)" == "xorg-server" ]; then
+ optional_depends sessreg '' '' 'for wtmp/utmp updating'
+fi &&
+
if [ $DBUSLAUNCH == "y" ]; then
- depends dbus
+ depends dbus
fi
diff --git a/gnome2-libs/gdm2/HISTORY b/gnome2-libs/gdm2/HISTORY
index d273e79..b0e3511 100644
--- a/gnome2-libs/gdm2/HISTORY
+++ b/gnome2-libs/gdm2/HISTORY
@@ -1,3 +1,7 @@
+2006-06-04 Eric Sandall <eric AT sandall.us>
+ * DEPENDS: If xorg-server provides X11-LIBS for gtk+2 then gdm
optionally
+ depends on sessreg to be installed to update wtmp and utmp
+
2006-05-24 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.14.7
* PRE_BUILD: removed copying of ssh session file



  • [SM-Commit] GIT changes to test grimoire by Eric Sandall (11d4a8623870dc4d7e8806832e3d9ac04ad045cc), Eric Sandall, 06/05/2006

Archive powered by MHonArc 2.6.24.

Top of Page