updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / weather-wallpaper / weather-wallpaper.patch
blob887efbceb4792aba2cc19648bc95fa0d254905f0
1 --- weather-wallpaper.orig 2008-07-30 15:29:12.000000000 -0300
2 +++ weather-wallpaper 2008-07-30 15:29:32.000000000 -0300
3 @@ -398,7 +398,7 @@
4 else:
5 wind = wind_dirs[str(report.getWindCompass())] + _(" at ") + wind_speed
7 - input_img = os.path.join(path, "images", image + ".svg")
8 + input_img = os.path.join(path, "images", "%s.svg" % image)
10 cmd = "inkscape --without-gui --export-background-opacity=0 \
11 --export-width=%s --export-height=%s --file=%s \