-rw-r--r-- | core/launcher/launcher.pro | 2 | ||||
-rw-r--r-- | core/launcher/opie-taskbar.control | 2 | ||||
-rw-r--r-- | library/opie-base.control | 4 | ||||
-rwxr-xr-x | root/etc/init.d/opie | 58 |
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 | |||
107 | INCLUDEPATH += $(OPIEDIR)/rsync | 107 | INCLUDEPATH += $(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 @@ | |||
1 | Files: bin/qpe apps/Settings/Calibrate.desktop pics/launcher | 1 | Files: bin/opie apps/Settings/Calibrate.desktop pics/launcher |
2 | Priority: required | 2 | Priority: required |
3 | Section: opie/system | 3 | Section: opie/system |
4 | Maintainer: Project Opie <opie@handhelds.org> | 4 | Maintainer: 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 @@ | |||
1 | Files: 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 | 1 | Files: 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 |
2 | Priority: required | 2 | Priority: required |
3 | Section: opie/system | 3 | Section: opie/system |
4 | Maintainer: Project Opie <opie@handhelds.org> | 4 | Maintainer: Project Opie <opie@handhelds.org> |
@@ -7,6 +7,6 @@ Version: $QPE_VERSION-$SUB_VERSION.2 | |||
7 | Provides: qpe-base | 7 | Provides: qpe-base |
8 | Conflicts: qpe-base | 8 | Conflicts: qpe-base |
9 | Depends: qt-embedded (>=$QTE_VERSION), opie-qcop, opie-taskbar, opie-sounds, apmd, qpe-pics, libopie | 9 | Depends: qt-embedded (>=$QTE_VERSION), opie-qcop, opie-taskbar, opie-sounds, apmd, qpe-pics, libopie |
10 | Description: Base Qtopia environment | 10 | Description: 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 | |||
4 | module_id() { | ||
5 | cat /proc/hal/model | ||
6 | } | ||
7 | |||
8 | export LOGNAME=root | ||
9 | export HOME=/$LOGNAME | ||
10 | #export QWS_DISPLAY=Transformed:Rot270:0 | ||
11 | export QTDIR=/opt/QtPalmtop | ||
12 | export OPIEDIR=/opt/QtPalmtop | ||
13 | export QPEDIR=/opt/QtPalmtop | ||
14 | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OPIEDIR/lib | ||
15 | export PATH=$PATH:$OPIEDIR/bin | ||
16 | |||
17 | #this sets the iPaqs powerbutton to mapable | ||
18 | echo 1 > /proc/sys/ts/suspend_button_mode | ||
19 | |||
20 | if [ ! -x $OPIEDIR/bin/opie ] ; then exit 0 ; fi | ||
21 | |||
22 | $OPIEDIR/bin/opie-reorgfiles | ||
23 | |||
24 | . /etc/profile | ||
25 | |||
26 | killproc() { | ||
27 | pid=`/bin/ps -e | /bin/sed -n -e '/\<'$1'\>/ s/^ *\([0-9][0-9]*\).*/\1/p'` | ||
28 | [ "$pid" != "" ] && kill $pid | ||
29 | } | ||
30 | |||
31 | case $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 | ;; | ||
57 | esac | ||
58 | |||