From 385d4492b9582920aa322204a52f411b8ba3860f Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 26 Jan 2021 11:36:44 +0100 Subject: build: Use PACKAGE_URL variable --- configure.ac | 3 ++- netspeed/src/netspeed.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 047afccf..f7e9bdfc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,8 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT(mate-applets, 1.25.3) +AC_INIT([mate-applets], [1.25.3], [https://github.com/mate-desktop/mate-applets/issues], + [mate-applets], [https://mate-desktop.org]) AC_PREREQ(2.59) AC_CONFIG_HEADERS(config.h) diff --git a/netspeed/src/netspeed.c b/netspeed/src/netspeed.c index 3b28e988..22e2331b 100644 --- a/netspeed/src/netspeed.c +++ b/netspeed/src/netspeed.c @@ -1056,7 +1056,7 @@ about_cb (GtkAction *action, "authors", authors, "documenters", NULL, "translator-credits", _("translator-credits"), - "website", "http://www.mate-desktop.org/", + "website", PACKAGE_URL, "logo-icon-name", LOGO_ICON, NULL); } -- cgit v1.2.1