Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (295c05d6ab4458b9bb9a44a037fce2c370921ac4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (295c05d6ab4458b9bb9a44a037fce2c370921ac4)
  • Date: Sun, 19 Jul 2009 01:01:16 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

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

New commits:
commit 295c05d6ab4458b9bb9a44a037fce2c370921ac4
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

gdm2: made rarian and linux-pam optional, disabled gnome-doc-utils
(seems to be unused)

diff --git a/gnome2-libs/gdm2/DEPENDS b/gnome2-libs/gdm2/DEPENDS
index bc73c92..4af78c4 100755
--- a/gnome2-libs/gdm2/DEPENDS
+++ b/gnome2-libs/gdm2/DEPENDS
@@ -10,14 +10,17 @@ depends libxklavier &&
depends libglade2 &&
depends gnome-panel &&
depends librsvg2 &&
-depends rarian &&
-depends gnome-doc-utils &&
-depends linux-pam &&
+#depends gnome-doc-utils &&

if echo $GDM_SECURE | grep -q "yes$" ; then
depends zenity
fi &&

+optional_depends linux-pam \
+ "--enable-authentication-scheme=pam" \
+ "" \
+ "Authenticate using PAM? (defaults to auto)" &&
+
optional_depends sessreg '' '' 'for wtmp/utmp updating' &&

optional_depends libxevie \
@@ -48,4 +51,9 @@ optional_depends policykit-gnome
\
optional_depends libselinux \
"--with-selinux" \
"--without-selinux" \
- "Add SELinux support?"
+ "Add SELinux support?" &&
+
+optional_depends rarian \
+ "--enable-scrollkeeper" \
+ "--disable-scrollkeeper" \
+ "Register with rarian?"
diff --git a/gnome2-libs/gdm2/HISTORY b/gnome2-libs/gdm2/HISTORY
index 6b3b7c0..5cf08f7 100644
--- a/gnome2-libs/gdm2/HISTORY
+++ b/gnome2-libs/gdm2/HISTORY
@@ -1,3 +1,7 @@
+2009-07-19 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: made linux-pam and rarian optional,
+ disabled gnome-doc-utils
+
2009-04-17 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.26.1




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (295c05d6ab4458b9bb9a44a037fce2c370921ac4), Arjan Bouter, 07/19/2009

Archive powered by MHonArc 2.6.24.

Top of Page