author | groucho <groucho> | 2003-01-23 07:43:00 (UTC) |
---|---|---|
committer | groucho <groucho> | 2003-01-23 07:43:00 (UTC) |
commit | 7c63d26d6c1a4e13a957ab79e58931c551e91eb8 (patch) (side-by-side diff) | |
tree | eb7354251e7a9f299876c350858385bee8b2348b | |
parent | 3819785802f55c4b998249eb2b2c0d53112e5ded (diff) | |
download | opie-7c63d26d6c1a4e13a957ab79e58931c551e91eb8.zip opie-7c63d26d6c1a4e13a957ab79e58931c551e91eb8.tar.gz opie-7c63d26d6c1a4e13a957ab79e58931c551e91eb8.tar.bz2 |
- added weatherplugin, opiemail and odict to the build process
- adjusted batteryapplet/config.in as it was not reflected when building
- embeddedconsole now builds with the right options
- opie-console dto.
-rwxr-xr-x | core/apps/embeddedkonsole/embeddedkonsole.pro | 1 | ||||
-rw-r--r-- | noncore/apps/opie-console/opie-console.control | 4 | ||||
-rw-r--r-- | noncore/unsupported/mail2/bend/config.in | 6 | ||||
-rw-r--r-- | noncore/unsupported/mail2/libmail/config.in | 6 | ||||
-rw-r--r-- | packages | 4 |
5 files changed, 12 insertions, 9 deletions
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro index 8c58efb..55d0b93 100755 --- a/core/apps/embeddedkonsole/embeddedkonsole.pro +++ b/core/apps/embeddedkonsole/embeddedkonsole.pro @@ -1,3 +1,4 @@ QMAKE_CFLAGS = -DHAVE_OPENPTY +TMAKE_FLAGS += -DHAVE_OPENPTY QMAKE_LIBS = -lutil TEMPLATE = app diff --git a/noncore/apps/opie-console/opie-console.control b/noncore/apps/opie-console/opie-console.control index 34bf681..61ce421 100644 --- a/noncore/apps/opie-console/opie-console.control +++ b/noncore/apps/opie-console/opie-console.control @@ -1,3 +1,3 @@ -Files: bin/opie-console apps/Applications/opie-console.desktop pics/console/* etc/keytabs/default.Keytab bin/sz bin/rz +Files: bin/opie-console apps/Applications/opie-console.desktop pics/console/* etc/keytabs/default.Keytab Priority: optional Section: opie/applications @@ -5,5 +5,5 @@ Maintainer: Opie team <opie@handhelds.org> Architecture: arm Version: 0.6-$SUB_VERSION -Depends: qpe-base ($QPE_VERSION), libopie1 ($QPE_VERSION), opie-console-help-en +Depends: qpe-base ($QPE_VERSION), libopie1 ($QPE_VERSION), opie-console-help-en, lrzsz License: GPL Description: Opie terminal app diff --git a/noncore/unsupported/mail2/bend/config.in b/noncore/unsupported/mail2/bend/config.in index dfff29e..097a965 100644 --- a/noncore/unsupported/mail2/bend/config.in +++ b/noncore/unsupported/mail2/bend/config.in @@ -1,4 +1,4 @@ config BEND - boolean - default "y" if MAIL - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LIBMAIL + boolean "bend" + default "y" if OPIEMAIL2 + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && OPIEMAIL2 diff --git a/noncore/unsupported/mail2/libmail/config.in b/noncore/unsupported/mail2/libmail/config.in index 344b19d..dd7b2dc 100644 --- a/noncore/unsupported/mail2/libmail/config.in +++ b/noncore/unsupported/mail2/libmail/config.in @@ -1,4 +1,4 @@ config LIBMAIL - boolean - default "y" if MAIL - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + boolean "libmail" + default "y" if OPIEMAIL2 + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && OPIEMAIL2 @@ -96,5 +96,4 @@ CONFIG_LIGHT-AND-POWER core/settings/light-and-power light-and-power.pro CONFIG_LIQUID noncore/styles/liquid liquid.pro CONFIG_LOGOUTAPPLET core/applets/logoutapplet logoutapplet.pro -CONFIG_MAIL noncore/mail mail.pro CONFIG_MANAGER noncore/net/opietooth/manager manager.pro CONFIG_MEDIUMMOUNT noncore/settings/mediummount mediummount.pro @@ -112,4 +111,5 @@ CONFIG_OIPKG core/apps/oipkg oipkg.pro CONFIG_OPIE-CONSOLE noncore/apps/opie-console opie-console.pro CONFIG_OPIE-LOGIN core/opie-login opie-login.pro +CONFIG_OPIEMAIL2 noncore/mail mail.pro CONFIG_OPIE-READER noncore/apps/opie-reader opie-reader.pro CONFIG_OPIE-SH noncore/tools/opie-sh opie-sh.pro @@ -125,4 +125,5 @@ CONFIG_PICKBOARD inputmethods/pickboard pickboard.pro CONFIG_QASTEROIDS noncore/games/qasteroids qasteroids.pro CONFIG_QCOP core/apps/qcop qcop.pro +CONFIG_ODICT noncore/apps/odict odict.pro CONFIG_QPDF noncore/graphics/qpdf qpdf.pro CONFIG_REMOTE noncore/tools/remote remote.pro @@ -155,4 +156,5 @@ CONFIG_TODAY_MAIL core/pim/today/plugins/mail mail.pro CONFIG_TODAY_STOCKTICKER noncore/todayplugins/stockticker/stockticker stockticker.pro CONFIG_TODAY_STOCKTICKERLIB noncore/todayplugins/stockticker/stocktickerlib stocktickerlib.pro +CONFIG_TODAY_WEATHER noncore/todayplugins/weather weather.pro CONFIG_TODAY_TODOLIST core/pim/today/plugins/todolist todolist.pro CONFIG_TODO core/pim/todo todo.pro |