author | groucho <groucho> | 2003-02-22 09:56:01 (UTC) |
---|---|---|
committer | groucho <groucho> | 2003-02-22 09:56:01 (UTC) |
commit | e7981098a5c373748d98158e8a6c59750bb0d7dc (patch) (unidiff) | |
tree | fcbad3020cf5b6f3ad52cd375eae1d9e3c57b63d | |
parent | 46f47c0a1e542a8b4222f3ced8f3304534c7509d (diff) | |
download | opie-e7981098a5c373748d98158e8a6c59750bb0d7dc.zip opie-e7981098a5c373748d98158e8a6c59750bb0d7dc.tar.gz opie-e7981098a5c373748d98158e8a6c59750bb0d7dc.tar.bz2 |
Finally and hopefully, dependencies are correct. Comments ?
Fixed missing include in euroconv.pro
-rw-r--r-- | core/launcher/opie-taskbar.control | 2 | ||||
-rw-r--r-- | libopie/libopie1.control | 2 | ||||
-rw-r--r-- | library/opie-common.control | 2 | ||||
-rw-r--r-- | library/task-opie-applets.control | 2 | ||||
-rw-r--r-- | library/task-opie-apps.control | 2 | ||||
-rw-r--r-- | library/task-opie-complete.control | 2 | ||||
-rw-r--r-- | library/task-opie-games.control | 2 | ||||
-rw-r--r-- | library/task-opie-minimal.control | 3 | ||||
-rw-r--r-- | library/task-opie-pim.control | 2 | ||||
-rw-r--r-- | library/task-opie-settings.control | 2 | ||||
-rw-r--r-- | library/task-opie.control | 2 | ||||
-rw-r--r-- | noncore/tools/euroconv/euroconv.pro | 2 |
12 files changed, 14 insertions, 11 deletions
diff --git a/core/launcher/opie-taskbar.control b/core/launcher/opie-taskbar.control index b7172ef..abe5fb8 100644 --- a/core/launcher/opie-taskbar.control +++ b/core/launcher/opie-taskbar.control | |||
@@ -1,8 +1,8 @@ | |||
1 | Files: bin/qpe apps/Settings/Calibrate.desktop pics/launcher pics/devicebuttons/*.png plugins/applets/libsuspendapplet.so* plugins/applets/libhomeapplet.so* plugins/applets/liblogoutapplet.so* root/etc/init.d/opie | 1 | Files: bin/qpe apps/Settings/Calibrate.desktop pics/launcher pics/devicebuttons/*.png plugins/applets/libsuspendapplet.so* plugins/applets/libhomeapplet.so* plugins/applets/liblogoutapplet.so* root/etc/init.d/opie |
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.3 | 6 | Version: $QPE_VERSION-$SUB_VERSION.3 |
7 | Depends: libqt2-emb (>=$QTE_VERSION), libqt2-emb-fonts (>=$QTE_VERSION), opie-common, libqpe1, libopie1, opie-qcop, opie-sounds, apmd, opie-pics, timezones | 7 | Depends: opie-base |
8 | Description: Launcher for Opie | 8 | Description: Launcher for Opie |
diff --git a/libopie/libopie1.control b/libopie/libopie1.control index f98efd6..9be98bb 100644 --- a/libopie/libopie1.control +++ b/libopie/libopie1.control | |||
@@ -1,10 +1,10 @@ | |||
1 | Files: $OPIEDIR/lib/libopie.so.1.0.0 $OPIEDIR/lib/libopie.so.1.0 $OPIEDIR/lib/libopie.so.1 | 1 | Files: $OPIEDIR/lib/libopie.so.1.0.0 $OPIEDIR/lib/libopie.so.1.0 $OPIEDIR/lib/libopie.so.1 |
2 | Priority: optional | 2 | Priority: optional |
3 | Section: opie/system | 3 | Section: opie/system |
4 | Maintainer: Opie Team <opie@handhelds.org> | 4 | Maintainer: Opie Team <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: libqt2-emb (>=$QTE_VERSION) | 7 | Depends: libqt2-emb (>=$QTE_VERSION), libqpe1 |
8 | Provides: libopie | 8 | Provides: libopie |
9 | Replaces: libopie | 9 | Replaces: libopie |
10 | Description: Opie library | 10 | Description: Opie library |
diff --git a/library/opie-common.control b/library/opie-common.control index ff0e36c..c2534c4 100644 --- a/library/opie-common.control +++ b/library/opie-common.control | |||
@@ -1,9 +1,9 @@ | |||
1 | Files: etc/colors bin/opie-reorgfiles apps/*/.directory etc/mime.types apps/Settings/quit.desktop pics/logo/* | 1 | Files: etc/colors bin/opie-reorgfiles apps/*/.directory etc/mime.types apps/Settings/quit.desktop pics/logo/* |
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: opie-base, qpe-base | 7 | Depends: libqpe1 |
8 | Replaces: opie-base | 8 | Replaces: opie-base |
9 | Description: Core opie files | 9 | Description: Core opie files |
diff --git a/library/task-opie-applets.control b/library/task-opie-applets.control index 7921b45..7608f9b 100644 --- a/library/task-opie-applets.control +++ b/library/task-opie-applets.control | |||
@@ -1,9 +1,9 @@ | |||
1 | Files: | 1 | Files: |
2 | Priority: optional | 2 | Priority: optional |
3 | Section: opie/applications | 3 | Section: opie/applications |
4 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> | 4 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 6 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: opie-batteryapplet, opie-clockapplet, opie-vmemo, opie-volumeapplet, opie-screenshotapplet, opie-pickboard, opie-multikey, opie-jumpx, opie-handwriting, opie-dvorak, opie-unikeyboard | 7 | Depends: task-opie-minimal, opie-batteryapplet, opie-clockapplet, opie-vmemo, opie-volumeapplet, opie-screenshotapplet, opie-pickboard, opie-multikey, opie-jumpx, opie-handwriting, opie-dvorak, opie-unikeyboard |
8 | Description: Opie taskbar applets | 8 | Description: Opie taskbar applets |
9 | All applets for the taskbar | 9 | All applets for the taskbar |
diff --git a/library/task-opie-apps.control b/library/task-opie-apps.control index b2bacf4..242a8cc 100644 --- a/library/task-opie-apps.control +++ b/library/task-opie-apps.control | |||
@@ -1,9 +1,9 @@ | |||
1 | Files: | 1 | Files: |
2 | Priority: optional | 2 | Priority: optional |
3 | Section: opie/applications | 3 | Section: opie/applications |
4 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> | 4 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 6 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie, task-opie-pim, opie-advancedfm, opie-calculator, opie-citytime, opie-clock, opie-embeddedkonsole, opie-filebrowser, opie-libmadplugin, opie-libmpeg3plugin, opie-mail2, opie-mediaplayer, opie-qpdf, opie-showimg, opie-sounds, opie-sheet, opie-sysinfo, opie-systemtime, opie-tableviewer, opie-textedit, opie-wavplugin, timezones | 7 | Depends: task-opie-pim, opie-advancedfm, opie-calculator, opie-citytime, opie-clock, opie-embeddedkonsole, opie-filebrowser, opie-libmadplugin, opie-libmpeg3plugin, opie-mail2, opie-mediaplayer, opie-qpdf, opie-showimg, opie-sounds, opie-sheet, opie-sysinfo, opie-systemtime, opie-tableviewer, opie-textedit, opie-wavplugin, timezones |
8 | Description: Opie apps | 8 | Description: Opie apps |
9 | Most applications. | 9 | Most applications. |
diff --git a/library/task-opie-complete.control b/library/task-opie-complete.control index cfe5348..55b54fc 100644 --- a/library/task-opie-complete.control +++ b/library/task-opie-complete.control | |||
@@ -1,9 +1,9 @@ | |||
1 | Files: | 1 | Files: |
2 | Priority: optional | 2 | Priority: optional |
3 | Section: opie/applications | 3 | Section: opie/applications |
4 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> | 4 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 6 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie, task-opie-apps, task-opie-settings, task-opie-games, task-opie-applets | 7 | Depends: task-opie-apps, task-opie-settings, task-opie-games, task-opie-applets |
8 | Description: All of Opie | 8 | Description: All of Opie |
9 | All apps that are in the feed. | 9 | All apps that are in the feed. |
diff --git a/library/task-opie-games.control b/library/task-opie-games.control index 9695a40..8079ea0 100644 --- a/library/task-opie-games.control +++ b/library/task-opie-games.control | |||
@@ -1,9 +1,9 @@ | |||
1 | Files: | 1 | Files: |
2 | Priority: optional | 2 | Priority: optional |
3 | Section: opie/games | 3 | Section: opie/games |
4 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> | 4 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 6 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: opie-fifteen, opie-go, opie-kbill, opie-kcheckers, opie-kpacman, opie-minesweep, opie-parashoot, opie-qasteroids, opie-snake, opie-solitaire, opie-tetrix, opie-tictac, opie-wordgame | 7 | Depends: task-opie-minimal, opie-fifteen, opie-go, opie-kbill, opie-kcheckers, opie-kpacman, opie-minesweep, opie-parashoot, opie-qasteroids, opie-snake, opie-solitaire, opie-tetrix, opie-tictac, opie-wordgame |
8 | Description: Opie game pack | 8 | Description: Opie game pack |
9 | The full load of Opie games. | 9 | The full load of Opie games. |
diff --git a/library/task-opie-minimal.control b/library/task-opie-minimal.control index 94c6ff3..dcc433a 100644 --- a/library/task-opie-minimal.control +++ b/library/task-opie-minimal.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Files: | 1 | Files: |
2 | Priority: required | 2 | Priority: required |
3 | Section: opie/system | 3 | Section: opie/system |
4 | Maintainer: Opie Team <opie@handhelds.org> | 4 | Maintainer: Opie Team <opie@handhelds.org> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 6 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: opie-aqpkg, opie-taskbar, opie-opiealarm | 7 | Depends: libqt2-emb (>=$QTE_VERSION), libqt2-emb-fonts (>=$QTE_VERSION), opie-common, libqpe1, libopie1, opie-qcop, opie-sounds, apmd, opie-pics, timezones, opie-aqpkg, opie-taskbar, opie-opiealarm |
8 | Provides: opie-base, qpe-base | ||
8 | Description: Bootstrap Opie environment(minimal) | 9 | Description: Bootstrap Opie environment(minimal) |
9 | A complete GUI environment for handhelds. This is the _minimal_ version. | 10 | A complete GUI environment for handhelds. This is the _minimal_ version. |
10 | You will probably want to install one of the opie-i18n-* packages. | 11 | You will probably want to install one of the opie-i18n-* packages. |
diff --git a/library/task-opie-pim.control b/library/task-opie-pim.control index d8d2937..53bef8c 100644 --- a/library/task-opie-pim.control +++ b/library/task-opie-pim.control | |||
@@ -1,9 +1,9 @@ | |||
1 | Files: | 1 | Files: |
2 | Priority: optional | 2 | Priority: optional |
3 | Section: opie/applications | 3 | Section: opie/applications |
4 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> | 4 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 6 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: opie-datebook, opie-todo, opie-addressbook, task-opie-today, opie-drawpad, opie-multikey | 7 | Depends: task-opie-minimal, opie-datebook, opie-todo, opie-addressbook, task-opie-today, opie-drawpad, opie-multikey |
8 | Description: Opie pim applications | 8 | Description: Opie pim applications |
9 | Base pack of opie pim applications. Also includes keyboard input. | 9 | Base pack of opie pim applications. Also includes keyboard input. |
diff --git a/library/task-opie-settings.control b/library/task-opie-settings.control index a49d1f8..ffe5c3b 100644 --- a/library/task-opie-settings.control +++ b/library/task-opie-settings.control | |||
@@ -1,9 +1,9 @@ | |||
1 | Files: | 1 | Files: |
2 | Priority: optional | 2 | Priority: optional |
3 | Section: opie/applications | 3 | Section: opie/applications |
4 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> | 4 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 6 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: opie-appearance, opie-security, opie-systemtime, opie-light-and-power, opie-rotation, opie-tabmanager | 7 | Depends: task-opie-minimal, opie-appearance, opie-security, opie-systemtime, opie-light-and-power, opie-rotation, opie-tabmanager |
8 | Description: Opie settings app | 8 | Description: Opie settings app |
9 | All settings apps | 9 | All settings apps |
diff --git a/library/task-opie.control b/library/task-opie.control index 0096105..6ee0714 100644 --- a/library/task-opie.control +++ b/library/task-opie.control | |||
@@ -1,10 +1,10 @@ | |||
1 | Files: | 1 | Files: |
2 | Priority: required | 2 | Priority: required |
3 | Section: opie/system | 3 | Section: opie/system |
4 | Maintainer: Opie Team <opie@handhelds.org> | 4 | Maintainer: Opie Team <opie@handhelds.org> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 6 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: opie-aqpkg, task-opie-minimal, task-opie-pim, opie-multikey, opie-handwriting, opie-batteryapplet, opie-clockapplet, opie-volumeapplet, opie-clipboardapplet, opie-advancedfm, opie-calculator, opie-citytime, opie-clock, opie-embeddedkonsole, opie-irdaapplet, opie-launcher-settings, opie-light-and-power, opie-appearance, opie-login, opie-opiealarm, opie-qpdf, opie-showimg, opie-solitaire, opie-sysinfo, opie-textedit, opie-systemtime, opie-cardmon, opie-backup, opie-networksettings, opie-button-settings | 7 | Depends: task-opie-pim, opie-aqpkg, opie-multikey, opie-handwriting, opie-batteryapplet, opie-clockapplet, opie-volumeapplet, opie-clipboardapplet, opie-advancedfm, opie-calculator, opie-citytime, opie-clock, opie-embeddedkonsole, opie-irdaapplet, opie-launcher-settings, opie-light-and-power, opie-appearance, opie-login, opie-opiealarm, opie-qpdf, opie-showimg, opie-solitaire, opie-sysinfo, opie-textedit, opie-systemtime, opie-cardmon, opie-backup, opie-networksettings, opie-button-settings |
8 | Description: Bootstrap Opie environment | 8 | Description: Bootstrap Opie environment |
9 | A complete GUI environment for handhelds. | 9 | A complete GUI environment for handhelds. |
10 | You will probably want to install one of the opie-i18n-* packages. | 10 | You will probably want to install one of the opie-i18n-* packages. |
diff --git a/noncore/tools/euroconv/euroconv.pro b/noncore/tools/euroconv/euroconv.pro index dd2f7af..a13129e 100644 --- a/noncore/tools/euroconv/euroconv.pro +++ b/noncore/tools/euroconv/euroconv.pro | |||
@@ -1,12 +1,14 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = calcdisplay.h \ | 3 | HEADERS = calcdisplay.h \ |
4 | calckeypad.h | 4 | calckeypad.h |
5 | SOURCES = calcdisplay.cpp \ | 5 | SOURCES = calcdisplay.cpp \ |
6 | calckeypad.cpp \ | 6 | calckeypad.cpp \ |
7 | main.cpp | 7 | main.cpp |
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe -lopie | 10 | LIBS += -lqpe -lopie |
11 | DESTDIR = ${OPIEDIR}/bin | 11 | DESTDIR = ${OPIEDIR}/bin |
12 | INTERFACES= | 12 | INTERFACES= |
13 | |||
14 | include ( $(OPIEDIR)/include.pro ) | ||