From 763e4e355532cf5166c523ee7de2bcfa13614fc3 Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 26 Jan 2021 11:56:49 +0100 Subject: build: Use PACKAGE_URL variable --- configure.ac | 3 ++- src/applet-main.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 2008ff1..db211e5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,7 @@ AC_PREREQ(2.53) -AC_INIT([mate-indicator-applet], [1.25.0],[https://github.com/mate-desktop/mate-indicator-applet/issues]) +AC_INIT([mate-indicator-applet], [1.25.0],[https://github.com/mate-desktop/mate-indicator-applet/issues], + [mate-indicator-applet], [https://mate-desktop.org]) AC_CONFIG_SRCDIR(src/applet-main.c) AM_CONFIG_HEADER(config.h) diff --git a/src/applet-main.c b/src/applet-main.c index ecfe86f..53621fd 100644 --- a/src/applet-main.c +++ b/src/applet-main.c @@ -819,7 +819,7 @@ about_cb (GtkAction *action G_GNUC_UNUSED, "translator-credits", _("translator-credits"), "logo-icon-name", "mate-indicator-applet", "icon-name", "mate-indicator-applet", - "website", "https://mate-desktop.org", + "website", PACKAGE_URL, "website-label", _("MATE Website"), NULL ); -- cgit v1.2.1