update; cvs->svn & mention GConf needed Make it match idiotic format

2007-09-01  Elijah Newren  <newren gmail com>

	* HACKING: update; cvs->svn & mention GConf needed
	* MAINTAINERS: Make it match idiotic format requirements (I love
	you Olav!)

svn path=/trunk/; revision=3317
This commit is contained in:
Elijah Newren 2007-09-01 18:50:07 +00:00 committed by Elijah Newren
parent 5196fb1ec5
commit eb3c38e3ad
3 changed files with 25 additions and 14 deletions

View File

@ -1,3 +1,9 @@
2007-09-01 Elijah Newren <newren gmail com>
* HACKING: update; cvs->svn & mention GConf needed
* MAINTAINERS: Make it match idiotic format requirements (I love
you Olav!)
2007-08-07 Thomas Thurman <thomas@thurman.org.uk> 2007-08-07 Thomas Thurman <thomas@thurman.org.uk>
* configure.in: post-release bump to 2.19.89. * configure.in: post-release bump to 2.19.89.

21
HACKING
View File

@ -42,18 +42,17 @@ Minimal Building/Testing Environment
build a development version of Metacity -- odds are, you may be able build a development version of Metacity -- odds are, you may be able
to build metacity from CVS without building any other modules. to build metacity from CVS without building any other modules.
As long as you have gtk+ >= 2.10 with your distro (gtk+ >= 2.6 if As long as you have gtk+ >= 2.10 and GConf with your distro (gtk+ >=
you manually revert the change from bug 348633), you should be able 2.6 if you manually revert the change from bug 348633), you should
to install your distro's development packages (e.g. gtk2-devel, be able to install your distro's development packages
GConf2-devel, startup-notification-devel on Fedora; also, remember (e.g. gtk2-devel, GConf2-devel, startup-notification-devel on
to install the gnome-common package which is needed for building cvs Fedora; also, remember to install the gnome-common package which is
versions of Gnome modules like Metacity) as well as the standard needed for building cvs versions of Gnome modules like Metacity) as
development tools (gcc, autoconf, automake, pkg-config, intltool, well as the standard development tools (gcc, autoconf, automake,
and libtool) and be ready to build and test Metacity. Steps to do pkg-config, intltool, and libtool) and be ready to build and test
so: Metacity. Steps to do so:
$ cvs -q -z3 -d :pserver:anonymous@anoncvs.gnome.org:/cvs/gnome \ $ svn checkout http://svn.gnome.org/svn/metacity/trunk metacity
checkout metacity
$ cd metacity $ cd metacity
$ ./autogen.sh --prefix /usr $ ./autogen.sh --prefix /usr
$ make $ make

View File

@ -1,13 +1,17 @@
Currently active maintainers Currently active maintainers
-------------------------------- --------------------------------
Elijah Newren (newren gmail com) Elijah Newren
Email: newren gmail com
Userid: newren
- Usually won't touch the theme bugs (isn't interested) or the - Usually won't touch the theme bugs (isn't interested) or the
compositor (until open source nvidia drivers are up to snuff). compositor (until open source nvidia drivers are up to snuff).
Tends to be most interested in libwnck/gtk interactions, focus Tends to be most interested in libwnck/gtk interactions, focus
issues, constraints problems, and raising/stacking, but works on issues, constraints problems, and raising/stacking, but works on
just about anything other than themes and the compositor. just about anything other than themes and the compositor.
Thomas Thurman (thomas thurman org uk) Thomas Thurman
Email: thomas thurman org uk
Userid: tthurman
- Responsible for all theme bugs and the compositor (thank goodness - Responsible for all theme bugs and the compositor (thank goodness
Thomas got involved, eh?). I'm sure he'll replace this sentence Thomas got involved, eh?). I'm sure he'll replace this sentence
with his interests when he reads it. ;-) with his interests when he reads it. ;-)
@ -15,7 +19,9 @@ Thomas Thurman (thomas thurman org uk)
Semi-active maintainers Semi-active maintainers
-------------------------------- --------------------------------
Havoc Pennington (hp redhat com) Havoc Pennington
Email: hp redhat com
Userid: hp
- Original author. Doesn't patch metacity anymore, but is active in - Original author. Doesn't patch metacity anymore, but is active in
answering questions, responding to bugs, providing very helpful answering questions, responding to bugs, providing very helpful
suggestions and insight, and even assisting with debugging. suggestions and insight, and even assisting with debugging.