[pan2/testing] updated readme & remade compile preferences



commit e1d7293b4174a895e9a86f7a347ea64c1144d95a
Author: Heinrich MÃller <henmull src gnome org>
Date:   Mon Dec 12 12:57:10 2011 +0100

    updated readme & remade compile preferences

 README       |   20 +++++++++++++++++++-
 configure.in |    6 +++---
 2 files changed, 22 insertions(+), 4 deletions(-)
---
diff --git a/README b/README
index 976de78..0896543 100644
--- a/README
+++ b/README
@@ -12,8 +12,17 @@ REQUIREMENTS
     Spellchecking requires the following library:
     * gtkspell 2.0.7 or higher <http://gtkspell.sourceforge.net>
 
+    There are other libraries available that pan uses for enhancements:
+    * Libnotify (0.4.1)
+    * Gnome-Keyring (3.2.2)
+    * DBUS
+    * GPGME(made-easy) (1.3.0)    
+
     Most Linux distributions already have these; they can also be 
-    downloaded from their home pages.
+    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
 
@@ -52,6 +61,15 @@ 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.
+        * 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
diff --git a/configure.in b/configure.in
index 6ce0f6c..5ce2b3c 100644
--- a/configure.in
+++ b/configure.in
@@ -122,7 +122,7 @@ fi
 
 dnl Check for libnotify if user-enabled for popup notifications
 AC_ARG_ENABLE([libnotify],
-AC_HELP_STRING([--enable-libnotify],[enable libnotify support]),,[enable_libnotify=no])
+AC_HELP_STRING([--enable-libnotify],[enable libnotify support]),,[enable_libnotify=yes])
 if test "x$enable_libnotify" = "xyes" ; then
   PKG_CHECK_MODULES([LIBNOTIFY],[libnotify >= $LIBNOTIFY_REQUIRED],[HAVE_LIBNOTIFY="yes"],[HAVE_LIBNOTIFY="no"])
   AC_SUBST([LIBNOTIFY_CFLAGS])
@@ -134,7 +134,7 @@ fi
 
 dnl check for libgsasl for secure authentication
 AC_ARG_ENABLE([libgsasl],
-AC_HELP_STRING([--enable-libgsasl],[enable libgsasl support]),,[enable_libgsasl=no])
+AC_HELP_STRING([--enable-libgsasl],[enable libgsasl support]),,[enable_libgsasl=yes])
 if test "x$enable_libgsasl" = "xyes" ; then
   PKG_CHECK_MODULES([LIBGSASL],[libgsasl >= $LIBGSASL_REQUIRED],[HAVE_SASL="yes"],[HAVE_SASL="no"])
   AC_SUBST([LIBGSASL_CFLAGS])
@@ -146,7 +146,7 @@ fi
 
 dnl Check for gnome-keyring if user-enabled for popup notifications
 AC_ARG_ENABLE([gnome-keyring],
-AC_HELP_STRING([--enable-gnome-keyring],[enable gnome-keyring support]),,[enable_gnome-keyring=no])
+AC_HELP_STRING([--enable-gnome-keyring],[enable gnome-keyring support]),,[enable_gnome-keyring=yes])
 if test "x$enable-gnome-keyring" = "xyes" ; then
   PKG_CHECK_MODULES([LIBGNOME_KEYRING_1],[gnome-keyring-1 >= $LIBGKR_REQUIRED],[HAVE_GKR="yes"],[HAVE_GKR="no"])
   AC_SUBST([LIBGNOME_KEYRING_1_CFLAGS])



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