changeset 6194:60305a4352ff

cosmetic change: lilypond: sort depedencies.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Sun, 26 Aug 2012 11:38:36 +0200
parents dcf6c618308d
children 5b5865d521c6
files gub/specs/lilypond.py
diffstat 1 files changed, 27 insertions(+), 23 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypond.py	Sun Aug 26 16:21:18 2012 +0200
+++ b/gub/specs/lilypond.py	Sun Aug 26 11:38:36 2012 +0200
@@ -24,29 +24,33 @@
 #    source = url () # for release builds
     branch = 'master'
     subpackage_names = ['']
-    dependencies = ['cross/gcc-c++-runtime',
-                    'flex',
-                    'fontconfig-devel',
-                    'freetype-devel',
-                    'gettext-devel',
-                    'ghostscript',
-                    'guile-devel',
-                    'pango-devel',
-                    'python-devel',
-                    'urw-fonts',
-                    'tools::autoconf',
-                    'tools::flex',
-                    'tools::bison',
-                    'tools::texinfo',
-                    'tools::fontforge',
-                    'tools::pkg-config',
-                    'tools::gettext', # AM_GNU_GETTEXT
-                    'tools::t1utils',
-                    'tools::texi2html',
-                    #'tools::texlive',
-                    'system::mf', 
-                    'system::mpost', 
-                    ]
+    dependencies = [
+        'cross/gcc-c++-runtime',
+
+        'flex',
+        'fontconfig-devel',
+        'freetype-devel',
+        'gettext-devel',
+        'ghostscript',
+        'guile-devel',
+        'pango-devel',
+        'python-devel',
+        'urw-fonts',
+
+        'tools::autoconf',
+        'tools::bison',
+        'tools::flex',
+        'tools::fontforge',
+        'tools::gettext', # AM_GNU_GETTEXT
+        'tools::pkg-config',
+        'tools::t1utils',
+        'tools::texi2html',
+        'tools::texinfo',
+        #'tools::texlive',
+
+        'system::mf', 
+        'system::mpost', 
+        ]
     if 'stat' in misc.librestrict ():
         dependencies = [x for x in dependencies
                         if x not in ['system::mf', 'system::mpost']