author | kergoth <kergoth> | 2002-12-13 23:34:39 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-12-13 23:34:39 (UTC) |
commit | 62b2bfc27b308fa977affc15270c6af6d2c7f064 (patch) (side-by-side diff) | |
tree | 5cf2b1b6c90d1572b5371979ecb0d375f65cf4ce | |
parent | 46888759da1aea08ef4b5ebdbaee7c10faaecc70 (diff) | |
download | opie-62b2bfc27b308fa977affc15270c6af6d2c7f064.zip opie-62b2bfc27b308fa977affc15270c6af6d2c7f064.tar.gz opie-62b2bfc27b308fa977affc15270c6af6d2c7f064.tar.bz2 |
moved netmon applet to unsupported
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | packages | 3 |
2 files changed, 5 insertions, 4 deletions
@@ -1,2 +1,2 @@ -indefault: dynamic +hehindefault: dynamic @@ -14,5 +14,5 @@ APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ core/applets/irdaapplet core/applets/volumeapplet \ - core/applets/clockapplet core/applets/netmonapplet \ + core/applets/clockapplet \ core/applets/homeapplet core/applets/suspendapplet \ - core/applets/logoutapplet \ + core/applets/logoutapplet core/applets/runapplet \ core/applets/screenshotapplet core/applets/clipboardapplet \ @@ -23,2 +23,3 @@ CONFIG_LIBQPE-X11 x11/libqpe-x11 libqpe-x11.pro #CONFIG_NETSETUP noncore/unsupported/netsetup netsetup.pro +#CONFIG_NETMONAPPLET noncore/unsupported/netmonapplet netmonapplet.pro #CONFIG_OFILESELECTOR libopie/ofileselector ofileselector.pro @@ -98,2 +99,3 @@ CONFIG_LIQUID noncore/styles/liquid liquid.pro CONFIG_LOGOUTAPPLET core/applets/logoutapplet logoutapplet.pro +CONFIG_RUNAPPLET core/applets/runapplet runapplet.pro CONFIG_MAIL noncore/mail mail.pro @@ -105,3 +107,2 @@ CONFIG_MODPLUG core/multimedia/opieplayer/modplug modplug.pro CONFIG_MULTIKEY inputmethods/multikey multikey.pro -CONFIG_NETMONAPPLET core/applets/netmonapplet netmonapplet.pro CONFIG_NETSYSTEMTIME noncore/settings/netsystemtime netsystemtime.pro |