[gnome-shell] [gnome-shell.modules] Work around problem of git with 'gtk+'



commit b76fe12209e2c3224bd327959755d1f8c018a3c8
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Wed Jul 28 17:03:56 2010 -0400

    [gnome-shell.modules] Work around problem of git with 'gtk+'
    
    Use gtk%2b in the checkout URL, since recent versions of GIT have
    trouble with the '+' in gtk+.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=625135

 tools/build/gnome-shell.modules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/build/gnome-shell.modules b/tools/build/gnome-shell.modules
index 7371395..fd87d5e 100644
--- a/tools/build/gnome-shell.modules
+++ b/tools/build/gnome-shell.modules
@@ -85,7 +85,7 @@
   </autotools>
 
   <autotools id="gtk3">
-    <branch checkoutdir="gtk3" repo="git.gnome.org" module="gtk+"/>
+    <branch checkoutdir="gtk3" repo="git.gnome.org" module="gtk%2b"/>
     <dependencies>
       <dep package="glib"/>
       <dep package="pango"/>



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