[gtk-osx] Remove the last few references to the Github or Sourceforge incarnations of Gtk-OSX.



commit 7730dd6b99c7d64e1d22b34aa7f4797972376e42
Author: John Ralls <jralls ceridwen us>
Date:   Thu Sep 29 15:04:45 2011 -0700

    Remove the last few references to the Github or Sourceforge incarnations of Gtk-OSX.

 README                 |   18 ++++++++++++------
 gtk-osx-build-setup.sh |    4 ++--
 gtk-osx.doap           |    4 ++--
 jhbuildrc-gtk-osx      |    4 ++--
 4 files changed, 18 insertions(+), 12 deletions(-)
---
diff --git a/README b/README
index 7e9a70a..803b12e 100644
--- a/README
+++ b/README
@@ -1,15 +1,21 @@
 This repository is used to maintain the configurations and modulesets
 for building GTK+ OS X with jhbuild.
 
-NOTE: If you only want to build GTK+, just download gtk-osx-build-setup.sh and follow the instructions at:
+NOTE: If you only want to build GTK+, just download
+gtk-osx-build-setup.sh and follow the instructions at:
 
-http://apps.sourceforge.net/trac/gtk-osx/wiki/Build
+ http://live.gnome.org/GTK%2B/OSX/Build
 
-There are 3 modulesets. You can select the one which most suits you by adding the line 
-      moduleset="http://raw.github.com/jralls/gtk-osx-build/master/modulesets/gtk-osx.modules
+There are 3 modulesets. You can select the one which most suits you by
+adding the line
+      moduleset="http://git.gnome.org/browse/gtk-osx/plain/modulesets-stable/gtk-osx.modules";
+
+to your ~/.jhbuildrc-custom, replacing "modulesets-stable" (the default) with 
 
  * modulesets-stable: The default, all tarball-based released sources.
- * modulesets: Sources from VCS repositories when that's available, with stable release revisions set for each module.
- * modulesets-bleed: The bleeding edge modulesets, pulled from VCS repositories and no release revisions.
+ * modulesets: Sources from VCS repositories when that's available,
+   with stable release revisions set for each module.
+ * modulesets-unstable: The bleeding edge modulesets, pulled from VCS
+   repositories with no release revisions. 
 
 
diff --git a/gtk-osx-build-setup.sh b/gtk-osx-build-setup.sh
index b6905d7..f85220f 100755
--- a/gtk-osx-build-setup.sh
+++ b/gtk-osx-build-setup.sh
@@ -21,11 +21,11 @@
 # jhbuild build meta-gtk-osx-bootstrap
 # jhbuild build
 #
-# See http://live.gnome.org/GTK%2B/OSX for more information.
+# See http://live.gnome.org/GTK%2B/OSX/Build for more information.
 #
 
 SOURCE=$HOME/Source
-BASEURL="https://raw.github.com/jralls/gtk-osx-build/master";
+BASEURL="http://git.gnome.org/browse/gtk-osx/plain/";
 
 do_exit()
 {
diff --git a/gtk-osx.doap b/gtk-osx.doap
index 844319a..9f4e0f7 100644
--- a/gtk-osx.doap
+++ b/gtk-osx.doap
@@ -19,8 +19,8 @@
   <license rdf:resource="http://usefulinc.com/doap/licenses/gpl"; />
   <bug-database rdf:resource="https://sourceforge.net/apps/trac/gtk-osx/newticket"; />
   <download-page rdf:resource="https://sourceforge.net/projects/gtk-osx/files/"; />
-  <mailing-list rdf:resource="https://lists.sourceforge.net/lists/listinfo/gtk-osx-users"; />
-  <mailing-list rdf:resource="https://lists.sourceforge.net/lists/listinfo/gtk-osx-devs"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-osx-users-list"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-osx-devel-list"; />
 
 
   <programming-language>Python</programming-language>
diff --git a/jhbuildrc-gtk-osx b/jhbuildrc-gtk-osx
index 8d61de7..190ad04 100644
--- a/jhbuildrc-gtk-osx
+++ b/jhbuildrc-gtk-osx
@@ -416,7 +416,7 @@ def setup_universal_build(target="10.5", sdk_version="10.5",
 # Moduleset to use. You can override this in .jhbuildrc-custom or on
 # the command line.
 #
-moduleset = 'https://raw.github.com/jralls/gtk-osx-build/master/modulesets-stable/gtk-osx.modules'
+moduleset = 'http://git.gnome.org/browse/gtk-osx/plain/modulesets-stable/gtk-osx.modules";
 use_local_modulesets = True
 
 # A list of the modules to build. You can override this in
@@ -552,7 +552,7 @@ prependpath('PYTHONPATH', os.path.join(prefix , 'lib',  _version))
 prependpath('PERL5LIB', prefix + '/lib/perl5/vendor_perl')
 prependpath('PERL5LIB', prefix + '/lib/perl5/site_perl')
 
-# Point gtk-doc and other xlstproc users to our XML catalog.
+# Point gtk-doc and other xsltproc users to our XML catalog.
 #
 os.environ['XML_CATALOG_FILES'] = prefix + '/etc/xml/catalog'
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]