[pan2] Adjust README
- From: Petr KovÃÅ <pmkovar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pan2] Adjust README
- Date: Tue, 3 Jan 2012 22:44:41 +0000 (UTC)
commit 9783ab9251e50b583543eeda7154331ac9e3bd83
Author: Petr Kovar <pkovar redhat com>
Date: Tue Jan 3 23:47:21 2012 +0100
Adjust README
README | 39 ++++++++++++++++++++++++---------------
configure.in | 4 ++--
2 files changed, 26 insertions(+), 17 deletions(-)
---
diff --git a/README b/README
index 05322cd..7def891 100644
--- a/README
+++ b/README
@@ -3,25 +3,34 @@
The latest info and versions of Pan can always be found at
<http://pan.rebelbase.com/>.
+
REQUIREMENTS
Pan requires these libraries:
* GTK+ 2.16.0 or higher (optionally GTK+ 3.0.0 or higher) <http://www.gtk.org/>
- * gmime 2.6.0 or higher <http://spruce.sourceforge.net/gmime/>
+ * GMime 2.6.0 or higher <http://spruce.sourceforge.net/gmime/>
Spellchecking requires the following library:
- * gtkspell 2.0.7 or higher <http://gtkspell.sourceforge.net>
+ * GtkSpell 2.0.7 or higher <http://gtkspell.sourceforge.net>
+
+ The following libraries, which enhance Pan's functionality, are optional:
+ * libnotify 0.4.1 or higher <http://www.galago-project.org/news/index.php>
+ * GNOME Keyring 3.2.2 or higher <https://live.gnome.org/GnomeKeyring>
+ * D-Bus <http://www.freedesktop.org/wiki/Software/dbus>
+
+ Most Linux distributions already have these; they can also be downloaded
+ from their home pages.
+
+ On Debian-based systems (for example Ubuntu), you can install the
+ requirements with the following command:
+
+ sudo apt-get install <REQUIREMENT>
- There are other libraries available that pan uses for enhancements:
- * Libnotify (0.4.1)
- * Gnome-Keyring (3.2.2)
- * DBUS
+ On Fedora-based systems, run the following command to install the
+ requirements:
+
+ sudo yum install -y <REQUIREMENT>
- Most Linux distributions already have these; they can also be
- downloaded from their home pages or installed via packet managers.
- In Debian-based systems (for example Ubuntu) this can be done
- in a terminal with '(sudo) apt-get install LIBRARY_NAME'.
- In Arch, there's pacman etc....
THE SALES PITCH
@@ -60,21 +69,21 @@ THE SALES PITCH
* Non-binary, incomplete multipart, and saved messages can be filtered
out of the article list.
-
Pan is good for Uploading Content to Usenet
* Files can be attached to a Usenet post and are
- automatically yEnc-encrypted, threaded and referenced by pan.
+ automatically yEnc-encrypted, threaded and referenced by Pan.
* Posts can be encrypted and/or signed with a public/private PGP key,
so your privacy and security are ensured.
* Connections can be encrypted with secure SSL 3.0 connections.
-
The rest of the sales pitch is at <http://pan.rebelbase.com/features/>.
+
UPGRADING
Upgrading typically requires that you do the exact same procedure as
- in the INSTALL file.
+ in the 'INSTALL' file.
+
INSTALLATION
diff --git a/configure.in b/configure.in
index 288280d..628eee9 100644
--- a/configure.in
+++ b/configure.in
@@ -48,7 +48,7 @@ dnl needed if you want to build Pan with spellchecking in the Post window.
GLIB_REQUIRED=2.17.6
GMIME_REQUIRED=2.6.0
GTK_REQUIRED=2.16.0
-GTK3_REQUIRED=3.0.0g
+GTK3_REQUIRED=3.0.0
GTKSPELL_REQUIRED=2.0.7
GNUTLS_REQUIRED=3.0.9
LIBNOTIFY_REQUIRED=0.4.1
@@ -93,7 +93,7 @@ if test "x$want_dbus" = "xyes" ; then
fi
gtkspell_msg=no
-AC_ARG_WITH(gtkspell, AC_HELP_STRING([--with-gtkspell], [Enable gtkspell support]), [want_gtkspell=$withval], [want_gtkspell=yes])
+AC_ARG_WITH(gtkspell, AC_HELP_STRING([--with-gtkspell], [Enable GtkSpell support]), [want_gtkspell=$withval], [want_gtkspell=yes])
if test "x$want_gtkspell" = "xyes" ; then
PKG_CHECK_MODULES([GTKSPELL], [gtkspell-2.0 >= $GTKSPELL_REQUIRED],
[gtkspell_msg=yes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]