diff --git a/deskutils/conkyforecast/files/patch-setup.py b/deskutils/conkyforecast/files/patch-setup.py index 32a0c3ff412a..2adc1b4676a0 100644 --- a/deskutils/conkyforecast/files/patch-setup.py +++ b/deskutils/conkyforecast/files/patch-setup.py @@ -1,10 +1,18 @@ ---- setup.py.orig 2010-01-07 05:02:45.000000000 +0700 -+++ setup.py 2010-05-07 23:16:08.000000000 +0800 -@@ -46,7 +46,6 @@ - ('/usr/share/conkyforecast/', [ 'conkyForecast.pot' ] ), +--- setup.py.orig 2011-04-29 09:12:29 UTC ++++ setup.py +@@ -46,7 +46,6 @@ setup( ('/usr/share/conkyforecast/', [ 'conkyForecast.config' ] ), + ('/usr/share/conkyforecast/', [ 'conkyForecast-SunsetSunriseCountdown.py' ] ), ('/usr/share/conkyforecast/example', listfiles( 'example', '*' ) ), - ('/usr/share/fonts/truetype/conkyforecast', listfiles( 'fonts', '*' ) ), ('/usr/share/conkyforecast/images/bearingicons', listfiles( 'images/bearingicons', '*' ) ), ('/usr/share/conkyforecast/images/moonicons', listfiles( 'images/moonicons', '*' ) ), ('/usr/share/conkyforecast/images/weathericons', listfiles( 'images/weathericons', '*' ) ), +@@ -68,5 +67,7 @@ setup( + ('/usr/share/conkyforecast/locale/zh/LC_MESSAGES', listfiles( 'locale/zh/LC_MESSAGES', '*' ) ), + ('/usr/share/conkyforecast/test', listfiles( 'test', '*' ) ) + ], ++ # Declare packages explicitly so that setuptools does not attempt auto discovery ++ packages=[], + ) +