[Lunar-commits] CVS: moonbase/gnome2-core/metacity BUILD, 1.4,
1.5 DETAILS, 1.4, 1.5
Nick Hudson
nhudson at lunar-linux.org
Wed May 5 13:28:14 GMT 2004
Update of /var/cvs/lunar/moonbase/gnome2-core/metacity
In directory dbguin.lunar-linux.org:/tmp/cvs-serv9088/metacity
Modified Files:
BUILD DETAILS
Log Message:
Updating metacity to new version 2.8.1, adding an option ofr xinerama support if you need it.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/metacity/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD 9 Apr 2004 15:08:25 -0000 1.4
+++ BUILD 5 May 2004 13:28:12 -0000 1.5
@@ -1,5 +1,9 @@
(
+ if [ "$XINER" == "y" ] ; then
+ OPTS="$OPTS --enable-xinerama"
+ fi
+
./configure --prefix=${GNOME26_PREFIX:-/usr} \
--build=$BUILD \
--sysconfdir=/etc \
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/metacity/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 9 Apr 2004 15:08:25 -0000 1.4
+++ DETAILS 5 May 2004 13:28:12 -0000 1.5
@@ -1,14 +1,14 @@
MODULE=metacity
- VERSION=2.8.0
+ VERSION=2.8.1
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/2.8/$SOURCE
- SOURCE_VFY=md5:c40109eaaaaf28c70eafce140b61bf13
+ SOURCE_VFY=md5:b311b41446c559056281f205f16d8aca
WEB_SITE=http://people.redhat.com/~hp/$MODULE
ENTERED=20020729
- UPDATED=20040409
+ UPDATED=20040505
PSAFE=no
- SHORT="Metacity is a window manager based on GTK 2.0"
+ SHORT="Metacity is a window manager based on GTK 2.x"
cat << EOF
-Metacity is a window manager for Gnome2.0 and GTK 2.0
+Metacity is a window manager for Gnome2.0 and GTK 2.x
EOF
More information about the Lunar-commits
mailing list