gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated: taler-donau to donau


From: gnunet
Subject: [taler-donau] branch master updated: taler-donau to donau
Date: Tue, 05 Dec 2023 10:41:38 +0100

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

lukas-matyja pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new 4664495  taler-donau to donau
4664495 is described below

commit 466449585922c9571c4777ba72a135e5887f9992
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
AuthorDate: Tue Dec 5 10:41:42 2023 +0100

    taler-donau to donau
---
 configure.ac                     |  4 ++--
 src/util/donau_os_installation.c | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/configure.ac b/configure.ac
index fc880a6..2bb9c21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 #
 #
 AC_PREREQ([2.69])
-AC_INIT([taler-donau],[0.9.2],[taler-bug@gnunet.org])
+AC_INIT([donau],[0.9.2],[taler-bug@gnunet.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_SRCDIR([src/util/charity_signatures.c])
 AC_CONFIG_HEADERS([taler_config.h])
@@ -41,7 +41,7 @@ AM_PROG_CC_C_O
 
 LT_INIT([disable-static dlopen])
 
-DX_INIT_DOXYGEN([taler-donau],,,
+DX_INIT_DOXYGEN([donau],,,
  DX_PS_FEATURE(OFF),
  DX_PDF_FEATURE(OFF),
  DX_RTF_FEATURE(OFF),
diff --git a/src/util/donau_os_installation.c b/src/util/donau_os_installation.c
index 6823fee..3a732c7 100644
--- a/src/util/donau_os_installation.c
+++ b/src/util/donau_os_installation.c
@@ -29,21 +29,21 @@
 
 /**
  * Default project data used for installation path detection
- * for Donau of GNU Taler.
+ * for Donau of GNU Taler. //von libgnunetutil
  */
 static const struct GNUNET_OS_ProjectData donau_pd = {
-  .libname = "libtalerutil",
-  .project_dirname = "taler-donau",
-  .binary_name = "taler-donau-httpd",
+  .libname = "libdonauutil",
+  .project_dirname = "donau",
+  .binary_name = "donau-httpd",
   .env_varname = "TALER_PREFIX",
   .base_config_varname = "TALER_BASE_CONFIG",
-  .bug_email = "taler@gnu.org",
+  .bug_email = "donau@gnu.org",
   .homepage = "http://www.gnu.org/s/taler/";,
   .config_file = "donau.conf",
   .user_config_file = "~/.config/donau.conf",
   .version = PACKAGE_VERSION "-" VCS_VERSION,
   .is_gnu = 1,
-  .gettext_domain = "taler",
+  .gettext_domain = "donau",
   .gettext_path = NULL,
 };
 

-- 
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]