[gnome-modulesets/gnome-3-4] Rename mosulesets files



commit 369d6af6d9927b88e5b8cee28497cc9d43dd49e2
Author: Javier JardÃn <jjardon gnome org>
Date:   Wed Apr 18 12:49:47 2012 +0100

    Rename mosulesets files
    
    gnome-suites-core-deps-base.modules -> gnome-core-deps-base.modules
    gnome-suites-core-deps.modules -> gnome-core-deps.modules
    gnome-suites-core.modules -> gnome-core.modules

 README                                             |   12 ++++++------
 gnome-apps.modules                                 |    4 ++--
 ...ps-base.modules => gnome-core-deps-base.modules |    0
 ...es-core-deps.modules => gnome-core-deps.modules |    4 ++--
 gnome-suites-core.modules => gnome-core.modules    |    2 +-
 5 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/README b/README
index 25cfa9f..b0c240d 100644
--- a/README
+++ b/README
@@ -37,24 +37,24 @@ meta-gnome-extended-devel-platform - Libraries and bindings that don't
 
 The metamodules are contained in the following files:
 
-gnome-suites-core.modules - Contains all the meta-gnome-core-* and
+gnome-core.modules - Contains all the meta-gnome-core-* and
   meta-gnome-*-platform metamodules and the modules they contain.
 
-gnome-suites-core-deps-base.modules - External dependencies of
-  modules in gnome-suites-core.modules. The modules in this file
+gnome-core-deps-base.modules - External dependencies of
+  modules in gnome-core.modules. The modules in this file
   are expected to be established, stable, system modules, that have
   been in place for a long time, with stable API and ABI, and exist
   in sufficient versions in the distributions commonly used by GNOME
   hackers, even in older but still used versions.
 
-gnome-suites-core-deps.modules - External dependencies of modules
-  in gnome-suites-core.modules. The modules in this file may be
+gnome-core-deps.modules - External dependencies of modules
+  in gnome-core.modules. The modules in this file may be
   developed outside GNOME, with or without to our schedule, but with
   an active development, and where we want to track recent code.
 
 gnome-apps.modules - Contains the meta-gnome-apps-tested metamodule
   and its modules, as well as their dependencies, unless they are
-  provided in gnome-suites-core-deps-*.modules.
+  provided in gnome-core-deps-*.modules.
 
 gnome-world.modules - Any other GNOME-related modules that should be
   buildable via jhbuild. Modules in this file don't necessarily have
diff --git a/gnome-apps.modules b/gnome-apps.modules
index b6bbbab..9a7776d 100644
--- a/gnome-apps.modules
+++ b/gnome-apps.modules
@@ -47,9 +47,9 @@
   <repository type="tarball" name="xiph.org"
         href="http://downloads.xiph.org/releases/"/>
 
-  <include href="gnome-suites-core.modules"/>
+  <include href="gnome-core.modules"/>
 
-  <!-- NOTE: gnome-suites-core and gnome-suites-core-deps
+  <!-- NOTE: gnome-core and gnome-core-deps
        are supposed to remain self-contained. If apps have dependencies
        that are not covered there, add them in here
     -->
diff --git a/gnome-suites-core-deps-base.modules b/gnome-core-deps-base.modules
similarity index 100%
rename from gnome-suites-core-deps-base.modules
rename to gnome-core-deps-base.modules
diff --git a/gnome-suites-core-deps.modules b/gnome-core-deps.modules
similarity index 99%
rename from gnome-suites-core-deps.modules
rename to gnome-core-deps.modules
index 8385c44..b9cd33b 100644
--- a/gnome-suites-core-deps.modules
+++ b/gnome-core-deps.modules
@@ -42,11 +42,11 @@
 <repository type="tarball" name="itstool.org"
     href="http://files.itstool.org/itstool/"/>
 
-<include href="gnome-suites-core-deps-base.modules"/>
+<include href="gnome-core-deps-base.modules"/>
 
 <!-- Please try to keep organized alphabetically by section -->
 
-<!-- Build dependencies of gnome-suites-core -->
+<!-- Build dependencies of gnome-core -->
 
   <autotools id="gypsy">
     <branch repo="git.freedesktop.org"/>
diff --git a/gnome-suites-core.modules b/gnome-core.modules
similarity index 99%
rename from gnome-suites-core.modules
rename to gnome-core.modules
index a26ce82..cd33d60 100644
--- a/gnome-suites-core.modules
+++ b/gnome-core.modules
@@ -26,7 +26,7 @@
   <repository type="tarball" name="gnome.org"
       href="http://download.gnome.org/sources/"/>
 
-<include href="gnome-suites-core-deps.modules"/>
+<include href="gnome-core-deps.modules"/>
 
 <!-- Please try to keep organized alphabetically by section -->
 



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