-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 | |||
@@ -46,80 +46,80 @@ HEADERS = background.h \ | |||
46 | $(OPIEDIR)/rsync/qrsync.h | 46 | $(OPIEDIR)/rsync/qrsync.h |
47 | # quicklauncher.h \ | 47 | # quicklauncher.h \ |
48 | 48 | ||
49 | SOURCES = background.cpp \ | 49 | SOURCES = background.cpp \ |
50 | desktop.cpp \ | 50 | desktop.cpp \ |
51 | mediummountgui.cpp \ | 51 | mediummountgui.cpp \ |
52 | qprocess.cpp qprocess_unix.cpp \ | 52 | qprocess.cpp qprocess_unix.cpp \ |
53 | info.cpp \ | 53 | info.cpp \ |
54 | appicons.cpp \ | 54 | appicons.cpp \ |
55 | taskbar.cpp \ | 55 | taskbar.cpp \ |
56 | sidething.cpp \ | 56 | sidething.cpp \ |
57 | mrulist.cpp \ | 57 | mrulist.cpp \ |
58 | stabmon.cpp \ | 58 | stabmon.cpp \ |
59 | inputmethods.cpp \ | 59 | inputmethods.cpp \ |
60 | systray.cpp \ | 60 | systray.cpp \ |
61 | wait.cpp \ | 61 | wait.cpp \ |
62 | shutdownimpl.cpp \ | 62 | shutdownimpl.cpp \ |
63 | launcher.cpp \ | 63 | launcher.cpp \ |
64 | launcherview.cpp \ | 64 | launcherview.cpp \ |
65 | $(OPIEDIR)/core/apps/calibrate/calibrate.cpp \ | 65 | $(OPIEDIR)/core/apps/calibrate/calibrate.cpp \ |
66 | transferserver.cpp \ | 66 | transferserver.cpp \ |
67 | packageslave.cpp \ | 67 | packageslave.cpp \ |
68 | irserver.cpp \ | 68 | irserver.cpp \ |
69 | qcopbridge.cpp \ | 69 | qcopbridge.cpp \ |
70 | startmenu.cpp \ | 70 | startmenu.cpp \ |
71 | main.cpp \ | 71 | main.cpp \ |
72 | $(OPIEDIR)/rsync/base64.c \ | 72 | $(OPIEDIR)/rsync/base64.c \ |
73 | $(OPIEDIR)/rsync/buf.c \ | 73 | $(OPIEDIR)/rsync/buf.c \ |
74 | $(OPIEDIR)/rsync/checksum.c \ | 74 | $(OPIEDIR)/rsync/checksum.c \ |
75 | $(OPIEDIR)/rsync/command.c \ | 75 | $(OPIEDIR)/rsync/command.c \ |
76 | $(OPIEDIR)/rsync/delta.c \ | 76 | $(OPIEDIR)/rsync/delta.c \ |
77 | $(OPIEDIR)/rsync/emit.c \ | 77 | $(OPIEDIR)/rsync/emit.c \ |
78 | $(OPIEDIR)/rsync/hex.c \ | 78 | $(OPIEDIR)/rsync/hex.c \ |
79 | $(OPIEDIR)/rsync/job.c \ | 79 | $(OPIEDIR)/rsync/job.c \ |
80 | $(OPIEDIR)/rsync/mdfour.c \ | 80 | $(OPIEDIR)/rsync/mdfour.c \ |
81 | $(OPIEDIR)/rsync/mksum.c \ | 81 | $(OPIEDIR)/rsync/mksum.c \ |
82 | $(OPIEDIR)/rsync/msg.c \ | 82 | $(OPIEDIR)/rsync/msg.c \ |
83 | $(OPIEDIR)/rsync/netint.c \ | 83 | $(OPIEDIR)/rsync/netint.c \ |
84 | $(OPIEDIR)/rsync/patch.c \ | 84 | $(OPIEDIR)/rsync/patch.c \ |
85 | $(OPIEDIR)/rsync/prototab.c \ | 85 | $(OPIEDIR)/rsync/prototab.c \ |
86 | $(OPIEDIR)/rsync/readsums.c \ | 86 | $(OPIEDIR)/rsync/readsums.c \ |
87 | $(OPIEDIR)/rsync/scoop.c \ | 87 | $(OPIEDIR)/rsync/scoop.c \ |
88 | $(OPIEDIR)/rsync/search.c \ | 88 | $(OPIEDIR)/rsync/search.c \ |
89 | $(OPIEDIR)/rsync/stats.c \ | 89 | $(OPIEDIR)/rsync/stats.c \ |
90 | $(OPIEDIR)/rsync/stream.c \ | 90 | $(OPIEDIR)/rsync/stream.c \ |
91 | $(OPIEDIR)/rsync/sumset.c \ | 91 | $(OPIEDIR)/rsync/sumset.c \ |
92 | $(OPIEDIR)/rsync/trace.c \ | 92 | $(OPIEDIR)/rsync/trace.c \ |
93 | $(OPIEDIR)/rsync/tube.c \ | 93 | $(OPIEDIR)/rsync/tube.c \ |
94 | $(OPIEDIR)/rsync/util.c \ | 94 | $(OPIEDIR)/rsync/util.c \ |
95 | $(OPIEDIR)/rsync/version.c \ | 95 | $(OPIEDIR)/rsync/version.c \ |
96 | $(OPIEDIR)/rsync/whole.c \ | 96 | $(OPIEDIR)/rsync/whole.c \ |
97 | $(OPIEDIR)/rsync/qrsync.cpp | 97 | $(OPIEDIR)/rsync/qrsync.cpp |
98 | 98 | ||
99 | INTERFACES= shutdown.ui syncdialog.ui | 99 | INTERFACES= shutdown.ui syncdialog.ui |
100 | 100 | ||
101 | INCLUDEPATH += $(OPIEDIR)/include | 101 | INCLUDEPATH += $(OPIEDIR)/include |
102 | DEPENDPATH+= $(OPIEDIR)/include . | 102 | DEPENDPATH+= $(OPIEDIR)/include . |
103 | 103 | ||
104 | INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate | 104 | INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate |
105 | DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate | 105 | DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate |
106 | 106 | ||
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 | ||
114 | TRANSLATIONS = ../i18n/de/qpe.ts | 114 | TRANSLATIONS = ../i18n/de/qpe.ts |
115 | TRANSLATIONS += ../i18n/es/qpe.ts | 115 | TRANSLATIONS += ../i18n/es/qpe.ts |
116 | TRANSLATIONS += ../i18n/pt/qpe.ts | 116 | TRANSLATIONS += ../i18n/pt/qpe.ts |
117 | TRANSLATIONS += ../i18n/pt_BR/qpe.ts | 117 | TRANSLATIONS += ../i18n/pt_BR/qpe.ts |
118 | TRANSLATIONS += ../i18n/en/qpe.ts | 118 | TRANSLATIONS += ../i18n/en/qpe.ts |
119 | TRANSLATIONS += ../i18n/hu/qpe.ts | 119 | TRANSLATIONS += ../i18n/hu/qpe.ts |
120 | TRANSLATIONS += ../i18n/ja/qpe.ts | 120 | TRANSLATIONS += ../i18n/ja/qpe.ts |
121 | TRANSLATIONS += ../i18n/fr/qpe.ts | 121 | TRANSLATIONS += ../i18n/fr/qpe.ts |
122 | TRANSLATIONS += ../i18n/ko/qpe.ts | 122 | TRANSLATIONS += ../i18n/ko/qpe.ts |
123 | TRANSLATIONS += ../i18n/no/qpe.ts | 123 | TRANSLATIONS += ../i18n/no/qpe.ts |
124 | TRANSLATIONS += ../i18n/zh_CN/qpe.ts | 124 | TRANSLATIONS += ../i18n/zh_CN/qpe.ts |
125 | TRANSLATIONS += ../i18n/zh_TW/qpe.ts | 125 | TRANSLATIONS += ../i18n/zh_TW/qpe.ts |
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,9 +1,9 @@ | |||
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> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.1 | 6 | Version: $QPE_VERSION-$SUB_VERSION.1 |
7 | Depends: qt-embedded (>=$QTE_VERSION) | 7 | Depends: qt-embedded (>=$QTE_VERSION) |
8 | Description: Launcher for Opie | 8 | Description: Launcher for Opie |
9 | The "finder" or "explorer", or whatever you want to call it. | 9 | The "finder" or "explorer", or whatever you want to call it. |
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,12 +1,12 @@ | |||
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> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.2 | 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 | |||