summaryrefslogtreecommitdiff
authorharlekin <harlekin>2002-06-21 14:27:27 (UTC)
committer harlekin <harlekin>2002-06-21 14:27:27 (UTC)
commit309f86e01af1e9e907a1c07fe85a8de0eeb0bc8f (patch) (unidiff)
tree22cc95e6f083c775e95ce92ac7940aa956d3c2ea
parentaa6d9e05ffb12acff1d0730ce3a3f43815a65be5 (diff)
downloadopie-309f86e01af1e9e907a1c07fe85a8de0eeb0bc8f.zip
opie-309f86e01af1e9e907a1c07fe85a8de0eeb0bc8f.tar.gz
opie-309f86e01af1e9e907a1c07fe85a8de0eeb0bc8f.tar.bz2
make it opie
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/launcher.pro2
-rw-r--r--core/launcher/opie-taskbar.control2
-rw-r--r--library/opie-base.control4
-rwxr-xr-xroot/etc/init.d/opie58
4 files changed, 62 insertions, 4 deletions
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro
index 182cd1f..d9609ef 100644
--- a/core/launcher/launcher.pro
+++ b/core/launcher/launcher.pro
@@ -107,7 +107,7 @@ DEPENDPATH += $(OPIEDIR)/core/apps/calibrate
107INCLUDEPATH += $(OPIEDIR)/rsync 107INCLUDEPATH += $(OPIEDIR)/rsync
108 DEPENDPATH+= $(OPIEDIR)/rsync 108 DEPENDPATH+= $(OPIEDIR)/rsync
109 109
110 TARGET = qpe 110 TARGET = opie
111 111
112 LIBS += -lqpe -lcrypt -lopie 112 LIBS += -lqpe -lcrypt -lopie
113 113
diff --git a/core/launcher/opie-taskbar.control b/core/launcher/opie-taskbar.control
index e9338fb..75002ac 100644
--- a/core/launcher/opie-taskbar.control
+++ b/core/launcher/opie-taskbar.control
@@ -1,4 +1,4 @@
1Files: bin/qpe apps/Settings/Calibrate.desktop pics/launcher 1Files: bin/opie apps/Settings/Calibrate.desktop pics/launcher
2Priority: required 2Priority: required
3Section: opie/system 3Section: opie/system
4Maintainer: Project Opie <opie@handhelds.org> 4Maintainer: Project Opie <opie@handhelds.org>
diff --git a/library/opie-base.control b/library/opie-base.control
index ea2a6d9..98c59f6 100644
--- a/library/opie-base.control
+++ b/library/opie-base.control
@@ -1,4 +1,4 @@
1Files: etc/qimpen etc/colors etc/init.d/qpe etc/rc2.d/S98qpe bin/qpe-reorgfiles $QTDIR/lib/libqpe.so.$VERSION_MAJ.$VERSION_MIN.$VERSION_PAT $QTDIR/lib/libqpe.so.$VERSION_MAJ.$VERSION_MIN $QTDIR/lib/libqpe.so.$VERSION_MAJ apps/__7separator.desktop apps/__9quit.desktop apps/*/.directory etc/mime.types apps/Settings/quit.desktop 1Files: etc/qimpen etc/colors etc/init.d/opie etc/rc2.d/S98opie bin/opie-reorgfiles $QTDIR/lib/libqpe.so.$VERSION_MAJ.$VERSION_MIN.$VERSION_PAT $QTDIR/lib/libqpe.so.$VERSION_MAJ.$VERSION_MIN $QTDIR/lib/libqpe.so.$VERSION_MAJ apps/__7separator.desktop apps/__9quit.desktop apps/*/.directory etc/mime.types apps/Settings/quit.desktop
2Priority: required 2Priority: required
3Section: opie/system 3Section: opie/system
4Maintainer: Project Opie <opie@handhelds.org> 4Maintainer: Project Opie <opie@handhelds.org>
@@ -7,6 +7,6 @@ Version: $QPE_VERSION-$SUB_VERSION.2
7Provides: qpe-base 7Provides: qpe-base
8Conflicts: qpe-base 8Conflicts: qpe-base
9Depends: qt-embedded (>=$QTE_VERSION), opie-qcop, opie-taskbar, opie-sounds, apmd, qpe-pics, libopie 9Depends: qt-embedded (>=$QTE_VERSION), opie-qcop, opie-taskbar, opie-sounds, apmd, qpe-pics, libopie
10Description: Base Qtopia environment 10Description: Base Opie environment
11 A complete GUI environment for handhelds. 11 A complete GUI environment for handhelds.
12 You will probably want to install one of the opie-i18n-* packages. 12 You will probably want to install one of the opie-i18n-* packages.
diff --git a/root/etc/init.d/opie b/root/etc/init.d/opie
new file mode 100755
index 0000000..0c9892c
--- a/dev/null
+++ b/root/etc/init.d/opie
@@ -0,0 +1,58 @@
1#!/bin/sh
2#
3
4module_id() {
5 cat /proc/hal/model
6}
7
8export LOGNAME=root
9export HOME=/$LOGNAME
10#export QWS_DISPLAY=Transformed:Rot270:0
11export QTDIR=/opt/QtPalmtop
12export OPIEDIR=/opt/QtPalmtop
13export QPEDIR=/opt/QtPalmtop
14export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OPIEDIR/lib
15export PATH=$PATH:$OPIEDIR/bin
16
17#this sets the iPaqs powerbutton to mapable
18echo 1 > /proc/sys/ts/suspend_button_mode
19
20if [ ! -x $OPIEDIR/bin/opie ] ; then exit 0 ; fi
21
22$OPIEDIR/bin/opie-reorgfiles
23
24. /etc/profile
25
26killproc() {
27 pid=`/bin/ps -e | /bin/sed -n -e '/\<'$1'\>/ s/^ *\([0-9][0-9]*\).*/\1/p'`
28 [ "$pid" != "" ] && kill $pid
29}
30
31case $1 in
32'start')
33 echo "Starting Opie..."
34
35 cd $HOME
36
37 rm -f /etc/rc2.d/S99x # Can't have both running!
38
39 case `module_id` in
40 "3100" ) export QWS_DISPLAY=Transformed:Rot90:0 ;;
41 "3600" ) export QWS_DISPLAY=Transformed:Rot270:0 ;;
42 "3700" ) export QWS_DISPLAY=Transformed:Rot270:0 ;;
43 "3800" ) export QWS_DISPLAY=Transformed:Rot90:0 ;;
44 *) echo "Unknown processor type -`module_id`-!" ;;
45 esac
46
47 $OPIEDIR/bin/opie 2>/dev/null >/dev/null &
48
49 ;;
50'stop')
51 echo "Killing Opie..."
52 killproc opie
53 ;;
54*)
55 echo "usage: $0 { start | stop }"
56 ;;
57esac
58