author | sandman <sandman> | 2002-09-27 01:25:10 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-09-27 01:25:10 (UTC) |
commit | ef78bebf57560f2d99eec2cbb1934454fd3ea8d1 (patch) (side-by-side diff) | |
tree | 8d1f1802c6574e28290005671279581aeaf2750d | |
parent | 599a9ab17fd0bbaf612d04b74cf152d4943919e5 (diff) | |
download | opie-ef78bebf57560f2d99eec2cbb1934454fd3ea8d1.zip opie-ef78bebf57560f2d99eec2cbb1934454fd3ea8d1.tar.gz opie-ef78bebf57560f2d99eec2cbb1934454fd3ea8d1.tar.bz2 |
- added launcher settings
- added appearance2
- removed appearance
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -18,72 +18,72 @@ APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ core/applets/vmemo noncore/net/netsetup/dialup \ noncore/net/netsetup/lan \ noncore/applets/wirelessapplet noncore/applets/notesapplet MAIL= noncore/mail/libmail noncore/mail/bend PLAYER = core/multimedia/opieplayer/libmpeg3 \ core/multimedia/opieplayer/libmad \ core/multimedia/opieplayer/wavplugin \ core/multimedia/opieplayer/modplug COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) PIMAPPS = core/pim/addressbook core/pim/datebook \ core/pim/today core/pim/todo TODAYPLUGINS = core/pim/today/plugins/datebook \ core/pim/today/plugins/todolist \ core/pim/today/plugins/mail \ COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ core/apps/textedit core/apps/embeddedkonsole \ core/launcher \ core/opie-login \ core/apps/oipkg core/apps/qcop COREMULTIMEDIA = core/multimedia/opieplayer CORESETTINGS = core/settings/light-and-power core/settings/security \ core/settings/systemtime core/settings/citytime \ + core/settings/launcher NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ - noncore/settings/appearance noncore/settings/sound \ + noncore/settings/appearance2 noncore/settings/sound \ noncore/settings/mediummount \ noncore/settings/tabmanager noncore/settings/appskey \ noncore/settings/netsystemtime noncore/settings/wlansetup \ - noncore/settings/sshkeys noncore/settings/usermanager \ - + noncore/settings/sshkeys noncore/settings/usermanager NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal GAMES = noncore/games/minesweep noncore/games/solitaire \ noncore/games/tetrix noncore/games/wordgame \ noncore/games/parashoot noncore/games/snake \ noncore/games/mindbreaker \ noncore/games/go noncore/games/qasteroids \ noncore/games/fifteen noncore/games/tictac \ noncore/games/kcheckers noncore/games/kpacman \ noncore/games/kbill noncore/games/buzzword \ noncore/games/bounce NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ noncore/apps/sysinfo \ noncore/net/opieirc \ NONNET = noncore/net/netsetup noncore/net/opieftp \ noncore/mail NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ noncore/graphics/qpdf noncore/apps/confedit NONCOMM = noncore/comm/keypebble APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ $(COREMULTIMEDIA) $(CORESETTINGS) \ $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |