From 0eb3b8c976dd62bfd85ad8de3fd5e00becf7f0dd Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 26 Jan 2021 14:08:06 +0100 Subject: build: Use PACKAGE_URL variable --- configure.ac | 4 +++- src/callbacks.cpp | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index af0ae66..486aa60 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,9 @@ AC_PREREQ([2.63]) AC_INIT([mate-system-monitor], [1.25.0], - [https://mate-desktop.org/]) + [https://github.com/mate-desktop/mate-system-monitor/issues], + [mate-system-monitor], + [https://mate-desktop.org]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_HEADERS(config.h) AC_CONFIG_MACRO_DIR([m4]) diff --git a/src/callbacks.cpp b/src/callbacks.cpp index 3afff0a..090f1e5 100644 --- a/src/callbacks.cpp +++ b/src/callbacks.cpp @@ -239,7 +239,7 @@ cb_about (GtkAction *action, gpointer data) "translator-credits", _("translator-credits"), "license", license_trans, "wrap-license", TRUE, - "website", "https://mate-desktop.org", + "website", PACKAGE_URL, NULL ); -- cgit v1.2.1