[gnome-panel] [misc] Update AUTHORS, HACKING, README



commit 9a871f2d3499155286897131e9fa288f83430428
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Sep 8 19:16:30 2010 +0200

    [misc] Update AUTHORS, HACKING, 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     |   13 +++++++++----
 HACKING     |   44 ++++++++++++++++++++++++++------------------
 Makefile.am |    3 ++-
 README      |   55 +++++++++++++++++++++++++++++--------------------------
 autogen.sh  |    5 +++--
 5 files changed, 69 insertions(+), 51 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index b924ba6..662b082 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -22,14 +22,18 @@ Ian McKellar <yakk yakk net>
 Arvind Samptur <arvind samptur wipro com>
 Vincent Untz <vuntz gnome org>
 
-libpanel-applet authors
------------------------
+new libpanel-applet authors
+---------------------------
+Carlos Garcia Campos <carlosgc gnome org>
+
+old libpanel-applet authors
+---------------------------
 
 Mark McLoughlin <mark skynet ie>
 Padraig O'Briain <padraig obriain sun com>
 
-gen_util applet authors
------------------------
+applets authors
+---------------
 
 Miguel de Icaza <miguel kernel org>
 Jacob Berkman <jberkman andrew cmu edu>
@@ -39,6 +43,7 @@ Alex Larsson <alexl redhat com>
 Jaka Mocnik <jaka mocnik kiss uni-lj si>
 Lennart Poettering <poettering gmx net>
 Havoc Pennington <havoc redhat com>
+Vincent Untz <vuntz gnome org>
 
 fish applet authors
 -------------------
diff --git a/HACKING b/HACKING
index 0be0460..09bc6ee 100644
--- a/HACKING
+++ b/HACKING
@@ -1,23 +1,31 @@
-Hacking on gnome-panel:
------------------------
+Hacking on gnome-panel
+======================
 
-	* 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-panel
 
-	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-panel)
+
+   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/Makefile.am b/Makefile.am
index 936d0c0..b7a6a64 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,13 +15,14 @@ endif
 ACLOCAL_AMFLAGS = -I m4
 
 EXTRA_DIST = \
-	MAINTAINERS		\
 	COPYING-DOCS		\
 	HACKING			\
+	MAINTAINERS		\
 	ChangeLog.pre-git	\
 	gnome-doc-utils.make
 
 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-scrollkeeper --enable-introspection
+
 DISTCLEANFILES =		\
 	gnome-doc-utils.make
 
diff --git a/README b/README
index 9859a42..3d5e0fc 100644
--- a/README
+++ b/README
@@ -1,46 +1,49 @@
-gnome-panel 2.31.90
-===================
+gnome-panel
+===========
 
-This package is free software and is part of the GNOME 2.0 project.
+gnome-panel contains the GNOME panel, the libpanel-applet library and
+several applets:
 
-The package contains the GNOME panel which is the area on your desktop from
-which you can run applications and applets, and perform other tasks.
+  + the GNOME panel is the area on your desktop from which you can run
+    applications and applets, and perform other tasks.
 
-The libpanel-applet library is also in this package. This library allows one to
-develop small applications which may be embedded in the panel. These are called
-applet.
+  + the libpanel-applet library allows to develop small applications
+    which may be embedded in the panel. These are called applets.
+    Documentation for the API is available with gtk-doc.
 
-Several applets are also supplied - the Workspace Switcher, the Window List,
-the Window Selector, the Notification Area, the Clock and the infamous 'Wanda
-the Fish'.
+  + the applets supplied here include the Workspace Switcher, the Window
+    List, the Window Selector, the Notification Area, the Clock and the
+    infamous 'Wanda the Fish'.
 
 You may download updates to the package from:
+
    http://download.gnome.org/sources/gnome-panel/
 
-There is a page about gnome-panel on the GNOME Wiki:
-   http://live.gnome.org/GnomePanel
+To discuss gnome-panel, you may use the desktop-devel-list mailing list:
 
-desktop-devel-list gnome org is the relevant mailing list:
-   http://mail.gnome.org/mailman/listinfo/desktop-devel-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-panel (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-panel.) 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-panel)
+
+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 98f30c3..881419e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,11 +4,12 @@
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
-PKG_NAME="GNOME Panel"
+PKG_NAME="gnome-panel"
 REQUIRED_AUTOMAKE_VERSION=1.9
+REQUIRED_M4MACROS=introspection.m4
 
 (test -f $srcdir/configure.ac \
-  && test -d $srcdir/gnome-panel) || {
+  && test -f $srcdir/$PKG_NAME.doap) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
     echo " top-level $PKG_NAME directory"
     exit 1



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]