summaryrefslogtreecommitdiffstats
path: root/libkcal/libical/README.zoneinfo
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (patch)
tree67208f7c145782a7e90b123b982ca78d88cc2c87 /libkcal/libical/README.zoneinfo
downloadtdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.tar.gz
tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libkcal/libical/README.zoneinfo')
-rw-r--r--libkcal/libical/README.zoneinfo44
1 files changed, 44 insertions, 0 deletions
diff --git a/libkcal/libical/README.zoneinfo b/libkcal/libical/README.zoneinfo
new file mode 100644
index 000000000..57ce26c7a
--- /dev/null
+++ b/libkcal/libical/README.zoneinfo
@@ -0,0 +1,44 @@
+To generate our zoneinfo .ics files:
+
+ 1. Download and untar the most recent tzdataXXX.tar.gz package
+ from ftp://elsie.nci.nih.gov/pub/ to the tzdata subdir
+
+ % cd tzdata
+ % wget ftp://elsie.nci.nih.gov/pub/tzdata2007h.tar.gz
+ % cat tzdata2007h.tar.gz | gunzip -c | tar xvf -
+ % rm tzdata2007h.tar.gz
+ % cd ..
+
+ 2. Make sure we have the most recent version of the vzic program
+ which can be found at
+ http://dialspace.dial.pipex.com/prod/dialspace/town/pipexdsl/s/asbm26/vzic
+
+ % wget http://dialspace.dial.pipex.com/prod/dialspace/town/pipexdsl/s/asbm26/vzic/vzic-1.3.tgz
+ % cat vzic-1.3.tgz | gunzip -c | tar xvf -
+ % rm vzic-1.3.tgz
+
+ 3. Configure and build vzic
+
+ % cd vzic-1.3
+ % vi Makefile
+
+ make the following changes:
+ OLSON_DIR = ../tzdata
+ PRODUCT_ID = -//KDE//NONSGML KCal Olson-VTIMEZONE Converter//EN
+ TZID_PREFIX = /kde.org/Olson_%D_1/
+
+ % make
+ % cd ..
+
+ 4. Do it!
+
+ % cd vzic-1.3
+ % ./vzic --pure --output-dir ../zoneinfo
+
+ 5. Cleanup
+
+ % make clean
+
+ 6. Commit new tzdata and vzic, if necessary
+
+ 7. Commit new zoneinfo