summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2004-11-09 11:57:44 (UTC)
committer zautrix <zautrix>2004-11-09 11:57:44 (UTC)
commit21c8ec57e0258815f3d1474c1194d1572f78029e (patch) (side-by-side diff)
treea9088fc093487b09ed2448b548276db1395bd449
parent318f9bf1f4bc84af280bd8e090989677ba21d241 (diff)
downloadkdepimpi-21c8ec57e0258815f3d1474c1194d1572f78029e.zip
kdepimpi-21c8ec57e0258815f3d1474c1194d1572f78029e.tar.gz
kdepimpi-21c8ec57e0258815f3d1474c1194d1572f78029e.tar.bz2
aaded files
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--ReadMe_cv.txt26
-rw-r--r--kmicromail/libetpan/tools/charconv.c2
-rw-r--r--oz-character-conversion.control8
-rw-r--r--sr-character-conversion.control8
4 files changed, 43 insertions, 1 deletions
diff --git a/ReadMe_cv.txt b/ReadMe_cv.txt
new file mode 100644
index 0000000..aa94af0
--- a/dev/null
+++ b/ReadMe_cv.txt
@@ -0,0 +1,26 @@
+This package includes the character conversion tables of the gnu C++ compiler environment.
+The sources can be found in every source distribution of the gnu C++ compiler.
+This package is needed by the mail program OM/Pi.
+
+How to install:
+
+The size of the installed data is about 4 MB.
+
+Install the ipk on SD card or in internal memory.
+We assume, that all is installed on SD.
+You will have now a dir
+/mnt/card/QtPalmtop/lib/gconv
+
+
+to finish installation, we have to create a symlink from
+/usr/lib/gconv to the new gconv dir.
+To create a symlink do the following:
+
+Open console and type in console:
+
+cd /usr/lib
+su
+ln -s /mnt/card/QtPalmtop/lib/gconv
+
+Threre is no need to uninstall or reinstall this package, if you update OM/Pi.
+
diff --git a/kmicromail/libetpan/tools/charconv.c b/kmicromail/libetpan/tools/charconv.c
index bf3de51..f7a3c89 100644
--- a/kmicromail/libetpan/tools/charconv.c
+++ b/kmicromail/libetpan/tools/charconv.c
@@ -45,8 +45,8 @@
#include <errno.h>
#include "mmapstring.h"
-
#ifdef HAVE_ICONV
+
static size_t mail_iconv (iconv_t cd, const char **inbuf, size_t *inbytesleft,
char **outbuf, size_t *outbytesleft,
char **inrepls, char *outrepl)
diff --git a/oz-character-conversion.control b/oz-character-conversion.control
new file mode 100644
index 0000000..373868e
--- a/dev/null
+++ b/oz-character-conversion.control
@@ -0,0 +1,8 @@
+Files: lib/gconv/*
+Priority: optional
+Section: qpe/applications
+Maintainer: Lutz Rogowski <lutz@pi-sync.net>
+Architecture: arm
+Version: OZ-gcc3xx
+License: GPL
+Description: Character conversion tables, needed by OM/Pi.
diff --git a/sr-character-conversion.control b/sr-character-conversion.control
new file mode 100644
index 0000000..c5fe32d
--- a/dev/null
+++ b/sr-character-conversion.control
@@ -0,0 +1,8 @@
+Files: lib/gconv/*
+Priority: optional
+Section: qpe/applications
+Maintainer: Lutz Rogowski <lutz@pi-sync.net>
+Architecture: arm
+Version: SharpROM
+License: GPL
+Description: Character conversion tables, needed by OM/Pi.