[mate-doc-utils/f19: 23/34] fix download links in mate-autogen

Dan Mashal vicodan at fedoraproject.org
Wed Apr 3 09:06:54 UTC 2013


commit 5b31ab7469e1e67f9aa3697767be047f886bd9cc
Author: Stefano Karapetsas <stefano at karapetsas.com>
Date:   Mon Sep 10 14:44:41 2012 +0200

    fix download links in mate-autogen

 macros/mate-autogen |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/macros/mate-autogen b/macros/mate-autogen
index 46422e0..3fcde63 100644
--- a/macros/mate-autogen
+++ b/macros/mate-autogen
@@ -349,7 +349,7 @@ fi
 
 if $want_intltool; then
     version_check intltool INTLTOOLIZE intltoolize $REQUIRED_INTLTOOL_VERSION \
-        "http://ftp.gnome.org/pub/MATE/sources/intltool/"
+        "https://launchpad.net/intltool/+download"
     require_m4macro intltool.m4
 fi
 
@@ -361,13 +361,13 @@ fi
 
 if $want_gtk_doc; then
     version_check gtk-doc GTKDOCIZE gtkdocize $REQUIRED_GTK_DOC_VERSION \
-        "http://ftp.gnome.org/pub/MATE/sources/gtk-doc/"
+        "http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/"
     require_m4macro gtk-doc.m4
 fi
 
 if $want_mate_doc_utils; then
     version_check mate-doc-utils MATE_DOC_PREPARE mate-doc-prepare $REQUIRED_MATE_DOC_UTILS_VERSION \
-        "http://ftp.gnome.org/pub/MATE/sources/mate-doc-utils/"
+        "http://pub.mate-desktop.org/releases/"
 fi
 
 if [ "x$USE_COMMON_DOC_BUILD" = "xyes" ]; then


More information about the scm-commits mailing list