summaryrefslogtreecommitdiff
path: root/qt
Unidiff
Diffstat (limited to 'qt') (more/less context) (ignore whitespace changes)
-rwxr-xr-xqt/control/qpf-cyberbit-120-50-t10.postinst2
-rwxr-xr-xqt/control/qpf-fixed.postinst2
-rwxr-xr-xqt/control/qpf-helvetica.postinst2
-rwxr-xr-xqt/control/qpf-micro.postinst2
-rwxr-xr-xqt/control/qpf-smallsmooth.postinst2
-rwxr-xr-xqt/control/qpf-smoothtimes.postinst2
-rw-r--r--qt/qte234-for-opie091-fontdir.patch2
7 files changed, 13 insertions, 1 deletions
diff --git a/qt/control/qpf-cyberbit-120-50-t10.postinst b/qt/control/qpf-cyberbit-120-50-t10.postinst
index 30336ce..9671d9a 100755
--- a/qt/control/qpf-cyberbit-120-50-t10.postinst
+++ b/qt/control/qpf-cyberbit-120-50-t10.postinst
@@ -3,7 +3,9 @@
3set -e 3set -e
4 4
5if [ "$1" != "configure" ]; then 5if [ "$1" != "configure" ]; then
6 exit 0 6 exit 0
7fi 7fi
8 8
9. /etc/profile
10
9update-qtfontdir 11update-qtfontdir
diff --git a/qt/control/qpf-fixed.postinst b/qt/control/qpf-fixed.postinst
index 30336ce..9671d9a 100755
--- a/qt/control/qpf-fixed.postinst
+++ b/qt/control/qpf-fixed.postinst
@@ -3,7 +3,9 @@
3set -e 3set -e
4 4
5if [ "$1" != "configure" ]; then 5if [ "$1" != "configure" ]; then
6 exit 0 6 exit 0
7fi 7fi
8 8
9. /etc/profile
10
9update-qtfontdir 11update-qtfontdir
diff --git a/qt/control/qpf-helvetica.postinst b/qt/control/qpf-helvetica.postinst
index 30336ce..9671d9a 100755
--- a/qt/control/qpf-helvetica.postinst
+++ b/qt/control/qpf-helvetica.postinst
@@ -3,7 +3,9 @@
3set -e 3set -e
4 4
5if [ "$1" != "configure" ]; then 5if [ "$1" != "configure" ]; then
6 exit 0 6 exit 0
7fi 7fi
8 8
9. /etc/profile
10
9update-qtfontdir 11update-qtfontdir
diff --git a/qt/control/qpf-micro.postinst b/qt/control/qpf-micro.postinst
index 30336ce..9671d9a 100755
--- a/qt/control/qpf-micro.postinst
+++ b/qt/control/qpf-micro.postinst
@@ -3,7 +3,9 @@
3set -e 3set -e
4 4
5if [ "$1" != "configure" ]; then 5if [ "$1" != "configure" ]; then
6 exit 0 6 exit 0
7fi 7fi
8 8
9. /etc/profile
10
9update-qtfontdir 11update-qtfontdir
diff --git a/qt/control/qpf-smallsmooth.postinst b/qt/control/qpf-smallsmooth.postinst
index 30336ce..9671d9a 100755
--- a/qt/control/qpf-smallsmooth.postinst
+++ b/qt/control/qpf-smallsmooth.postinst
@@ -3,7 +3,9 @@
3set -e 3set -e
4 4
5if [ "$1" != "configure" ]; then 5if [ "$1" != "configure" ]; then
6 exit 0 6 exit 0
7fi 7fi
8 8
9. /etc/profile
10
9update-qtfontdir 11update-qtfontdir
diff --git a/qt/control/qpf-smoothtimes.postinst b/qt/control/qpf-smoothtimes.postinst
index 30336ce..9671d9a 100755
--- a/qt/control/qpf-smoothtimes.postinst
+++ b/qt/control/qpf-smoothtimes.postinst
@@ -3,7 +3,9 @@
3set -e 3set -e
4 4
5if [ "$1" != "configure" ]; then 5if [ "$1" != "configure" ]; then
6 exit 0 6 exit 0
7fi 7fi
8 8
9. /etc/profile
10
9update-qtfontdir 11update-qtfontdir
diff --git a/qt/qte234-for-opie091-fontdir.patch b/qt/qte234-for-opie091-fontdir.patch
index a765d44..3b3daf4 100644
--- a/qt/qte234-for-opie091-fontdir.patch
+++ b/qt/qte234-for-opie091-fontdir.patch
@@ -34,13 +34,13 @@
34+} 34+}
35+ 35+
36+if [ -z "$1" ]; then 36+if [ -z "$1" ]; then
37+ if [ -n "$QTDIR" ]; then 37+ if [ -n "$QTDIR" ]; then
38+ fontdir=$QTDIR/lib/fonts 38+ fontdir=$QTDIR/lib/fonts
39+ else 39+ else
40+ usage 40+ fontdir=/opt/QtPalmtop/lib/fonts
41+ fi 41+ fi
42+else 42+else
43+ fontdir=$1 43+ fontdir=$1
44+fi 44+fi
45+ 45+
46+if ! [ -d $fontdir ]; then 46+if ! [ -d $fontdir ]; then