From 77ae01b92666ab5554b168cf207ce37ded4deb2e Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 26 Jan 2021 10:10:20 +0100 Subject: build: Use PACKAGE_URL variable --- configure.ac | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 606a1c83..646d86f8 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,11 @@ dnl Interface break is not allowed. m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.25.2], [https://mate-desktop.org]) +AC_INIT([caja], + [1.25.2], + [https://github.com/mate-desktop/caja/issues], + [caja], + [https://mate-desktop.org]) dnl --------------------------------------------------------------------------- @@ -275,6 +279,7 @@ AC_CONFIG_FILES([ Makefile libegg/Makefile data/Makefile +data/caja.appdata.xml.in data/icons/Makefile data/patterns/Makefile docs/Makefile -- cgit v1.2.1