Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (057371af5a925c51ec5639ac38a92d5e0be0d295)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (057371af5a925c51ec5639ac38a92d5e0be0d295)
  • Date: Thu, 12 Oct 2006 07:08:38 -0500

GIT changes to master grimoire by Alexander Tsamutali <astsmtl AT gmail.com>:

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

New commits:
commit 057371af5a925c51ec5639ac38a92d5e0be0d295
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

fixed some dependencies, fixed bug #12753

diff --git a/gnome2-libs/gdm2/DEPENDS b/gnome2-libs/gdm2/DEPENDS
index 09043e0..8c7692d 100755
--- a/gnome2-libs/gdm2/DEPENDS
+++ b/gnome2-libs/gdm2/DEPENDS
@@ -1,7 +1,8 @@
-depends libgnomeui &&
-depends libglade2 &&
-depends librsvg2 &&
-depends scrollkeeper &&
+depends libgnomeui &&
+depends libglade2 &&
+depends librsvg2 &&
+depends scrollkeeper &&
+depends gnome-doc-utils &&

if [ "$(get_spell_provider gtk+2 X11-LIBS)" == "xorg-server" ]; then
optional_depends sessreg '' '' 'for wtmp/utmp updating'
@@ -9,4 +10,8 @@ fi &&

if [ $DBUSLAUNCH == "y" ]; then
depends dbus
+fi &&
+
+if echo $GDM_SECURE | grep -q "yes$" ; then
+ depends zenity
fi
diff --git a/gnome2-libs/gdm2/HISTORY b/gnome2-libs/gdm2/HISTORY
index bcae098..e6cddb4 100644
--- a/gnome2-libs/gdm2/HISTORY
+++ b/gnome2-libs/gdm2/HISTORY
@@ -1,3 +1,8 @@
+2006-10-12 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DEPENDS: depends on gnome-doc-utils,
+ depends on zenity if secure remote connections are enabled,
+ this fixes bug #12753
+
2006-10-03 Flavien Bridault <vlaaad AT sourcemage.org>
* DETAILS: Updated to 2.16.1




  • [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (057371af5a925c51ec5639ac38a92d5e0be0d295), Alexander Tsamutali, 10/12/2006

Archive powered by MHonArc 2.6.24.

Top of Page