[Sugar-devel] [PATCH] Add icons to MANIFEST files

Bernie Innocenti bernie at codewiz.org
Sun May 16 17:25:10 EDT 2010


Pippy icons were not listed in the MANIFEST file and thus not
being installed.

I've also removed a bunch of seemingly useless empty lines from
MANIFEST and appended a missing \n to the end of port/style.py.

Signed-off-by: Bernie Innocenti <bernie at codewiz.org>
---
 MANIFEST      |  124 +++------------------------------------------------------
 port/style.py |    2 +-
 2 files changed, 7 insertions(+), 119 deletions(-)

diff --git a/MANIFEST b/MANIFEST
index 3db79c2..13fc137 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -50,124 +50,12 @@ library/pippy/physics/tools.py
 library/pippy/physics/tools_poly.py
 library/pippy/query.py
 library/pippy/sound.py
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+icons/eraser_bw.svg
+icons/eraser_color.svg
+icons/run_bw.svg
+icons/run_color.svg
+icons/stopit_bw.svg
+icons/stopit_color.svg
 pippy_app.py
 po/Pippy.pot
 po/af.po
diff --git a/port/style.py b/port/style.py
index 1345ae9..8d3a853 100644
--- a/port/style.py
+++ b/port/style.py
@@ -25,4 +25,4 @@ def font_zoom(size):
     if hasattr(style, '_XO_DPI'):
         return style.zoom(size)
     else:
-        return size 
\ No newline at end of file
+        return size
-- 
1.7.0.1



More information about the Sugar-devel mailing list