[PATCH 6/9] Added a new timezone color map.

David Shea dshea at redhat.com
Wed Nov 6 22:56:56 UTC 2013


cc.png is used by the TimezoneMap widget to map a click to a time zone
by providing color codes for each zone. However, whoever created the
image originally left in alpha blending and some assorted garbage at the
borders, which was unhelpful.

Added a new cc.png along with a XCF file containing each time zone as a
separate layer. Both images were created by Ryan Lerch
<rlerch at redhat.com>.
---
 widgets/data/tzmapdata/Makefile.am  |   3 +++
 widgets/data/tzmapdata/cc.png       | Bin 52271 -> 10822 bytes
 widgets/data/tzmapdata/timezone.xcf | Bin 0 -> 356045 bytes
 3 files changed, 3 insertions(+)
 create mode 100644 widgets/data/tzmapdata/timezone.xcf


I removed the two images from this patch. They can be found here:
http://dshea.fedorapeople.org/timezonemap/cc.png
http://dshea.fedorapeople.org/timezonemap/timezone.xcf

diff --git a/widgets/data/tzmapdata/Makefile.am b/widgets/data/tzmapdata/Makefile.am
index 2dd6029..3784c1f 100644
--- a/widgets/data/tzmapdata/Makefile.am
+++ b/widgets/data/tzmapdata/Makefile.am
@@ -19,5 +19,8 @@
 timezonemap_datadir        = $(datadir)/anaconda/tzmapdata
 dist_timezonemap_data_DATA = $(srcdir)/*.png timezones_backward
 
+# A reference file that contains each time zone in a separate layer
+dist_noinst_DATA = timezone.xcf
+
 MAINTAINERCLEANFILES = Makefile.in
 
-- 
1.8.3.1



More information about the anaconda-patches mailing list