diff options
author | rbuj <[email protected]> | 2021-01-26 10:10:20 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-05 14:01:13 +0100 |
commit | cb9ed81342334d3ef5dde43a60ab0325930a2874 (patch) | |
tree | 30f67749d42edce585f5f79020c0635b0a0100dd /configure.ac | |
parent | 100143334310b87f54043beceb30611f60263def (diff) | |
download | caja-cb9ed81342334d3ef5dde43a60ab0325930a2874.tar.bz2 caja-cb9ed81342334d3ef5dde43a60ab0325930a2874.tar.xz |
build: Use PACKAGE_URL variable
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d721135f..e6059872 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 --------------------------------------------------------------------------- @@ -273,6 +277,7 @@ Makefile mate-submodules/Makefile mate-submodules/libegg/Makefile data/Makefile +data/caja.appdata.xml.in data/icons/Makefile data/patterns/Makefile docs/Makefile |