[gnome-menus] [misc] Update AUTHORS, HACKING, MAINTAINERS, README
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-menus] [misc] Update AUTHORS, HACKING, MAINTAINERS, README
- Date: Wed, 8 Sep 2010 17:25:36 +0000 (UTC)
commit 328cff2e2951e817a6e999b3a3a8b563f07cd778
Author: Vincent Untz <vuntz gnome org>
Date: Wed Sep 8 19:23:00 2010 +0200
[misc] Update AUTHORS, HACKING, MAINTAINERS, README
Nothing new, but make sure this is up-to-date.
Also tweak a bit autogen.sh and Makefile.am to make them look similar in
all my modules.
AUTHORS | 1 +
HACKING | 44 ++++++++++++++++++++++++++------------------
MAINTAINERS | 10 ++++++----
Makefile.am | 1 +
README | 52 +++++++++++++++++++++++++++-------------------------
autogen.sh | 4 ++--
gnome-menus.doap | 7 -------
7 files changed, 63 insertions(+), 56 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index ec4aab1..e0deab2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,3 @@
Mark McLoughlin <mark skynet ie>
Havoc Pennington <hp redhat com>
+Vincent Untz <vuntz gnome org>
diff --git a/HACKING b/HACKING
index 20d9937..88bd2d2 100644
--- a/HACKING
+++ b/HACKING
@@ -1,23 +1,31 @@
-Hacking on gnome-menus:
------------------------
+Hacking on gnome-menus
+======================
- * Please send patches to desktop-devel-list gnome org or to
-the people listed in the MAINTAINERS file. Your patch should be in
-unified diff form. (The -u option to GNU diff.)
+ + The development occurs in git:
- * Please try and send a patch against a recent version of this
-package. Patches against CVS HEAD are most preferable. For information
-on how to access GNOME CVS please read:
+ http://git.gnome.org/browse/gnome-menus
- http://developer.gnome.org/tools/cvs.html
+ For information on how to access GNOME git please read:
- * Don't commit any but the most trivial patches to without
-approval.
+ http://live.gnome.org/Git
- * Exceptions to this are
- + Translators may commit basic i18n related patches to
- the build setup.
- + Members of the GNOME packaging product may commit
- fixes to the .spec files.
- + Build sheriff are welcome - in accordance with the
- relevant build sheriff constraints.
+ + Please send patches as bug reports in GNOME Bugzilla:
+
+ https://bugzilla.gnome.org/ (product gnome-menus)
+
+ Your patch should be in unified diff form (the -u option to GNU
+ diff). See also:
+
+ http://live.gnome.org/GnomeLove/SubmittingPatches
+
+ + Please try and send a patch against a recent version of this package.
+ Patches against git master are most preferable.
+
+ + Don't commit any but the most trivial patches without approval.
+
+ + Exceptions to this are:
+
+ - Translators may commit basic i18n related patches to the build
+ setup.
+ - Build sheriff are welcome - in accordance with the relevant build
+ sheriff constraints.
diff --git a/MAINTAINERS b/MAINTAINERS
index 9483fcb..cc6c441 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1,10 +1,12 @@
Currently active maintainers
----------------------------
-Mark McLoughlin
-E-mail: mark skynet ie
-Userid: markmc
-
Vincent Untz
E-mail: vuntz gnome org
Userid: vuntz
+
+Non-active maintainers, who have a good understanding of the code
+-----------------------------------------------------------------
+
+#Mark McLoughlin
+#E-mail: mark skynet ie
diff --git a/Makefile.am b/Makefile.am
index 38394db..462125e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,6 +19,7 @@ ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = \
HACKING \
+ MAINTAINERS \
$(NULL)
DISTCHECK_CONFIGURE_FLAGS = --enable-introspection
diff --git a/README b/README
index 0c982e5..489e17f 100644
--- a/README
+++ b/README
@@ -1,42 +1,44 @@
-gnome-menus 2.30.2
-==================
+gnome-menus
+===========
- This package is free software and is part of the
-GNOME project.
+gnome-menus contains the libgnome-menu library, the layout configuration
+files for the GNOME menu, as well as a simple menu editor.
- The package contains an implementation of the draft "Desktop
-Menu Specification" from freedesktop.org:
+The libgnome-menu library implements the "Desktop Menu Specification"
+from freedesktop.org:
- http://www.freedesktop.org/Standards/menu-spec
+ http://freedesktop.org/wiki/Specifications/menu-spec
+ http://specifications.freedesktop.org/menu-spec/menu-spec-latest.html
- Also contained here are the GNOME menu layout configuration
-files, .directory files and assorted menu related utility programs.
-
You may download updates to the package from:
- ftp://ftp.gnome.org/pub/GNOME/sources/gnome-menus
-desktop-devel-list gnome org is the relevant mailing list:
- http://mail.gnome.org/mailman/listinfo/desktop-devel-list
+ http://download.gnome.org/sources/gnome-menus/
+
+To discuss gnome-menus, you may use the desktop-devel-list mailing list:
+
+ http://mail.gnome.org/mailman/listinfo/desktop-devel-list
-To subscribe:
- Send a mail to desktop-devel-list-request gnome org
-with the subject "subscribe".
Installation
============
-See the file 'INSTALL'
+See the file 'INSTALL'. If you are not using a released version of
+gnome-menus (for example, if you checked out the code from git), you
+first need to run './autogen.sh'.
+
How to report bugs
==================
-Bugs should be reported to the GNOME bug tracking system.
-(http://bugzilla.gnome.org, product gnome-menus) You will
-need to create an account for yourself.
+Bugs should be reported to the GNOME bug tracking system:
+
+ https://bugzilla.gnome.org/ (product gnome-menus)
+
+You will need to create an account for yourself.
+
+Please read the following page on how to prepare a useful bug report:
-Please read the following page on how to prepare a useful
-bug report
- http://bugzilla.gnome.org/bug-HOWTO.html
+ https://bugzilla.gnome.org/page.cgi?id=bug-writing.html
-Please read the HACKING file for information on where to
-send changes or bugfixes for this package.
+Please read the HACKING file for information on where to send changes or
+bugfixes for this package.
diff --git a/autogen.sh b/autogen.sh
index ef1ead7..b579d8c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,12 +4,12 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-PKG_NAME="GNOME Menus"
+PKG_NAME="gnome-menus"
REQUIRED_AUTOMAKE_VERSION=1.9
REQUIRED_M4MACROS=introspection.m4
(test -f $srcdir/configure.ac \
- && test -d $srcdir/libmenu) || {
+ && test -f $srcdir/$PKG_NAME.doap) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level $PKG_NAME directory"
exit 1
diff --git a/gnome-menus.doap b/gnome-menus.doap
index 44a0a9f..440de50 100644
--- a/gnome-menus.doap
+++ b/gnome-menus.doap
@@ -32,13 +32,6 @@
<maintainer>
<foaf:Person>
- <foaf:name>Mark McLoughlin</foaf:name>
- <foaf:mbox rdf:resource="mailto:mark skynet ie" />
- <gnome:userid>markmc</gnome:userid>
- </foaf:Person>
- </maintainer>
- <maintainer>
- <foaf:Person>
<foaf:name>Vincent Untz</foaf:name>
<foaf:mbox rdf:resource="mailto:vuntz gnome org" />
<gnome:userid>vuntz</gnome:userid>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]