TheProjecter / ultimate-gnome

Automatically exported from code.google.com/p/ultimate-gnome
0 stars 0 forks source link

Add source exporter, HTML generator, and Scalable-only builder to Automate.sh #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What you need to do is:
I need to add to the script a part to create a Scalable only version, a
script to extract only svg files from the SVN and a script to create an
HTML preview of the theme.

And add enivronment variables to Automate.sh

Original issue reported on code.google.com by newmooon on 4 Feb 2009 at 8:10

GoogleCodeExporter commented 8 years ago
I've added environment variables and a sources extractor script with r558

Original comment by newmooon on 4 Feb 2009 at 8:20

GoogleCodeExporter commented 8 years ago
added a scalable-only-builder that is a copy from tar-gz-package-builder. I 
need to
modify it. 

I've also modified the help and some other things on automate.sh with r560

Original comment by newmooon on 4 Feb 2009 at 8:38

GoogleCodeExporter commented 8 years ago
I've to modify the scalable-only-builder and to create the html-preview-creator.

Original comment by newmooon on 4 Feb 2009 at 8:47

GoogleCodeExporter commented 8 years ago

Original comment by newmooon on 4 Feb 2009 at 8:48

GoogleCodeExporter commented 8 years ago
with r563 I've changed the scalable-only-builder and now it should create the 
package
correctly. I'll test it

Original comment by newmooon on 5 Feb 2009 at 11:21

GoogleCodeExporter commented 8 years ago
I've found that removing "-R" from "cp" causes the symlinks to be transformed 
into
real icons.

Original comment by newmooon on 5 Feb 2009 at 12:14

GoogleCodeExporter commented 8 years ago
with r568 I've added the HTML-previewer that creates a well formed and indented 
HTML
document with all the unique icons in 48x48 resolution. This could be used to 
take
screen shots of the theme.

I want now to create a -a --all option that performs clean, build, count and a 
"du-h"
(weigh) of the ".tar.gz" 

Original comment by newmooon on 6 Feb 2009 at 7:24

GoogleCodeExporter commented 8 years ago
uh and create also the preview. maybe I'll remove some option if I they have not
sense out of a "-all" process 

Original comment by newmooon on 6 Feb 2009 at 7:27

GoogleCodeExporter commented 8 years ago
it is useless to use the "du-h" option because it gives or 11M or the weigh in 
K, the
better thing is to check it before uploading it to the repository.
I've add the -a -all option with r570

Original comment by newmooon on 6 Feb 2009 at 8:07

GoogleCodeExporter commented 8 years ago
verified with r571

Original comment by newmooon on 6 Feb 2009 at 8:43

GoogleCodeExporter commented 8 years ago
SVG are not included in the package anymore so it useless to clean them when 
doing
the --all option so I've removed it from the --all option with r572

Original comment by newmooon on 6 Feb 2009 at 8:54