author | kergoth <kergoth> | 2002-10-17 03:46:39 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-10-17 03:46:39 (UTC) |
commit | 11cde43ced1c85ad350cd32ca72b75dcfbce5fce (patch) (unidiff) | |
tree | 6a0a431de330ebb3fcd672b4480844245b6eaab2 | |
parent | 5b24db593c51fe2c548b8e343170ac9dbf78fc58 (diff) | |
download | opie-11cde43ced1c85ad350cd32ca72b75dcfbce5fce.zip opie-11cde43ced1c85ad350cd32ca72b75dcfbce5fce.tar.gz opie-11cde43ced1c85ad350cd32ca72b75dcfbce5fce.tar.bz2 |
New network setup app now in root Makefile per max's suggestion. Ben meyer wrote it, much improved, though lacks some features. Also, needs an icon.
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | apps/Settings/networksettings.desktop | 12 | ||||
-rw-r--r-- | apps/Settings/networksetup.desktop | 12 | ||||
-rw-r--r-- | noncore/net/networksetup/opie-networksetup.control | 8 | ||||
-rw-r--r-- | noncore/settings/networksettings/opie-networksettings.control | 8 | ||||
-rw-r--r-- | noncore/settings/networksettings/opie-networksetup.control | 8 |
6 files changed, 51 insertions, 1 deletions
@@ -1,132 +1,134 @@ | |||
1 | indefault: dynamic | 1 | indefault: dynamic |
2 | 2 | ||
3 | all: default docs | 3 | all: default docs |
4 | 4 | ||
5 | LIBS=library libopie | 5 | LIBS=library libopie |
6 | 6 | ||
7 | 7 | ||
8 | INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ | 8 | INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ |
9 | inputmethods/handwriting inputmethods/unikeyboard \ | 9 | inputmethods/handwriting inputmethods/unikeyboard \ |
10 | inputmethods/jumpx inputmethods/kjumpx \ | 10 | inputmethods/jumpx inputmethods/kjumpx \ |
11 | inputmethods/dvorak inputmethods/multikey \ | 11 | inputmethods/dvorak inputmethods/multikey \ |
12 | 12 | ||
13 | APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ | 13 | APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ |
14 | core/applets/irdaapplet core/applets/volumeapplet \ | 14 | core/applets/irdaapplet core/applets/volumeapplet \ |
15 | core/applets/clockapplet core/applets/netmonapplet \ | 15 | core/applets/clockapplet core/applets/netmonapplet \ |
16 | core/applets/homeapplet core/applets/suspendapplet \ | 16 | core/applets/homeapplet core/applets/suspendapplet \ |
17 | core/applets/logoutapplet \ | 17 | core/applets/logoutapplet \ |
18 | core/applets/screenshotapplet core/applets/clipboardapplet \ | 18 | core/applets/screenshotapplet core/applets/clipboardapplet \ |
19 | core/applets/cardmon core/applets/obex \ | 19 | core/applets/cardmon core/applets/obex \ |
20 | core/applets/vmemo noncore/net/netsetup/dialup \ | 20 | core/applets/vmemo noncore/net/netsetup/dialup \ |
21 | noncore/net/netsetup/lan \ | 21 | noncore/net/netsetup/lan \ |
22 | noncore/net/networksetup/wlan \ | ||
22 | noncore/applets/wirelessapplet noncore/applets/notesapplet | 23 | noncore/applets/wirelessapplet noncore/applets/notesapplet |
23 | 24 | ||
24 | MAIL= noncore/mail/libmail noncore/mail/bend | 25 | MAIL= noncore/mail/libmail noncore/mail/bend |
25 | 26 | ||
26 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ | 27 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
27 | core/multimedia/opieplayer/libmad \ | 28 | core/multimedia/opieplayer/libmad \ |
28 | core/multimedia/opieplayer/wavplugin \ | 29 | core/multimedia/opieplayer/wavplugin \ |
29 | core/multimedia/opieplayer/modplug | 30 | core/multimedia/opieplayer/modplug |
30 | 31 | ||
31 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) | 32 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
32 | 33 | ||
33 | 34 | ||
34 | PIMAPPS = core/pim/addressbook core/pim/datebook \ | 35 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
35 | core/pim/today core/pim/todo | 36 | core/pim/today core/pim/todo |
36 | 37 | ||
37 | TODAYPLUGINS = core/pim/today/plugins/datebook \ | 38 | TODAYPLUGINS = core/pim/today/plugins/datebook \ |
38 | core/pim/today/plugins/todolist \ | 39 | core/pim/today/plugins/todolist \ |
39 | core/pim/today/plugins/mail \ | 40 | core/pim/today/plugins/mail \ |
40 | 41 | ||
41 | 42 | ||
42 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ | 43 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
43 | core/apps/textedit core/apps/embeddedkonsole \ | 44 | core/apps/textedit core/apps/embeddedkonsole \ |
44 | core/launcher \ | 45 | core/launcher \ |
45 | core/opie-login \ | 46 | core/opie-login \ |
46 | core/apps/oipkg core/apps/qcop | 47 | core/apps/oipkg core/apps/qcop |
47 | 48 | ||
48 | COREMULTIMEDIA = core/multimedia/opieplayer | 49 | COREMULTIMEDIA = core/multimedia/opieplayer |
49 | 50 | ||
50 | CORESETTINGS = core/settings/light-and-power core/settings/security \ | 51 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
51 | core/settings/systemtime core/settings/citytime \ | 52 | core/settings/systemtime core/settings/citytime \ |
52 | core/settings/launcher | 53 | core/settings/launcher |
53 | 54 | ||
54 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ | 55 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
55 | noncore/settings/appearance2 noncore/settings/sound \ | 56 | noncore/settings/appearance2 noncore/settings/sound \ |
56 | noncore/settings/mediummount \ | 57 | noncore/settings/mediummount \ |
57 | noncore/settings/tabmanager noncore/settings/appskey \ | 58 | noncore/settings/tabmanager noncore/settings/appskey \ |
58 | noncore/settings/netsystemtime noncore/settings/wlansetup \ | 59 | noncore/settings/netsystemtime noncore/settings/wlansetup \ |
59 | noncore/settings/sshkeys noncore/settings/usermanager \ | 60 | noncore/settings/sshkeys noncore/settings/usermanager \ |
60 | noncore/apps/backup | 61 | noncore/apps/backup |
61 | 62 | ||
62 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ | 63 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
63 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm | 64 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
64 | 65 | ||
65 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ | 66 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ |
66 | noncore/styles/flat noncore/styles/fresh | 67 | noncore/styles/flat noncore/styles/fresh |
67 | 68 | ||
68 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ | 69 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ |
69 | noncore/decorations/polished | 70 | noncore/decorations/polished |
70 | 71 | ||
71 | GAMES = noncore/games/minesweep noncore/games/solitaire \ | 72 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
72 | noncore/games/tetrix noncore/games/wordgame \ | 73 | noncore/games/tetrix noncore/games/wordgame \ |
73 | noncore/games/parashoot noncore/games/snake \ | 74 | noncore/games/parashoot noncore/games/snake \ |
74 | noncore/games/mindbreaker \ | 75 | noncore/games/mindbreaker \ |
75 | noncore/games/go noncore/games/qasteroids \ | 76 | noncore/games/go noncore/games/qasteroids \ |
76 | noncore/games/fifteen noncore/games/tictac \ | 77 | noncore/games/fifteen noncore/games/tictac \ |
77 | noncore/games/kcheckers noncore/games/kpacman \ | 78 | noncore/games/kcheckers noncore/games/kpacman \ |
78 | noncore/games/kbill noncore/games/buzzword \ | 79 | noncore/games/kbill noncore/games/buzzword \ |
79 | noncore/games/bounce | 80 | noncore/games/bounce |
80 | 81 | ||
81 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ | 82 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
82 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ | 83 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ |
83 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ | 84 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ |
84 | 85 | ||
85 | NONNET = noncore/net/netsetup noncore/net/opieftp \ | 86 | NONNET = noncore/net/netsetup noncore/net/networksetup \ |
87 | noncore/net/opieftp \ | ||
86 | noncore/mail | 88 | noncore/mail |
87 | 89 | ||
88 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ | 90 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
89 | noncore/graphics/qpdf noncore/apps/confedit | 91 | noncore/graphics/qpdf noncore/apps/confedit |
90 | 92 | ||
91 | 93 | ||
92 | NONCOMM = noncore/comm/keypebble | 94 | NONCOMM = noncore/comm/keypebble |
93 | 95 | ||
94 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ | 96 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
95 | $(COREMULTIMEDIA) $(CORESETTINGS) \ | 97 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
96 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ | 98 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
97 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ | 99 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ |
98 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) | 100 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) |
99 | 101 | ||
100 | 102 | ||
101 | 103 | ||
102 | NONTMAKEAPPS := ipaq/opiealarm | 104 | NONTMAKEAPPS := ipaq/opiealarm |
103 | 105 | ||
104 | DOCS = docs/src/opie-policy | 106 | DOCS = docs/src/opie-policy |
105 | single: mpegplayer/libmpeg3 | 107 | single: mpegplayer/libmpeg3 |
106 | 108 | ||
107 | dynamic: $(APPS) $(NONTMAKEAPPS) | 109 | dynamic: $(APPS) $(NONTMAKEAPPS) |
108 | 110 | ||
109 | docs: $(DOCS) | 111 | docs: $(DOCS) |
110 | 112 | ||
111 | $(COMPONENTS): $(LIBS) | 113 | $(COMPONENTS): $(LIBS) |
112 | 114 | ||
113 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) | 115 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
114 | 116 | ||
115 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: | 117 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: |
116 | $(MAKE) -C $@ -f Makefile | 118 | $(MAKE) -C $@ -f Makefile |
117 | 119 | ||
118 | showcomponents: | 120 | showcomponents: |
119 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | 121 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
120 | 122 | ||
121 | clean: | 123 | clean: |
122 | $(MAKE) -C single -f Makefile $@ | 124 | $(MAKE) -C single -f Makefile $@ |
123 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 125 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
124 | 126 | ||
125 | lupdate: | 127 | lupdate: |
126 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 128 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
127 | 129 | ||
128 | lrelease: | 130 | lrelease: |
129 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 131 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
130 | 132 | ||
131 | 133 | ||
132 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean | 134 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean |
diff --git a/apps/Settings/networksettings.desktop b/apps/Settings/networksettings.desktop new file mode 100644 index 0000000..a55eac8 --- a/dev/null +++ b/apps/Settings/networksettings.desktop | |||
@@ -0,0 +1,12 @@ | |||
1 | [Desktop Entry] | ||
2 | Exec=networksetup | ||
3 | Icon=Network/PPPConnect | ||
4 | Type=Application | ||
5 | Name=Network | ||
6 | Name[pt_BR]=Rede | ||
7 | Name[de]=Netzwerk | ||
8 | Name[it]=PPP | ||
9 | Name[pt]=Rede | ||
10 | Name[es]=Red | ||
11 | Name[zh_TW]=網絡 | ||
12 | Name[ko]=네트워크 설정 | ||
diff --git a/apps/Settings/networksetup.desktop b/apps/Settings/networksetup.desktop new file mode 100644 index 0000000..a55eac8 --- a/dev/null +++ b/apps/Settings/networksetup.desktop | |||
@@ -0,0 +1,12 @@ | |||
1 | [Desktop Entry] | ||
2 | Exec=networksetup | ||
3 | Icon=Network/PPPConnect | ||
4 | Type=Application | ||
5 | Name=Network | ||
6 | Name[pt_BR]=Rede | ||
7 | Name[de]=Netzwerk | ||
8 | Name[it]=PPP | ||
9 | Name[pt]=Rede | ||
10 | Name[es]=Red | ||
11 | Name[zh_TW]=網絡 | ||
12 | Name[ko]=네트워크 설정 | ||
diff --git a/noncore/net/networksetup/opie-networksetup.control b/noncore/net/networksetup/opie-networksetup.control new file mode 100644 index 0000000..96e4ee6 --- a/dev/null +++ b/noncore/net/networksetup/opie-networksetup.control | |||
@@ -0,0 +1,8 @@ | |||
1 | Files: bin/networksetup apps/Settings/networksetup.desktop pics/Network plugins/networksetup/* | ||
2 | Priority: optional | ||
3 | Section: opie/settings | ||
4 | Maintainer: Ben Meyer <meyerb@sharpsec.com> | ||
5 | Architecture: arm | ||
6 | Version: $QPE_VERSION-$SUB_VERSION | ||
7 | Depends: opie-base ($QPE_VERSION) | ||
8 | Description: Opie network setup tool | ||
diff --git a/noncore/settings/networksettings/opie-networksettings.control b/noncore/settings/networksettings/opie-networksettings.control new file mode 100644 index 0000000..96e4ee6 --- a/dev/null +++ b/noncore/settings/networksettings/opie-networksettings.control | |||
@@ -0,0 +1,8 @@ | |||
1 | Files: bin/networksetup apps/Settings/networksetup.desktop pics/Network plugins/networksetup/* | ||
2 | Priority: optional | ||
3 | Section: opie/settings | ||
4 | Maintainer: Ben Meyer <meyerb@sharpsec.com> | ||
5 | Architecture: arm | ||
6 | Version: $QPE_VERSION-$SUB_VERSION | ||
7 | Depends: opie-base ($QPE_VERSION) | ||
8 | Description: Opie network setup tool | ||
diff --git a/noncore/settings/networksettings/opie-networksetup.control b/noncore/settings/networksettings/opie-networksetup.control new file mode 100644 index 0000000..96e4ee6 --- a/dev/null +++ b/noncore/settings/networksettings/opie-networksetup.control | |||
@@ -0,0 +1,8 @@ | |||
1 | Files: bin/networksetup apps/Settings/networksetup.desktop pics/Network plugins/networksetup/* | ||
2 | Priority: optional | ||
3 | Section: opie/settings | ||
4 | Maintainer: Ben Meyer <meyerb@sharpsec.com> | ||
5 | Architecture: arm | ||
6 | Version: $QPE_VERSION-$SUB_VERSION | ||
7 | Depends: opie-base ($QPE_VERSION) | ||
8 | Description: Opie network setup tool | ||