CVS: moonbase/gnome2-core/gdm BUILD, 1.4, 1.5 DEPENDS, 1.2,
1.3 DETAILS, 1.8, 1.9
nhudson at lunar-linux.org
nhudson at lunar-linux.org
Fri Sep 12 03:53:05 GMT 2003
Update of /var/cvs/lunar/moonbase/gnome2-core/gdm
In directory dbguin.lunar-linux.org:/tmp/cvs-serv27961/gnome2-core/gdm
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
Ok this is Gnome 2.4.0 Desktop Release. I hope everyone enjoys. We moved it from /opt/lunar/gnome/2 to /opt/lunar/gnome/2.4. I tried chaging all the modules that compile with Gnome to recompile but some of them may have been missed. If you run into a problem and a module will not compile please let us know. If you run into a problem where a app will not work recompile and everything should be ok.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/gdm/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD 30 Mar 2003 17:14:43 -0000 1.4
+++ BUILD 12 Sep 2003 03:52:33 -0000 1.5
@@ -1,36 +1,37 @@
(
+ groupadd gdm 2>/dev/null
+ useradd gdm -g gdm 2>/dev/null
- export PATH=/opt/lunar/gnome/2/bin:$PATH
- export PKG_CONFIG_PATH=/opt/lunar/gnome/2/lib/pkgconfig:$PKG_CONFIG_PATH
- add_priv_user gdm:gdm
- if module_installed Linux-PAM ; then
- SCHEME="pam"
- elif module_installed shadow ; then
- SCHEME="shadow"
- else
- SCHEME="auto"
- fi
+ if module_installed Linux-PAM; then SCHEME="pam"
+ elif module_installed shadow; then SCHEME="shadow"
+ else SCHEME="auto"
+ fi
- OPTS="$OPTS --enable-authentication-scheme=$SCHEME"
+ OPTS="$OPTS --enable-authentication-scheme=$SCHEME"
- LDFLAGS="$LDFLAGS -L/usr/X11R6/lib"
+ LDFLAGS="$LDFLAGS -L/usr/X11R6/lib"
- ./configure --build=$BUILD \
- --prefix=/opt/lunar/gnome/2 \
- --with-xinerama=yes \
+ ./configure --build=$BUILD \
+ --prefix=/opt/lunar/gnome/2.4 \
+ --with-xinerama=yes \
--sysconfdir=/etc/X11 \
--localstatedir=/var \
- $OPTS &&
+ $OPTS &&
- sedit 's#$(LINK)#$(LINK) $(LIBS)#' daemon/Makefile &&
- default_make &&
+ sedit 's#$(LINK)#$(LINK) $(LIBS)#' daemon/Makefile &&
+ make &&
+ prepare_install &&
+ make install &&
- mkdir -p /var/gdm &&
- chown -R gdm:gdm /var/gdm &&
- chmod 750 /var/gdm &&
+ mkdir -p /var/gdm &&
+ chown -R gdm:gdm /var/gdm &&
+ chmod 750 /var/gdm &&
- install --mode=755 $SCRIPT_DIRECTORY/Sessions/Gnome /etc/X11/gdm/Sessions &&
- install --mode=755 $SCRIPT_DIRECTORY/gnomerc /etc/X11/gdm/gnomerc
+ if ! module_installed gdm2; then
+ install --mode=644 $SCRIPT_DIRECTORY/gnomerc /etc/X11/gdm/gnomerc
+ install --mode=644 $SCRIPT_DIRECTORY/gdm.conf /etc/X11/gdm/gdm.conf
+ install --mode=755 $SCRIPT_DIRECTORY/Sessions/Gnome2 /etc/X11/gdm/Sessions
+ fi
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/gdm/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS 28 Jun 2003 02:17:26 -0000 1.2
+++ DEPENDS 12 Sep 2003 03:52:33 -0000 1.3
@@ -1,4 +1,4 @@
depends libgnomeui &&
depends libglade2 &&
-depends librsvg &&
+depends librsvg &&
depends scrollkeeper
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/gdm/DETAILS,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- DETAILS 3 Sep 2003 18:05:04 -0000 1.8
+++ DETAILS 12 Sep 2003 03:52:33 -0000 1.9
@@ -3,13 +3,14 @@
SOURCE=gdm-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gdm-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/gdm/2.4/$SOURCE
+ SOURCE_VFY=md5:f9321918669d6823e65220034e3b2398
WEB_SITE=http://www.gnome.org
ENTERED=20020716
- UPDATED=20030903
+ UPDATED=20030912
SHORT="The Gnome Display Manager is a re-implementation of the well known xdm program"
cat << EOF
The Gnome Display Manager is a re-implementation of the well known xdm
-program. gdm 2.4 implements all significant features required for
+program. gdm 2.2 implements all significant features required for
managing local and remote displays.
gdm daemon:
More information about the Lunar-commits
mailing list