gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: disable debug build


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: disable debug build
Date: Sun, 04 Apr 2021 22:09:27 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new a821539  disable debug build
a821539 is described below

commit a8215395c6ccb64116f1c535c60851161f0b19a7
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Apr 4 22:09:25 2021 +0200

    disable debug build
---
 AUTHORS                              |  3 ++-
 README                               | 27 +++++++++++++++++++++++----
 src/anastasis/anastasis-gtk_action.c |  2 +-
 3 files changed, 26 insertions(+), 6 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 4f4547b..340cc43 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,2 @@
-Christian Grothoff <christian@grothoff.org>
+Christian Grothoff
+Dennis Neufeld
diff --git a/README b/README
index 76e4001..f6695dc 100644
--- a/README
+++ b/README
@@ -1,8 +1,27 @@
+=============
+ANASTASIS-GTK
+=============
+
 This package includes GTK interfaces to Anastasis.  The code is
 released under the GNU General Public License (v3 or later).
 See COPYING for details.
 
 
+Dependencies
+============
+
+libjansson   : MIT License
+libgcrypt    : LGPL
+postgresql   : PostgreSQL License
+libmicrohttpd: LGPLv3+
+libgnunet*   : GPLv3+,
+libgnunetgtk : GPLv3+,
+libtaler*    : GPLv3+
+libanastasis*: GPLv3+
+libgtk3      : LGPLv2+
+libgladeui   : GPLv2+
+
+
 Installation
 ============
 
@@ -19,17 +38,17 @@ $ export GNUNET_PREFIX=/usr/local/lib # or other directory 
of your choice
 $ ./configure --prefix=$GNUNET_PREFIX/.. --with-gnunet=$GNUNET_PREFIX/..
 $ make install
 
-gnunet-gtk requires GTK 3.22.0 or higher and libgladeui-2 (i.e. 3.8 or
-3.10).  glade-3.8 should be used to edit the UI.
+anastasis-gtk requires GTK 3.22.0 or higher and libgladeui-2 (i.e. 3.8
+or 3.10).  glade-3.8 should be used to edit the UI.
 
 
 After installation, you should have the following new programs:
 
-* anastasis-gtk --- a GUI to try out Anastasis
+* anastasis-gtk --- a GUI to backup and restore secrets with Anastasis
 
 
 Stay tuned
 ==========
 
 * https://anastasis.lu/
-* https://bugs.gnunet.org/
+* https://bugs.anastasis.lu/
diff --git a/src/anastasis/anastasis-gtk_action.c 
b/src/anastasis/anastasis-gtk_action.c
index 8ac7b25..f286128 100644
--- a/src/anastasis/anastasis-gtk_action.c
+++ b/src/anastasis/anastasis-gtk_action.c
@@ -34,7 +34,7 @@
 #include <qrencode.h>
 #include <gdk-pixbuf/gdk-pixbuf.h>
 
-#define DEBUG 1
+#define DEBUG 0
 
 /**
  * Prepare window for selection of the continent.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]