author | kergoth <kergoth> | 2003-04-22 19:00:09 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-22 19:00:09 (UTC) |
commit | 6504c09407f6cdf0e131205e0337ba6bc7046182 (patch) (unidiff) | |
tree | 87f92a0902a09a97c543f76fb7cff7345f465191 | |
parent | 01fce94491cd4ceaffaaf7564f762b86ddf47241 (diff) | |
download | opie-6504c09407f6cdf0e131205e0337ba6bc7046182.zip opie-6504c09407f6cdf0e131205e0337ba6bc7046182.tar.gz opie-6504c09407f6cdf0e131205e0337ba6bc7046182.tar.bz2 |
Add Package: field to control files. This will facilitate ditching mkipks in favor of something with some sanity.
208 files changed, 208 insertions, 0 deletions
diff --git a/core/applets/batteryapplet/opie-batteryapplet.control b/core/applets/batteryapplet/opie-batteryapplet.control index 10009c3..94dc464 100644 --- a/core/applets/batteryapplet/opie-batteryapplet.control +++ b/core/applets/batteryapplet/opie-batteryapplet.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-batteryapplet | ||
1 | Files: plugins/applets/libbatteryapplet.so* | 2 | Files: plugins/applets/libbatteryapplet.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/taskbar | 4 | Section: opie/taskbar |
4 | Maintainer: Opie team <opie@handhelds.org> | 5 | Maintainer: Opie team <opie@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Conflicts: opie-batteryapplet-ipaq | 9 | Conflicts: opie-batteryapplet-ipaq |
9 | Description: Battery Monitor applet | 10 | Description: Battery Monitor applet |
10 | Battery Monitor applet for the Opie environment taskbar. | 11 | Battery Monitor applet for the Opie environment taskbar. |
diff --git a/core/applets/cardmon/opie-cardmon.control b/core/applets/cardmon/opie-cardmon.control index 59f8bc6..02e1f2f 100644 --- a/core/applets/cardmon/opie-cardmon.control +++ b/core/applets/cardmon/opie-cardmon.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-cardmon | ||
1 | Files: plugins/applets/libcardmonapplet.so* pics/cardmon/*.png sounds/cardmon/*.wav | 2 | Files: plugins/applets/libcardmonapplet.so* pics/cardmon/*.png sounds/cardmon/*.wav |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/taskbar | 4 | Section: opie/taskbar |
4 | Maintainer: Maximilian Reiß <max.reiss@gmx.de> | 5 | Maintainer: Maximilian Reiß <max.reiss@gmx.de> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, libopie1 | 8 | Depends: task-opie-minimal, libopie1 |
8 | Description: CF/PCMCIA Card Monitor applet | 9 | Description: CF/PCMCIA Card Monitor applet |
9 | SD/MMC/CF/PCMCIA Card Monitor applet for the Opie environment taskbar. | 10 | SD/MMC/CF/PCMCIA Card Monitor applet for the Opie environment taskbar. |
diff --git a/core/applets/clipboardapplet/opie-clipboardapplet.control b/core/applets/clipboardapplet/opie-clipboardapplet.control index ca90bfa..63a7709 100644 --- a/core/applets/clipboardapplet/opie-clipboardapplet.control +++ b/core/applets/clipboardapplet/opie-clipboardapplet.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-clipboardapplet | ||
1 | Files: plugins/applets/libclipboardapplet.so* | 2 | Files: plugins/applets/libclipboardapplet.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/taskbar | 4 | Section: opie/taskbar |
4 | Maintainer: Robert Griebl <sandman@handhelds.org> | 5 | Maintainer: Robert Griebl <sandman@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Clipboard applet | 9 | Description: Clipboard applet |
9 | Clipboard applet for the Opie environment taskbar. | 10 | Clipboard applet for the Opie environment taskbar. |
diff --git a/core/applets/clockapplet/opie-clockapplet.control b/core/applets/clockapplet/opie-clockapplet.control index fb9a034..93841f7 100644 --- a/core/applets/clockapplet/opie-clockapplet.control +++ b/core/applets/clockapplet/opie-clockapplet.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-clockapplet | ||
1 | Files: plugins/applets/libclockapplet.so* | 2 | Files: plugins/applets/libclockapplet.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/taskbar | 4 | Section: opie/taskbar |
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | 5 | Maintainer: Warwick Allison <warwick@trolltech.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Clock applet | 9 | Description: Clock applet |
9 | Clock applet for the Opie environment taskbar. | 10 | Clock applet for the Opie environment taskbar. |
diff --git a/core/applets/irdaapplet/opie-irdaapplet.control b/core/applets/irdaapplet/opie-irdaapplet.control index c655f6d..41ae925 100644 --- a/core/applets/irdaapplet/opie-irdaapplet.control +++ b/core/applets/irdaapplet/opie-irdaapplet.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-irdaapplet | ||
1 | Files: plugins/applets/libirdaapplet.so* pics/irdaapplet/* sounds/irdaapplet/*.wav | 2 | Files: plugins/applets/libirdaapplet.so* pics/irdaapplet/* sounds/irdaapplet/*.wav |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: David Woodhouse <dwmw2@infradead.org> | 5 | Maintainer: David Woodhouse <dwmw2@infradead.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.1 | 7 | Version: $QPE_VERSION-$SUB_VERSION.1 |
7 | Depends: task-opie-minimal, libopieobex1 | 8 | Depends: task-opie-minimal, libopieobex1 |
8 | Description: Irda Applet | 9 | Description: Irda Applet |
9 | An IrDA taskbar applet for the Opie environment | 10 | An IrDA taskbar applet for the Opie environment |
diff --git a/core/applets/restartapplet/opie-restartapplet.control b/core/applets/restartapplet/opie-restartapplet.control index a046b69..7abb86f 100644 --- a/core/applets/restartapplet/opie-restartapplet.control +++ b/core/applets/restartapplet/opie-restartapplet.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-restartapplet | ||
1 | Files: plugins/applets/librestartapplet.so* | 2 | Files: plugins/applets/librestartapplet.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: L. J. Potter <ljp@llornkcor.com> | 5 | Maintainer: L. J. Potter <ljp@llornkcor.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.1 | 7 | Version: $QPE_VERSION-$SUB_VERSION.1 |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Restart Applet | 9 | Description: Restart Applet |
9 | A simple taskbar applet to restart the Opie environment | 10 | A simple taskbar applet to restart the Opie environment |
diff --git a/core/applets/restartapplet2/opie-restartapplet2.control b/core/applets/restartapplet2/opie-restartapplet2.control index c471a66..2928846 100644 --- a/core/applets/restartapplet2/opie-restartapplet2.control +++ b/core/applets/restartapplet2/opie-restartapplet2.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-restartapplet2 | ||
1 | Files: plugins/applets/librestartapplet.so* | 2 | Files: plugins/applets/librestartapplet.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: L. J. Potter <ljp@llornkcor.com> | 5 | Maintainer: L. J. Potter <ljp@llornkcor.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.1 | 7 | Version: $QPE_VERSION-$SUB_VERSION.1 |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Restart Applet | 9 | Description: Restart Applet |
9 | A simple opie menu applet to restart the Opie environment | 10 | A simple opie menu applet to restart the Opie environment |
diff --git a/core/applets/screenshotapplet/opie-screenshotapplet.control b/core/applets/screenshotapplet/opie-screenshotapplet.control index 12df532..50f6046 100644 --- a/core/applets/screenshotapplet/opie-screenshotapplet.control +++ b/core/applets/screenshotapplet/opie-screenshotapplet.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-screenshotapplet | ||
1 | Files: plugins/applets/libscreenshotapplet.so* | 2 | Files: plugins/applets/libscreenshotapplet.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: L. J. Potter <ljp@llornkcor.com> | 5 | Maintainer: L. J. Potter <ljp@llornkcor.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Screenshot Applet | 9 | Description: Screenshot Applet |
9 | A screenshot taskbar applet for the Opie environment | 10 | A screenshot taskbar applet for the Opie environment |
diff --git a/core/applets/vmemo/opie-vmemo.control b/core/applets/vmemo/opie-vmemo.control index 1e7e2eb..58f8798 100644 --- a/core/applets/vmemo/opie-vmemo.control +++ b/core/applets/vmemo/opie-vmemo.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-vmemo | ||
1 | Files: plugins/applets/libvmemoapplet.so* | 2 | Files: plugins/applets/libvmemoapplet.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: L.J. Potter <ljp@llornkcor.com> | 5 | Maintainer: L.J. Potter <ljp@llornkcor.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, opie-vmemo-settings | 8 | Depends: task-opie-minimal, opie-vmemo-settings |
8 | Description: Voice Memo Recorder Applet | 9 | Description: Voice Memo Recorder Applet |
9 | The voice memo recorder for the Opie environment | 10 | The voice memo recorder for the Opie environment |
diff --git a/core/applets/volumeapplet/opie-volumeapplet.control b/core/applets/volumeapplet/opie-volumeapplet.control index caed211..78ae4c6 100644 --- a/core/applets/volumeapplet/opie-volumeapplet.control +++ b/core/applets/volumeapplet/opie-volumeapplet.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-volumeapplet | ||
1 | Files: plugins/applets/libvolumeapplet.so* | 2 | Files: plugins/applets/libvolumeapplet.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/taskbar | 4 | Section: opie/taskbar |
4 | Maintainer: L.J. Potter <ljp@llornkcor.com> | 5 | Maintainer: L.J. Potter <ljp@llornkcor.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.1 | 7 | Version: $QPE_VERSION-$SUB_VERSION.1 |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Volume applet | 9 | Description: Volume applet |
9 | Volume applet for the Opie environment taskbar. | 10 | Volume applet for the Opie environment taskbar. |
diff --git a/core/apps/embeddedkonsole/opie-embeddedkonsole.control b/core/apps/embeddedkonsole/opie-embeddedkonsole.control index aefa8f2..1999e81 100644 --- a/core/apps/embeddedkonsole/opie-embeddedkonsole.control +++ b/core/apps/embeddedkonsole/opie-embeddedkonsole.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-embeddedkonsole | ||
1 | Files: bin/embeddedkonsole apps/Applications/embeddedkonsole.desktop pics/konsole | 2 | Files: bin/embeddedkonsole apps/Applications/embeddedkonsole.desktop pics/konsole |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: L.J. Potter <ljp@llornkcor.com> | 5 | Maintainer: L.J. Potter <ljp@llornkcor.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, libopie1, opie-keytabs | 8 | Depends: task-opie-minimal, libopie1, opie-keytabs |
8 | Description: KDE's konsole (shell terminal) | 9 | Description: KDE's konsole (shell terminal) |
9 | Ported to the Opie environment. | 10 | Ported to the Opie environment. |
diff --git a/core/apps/helpbrowser/opie-helpbrowser.control b/core/apps/helpbrowser/opie-helpbrowser.control index ed5b16f..15eff8a 100644 --- a/core/apps/helpbrowser/opie-helpbrowser.control +++ b/core/apps/helpbrowser/opie-helpbrowser.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-helpbrowser | ||
1 | Files: bin/helpbrowser apps/Applications/helpbrowser.desktop docs pics/helpbrowser | 2 | Files: bin/helpbrowser apps/Applications/helpbrowser.desktop docs pics/helpbrowser |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | 5 | Maintainer: Warwick Allison <warwick@trolltech.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Arch: iPAQ | 7 | Arch: iPAQ |
7 | Version: $QPE_VERSION-$SUB_VERSION | 8 | Version: $QPE_VERSION-$SUB_VERSION |
8 | Depends: task-opie-minimal | 9 | Depends: task-opie-minimal |
9 | Description: Browse HTML help documents | 10 | Description: Browse HTML help documents |
10 | The HTML help browser for the Opie environment. | 11 | The HTML help browser for the Opie environment. |
diff --git a/core/apps/qcop/opie-qcop.control b/core/apps/qcop/opie-qcop.control index bd8dbcc..43779da 100644 --- a/core/apps/qcop/opie-qcop.control +++ b/core/apps/qcop/opie-qcop.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-qcop | ||
1 | Files: bin/qcop | 2 | Files: bin/qcop |
2 | Priority: required | 3 | Priority: required |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Martin Jones <mjones@trolltech.com> | 5 | Maintainer: Martin Jones <mjones@trolltech.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: libqte2 | 8 | Depends: libqte2 |
8 | Description: Interprocess communication client | 9 | Description: Interprocess communication client |
9 | Interprocess communication client for the Opie environment. | 10 | Interprocess communication client for the Opie environment. |
diff --git a/core/apps/textedit/opie-textedit.control b/core/apps/textedit/opie-textedit.control index 9535a75..0d86274 100644 --- a/core/apps/textedit/opie-textedit.control +++ b/core/apps/textedit/opie-textedit.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-textedit | ||
1 | Files: bin/textedit apps/1Pim/textedit.desktop pics/textedit | 2 | Files: bin/textedit apps/1Pim/textedit.desktop pics/textedit |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: L. J. Potter <llornkcor@handhelds.org> | 5 | Maintainer: L. J. Potter <llornkcor@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, libopie1 | 8 | Depends: task-opie-minimal, libopie1 |
8 | Description: Text Editor | 9 | Description: Text Editor |
9 | The text editor for the Opie environment. | 10 | The text editor for the Opie environment. |
diff --git a/core/launcher/opie-taskbar.control b/core/launcher/opie-taskbar.control index 17767c3..fe5f4e0 100644 --- a/core/launcher/opie-taskbar.control +++ b/core/launcher/opie-taskbar.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-taskbar | ||
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* plugins/applets/librotateapplet.so* root/etc/init.d/opie | 2 | Files: bin/qpe apps/Settings/Calibrate.desktop pics/launcher pics/devicebuttons/*.png plugins/applets/libsuspendapplet.so* plugins/applets/libhomeapplet.so* plugins/applets/liblogoutapplet.so* plugins/applets/librotateapplet.so* root/etc/init.d/opie |
2 | Priority: required | 3 | Priority: required |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Project Opie <opie@handhelds.org> | 5 | Maintainer: Project Opie <opie@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.3 | 7 | Version: $QPE_VERSION-$SUB_VERSION.3 |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Replaces: opie-rotation | 9 | Replaces: opie-rotation |
9 | Description: Launcher for Opie | 10 | Description: Launcher for Opie |
diff --git a/core/multimedia/opieplayer/libmad/opie-libmadplugin.control b/core/multimedia/opieplayer/libmad/opie-libmadplugin.control index 7bcc241..ebfb73d 100644 --- a/core/multimedia/opieplayer/libmad/opie-libmadplugin.control +++ b/core/multimedia/opieplayer/libmad/opie-libmadplugin.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-libmadplugin | ||
1 | Files: plugins/codecs/libmadplugin.so.1.0.0 plugins/codecs/libmadplugin.so.1.0 plugins/codecs/libmadplugin.so.1 plugins/codecs/libmadplugin.so | 2 | Files: plugins/codecs/libmadplugin.so.1.0.0 plugins/codecs/libmadplugin.so.1.0 plugins/codecs/libmadplugin.so.1 plugins/codecs/libmadplugin.so |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/plugins | 4 | Section: opie/plugins |
4 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> | 5 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: MP3 file plugin using libmad | 9 | Description: MP3 file plugin using libmad |
9 | Plugin to play MP3 files with the mediaplayer in the Opie environment. | 10 | Plugin to play MP3 files with the mediaplayer in the Opie environment. |
10 | It also hast streaming support (Shoutcast/Icecast). | 11 | It also hast streaming support (Shoutcast/Icecast). |
diff --git a/core/multimedia/opieplayer/libmpeg3/opie-libmpeg3plugin.control b/core/multimedia/opieplayer/libmpeg3/opie-libmpeg3plugin.control index 6b5ccff..517e52b 100644 --- a/core/multimedia/opieplayer/libmpeg3/opie-libmpeg3plugin.control +++ b/core/multimedia/opieplayer/libmpeg3/opie-libmpeg3plugin.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-libmpeg3plugin | ||
1 | Files: plugins/codecs/libmpeg3plugin.so.1.0.0 plugins/codecs/libmpeg3plugin.so.1.0 plugins/codecs/libmpeg3plugin.so.1 plugins/codecs/libmpeg3plugin.so | 2 | Files: plugins/codecs/libmpeg3plugin.so.1.0.0 plugins/codecs/libmpeg3plugin.so.1.0 plugins/codecs/libmpeg3plugin.so.1 plugins/codecs/libmpeg3plugin.so |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/plugins | 4 | Section: opie/plugins |
4 | Maintainer: L.J.Potter <ljp@llornkcor.com> | 5 | Maintainer: L.J.Potter <ljp@llornkcor.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Mpeg video file plugin using libmad | 9 | Description: Mpeg video file plugin using libmad |
9 | Plugin to play MPeg3 video files with the mediaplayer in the Opie environment. | 10 | Plugin to play MPeg3 video files with the mediaplayer in the Opie environment. |
diff --git a/core/multimedia/opieplayer/modplug/opie-modplugin.control b/core/multimedia/opieplayer/modplug/opie-modplugin.control index ae3c3b3..dba0d7b 100644 --- a/core/multimedia/opieplayer/modplug/opie-modplugin.control +++ b/core/multimedia/opieplayer/modplug/opie-modplugin.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-modplugin | ||
1 | Files: plugins/codecs/libmodplugin.so* | 2 | Files: plugins/codecs/libmodplugin.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/plugins | 4 | Section: opie/plugins |
4 | Maintainer: Simon Hausmann <hausmann@kde.org>, L.J. Potter <llornkcor@handhelds.org> | 5 | Maintainer: Simon Hausmann <hausmann@kde.org>, L.J. Potter <llornkcor@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: 2.0.2 | 7 | Version: 2.0.2 |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: MOD/XM/S3M/IT plugin using libmodplug | 9 | Description: MOD/XM/S3M/IT plugin using libmodplug |
9 | Plugin to play MOD/XM/S3M/IT amiga tracker modules with the mediaplayer in the Opie environment. | 10 | Plugin to play MOD/XM/S3M/IT amiga tracker modules with the mediaplayer in the Opie environment. |
diff --git a/core/multimedia/opieplayer/opie-mediaplayer.control b/core/multimedia/opieplayer/opie-mediaplayer.control index 7c1f348..f8a278d 100644 --- a/core/multimedia/opieplayer/opie-mediaplayer.control +++ b/core/multimedia/opieplayer/opie-mediaplayer.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-mediaplayer | ||
1 | Files: bin/opieplayer pics/opieplayer apps/Applications/opieplayer.desktop pics/opieplayer2/skins/default | 2 | Files: bin/opieplayer pics/opieplayer apps/Applications/opieplayer.desktop pics/opieplayer2/skins/default |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: L.J.Potter <ljp@llornkcor.com> | 5 | Maintainer: L.J.Potter <ljp@llornkcor.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, libopie1 | 8 | Depends: task-opie-minimal, libopie1 |
8 | Description: The Opie media player | 9 | Description: The Opie media player |
9 | The mediaplayer for Opie. It plays mp3, mpeg, and wav. | 10 | The mediaplayer for Opie. It plays mp3, mpeg, and wav. |
diff --git a/core/multimedia/opieplayer/vorbis/opie-libtremorplugin.control b/core/multimedia/opieplayer/vorbis/opie-libtremorplugin.control index 60311cc..ec0bc24 100644 --- a/core/multimedia/opieplayer/vorbis/opie-libtremorplugin.control +++ b/core/multimedia/opieplayer/vorbis/opie-libtremorplugin.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-libtremorplugin | ||
1 | Files: plugins/codecs/libtremorplugin.so.1.0.0 plugins/codecs/libtremorplugin.so.1.0 plugins/codecs/libtremorplugin.so.1 plugins/codecs/libtremorplugin.so | 2 | Files: plugins/codecs/libtremorplugin.so.1.0.0 plugins/codecs/libtremorplugin.so.1.0 plugins/codecs/libtremorplugin.so.1 plugins/codecs/libtremorplugin.so |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/plugins | 4 | Section: opie/plugins |
4 | Maintainer: L.J. Potter <llornkcor@handhelds.org> | 5 | Maintainer: L.J. Potter <llornkcor@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Ogg file plugin using tremor | 9 | Description: Ogg file plugin using tremor |
9 | Plugin to play ogg files with the mediaplayer in the Opie environment. | 10 | Plugin to play ogg files with the mediaplayer in the Opie environment. |
diff --git a/core/multimedia/opieplayer/vorbis/tremor/libtremor.control b/core/multimedia/opieplayer/vorbis/tremor/libtremor.control index c8e7ac0..9defddc 100644 --- a/core/multimedia/opieplayer/vorbis/tremor/libtremor.control +++ b/core/multimedia/opieplayer/vorbis/tremor/libtremor.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: libtremor | ||
1 | Files: root/usr/lib/libtremor.so root/usr/lib/libtremor.so.1 root/usr/lib/libtremor.so.1.0 root/usr/lib/libtremor.so.1.0.0 | 2 | Files: root/usr/lib/libtremor.so root/usr/lib/libtremor.so.1 root/usr/lib/libtremor.so.1.0 root/usr/lib/libtremor.so.1.0.0 |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/plugins | 4 | Section: opie/plugins |
4 | Maintainer: Lorn Potter <llornkcor@handhelds.org> | 5 | Maintainer: Lorn Potter <llornkcor@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: vorbis (tremor) library | 9 | Description: vorbis (tremor) library |
9 | Library needed for playing OGG files with the mediaplayer in the Opie environment. | 10 | Library needed for playing OGG files with the mediaplayer in the Opie environment. |
diff --git a/core/multimedia/opieplayer/wavplugin/opie-wavplugin.control b/core/multimedia/opieplayer/wavplugin/opie-wavplugin.control index 5f4ca71..d8ef87c 100644 --- a/core/multimedia/opieplayer/wavplugin/opie-wavplugin.control +++ b/core/multimedia/opieplayer/wavplugin/opie-wavplugin.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-wavplugin | ||
1 | Files: plugins/codecs/libwavplugin* | 2 | Files: plugins/codecs/libwavplugin* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/plugins | 4 | Section: opie/plugins |
4 | Maintainer: Lorn Potter <llornkcor@handhelds.org> | 5 | Maintainer: Lorn Potter <llornkcor@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: WAV file plugin | 9 | Description: WAV file plugin |
9 | Plugin to play WAV files with the mediaplayer in the Opie environment. | 10 | Plugin to play WAV files with the mediaplayer in the Opie environment. |
diff --git a/core/obex/libopieobex0.control b/core/obex/libopieobex0.control index 9f4ccb2..778c411 100644 --- a/core/obex/libopieobex0.control +++ b/core/obex/libopieobex0.control | |||
@@ -1,11 +1,12 @@ | |||
1 | Package: libopieobex0 | ||
1 | Files: plugins/obex/libopieobex.so* pics/obex/* | 2 | Files: plugins/obex/libopieobex.so* pics/obex/* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: holger Freyther <zecke@handhelds.org> | 5 | Maintainer: holger Freyther <zecke@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.1 | 7 | Version: $QPE_VERSION-$SUB_VERSION.1 |
7 | Depends: task-opie-minimal ($QPE_VERSION), openobex | libopenobex1 | 8 | Depends: task-opie-minimal ($QPE_VERSION), openobex | libopenobex1 |
8 | Provides: libopieobex1 | 9 | Provides: libopieobex1 |
9 | Replaces: libopieobex1 | 10 | Replaces: libopieobex1 |
10 | Description: Irda obex lib | 11 | Description: Irda obex lib |
11 | 12 | ||
diff --git a/core/opie-login/opie-login.control b/core/opie-login/opie-login.control index ba9bad1..270075e 100644 --- a/core/opie-login/opie-login.control +++ b/core/opie-login/opie-login.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-login | ||
1 | Files: bin/opie-login share/opie-login/opie-session share/opie-login/pre-session share/opie-login/post-session | 2 | Files: bin/opie-login share/opie-login/opie-session share/opie-login/pre-session share/opie-login/post-session |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Project Opie <opie@handhelds.org> | 5 | Maintainer: Project Opie <opie@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, libopie1 | 8 | Depends: task-opie-minimal, libopie1 |
8 | Description: Multiuser login for OPIE | 9 | Description: Multiuser login for OPIE |
9 | A xdm/kdm equivalent for OPIE. | 10 | A xdm/kdm equivalent for OPIE. |
diff --git a/core/opiealarm/opie-opiealarm.control b/core/opiealarm/opie-opiealarm.control index 34d1d47..e2e90a8 100644 --- a/core/opiealarm/opie-opiealarm.control +++ b/core/opiealarm/opie-opiealarm.control | |||
@@ -1,12 +1,13 @@ | |||
1 | Package: opie-opiealarm | ||
1 | Files: bin/opiealarm root/etc/suspend-scripts/S46opiealarm root/etc/resume-scripts/R46opiealarm | 2 | Files: bin/opiealarm root/etc/suspend-scripts/S46opiealarm root/etc/resume-scripts/R46opiealarm |
2 | Priority: required | 3 | Priority: required |
3 | Provides: ipaqalarm | 4 | Provides: ipaqalarm |
4 | Conflicts: ipaqalarm, atd | 5 | Conflicts: ipaqalarm, atd |
5 | Section: opie/system | 6 | Section: opie/system |
6 | Maintainer: Robert Griebl <sandman@handhelds.org> | 7 | Maintainer: Robert Griebl <sandman@handhelds.org> |
7 | Architecture: arm | 8 | Architecture: arm |
8 | Version: $QPE_VERSION-$SUB_VERSION | 9 | Version: $QPE_VERSION-$SUB_VERSION |
9 | Description: A wakeup system for OPIE events. | 10 | Description: A wakeup system for OPIE events. |
10 | Tiny, OPIE specific replacement for ipaqalarm, | 11 | Tiny, OPIE specific replacement for ipaqalarm, |
11 | uschedule and qpe2uschedule | 12 | uschedule and qpe2uschedule |
12 | 13 | ||
diff --git a/core/pim/addressbook/opie-addressbook.control b/core/pim/addressbook/opie-addressbook.control index e881c55..f06fa91 100644 --- a/core/pim/addressbook/opie-addressbook.control +++ b/core/pim/addressbook/opie-addressbook.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-addressbook | ||
1 | Files: bin/addressbook apps/1Pim/addressbook.desktop pics/addressbook/*.png | 2 | Files: bin/addressbook apps/1Pim/addressbook.desktop pics/addressbook/*.png |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Conflicts: qpe-tkcaddressbook | 5 | Conflicts: qpe-tkcaddressbook |
5 | Maintainer: Stefan Eilers <eilers.stefan@epost.de> | 6 | Maintainer: Stefan Eilers <eilers.stefan@epost.de> |
6 | Architecture: arm | 7 | Architecture: arm |
7 | Version: $QPE_VERSION-$SUB_VERSION | 8 | Version: $QPE_VERSION-$SUB_VERSION |
8 | Depends: task-opie-minimal, libopie1 | 9 | Depends: task-opie-minimal, libopie1 |
9 | Description: Contacts | 10 | Description: Contacts |
10 | A simple addressbook for the Opie environment. | 11 | A simple addressbook for the Opie environment. |
diff --git a/core/pim/datebook/opie-datebook.control b/core/pim/datebook/opie-datebook.control index b43786b..1a28448 100644 --- a/core/pim/datebook/opie-datebook.control +++ b/core/pim/datebook/opie-datebook.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-datebook | ||
1 | Files: bin/datebook apps/1Pim/datebook.desktop pics/datebook | 2 | Files: bin/datebook apps/1Pim/datebook.desktop pics/datebook |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Conflicts: qpe-tkccalendar | 5 | Conflicts: qpe-tkccalendar |
5 | Maintainer: Warwick Allison <warwick@trolltech.com> | 6 | Maintainer: Warwick Allison <warwick@trolltech.com> |
6 | Architecture: arm | 7 | Architecture: arm |
7 | Version: $QPE_VERSION-$SUB_VERSION | 8 | Version: $QPE_VERSION-$SUB_VERSION |
8 | Depends: task-opie-minimal, libopie1 | 9 | Depends: task-opie-minimal, libopie1 |
9 | Description: A datebook/appointment manager | 10 | Description: A datebook/appointment manager |
10 | A datebook/appointment manager for the Opie environment. | 11 | A datebook/appointment manager for the Opie environment. |
diff --git a/core/pim/today/opie-today.control b/core/pim/today/opie-today.control index 81659c0..a057faa 100644 --- a/core/pim/today/opie-today.control +++ b/core/pim/today/opie-today.control | |||
@@ -1,16 +1,17 @@ | |||
1 | Package: opie-today | ||
1 | Files: bin/today apps/1Pim/today.desktop pics/today/* | 2 | Files: bin/today apps/1Pim/today.desktop pics/today/* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Maximilian Reiß <harlekin@handhelds.org> | 5 | Maintainer: Maximilian Reiß <harlekin@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: 0.6.2-$SUB_VERSION | 7 | Version: 0.6.2-$SUB_VERSION |
7 | Depends: task-opie-minimal, libopie1 | 8 | Depends: task-opie-minimal, libopie1 |
8 | License: GPL | 9 | License: GPL |
9 | Description: today screen | 10 | Description: today screen |
10 | This today screen app gives an overview of appointments | 11 | This today screen app gives an overview of appointments |
11 | and todos. | 12 | and todos. |
12 | It also shows incoming and outgoing mails from opiemail. | 13 | It also shows incoming and outgoing mails from opiemail. |
13 | When using Opie (opie.handhelds.org) today can be autostarted | 14 | When using Opie (opie.handhelds.org) today can be autostarted |
14 | on resume. | 15 | on resume. |
15 | It is highly configurable. | 16 | It is highly configurable. |
16 | 17 | ||
diff --git a/core/pim/today/plugins/addressbook/opie-today-addressbookplugin.control b/core/pim/today/plugins/addressbook/opie-today-addressbookplugin.control index 939a37a..9fe23b6 100644 --- a/core/pim/today/plugins/addressbook/opie-today-addressbookplugin.control +++ b/core/pim/today/plugins/addressbook/opie-today-addressbookplugin.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-today-addressbookplugin | ||
1 | Files: plugins/today/libtodayaddressbookplugin.so* | 2 | Files: plugins/today/libtodayaddressbookplugin.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Stefan Eilers <eilers.stefan@epost.de> | 5 | Maintainer: Stefan Eilers <eilers.stefan@epost.de> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: libqte2, opie-today | 8 | Depends: libqte2, opie-today |
8 | Description: Addressbook plugin for today shows Birthdays and Anniversaries | 9 | Description: Addressbook plugin for today shows Birthdays and Anniversaries |
diff --git a/core/pim/today/plugins/datebook/opie-today-datebookplugin.control b/core/pim/today/plugins/datebook/opie-today-datebookplugin.control index 161ab16..231f4d0 100644 --- a/core/pim/today/plugins/datebook/opie-today-datebookplugin.control +++ b/core/pim/today/plugins/datebook/opie-today-datebookplugin.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-today-datebookplugin | ||
1 | Files: plugins/today/libtodaydatebookplugin.so* | 2 | Files: plugins/today/libtodaydatebookplugin.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Maximilian Reiss <harlekin@handhelds.org> | 5 | Maintainer: Maximilian Reiss <harlekin@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: libqte2, opie-today | 8 | Depends: libqte2, opie-today |
8 | Description: Datebook plugin for today | 9 | Description: Datebook plugin for today |
diff --git a/core/pim/today/plugins/mail/opie-today-mailplugin.control b/core/pim/today/plugins/mail/opie-today-mailplugin.control index d69a2f4..1419557 100644 --- a/core/pim/today/plugins/mail/opie-today-mailplugin.control +++ b/core/pim/today/plugins/mail/opie-today-mailplugin.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-today-mailplugin | ||
1 | Files: plugins/today/libtodaymailplugin.so* | 2 | Files: plugins/today/libtodaymailplugin.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Maximilian Reiss <harlekin@handhelds.org> | 5 | Maintainer: Maximilian Reiss <harlekin@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: libqte2, opie-today | 8 | Depends: libqte2, opie-today |
8 | Description: Mail plugin for today | 9 | Description: Mail plugin for today |
diff --git a/core/pim/today/plugins/todolist/opie-today-todolistplugin.control b/core/pim/today/plugins/todolist/opie-today-todolistplugin.control index 8d21859..e6944b5 100644 --- a/core/pim/today/plugins/todolist/opie-today-todolistplugin.control +++ b/core/pim/today/plugins/todolist/opie-today-todolistplugin.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-today-todolistplugin | ||
1 | Files: plugins/today/libtodaytodolistplugin.so* | 2 | Files: plugins/today/libtodaytodolistplugin.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Maximilian Reiss <harlekin@handhelds.org> | 5 | Maintainer: Maximilian Reiss <harlekin@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: libqte2, opie-today | 8 | Depends: libqte2, opie-today |
8 | Description: Todolist plugin for today | 9 | Description: Todolist plugin for today |
diff --git a/core/pim/today/task-opie-today.control b/core/pim/today/task-opie-today.control index 2e07fee..c8ae6e8 100644 --- a/core/pim/today/task-opie-today.control +++ b/core/pim/today/task-opie-today.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: task-opie-today | ||
1 | Priority: optional | 2 | Priority: optional |
2 | Section: opie/applications | 3 | Section: opie/applications |
3 | Maintainer: Maximilian Reiß <harlekin@handhelds.org> | 4 | Maintainer: Maximilian Reiß <harlekin@handhelds.org> |
4 | Architecture: arm | 5 | Architecture: arm |
5 | Version: 0.5-$SUB_VERSION | 6 | Version: 0.5-$SUB_VERSION |
6 | Depends: task-opie-minimal, libopie1, opie-today, opie-today-datebookplugin, opie-today-todolistplugin, opie-today-mailplugin | 7 | Depends: task-opie-minimal, libopie1, opie-today, opie-today-datebookplugin, opie-today-todolistplugin, opie-today-mailplugin |
7 | License: GPL | 8 | License: GPL |
8 | Description: Task for basic today setup | 9 | Description: Task for basic today setup |
9 | includes datebook, todolist and mail plugin | 10 | includes datebook, todolist and mail plugin |
10 | 11 | ||
diff --git a/core/pim/todo/opie-todo.control b/core/pim/todo/opie-todo.control index 6f73925..b579306 100644 --- a/core/pim/todo/opie-todo.control +++ b/core/pim/todo/opie-todo.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-todo | ||
1 | Files: bin/todolist apps/1Pim/todo.desktop pics/todo | 2 | Files: bin/todolist apps/1Pim/todo.desktop pics/todo |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Holger 'zecke' Freyther <zecke@handhelds.org> | 5 | Maintainer: Holger 'zecke' Freyther <zecke@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, libopie1 | 8 | Depends: task-opie-minimal, libopie1 |
8 | Description: TODO-list manager | 9 | Description: TODO-list manager |
9 | A Todo-list manager for the Opie environment. | 10 | A Todo-list manager for the Opie environment. |
diff --git a/core/settings/button/opie-button-settings.control b/core/settings/button/opie-button-settings.control index 7857d9c..fcc10e7 100644 --- a/core/settings/button/opie-button-settings.control +++ b/core/settings/button/opie-button-settings.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-button-settings | ||
1 | Files: bin/buttonsettings apps/Settings/Button.desktop pics/buttonsettings/*.png | 2 | Files: bin/buttonsettings apps/Settings/Button.desktop pics/buttonsettings/*.png |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/settings | 4 | Section: opie/settings |
4 | Maintainer: Robert Griebl <sandman@handhelds.org> | 5 | Maintainer: Robert Griebl <sandman@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Device-buttons settings dialog | 9 | Description: Device-buttons settings dialog |
9 | For the Opie environment. | 10 | For the Opie environment. |
diff --git a/core/settings/citytime/opie-citytime.control b/core/settings/citytime/opie-citytime.control index 564e394..ce26e34 100644 --- a/core/settings/citytime/opie-citytime.control +++ b/core/settings/citytime/opie-citytime.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-citytime | ||
1 | Files: bin/citytime apps/Settings/citytime.desktop pics/citytime | 2 | Files: bin/citytime apps/Settings/citytime.desktop pics/citytime |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/settings | 4 | Section: opie/settings |
4 | Maintainer: Maximilian Reiss <harlekin@handhelds.org> | 5 | Maintainer: Maximilian Reiss <harlekin@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, timezones | 8 | Depends: task-opie-minimal, timezones |
8 | Description: Time-zone / world clock settings | 9 | Description: Time-zone / world clock settings |
9 | The time-zone manager for the Opie environment. | 10 | The time-zone manager for the Opie environment. |
diff --git a/core/settings/launcher/opie-launcher-settings.control b/core/settings/launcher/opie-launcher-settings.control index e930146..21a5559 100644 --- a/core/settings/launcher/opie-launcher-settings.control +++ b/core/settings/launcher/opie-launcher-settings.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-launcher-settings | ||
1 | Files: bin/launchersettings apps/Settings/Launcher.desktop pics/launchersettings | 2 | Files: bin/launchersettings apps/Settings/Launcher.desktop pics/launchersettings |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/settings | 4 | Section: opie/settings |
4 | Maintainer: Robert Griebl <sandman@handhelds.org> | 5 | Maintainer: Robert Griebl <sandman@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Launcher settings dialog | 9 | Description: Launcher settings dialog |
9 | For the Opie environment. | 10 | For the Opie environment. |
diff --git a/core/settings/light-and-power/opie-light-and-power.control b/core/settings/light-and-power/opie-light-and-power.control index fe73271..89a5b2f 100644 --- a/core/settings/light-and-power/opie-light-and-power.control +++ b/core/settings/light-and-power/opie-light-and-power.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-light-and-power | ||
1 | Files: bin/light-and-power apps/Settings/Light.desktop pics/lightandpower | 2 | Files: bin/light-and-power apps/Settings/Light.desktop pics/lightandpower |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/settings | 4 | Section: opie/settings |
4 | Maintainer: Maximilian Reiss <harlekin@handhelds.org> | 5 | Maintainer: Maximilian Reiss <harlekin@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Light and Power settings dialog | 9 | Description: Light and Power settings dialog |
9 | For the Opie environment. | 10 | For the Opie environment. |
diff --git a/core/settings/security/opie-security.control b/core/settings/security/opie-security.control index db98119..84b001d 100644 --- a/core/settings/security/opie-security.control +++ b/core/settings/security/opie-security.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-security | ||
1 | Files: bin/security apps/Settings/Security.desktop pics/security | 2 | Files: bin/security apps/Settings/Security.desktop pics/security |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/settings | 4 | Section: opie/settings |
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | 5 | Maintainer: Warwick Allison <warwick@trolltech.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Security settings dialog | 9 | Description: Security settings dialog |
9 | For the Opie environment. | 10 | For the Opie environment. |
diff --git a/etc/opie-keytabs.control b/etc/opie-keytabs.control index 410f74f..29a0337 100644 --- a/etc/opie-keytabs.control +++ b/etc/opie-keytabs.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-keytabs | ||
1 | Files: etc/keytabs/* | 2 | Files: etc/keytabs/* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Opie team <opie@handhelds.org> | 5 | Maintainer: Opie team <opie@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: 0.6-$SUB_VERSION | 7 | Version: 0.6-$SUB_VERSION |
7 | License: GPL | 8 | License: GPL |
8 | Description: Opie keytabs for terminal applications | 9 | Description: Opie keytabs for terminal applications |
9 | 10 | ||
diff --git a/example/example.control b/example/example.control index 4dd49a9..08c5a5d 100644 --- a/example/example.control +++ b/example/example.control | |||
@@ -1,11 +1,12 @@ | |||
1 | Package: example | ||
1 | Files: bin/example apps/Applications/example.desktop pics/example.png | 2 | Files: bin/example apps/Applications/example.desktop pics/example.png |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | 5 | Maintainer: Warwick Allison <warwick@trolltech.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: 1.0.0 | 7 | Version: 1.0.0 |
7 | Depends: qpe-base | 8 | Depends: qpe-base |
8 | License: Public Domain | 9 | License: Public Domain |
9 | Description: Example program | 10 | Description: Example program |
10 | An example program for the Opie environment. | 11 | An example program for the Opie environment. |
11 | Does nothing interesting. | 12 | Does nothing interesting. |
diff --git a/freetype/opie-freetype.control b/freetype/opie-freetype.control index 7447acb..5514c60 100644 --- a/freetype/opie-freetype.control +++ b/freetype/opie-freetype.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-freetype | ||
1 | Files: plugins/fontfactories/libfreetypefactory* | 2 | Files: plugins/fontfactories/libfreetypefactory* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/plugins | 4 | Section: opie/plugins |
4 | Maintainer: Opie <opie@llornkcor.com> | 5 | Maintainer: Opie <opie@llornkcor.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, libfreetype6 | 8 | Depends: task-opie-minimal, libfreetype6 |
8 | Description: Freetype fontfactory plugin | 9 | Description: Freetype fontfactory plugin |
diff --git a/help/en/html/opie-advancedfm-help-en.control b/help/en/html/opie-advancedfm-help-en.control index 6c1e0a4..b3b7f5e 100644 --- a/help/en/html/opie-advancedfm-help-en.control +++ b/help/en/html/opie-advancedfm-help-en.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-advancedfm-help-en | ||
1 | Files: help/en/html/opie-advancedfm.html | 2 | Files: help/en/html/opie-advancedfm.html |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/onlinedoc | 4 | Section: opie/onlinedoc |
4 | Maintainer: ljp <llornkcor@handhelds.org> | 5 | Maintainer: ljp <llornkcor@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: opie-advancedfm | 8 | Depends: opie-advancedfm |
8 | License: GPL | 9 | License: GPL |
9 | Description: Opie Advanced file manager help files (english) | 10 | Description: Opie Advanced file manager help files (english) |
10 | 11 | ||
diff --git a/help/en/html/opie-appskey-help-en.control b/help/en/html/opie-appskey-help-en.control index bccef64..257e64d 100644 --- a/help/en/html/opie-appskey-help-en.control +++ b/help/en/html/opie-appskey-help-en.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-appskey-help-en | ||
1 | Files: help/en/html/opie-appskey.html | 2 | Files: help/en/html/opie-appskey.html |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/onlinedoc | 4 | Section: opie/onlinedoc |
4 | Maintainer: ljp <llornkcor@handhelds.org> | 5 | Maintainer: ljp <llornkcor@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: opie-appskey | 8 | Depends: opie-appskey |
8 | License: GPL | 9 | License: GPL |
9 | Description: Application Key help files (english) | 10 | Description: Application Key help files (english) |
10 | 11 | ||
diff --git a/help/en/html/opie-aqpkg-help-en.control b/help/en/html/opie-aqpkg-help-en.control index 3619bc6..011191f 100644 --- a/help/en/html/opie-aqpkg-help-en.control +++ b/help/en/html/opie-aqpkg-help-en.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-aqpkg-help-en | ||
1 | Files: help/en/html/aqpkg.html | 2 | Files: help/en/html/aqpkg.html |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/onlinedoc | 4 | Section: opie/onlinedoc |
4 | Maintainer: Andy Qua (andy.qua@blueyonder.co.uk) | 5 | Maintainer: Andy Qua (andy.qua@blueyonder.co.uk) |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: opie-aqpkg | 8 | Depends: opie-aqpkg |
8 | License: GPL | 9 | License: GPL |
9 | Description: AQPkg Opie package manager help files (english) | 10 | Description: AQPkg Opie package manager help files (english) |
10 | 11 | ||
diff --git a/help/en/html/opie-console-help-en.control b/help/en/html/opie-console-help-en.control index ad94c32..3ac3954 100644 --- a/help/en/html/opie-console-help-en.control +++ b/help/en/html/opie-console-help-en.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-console-help-en | ||
1 | Files: help/en/html/opie-console.html help/en/html/opie-console/* | 2 | Files: help/en/html/opie-console.html help/en/html/opie-console/* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/onlinedoc | 4 | Section: opie/onlinedoc |
4 | Maintainer: Opie team <opie@handhelds.org> | 5 | Maintainer: Opie team <opie@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: opie-console | 8 | Depends: opie-console |
8 | License: GPL | 9 | License: GPL |
9 | Description: Opie terminal app help files (english) | 10 | Description: Opie terminal app help files (english) |
10 | 11 | ||
diff --git a/help/en/html/opie-embeddedkonsole-help-en.control b/help/en/html/opie-embeddedkonsole-help-en.control index b366ddd..560505e 100644 --- a/help/en/html/opie-embeddedkonsole-help-en.control +++ b/help/en/html/opie-embeddedkonsole-help-en.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-embeddedkonsole-help-en | ||
1 | Files: help/en/html/opie-embeddedkonsole.html | 2 | Files: help/en/html/opie-embeddedkonsole.html |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/onlinedoc | 4 | Section: opie/onlinedoc |
4 | Maintainer: ljp <llornkcor@handhelds.org> | 5 | Maintainer: ljp <llornkcor@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: opie-embeddedkonsole | 8 | Depends: opie-embeddedkonsole |
8 | License: GPL | 9 | License: GPL |
9 | Description: Open Embeddedkonsole help files (english) | 10 | Description: Open Embeddedkonsole help files (english) |
10 | 11 | ||
diff --git a/help/en/html/opie-formatter-help-en.control b/help/en/html/opie-formatter-help-en.control index 417f38d..f2fd4f7 100644 --- a/help/en/html/opie-formatter-help-en.control +++ b/help/en/html/opie-formatter-help-en.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-formatter-help-en | ||
1 | Files: help/en/html/opie-formatter.html | 2 | Files: help/en/html/opie-formatter.html |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/onlinedoc | 4 | Section: opie/onlinedoc |
4 | Maintainer: ljp <llornkcor@handhelds.org> | 5 | Maintainer: ljp <llornkcor@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: opie-formatter | 8 | Depends: opie-formatter |
8 | License: GPL | 9 | License: GPL |
9 | Description: Formatter help files (english) | 10 | Description: Formatter help files (english) |
10 | 11 | ||
diff --git a/help/en/html/opie-keypebble-help-en.control b/help/en/html/opie-keypebble-help-en.control index c1702a8..9285cd0 100644 --- a/help/en/html/opie-keypebble-help-en.control +++ b/help/en/html/opie-keypebble-help-en.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-keypebble-help-en | ||
1 | Files: help/en/html/opie-keypebble.html | 2 | Files: help/en/html/opie-keypebble.html |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/onlinedoc | 4 | Section: opie/onlinedoc |
4 | Maintainer: treke <treke@handhelds.org> | 5 | Maintainer: treke <treke@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: opie-keypebble | 8 | Depends: opie-keypebble |
8 | License: GPL | 9 | License: GPL |
9 | Description: Opie VNC Viewer help files (english) | 10 | Description: Opie VNC Viewer help files (english) |
10 | 11 | ||
diff --git a/help/en/html/opie-vmemo-help-en.control b/help/en/html/opie-vmemo-help-en.control index aaef4a2..726308c 100644 --- a/help/en/html/opie-vmemo-help-en.control +++ b/help/en/html/opie-vmemo-help-en.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-vmemo-help-en | ||
1 | Files: help/en/html/opie-vmemo.html | 2 | Files: help/en/html/opie-vmemo.html |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/onlinedoc | 4 | Section: opie/onlinedoc |
4 | Maintainer: ljp <llornkcor@handhelds.org> | 5 | Maintainer: ljp <llornkcor@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: opie-vmemo | 8 | Depends: opie-vmemo |
8 | License: GPL | 9 | License: GPL |
9 | Description: Opie Vmemo voice recording help files (english) | 10 | Description: Opie Vmemo voice recording help files (english) |
10 | 11 | ||
diff --git a/help/en/html/opie-wellenreiter-help-en.control b/help/en/html/opie-wellenreiter-help-en.control index 9fca8ad..597b9ac 100644 --- a/help/en/html/opie-wellenreiter-help-en.control +++ b/help/en/html/opie-wellenreiter-help-en.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-wellenreiter-help-en | ||
1 | Files: help/en/html/wellenreiter.html | 2 | Files: help/en/html/wellenreiter.html |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/onlinedoc | 4 | Section: opie/onlinedoc |
4 | Maintainer: Michael 'Mickey' Lauer <mickeyl@handhelds.org> | 5 | Maintainer: Michael 'Mickey' Lauer <mickeyl@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: opie-wellenreiter | 8 | Depends: opie-wellenreiter |
8 | License: GPL | 9 | License: GPL |
9 | Description: Opie Wellenreiter help files (english) | 10 | Description: Opie Wellenreiter help files (english) |
10 | 11 | ||
diff --git a/help/en/html/vmemo-help-en.control b/help/en/html/vmemo-help-en.control index 79e71b3..8753aec 100644 --- a/help/en/html/vmemo-help-en.control +++ b/help/en/html/vmemo-help-en.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: vmemo-help-en | ||
1 | Files: help/en/html/vmemo.html | 2 | Files: help/en/html/vmemo.html |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/onlinedoc | 4 | Section: opie/onlinedoc |
4 | Maintainer: ljp <llornkcor@handhelds.org> | 5 | Maintainer: ljp <llornkcor@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: vmemo | 8 | Depends: vmemo |
8 | License: GPL | 9 | License: GPL |
9 | Description: Opie Vmemo voice recording help files (english) | 10 | Description: Opie Vmemo voice recording help files (english) |
10 | 11 | ||
diff --git a/i18n/opie-i18n-da.control b/i18n/opie-i18n-da.control index 6059aa9..2bd15f9 100644 --- a/i18n/opie-i18n-da.control +++ b/i18n/opie-i18n-da.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-i18n-da | ||
1 | Files: i18n/da/.directory i18n/da/*.qm | 2 | Files: i18n/da/.directory i18n/da/*.qm |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/i18n | 4 | Section: opie/i18n |
4 | Maintainer: Tais M. Hansen <mellen@handhelds.org> | 5 | Maintainer: Tais M. Hansen <mellen@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, opie-language | 8 | Depends: task-opie-minimal, opie-language |
8 | Description: i18n: Danish | 9 | Description: i18n: Danish |
9 | Danish UI texts for OPIE environment. | 10 | Danish UI texts for OPIE environment. |
diff --git a/i18n/opie-i18n-de.control b/i18n/opie-i18n-de.control index cf651d9..c19c4ad 100644 --- a/i18n/opie-i18n-de.control +++ b/i18n/opie-i18n-de.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-i18n-de | ||
1 | Files: i18n/de/.directory i18n/de/*.qm etc/dict/dawg.de | 2 | Files: i18n/de/.directory i18n/de/*.qm etc/dict/dawg.de |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/i18n | 4 | Section: opie/i18n |
4 | Maintainer: Carsten Niehaus <cniehaus@handhelds.org> | 5 | Maintainer: Carsten Niehaus <cniehaus@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, opie-language | 8 | Depends: task-opie-minimal, opie-language |
8 | Description: i18n: Deutsch | 9 | Description: i18n: Deutsch |
9 | German UI texts and dictionary for OPIE environment. | 10 | German UI texts and dictionary for OPIE environment. |
diff --git a/i18n/opie-i18n-en.control b/i18n/opie-i18n-en.control index 52ac3f3..5725116 100644 --- a/i18n/opie-i18n-en.control +++ b/i18n/opie-i18n-en.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-i18n-en | ||
1 | Files: i18n/en/.directory etc/dict/dawg | 2 | Files: i18n/en/.directory etc/dict/dawg |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/i18n | 4 | Section: opie/i18n |
4 | Maintainer: Carsten Niehaus <cniehaus@handhelds.org> | 5 | Maintainer: Carsten Niehaus <cniehaus@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, opie-language | 8 | Depends: task-opie-minimal, opie-language |
8 | Description: i18n: English | 9 | Description: i18n: English |
9 | English dictionary for OPIE environment. | 10 | English dictionary for OPIE environment. |
diff --git a/i18n/opie-i18n-es.control b/i18n/opie-i18n-es.control index 22ad60d..c3994fb 100644 --- a/i18n/opie-i18n-es.control +++ b/i18n/opie-i18n-es.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-i18n-es | ||
1 | Files: i18n/es/.directory i18n/es/*.qm etc/dict/dawg.es | 2 | Files: i18n/es/.directory i18n/es/*.qm etc/dict/dawg.es |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/i18n | 4 | Section: opie/i18n |
4 | Maintainer: Jose Luis Fernandez Barros <fbarros@handhelds.org> | 5 | Maintainer: Jose Luis Fernandez Barros <fbarros@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, opie-language | 8 | Depends: task-opie-minimal, opie-language |
8 | Description: i18n: Spanish | 9 | Description: i18n: Spanish |
9 | Spanish UI texts and dictionary for OPIE environment. | 10 | Spanish UI texts and dictionary for OPIE environment. |
diff --git a/i18n/opie-i18n-fr.control b/i18n/opie-i18n-fr.control index c86e84a..748b900 100644 --- a/i18n/opie-i18n-fr.control +++ b/i18n/opie-i18n-fr.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-i18n-fr | ||
1 | Files: i18n/fr/.directory i18n/fr/*.qm etc/dict/dawg.fr | 2 | Files: i18n/fr/.directory i18n/fr/*.qm etc/dict/dawg.fr |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/i18n | 4 | Section: opie/i18n |
4 | Maintainer: Eric Santonacci <Eric.Santonacci@talc.fr> | 5 | Maintainer: Eric Santonacci <Eric.Santonacci@talc.fr> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, opie-language | 8 | Depends: task-opie-minimal, opie-language |
8 | Description: i18n: French | 9 | Description: i18n: French |
9 | French UI texts and dictionary for OPIE environment. | 10 | French UI texts and dictionary for OPIE environment. |
diff --git a/i18n/opie-i18n-hu.control b/i18n/opie-i18n-hu.control index 68a9b56..4bc10a3 100644 --- a/i18n/opie-i18n-hu.control +++ b/i18n/opie-i18n-hu.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-i18n-hu | ||
1 | Files: i18n/hu/.directory i18n/hu/*.qm | 2 | Files: i18n/hu/.directory i18n/hu/*.qm |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/i18n | 4 | Section: opie/i18n |
4 | Maintainer: Carstem Niehaus <cniehaus@kde.org> | 5 | Maintainer: Carstem Niehaus <cniehaus@kde.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Arch: iPAQ | 7 | Arch: iPAQ |
7 | Version: $QPE_VERSION-$SUB_VERSION | 8 | Version: $QPE_VERSION-$SUB_VERSION |
8 | Depends: task-opie-minimal, opie-language | 9 | Depends: task-opie-minimal, opie-language |
9 | Description: i18n: Magyar | 10 | Description: i18n: Magyar |
10 | Hungarian UI texts and dictionary for OPIE environment. | 11 | Hungarian UI texts and dictionary for OPIE environment. |
diff --git a/i18n/opie-i18n-it.control b/i18n/opie-i18n-it.control index 905d689..81a2030 100644 --- a/i18n/opie-i18n-it.control +++ b/i18n/opie-i18n-it.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-i18n-it | ||
1 | Files: i18n/it/.directory i18n/it/*.qm | 2 | Files: i18n/it/.directory i18n/it/*.qm |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/i18n | 4 | Section: opie/i18n |
4 | Maintainer: Daniele Foci <sunscan@sunscan.org> | 5 | Maintainer: Daniele Foci <sunscan@sunscan.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, opie-language | 8 | Depends: task-opie-minimal, opie-language |
8 | Description: i18n: Italian | 9 | Description: i18n: Italian |
9 | Italian UI texts for OPIE environment. | 10 | Italian UI texts for OPIE environment. |
diff --git a/i18n/opie-i18n-nl.control b/i18n/opie-i18n-nl.control index 6d4382a..b8f08c3 100644 --- a/i18n/opie-i18n-nl.control +++ b/i18n/opie-i18n-nl.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-i18n-nl | ||
1 | Files: i18n/nl/.directory i18n/nl/*.qm | 2 | Files: i18n/nl/.directory i18n/nl/*.qm |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/i18n | 4 | Section: opie/i18n |
4 | Maintainer: Carsten Niehaus <cniehaus@handhelds.org> | 5 | Maintainer: Carsten Niehaus <cniehaus@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, opie-language | 8 | Depends: task-opie-minimal, opie-language |
8 | Description: i18n: Dutch | 9 | Description: i18n: Dutch |
9 | Dutch UI texts and dictionary for OPIE environment. | 10 | Dutch UI texts and dictionary for OPIE environment. |
diff --git a/i18n/opie-i18n-pl.control b/i18n/opie-i18n-pl.control index f031a1f..b0fbb7e 100644 --- a/i18n/opie-i18n-pl.control +++ b/i18n/opie-i18n-pl.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-i18n-pl | ||
1 | Files: i18n/pl/.directory i18n/pl/*.qm | 2 | Files: i18n/pl/.directory i18n/pl/*.qm |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/i18n | 4 | Section: opie/i18n |
4 | Maintainer: Rozanski Sergiusz <rozanski@sergiusz.com> | 5 | Maintainer: Rozanski Sergiusz <rozanski@sergiusz.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, opie-language | 8 | Depends: task-opie-minimal, opie-language |
8 | Description: i18n: Polish | 9 | Description: i18n: Polish |
9 | Polish UI texts and dictionary for OPIE environment. | 10 | Polish UI texts and dictionary for OPIE environment. |
diff --git a/i18n/opie-i18n-pt.control b/i18n/opie-i18n-pt.control index e584570..5976eba 100644 --- a/i18n/opie-i18n-pt.control +++ b/i18n/opie-i18n-pt.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-i18n-pt | ||
1 | Files: i18n/pt/.directory i18n/pt/*.qm | 2 | Files: i18n/pt/.directory i18n/pt/*.qm |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/i18n | 4 | Section: opie/i18n |
4 | Maintainer: Carsten Niehaus <cniehaus@handhelds.org> | 5 | Maintainer: Carsten Niehaus <cniehaus@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, opie-language | 8 | Depends: task-opie-minimal, opie-language |
8 | Description: i18n: Portuguese | 9 | Description: i18n: Portuguese |
9 | Portuguese UI texts and dictionary for OPIE environment. | 10 | Portuguese UI texts and dictionary for OPIE environment. |
diff --git a/i18n/opie-i18n-sl.control b/i18n/opie-i18n-sl.control index 49ec541..98f2074 100644 --- a/i18n/opie-i18n-sl.control +++ b/i18n/opie-i18n-sl.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-i18n-sl | ||
1 | Files: i18n/sl/.directory i18n/sl/*.qm | 2 | Files: i18n/sl/.directory i18n/sl/*.qm |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/i18n | 4 | Section: opie/i18n |
4 | Maintainer: Matej Dakol <matej.dakol@gvskupina.si> | 5 | Maintainer: Matej Dakol <matej.dakol@gvskupina.si> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Arch: iPAQ | 7 | Arch: iPAQ |
7 | Version: $QPE_VERSION-$SUB_VERSION | 8 | Version: $QPE_VERSION-$SUB_VERSION |
8 | Depends: task-opie-minimal, qpf-cyberbit-120-50-t10, opie-language | 9 | Depends: task-opie-minimal, qpf-cyberbit-120-50-t10, opie-language |
9 | Description: i18n: Slovenian | 10 | Description: i18n: Slovenian |
10 | Slovenian UI texts for OPIE environment and dictionary. | 11 | Slovenian UI texts for OPIE environment and dictionary. |
diff --git a/i18n/opie-i18n-zh-tw.control b/i18n/opie-i18n-zh-tw.control index fc7fa02..be06adc 100644 --- a/i18n/opie-i18n-zh-tw.control +++ b/i18n/opie-i18n-zh-tw.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-i18n-zh-tw | ||
1 | Files: i18n/zh_TW/.directory i18n/zh_TW/*.qm | 2 | Files: i18n/zh_TW/.directory i18n/zh_TW/*.qm |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/i18n | 4 | Section: opie/i18n |
4 | Maintainer: Carstem Niehaus <cniehaus@kde.org> | 5 | Maintainer: Carstem Niehaus <cniehaus@kde.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Arch: iPAQ | 7 | Arch: iPAQ |
7 | Version: $QPE_VERSION-$SUB_VERSION | 8 | Version: $QPE_VERSION-$SUB_VERSION |
8 | Depends: task-opie-minimal, qpf-cyberbit-120-50-t10, opie-language | 9 | Depends: task-opie-minimal, qpf-cyberbit-120-50-t10, opie-language |
9 | Description: i18n: Chinese (TW) | 10 | Description: i18n: Chinese (TW) |
10 | Chinese UI texts for OPIE environment. | 11 | Chinese UI texts for OPIE environment. |
diff --git a/i18n/unmaintained/opie-i18n-ja.control b/i18n/unmaintained/opie-i18n-ja.control index ee44674..fed2631 100644 --- a/i18n/unmaintained/opie-i18n-ja.control +++ b/i18n/unmaintained/opie-i18n-ja.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-i18n-ja | ||
1 | Files: i18n/ja/.directory i18n/ja/*.qm | 2 | Files: i18n/ja/.directory i18n/ja/*.qm |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/i18n | 4 | Section: opie/i18n |
4 | Maintainer: Carstem Niehaus <cniehaus@kde.org> | 5 | Maintainer: Carstem Niehaus <cniehaus@kde.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Arch: iPAQ | 7 | Arch: iPAQ |
7 | Version: $QPE_VERSION-$SUB_VERSION | 8 | Version: $QPE_VERSION-$SUB_VERSION |
8 | Depends: task-opie-minimal, qpf-cyberbit-120-50-t10 | 9 | Depends: task-opie-minimal, qpf-cyberbit-120-50-t10 |
9 | Description: i18n: Japanese | 10 | Description: i18n: Japanese |
10 | Japanese UI texts for OPIE environment. | 11 | Japanese UI texts for OPIE environment. |
diff --git a/i18n/unmaintained/opie-i18n-ko.control b/i18n/unmaintained/opie-i18n-ko.control index 257593b..1ee5b72 100644 --- a/i18n/unmaintained/opie-i18n-ko.control +++ b/i18n/unmaintained/opie-i18n-ko.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-i18n-ko | ||
1 | Files: i18n/ko/.directory i18n/ko/*.qm | 2 | Files: i18n/ko/.directory i18n/ko/*.qm |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/i18n | 4 | Section: opie/i18n |
4 | Maintainer: Carstem Niehaus <cniehaus@kde.org> | 5 | Maintainer: Carstem Niehaus <cniehaus@kde.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Arch: iPAQ | 7 | Arch: iPAQ |
7 | Version: $QPE_VERSION-$SUB_VERSION | 8 | Version: $QPE_VERSION-$SUB_VERSION |
8 | Depends: task-opie-minimal, qpf-cyberbit-120-50-t10 | 9 | Depends: task-opie-minimal, qpf-cyberbit-120-50-t10 |
9 | Description: i18n: Korean | 10 | Description: i18n: Korean |
10 | Korean UI texts for OPIE environment. | 11 | Korean UI texts for OPIE environment. |
diff --git a/i18n/unmaintained/opie-i18n-no.control b/i18n/unmaintained/opie-i18n-no.control index 410531a..f8324b4 100644 --- a/i18n/unmaintained/opie-i18n-no.control +++ b/i18n/unmaintained/opie-i18n-no.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-i18n-no | ||
1 | Files: i18n/no/.directory i18n/no/*.qm etc/dict/dawg.no | 2 | Files: i18n/no/.directory i18n/no/*.qm etc/dict/dawg.no |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/i18n | 4 | Section: opie/i18n |
4 | Maintainer: Carstem Niehaus <cniehaus@kde.org> | 5 | Maintainer: Carstem Niehaus <cniehaus@kde.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Arch: iPAQ | 7 | Arch: iPAQ |
7 | Version: $QPE_VERSION-$SUB_VERSION | 8 | Version: $QPE_VERSION-$SUB_VERSION |
8 | Depends: task-opie-minimal | 9 | Depends: task-opie-minimal |
9 | Description: i18n: Norsk | 10 | Description: i18n: Norsk |
10 | Norwegian UI texts and dictionary for OPIE environment. | 11 | Norwegian UI texts and dictionary for OPIE environment. |
diff --git a/i18n/unmaintained/opie-i18n-zh-cn.control b/i18n/unmaintained/opie-i18n-zh-cn.control index 74c7cbe..0614feb 100644 --- a/i18n/unmaintained/opie-i18n-zh-cn.control +++ b/i18n/unmaintained/opie-i18n-zh-cn.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-i18n-zh-cn | ||
1 | Files: i18n/zh_CN/.directory i18n/zh_CN/*.qm | 2 | Files: i18n/zh_CN/.directory i18n/zh_CN/*.qm |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/i18n | 4 | Section: opie/i18n |
4 | Maintainer: Carstem Niehaus <cniehaus@kde.org> | 5 | Maintainer: Carstem Niehaus <cniehaus@kde.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Arch: iPAQ | 7 | Arch: iPAQ |
7 | Version: $QPE_VERSION-$SUB_VERSION | 8 | Version: $QPE_VERSION-$SUB_VERSION |
8 | Depends: task-opie-minimal, qpf-cyberbit-120-50-t10 | 9 | Depends: task-opie-minimal, qpf-cyberbit-120-50-t10 |
9 | Description: i18n: Chinese | 10 | Description: i18n: Chinese |
10 | Chinese UI texts for OPIE environment. | 11 | Chinese UI texts for OPIE environment. |
diff --git a/inputmethods/dvorak/opie-dvorak.control b/inputmethods/dvorak/opie-dvorak.control index 8ecc1e7..4fa9847 100644 --- a/inputmethods/dvorak/opie-dvorak.control +++ b/inputmethods/dvorak/opie-dvorak.control | |||
@@ -1,11 +1,12 @@ | |||
1 | Package: opie-dvorak | ||
1 | Files: plugins/inputmethods/libqdvorak.so* | 2 | Files: plugins/inputmethods/libqdvorak.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/inputmethods | 4 | Section: opie/inputmethods |
4 | Maintainer: Jeremy Cowgar <jc@cowgar.com> | 5 | Maintainer: Jeremy Cowgar <jc@cowgar.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-4 | 7 | Version: $QPE_VERSION-4 |
7 | Depends: task-opie-minimal, opie-pickboard | 8 | Depends: task-opie-minimal, opie-pickboard |
8 | Description: Dvorak keyboard input method | 9 | Description: Dvorak keyboard input method |
9 | Dvorak keyboard input method for the Opie environment. This is | 10 | Dvorak keyboard input method for the Opie environment. This is |
10 | based off of the original keyboard input method. Thanks be to | 11 | based off of the original keyboard input method. Thanks be to |
11 | Martin Jones <mjones@trolltech.com> for the original. | 12 | Martin Jones <mjones@trolltech.com> for the original. |
diff --git a/inputmethods/handwriting/opie-handwriting-classicset.control b/inputmethods/handwriting/opie-handwriting-classicset.control index 59f52cd..666e144 100644 --- a/inputmethods/handwriting/opie-handwriting-classicset.control +++ b/inputmethods/handwriting/opie-handwriting-classicset.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-handwriting-classicset | ||
1 | Files: etc/qimpen/default.conf etc/qimpen/combining.qpt etc/qimpen/asciilower.qpt etc/qimpen/asciiupper.qpt etc/qimpen/numeric.qpt | 2 | Files: etc/qimpen/default.conf etc/qimpen/combining.qpt etc/qimpen/asciilower.qpt etc/qimpen/asciiupper.qpt etc/qimpen/numeric.qpt |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/inputmethods | 4 | Section: opie/inputmethods |
4 | Maintainer: Jake Richardson <jake@asdfnews.org> | 5 | Maintainer: Jake Richardson <jake@asdfnews.org> |
5 | Architecture: none | 6 | Architecture: none |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Classic character set for the Handwriting inputmethod. | 9 | Description: Classic character set for the Handwriting inputmethod. |
9 | Classic character set for the Handwriting inputmethod. | 10 | Classic character set for the Handwriting inputmethod. |
diff --git a/inputmethods/handwriting/opie-handwriting-graffitiset.control b/inputmethods/handwriting/opie-handwriting-graffitiset.control index 2424db8..080c993 100644 --- a/inputmethods/handwriting/opie-handwriting-graffitiset.control +++ b/inputmethods/handwriting/opie-handwriting-graffitiset.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-handwriting-graffitiset | ||
1 | Files: etc/qimpen/graffiti* | 2 | Files: etc/qimpen/graffiti* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/inputmethods | 4 | Section: opie/inputmethods |
4 | Maintainer: Jake Richardson <jake@asdfnews.org> | 5 | Maintainer: Jake Richardson <jake@asdfnews.org> |
5 | Architecture: none | 6 | Architecture: none |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Graffiti character set for the Handwriting inputmethod. | 9 | Description: Graffiti character set for the Handwriting inputmethod. |
9 | Graffiti character set for the Handwriting inputmethod. | 10 | Graffiti character set for the Handwriting inputmethod. |
diff --git a/inputmethods/handwriting/opie-handwriting.control b/inputmethods/handwriting/opie-handwriting.control index ecf4249..470c81b 100644 --- a/inputmethods/handwriting/opie-handwriting.control +++ b/inputmethods/handwriting/opie-handwriting.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-handwriting | ||
1 | Files: plugins/inputmethods/libqhandwriting.so* | 2 | Files: plugins/inputmethods/libqhandwriting.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/inputmethods | 4 | Section: opie/inputmethods |
4 | Maintainer: Martin Jones <mjones@trolltech.com> | 5 | Maintainer: Martin Jones <mjones@trolltech.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, opie-handwriting-classicset | opie-handwriting-graffitiset | 8 | Depends: task-opie-minimal, opie-handwriting-classicset | opie-handwriting-graffitiset |
8 | Description: Handwriting input method | 9 | Description: Handwriting input method |
9 | Handwriting recognition input method for the Opie environment. | 10 | Handwriting recognition input method for the Opie environment. |
diff --git a/inputmethods/jumpx/opie-jumpx.control b/inputmethods/jumpx/opie-jumpx.control index 75e715f..270a428 100644 --- a/inputmethods/jumpx/opie-jumpx.control +++ b/inputmethods/jumpx/opie-jumpx.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-jumpx | ||
1 | Files: plugins/inputmethods/libqjumpx.so* pics/jumpx | 2 | Files: plugins/inputmethods/libqjumpx.so* pics/jumpx |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/inputmethods | 4 | Section: opie/inputmethods |
4 | Maintainer: Markus Gritsch <gritsch@iue.tuwien.ac.at> | 5 | Maintainer: Markus Gritsch <gritsch@iue.tuwien.ac.at> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | License: GPL | 9 | License: GPL |
9 | Description: JumpX input method | 10 | Description: JumpX input method |
10 | Keyboard-like input method for the Opie environment. | 11 | Keyboard-like input method for the Opie environment. |
diff --git a/inputmethods/keyboard/opie-keyboard.control b/inputmethods/keyboard/opie-keyboard.control index 685a005..701026b 100644 --- a/inputmethods/keyboard/opie-keyboard.control +++ b/inputmethods/keyboard/opie-keyboard.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-keyboard | ||
1 | Files: plugins/inputmethods/libqkeyboard.so* | 2 | Files: plugins/inputmethods/libqkeyboard.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/inputmethods | 4 | Section: opie/inputmethods |
4 | Maintainer: Martin Jones <mjones@trolltech.com> | 5 | Maintainer: Martin Jones <mjones@trolltech.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, opie-pickboard | 8 | Depends: task-opie-minimal, opie-pickboard |
8 | Description: Keyboard input method | 9 | Description: Keyboard input method |
9 | Keyboard input method for the Opie environment. | 10 | Keyboard input method for the Opie environment. |
diff --git a/inputmethods/kjumpx/opie-kjumpx.control b/inputmethods/kjumpx/opie-kjumpx.control index da3d8ad..06759a6 100644 --- a/inputmethods/kjumpx/opie-kjumpx.control +++ b/inputmethods/kjumpx/opie-kjumpx.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-kjumpx | ||
1 | Files: plugins/inputmethods/libqkjumpx.so* pics/kjumpx/* | 2 | Files: plugins/inputmethods/libqkjumpx.so* pics/kjumpx/* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/inputmethods | 4 | Section: opie/inputmethods |
4 | Maintainer: Jake Richardson <jake@asdfnews.org> | 5 | Maintainer: Jake Richardson <jake@asdfnews.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | License: GPL | 9 | License: GPL |
9 | Description: Koreanized JumpX input method | 10 | Description: Koreanized JumpX input method |
10 | Keyboard-like input method for the Opie environment. | 11 | Keyboard-like input method for the Opie environment. |
diff --git a/inputmethods/multikey/opie-multikey.control b/inputmethods/multikey/opie-multikey.control index 21a1e26..bb4fd97 100644 --- a/inputmethods/multikey/opie-multikey.control +++ b/inputmethods/multikey/opie-multikey.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-multikey | ||
1 | Files: plugins/inputmethods/libqmultikey.so* share/multikey/* | 2 | Files: plugins/inputmethods/libqmultikey.so* share/multikey/* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/inputmethods | 4 | Section: opie/inputmethods |
4 | Maintainer: Jake Richardson (jake@asdfnews.org) | 5 | Maintainer: Jake Richardson (jake@asdfnews.org) |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, opie-pickboard | 8 | Depends: task-opie-minimal, opie-pickboard |
8 | Description: Multiple language keyboard | 9 | Description: Multiple language keyboard |
9 | Keyboard for inputing multiple languages in the OPIE environment. | 10 | Keyboard for inputing multiple languages in the OPIE environment. |
diff --git a/inputmethods/pickboard/opie-pickboard.control b/inputmethods/pickboard/opie-pickboard.control index 8c88fe6..d722721 100644 --- a/inputmethods/pickboard/opie-pickboard.control +++ b/inputmethods/pickboard/opie-pickboard.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-pickboard | ||
1 | Files: plugins/inputmethods/libqpickboard.so* | 2 | Files: plugins/inputmethods/libqpickboard.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/inputmethods | 4 | Section: opie/inputmethods |
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | 5 | Maintainer: Warwick Allison <warwick@trolltech.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Pickboard input method | 9 | Description: Pickboard input method |
9 | Pickboard dictionary-based input method for the Opie environment. | 10 | Pickboard dictionary-based input method for the Opie environment. |
diff --git a/inputmethods/unikeyboard/opie-unikeyboard.control b/inputmethods/unikeyboard/opie-unikeyboard.control index 92e6362..cd06721 100644 --- a/inputmethods/unikeyboard/opie-unikeyboard.control +++ b/inputmethods/unikeyboard/opie-unikeyboard.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-unikeyboard | ||
1 | Files: plugins/inputmethods/libqunikeyboard.so* | 2 | Files: plugins/inputmethods/libqunikeyboard.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/inputmethods | 4 | Section: opie/inputmethods |
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | 5 | Maintainer: Warwick Allison <warwick@trolltech.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Unicode input method | 9 | Description: Unicode input method |
9 | Basic unicode input method for the Opie environment. | 10 | Basic unicode input method for the Opie environment. |
diff --git a/libopie/libopie1.control b/libopie/libopie1.control index 741e1f9..1e75df3 100644 --- a/libopie/libopie1.control +++ b/libopie/libopie1.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: libopie1 | ||
1 | Files: $OPIEDIR/lib/libopie.so.1.0.0 $OPIEDIR/lib/libopie.so.1.0 $OPIEDIR/lib/libopie.so.1 | 2 | Files: $OPIEDIR/lib/libopie.so.1.0.0 $OPIEDIR/lib/libopie.so.1.0 $OPIEDIR/lib/libopie.so.1 |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Opie Team <opie@handhelds.org> | 5 | Maintainer: Opie Team <opie@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.1 | 7 | Version: $QPE_VERSION-$SUB_VERSION.1 |
7 | Depends: libqte2 (>=$QTE_VERSION), libqpe1 | 8 | Depends: libqte2 (>=$QTE_VERSION), libqpe1 |
8 | Provides: libopie | 9 | Provides: libopie |
9 | Replaces: libopie | 10 | Replaces: libopie |
10 | Description: Opie library | 11 | Description: Opie library |
diff --git a/libopie2/libopie2.control b/libopie2/libopie2.control index 866d106..0733bf4 100644 --- a/libopie2/libopie2.control +++ b/libopie2/libopie2.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: libopie2 | ||
1 | Files: $OPIEDIR/lib/libopiecore2.so.1.8.1 $OPIEDIR/lib/libopiecore2.so.1.8 $OPIEDIR/lib/libopiecore2.so.1 $OPIEDIR/lib/libopienet2.so.1.8.1 $OPIEDIR/lib/libopienet2.so.1.8 $OPIEDIR/lib/libopienet2.so.1 $OPIEDIR/lib/libopieui2.so.1.8.1 $OPIEDIR/lib/libopieui2.so.1.8 $OPIEDIR/lib/libopieui2.so.1 $OPIEDIR/etc/manufacturers | 2 | Files: $OPIEDIR/lib/libopiecore2.so.1.8.1 $OPIEDIR/lib/libopiecore2.so.1.8 $OPIEDIR/lib/libopiecore2.so.1 $OPIEDIR/lib/libopienet2.so.1.8.1 $OPIEDIR/lib/libopienet2.so.1.8 $OPIEDIR/lib/libopienet2.so.1 $OPIEDIR/lib/libopieui2.so.1.8.1 $OPIEDIR/lib/libopieui2.so.1.8 $OPIEDIR/lib/libopieui2.so.1 $OPIEDIR/etc/manufacturers |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Opie Team <opie@handhelds.org> | 5 | Maintainer: Opie Team <opie@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: 1.8.1-$SUB_VERSION.2 | 7 | Version: 1.8.1-$SUB_VERSION.2 |
7 | Depends: libqpe1 | 8 | Depends: libqpe1 |
8 | Provides: libopie2 | 9 | Provides: libopie2 |
9 | Description: Opie library 2.0 | 10 | Description: Opie library 2.0 |
10 | 11 | ||
diff --git a/library/libqpe1.control b/library/libqpe1.control index 455d8e0..8aab9be 100644 --- a/library/libqpe1.control +++ b/library/libqpe1.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: libqpe1 | ||
1 | Files: $OPIEDIR/lib/libqpe.so.1 $OPIEDIR/lib/libqpe.so.1.5 $OPIEDIR/lib/libqpe.so.1.5.0 | 2 | Files: $OPIEDIR/lib/libqpe.so.1 $OPIEDIR/lib/libqpe.so.1.5 $OPIEDIR/lib/libqpe.so.1.5.0 |
2 | Priority: required | 3 | Priority: required |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Project Opie <opie@handhelds.org> | 5 | Maintainer: Project Opie <opie@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.1 | 7 | Version: $QPE_VERSION-$SUB_VERSION.1 |
7 | Depends: libqte2 (>=2.3.4-beta4), qte-fonts (>=$QTE_VERSION) | 8 | Depends: libqte2 (>=2.3.4-beta4), qte-fonts (>=$QTE_VERSION) |
8 | Description: libqpe, base qtopia/opie library. | 9 | Description: libqpe, base qtopia/opie library. |
diff --git a/library/opie-bootsplash.control b/library/opie-bootsplash.control index aad3a84..838224d 100644 --- a/library/opie-bootsplash.control +++ b/library/opie-bootsplash.control | |||
@@ -1,7 +1,8 @@ | |||
1 | Package: opie-bootsplash | ||
1 | Files: etc/init.d/bootsplash etc/rcS.d/S01bootsplash pics/bootsplash/bootlogo | 2 | Files: etc/init.d/bootsplash etc/rcS.d/S01bootsplash pics/bootsplash/bootlogo |
2 | Priority: optinal | 3 | Priority: optinal |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Project Opie <opie@handhelds.org> | 5 | Maintainer: Project Opie <opie@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.2 | 7 | Version: $QPE_VERSION-$SUB_VERSION.2 |
7 | Description: Splash screen aptempt | 8 | Description: Splash screen aptempt |
diff --git a/library/opie-common.control b/library/opie-common.control index c2534c4..91dec72 100644 --- a/library/opie-common.control +++ b/library/opie-common.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-common | ||
1 | Files: etc/colors bin/opie-reorgfiles apps/*/.directory etc/mime.types apps/Settings/quit.desktop pics/logo/* | 2 | Files: etc/colors bin/opie-reorgfiles apps/*/.directory etc/mime.types apps/Settings/quit.desktop pics/logo/* |
2 | Priority: required | 3 | Priority: required |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Project Opie <opie@handhelds.org> | 5 | Maintainer: Project Opie <opie@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.2 | 7 | Version: $QPE_VERSION-$SUB_VERSION.2 |
7 | Depends: libqpe1 | 8 | Depends: libqpe1 |
8 | Replaces: opie-base | 9 | Replaces: opie-base |
9 | Description: Core opie files | 10 | Description: Core opie files |
diff --git a/library/task-opie-applets.control b/library/task-opie-applets.control index 7608f9b..6ab1bb0 100644 --- a/library/task-opie-applets.control +++ b/library/task-opie-applets.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: task-opie-applets | ||
1 | Files: | 2 | Files: |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> | 5 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
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 | 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 | 9 | Description: Opie taskbar applets |
9 | All applets for the taskbar | 10 | All applets for the taskbar |
diff --git a/library/task-opie-apps.control b/library/task-opie-apps.control index 242a8cc..567b50a 100644 --- a/library/task-opie-apps.control +++ b/library/task-opie-apps.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: task-opie-apps | ||
1 | Files: | 2 | Files: |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> | 5 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
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 | 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 | 9 | Description: Opie apps |
9 | Most applications. | 10 | Most applications. |
diff --git a/library/task-opie-complete.control b/library/task-opie-complete.control index 55b54fc..74ed446 100644 --- a/library/task-opie-complete.control +++ b/library/task-opie-complete.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: task-opie-complete | ||
1 | Files: | 2 | Files: |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> | 5 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-apps, task-opie-settings, task-opie-games, task-opie-applets | 8 | Depends: task-opie-apps, task-opie-settings, task-opie-games, task-opie-applets |
8 | Description: All of Opie | 9 | Description: All of Opie |
9 | All apps that are in the feed. | 10 | All apps that are in the feed. |
diff --git a/library/task-opie-games.control b/library/task-opie-games.control index 8079ea0..4e40b8e 100644 --- a/library/task-opie-games.control +++ b/library/task-opie-games.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: task-opie-games | ||
1 | Files: | 2 | Files: |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/games | 4 | Section: opie/games |
4 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> | 5 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
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 | 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 | 9 | Description: Opie game pack |
9 | The full load of Opie games. | 10 | The full load of Opie games. |
diff --git a/library/task-opie-minimal.control b/library/task-opie-minimal.control index cac81b1..a11b50e 100644 --- a/library/task-opie-minimal.control +++ b/library/task-opie-minimal.control | |||
@@ -1,12 +1,13 @@ | |||
1 | Package: task-opie-minimal | ||
1 | Files: | 2 | Files: |
2 | Priority: required | 3 | Priority: required |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Opie Team <opie@handhelds.org> | 5 | Maintainer: Opie Team <opie@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: libqte2 (>=$QTE_VERSION), qte-fonts (>=$QTE_VERSION), opie-common, libqpe1, libopie1, opie-qcop, opie-sounds, apmd, opie-pics, timezones, opie-aqpkg, opie-taskbar, opie-opiealarm | 8 | Depends: libqte2 (>=$QTE_VERSION), qte-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 | 9 | Provides: opie-base, qpe-base |
9 | Replaces: opie-base, qpe-base | 10 | Replaces: opie-base, qpe-base |
10 | Description: Bootstrap Opie environment(minimal) | 11 | Description: Bootstrap Opie environment(minimal) |
11 | A complete GUI environment for handhelds. This is the _minimal_ version. | 12 | A complete GUI environment for handhelds. This is the _minimal_ version. |
12 | You will probably want to install one of the opie-i18n-* packages. | 13 | 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 53bef8c..addbab5 100644 --- a/library/task-opie-pim.control +++ b/library/task-opie-pim.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: task-opie-pim | ||
1 | Files: | 2 | Files: |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> | 5 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, opie-datebook, opie-todo, opie-addressbook, task-opie-today, opie-drawpad, opie-multikey | 8 | Depends: task-opie-minimal, opie-datebook, opie-todo, opie-addressbook, task-opie-today, opie-drawpad, opie-multikey |
8 | Description: Opie pim applications | 9 | Description: Opie pim applications |
9 | Base pack of opie pim applications. Also includes keyboard input. | 10 | 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 4bd9d4e..945911a 100644 --- a/library/task-opie-settings.control +++ b/library/task-opie-settings.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: task-opie-settings | ||
1 | Files: | 2 | Files: |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> | 5 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, opie-appearance, opie-security, opie-systemtime, opie-light-and-power, opie-tabmanager | 8 | Depends: task-opie-minimal, opie-appearance, opie-security, opie-systemtime, opie-light-and-power, opie-tabmanager |
8 | Description: Opie settings app | 9 | Description: Opie settings app |
9 | All settings apps | 10 | All settings apps |
diff --git a/library/task-opie.control b/library/task-opie.control index 6ee0714..00841d3 100644 --- a/library/task-opie.control +++ b/library/task-opie.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: task-opie | ||
1 | Files: | 2 | Files: |
2 | Priority: required | 3 | Priority: required |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Opie Team <opie@handhelds.org> | 5 | Maintainer: Opie Team <opie@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
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 | 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 | 9 | Description: Bootstrap Opie environment |
9 | A complete GUI environment for handhelds. | 10 | A complete GUI environment for handhelds. |
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/noncore/applets/networkapplet/opie-networkapplet.control b/noncore/applets/networkapplet/opie-networkapplet.control index 1032064..ae07eb3 100644 --- a/noncore/applets/networkapplet/opie-networkapplet.control +++ b/noncore/applets/networkapplet/opie-networkapplet.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-networkapplet | ||
1 | Files: plugins/applets/libnetworkapplet.so* pics/networkapplet | 2 | Files: plugins/applets/libnetworkapplet.so* pics/networkapplet |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Michael 'Mickey' Lauer <mickeyl@handhelds.org> | 5 | Maintainer: Michael 'Mickey' Lauer <mickeyl@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, libopie2 (1.8.1), opie-networksettings | 8 | Depends: task-opie-minimal, libopie2 (1.8.1), opie-networksettings |
8 | Description: Network Applet | 9 | Description: Network Applet |
9 | A taskbar applet for controlling network interfaces | 10 | A taskbar applet for controlling network interfaces |
diff --git a/noncore/applets/notesapplet/opie-notesapplet.control b/noncore/applets/notesapplet/opie-notesapplet.control index ff05e89..da02b44 100644 --- a/noncore/applets/notesapplet/opie-notesapplet.control +++ b/noncore/applets/notesapplet/opie-notesapplet.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-notesapplet | ||
1 | Files: plugins/applets/libnotesapplet.so* | 2 | Files: plugins/applets/libnotesapplet.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: L. J. Potter <ljp@llornkcor.com> | 5 | Maintainer: L. J. Potter <ljp@llornkcor.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Screenshot Applet | 9 | Description: Screenshot Applet |
9 | A simple taskbar applet for making quick notes. | 10 | A simple taskbar applet for making quick notes. |
diff --git a/noncore/applets/wirelessapplet/opie-wirelessapplet.control b/noncore/applets/wirelessapplet/opie-wirelessapplet.control index f5daeb9..ac7fad2 100644 --- a/noncore/applets/wirelessapplet/opie-wirelessapplet.control +++ b/noncore/applets/wirelessapplet/opie-wirelessapplet.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-wirelessapplet | ||
1 | Files: plugins/applets/libwirelessapplet.so* | 2 | Files: plugins/applets/libwirelessapplet.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Michael 'Mickey' Lauer <mickey@tm.informatik.uni-frankfurt.de> | 5 | Maintainer: Michael 'Mickey' Lauer <mickey@tm.informatik.uni-frankfurt.de> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.1 | 7 | Version: $QPE_VERSION-$SUB_VERSION.1 |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Wireless Applet | 9 | Description: Wireless Applet |
9 | A wireless network card status taskbar applet for the Opie environment | 10 | A wireless network card status taskbar applet for the Opie environment |
diff --git a/noncore/apps/advancedfm/opie-advancedfm.control b/noncore/apps/advancedfm/opie-advancedfm.control index 8c2eba4..f17c590 100644 --- a/noncore/apps/advancedfm/opie-advancedfm.control +++ b/noncore/apps/advancedfm/opie-advancedfm.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-advancedfm | ||
1 | Files: bin/advancedfm apps/Applications/advancedfm.desktop pics/advancedfm | 2 | Files: bin/advancedfm apps/Applications/advancedfm.desktop pics/advancedfm |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: L.J. Potter <ljp@llornkcor.com> | 5 | Maintainer: L.J. Potter <ljp@llornkcor.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Advanced File Manager | 9 | Description: Advanced File Manager |
9 | The advanced file manager for the Opie environment. | 10 | The advanced file manager for the Opie environment. |
diff --git a/noncore/apps/checkbook/opie-checkbook.control b/noncore/apps/checkbook/opie-checkbook.control index fe140b9..c0061e5 100644 --- a/noncore/apps/checkbook/opie-checkbook.control +++ b/noncore/apps/checkbook/opie-checkbook.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-checkbook | ||
1 | Files: bin/checkbook apps/Applications/checkbook.desktop pics/checkbook | 2 | Files: bin/checkbook apps/Applications/checkbook.desktop pics/checkbook |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: applications | 4 | Section: applications |
4 | Maintainer: Dan Williams <drw@handhelds.org> | 5 | Maintainer: Dan Williams <drw@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, libopie1 | 8 | Depends: task-opie-minimal, libopie1 |
8 | Description: Checkbook keeping program. | 9 | Description: Checkbook keeping program. |
9 | The checkbook accounting program for the Opie environment. | 10 | The checkbook accounting program for the Opie environment. |
diff --git a/noncore/apps/odict/opie-odict.control b/noncore/apps/odict/opie-odict.control index a6fa675..2fa731f 100644 --- a/noncore/apps/odict/opie-odict.control +++ b/noncore/apps/odict/opie-odict.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-odict | ||
1 | Files: bin/odict apps/Applications/odict.desktop pics/odict/odict.png | 2 | Files: bin/odict apps/Applications/odict.desktop pics/odict/odict.png |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: applications | 4 | Section: applications |
4 | Maintainer: Carsten Niehaus <cniehaus@handhelds.org> | 5 | Maintainer: Carsten Niehaus <cniehaus@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Dictionarylookupprogram | 9 | Description: Dictionarylookupprogram |
9 | Look up words :) | 10 | Look up words :) |
diff --git a/noncore/apps/opie-console/opie-console.control b/noncore/apps/opie-console/opie-console.control index b35324b..852451d 100644 --- a/noncore/apps/opie-console/opie-console.control +++ b/noncore/apps/opie-console/opie-console.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-console | ||
1 | Files: bin/opie-console apps/Applications/opie-console.desktop pics/console/* | 2 | Files: bin/opie-console apps/Applications/opie-console.desktop pics/console/* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Opie team <opie@handhelds.org> | 5 | Maintainer: Opie team <opie@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: 0.6-$SUB_VERSION | 7 | Version: 0.6-$SUB_VERSION |
7 | Depends: qpe-base, libopie1, opie-console-help-en, lrzsz, opie-keytabs | 8 | Depends: qpe-base, libopie1, opie-console-help-en, lrzsz, opie-keytabs |
8 | License: GPL | 9 | License: GPL |
9 | Description: Opie terminal app | 10 | Description: Opie terminal app |
10 | 11 | ||
diff --git a/noncore/apps/opie-reader/opie-reader.control b/noncore/apps/opie-reader/opie-reader.control index 1ede9e9..9996297 100644 --- a/noncore/apps/opie-reader/opie-reader.control +++ b/noncore/apps/opie-reader/opie-reader.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-reader | ||
1 | Files: bin/reader apps/Applications/opie-reader.desktop pics/opie-reader/* | 2 | Files: bin/reader apps/Applications/opie-reader.desktop pics/opie-reader/* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: applications | 4 | Section: applications |
4 | Maintainer: Tim Wentford <timwentford@hotmail.com> | 5 | Maintainer: Tim Wentford <timwentford@hotmail.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | License: GPL | 9 | License: GPL |
9 | Description: E-Book reader | 10 | Description: E-Book reader |
diff --git a/noncore/apps/opie-sheet/opie-sheet.control b/noncore/apps/opie-sheet/opie-sheet.control index f0daa33..795ee70 100644 --- a/noncore/apps/opie-sheet/opie-sheet.control +++ b/noncore/apps/opie-sheet/opie-sheet.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-sheet | ||
1 | Files: bin/sheetqt apps/Applications/opie-sheet.desktop help/en/html/sheetqt.html pics/opie-sheet/sheetqt.png | 2 | Files: bin/sheetqt apps/Applications/opie-sheet.desktop help/en/html/sheetqt.html pics/opie-sheet/sheetqt.png |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Serdar Ozler <sozler@sitebest.com> | 5 | Maintainer: Serdar Ozler <sozler@sitebest.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: 1.0.2 | 7 | Version: 1.0.2 |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | License: Public Domain | 9 | License: Public Domain |
9 | Description: Opie Sheet | 10 | Description: Opie Sheet |
10 | Spreadsheet software for Opie. | 11 | Spreadsheet software for Opie. |
diff --git a/noncore/apps/opie-write/opie-write.control b/noncore/apps/opie-write/opie-write.control index c9177a6..52b518a 100644 --- a/noncore/apps/opie-write/opie-write.control +++ b/noncore/apps/opie-write/opie-write.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-write | ||
1 | Files: bin/opie-write apps/Applications/opie-write.desktop pics/opie-write | 2 | Files: bin/opie-write apps/Applications/opie-write.desktop pics/opie-write |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: L.J. Potter <ljp@llornkcor.com> | 5 | Maintainer: L.J. Potter <ljp@llornkcor.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Rich Text Editor | 9 | Description: Rich Text Editor |
9 | The rich text editor for the Opie environment. | 10 | The rich text editor for the Opie environment. |
diff --git a/noncore/apps/oxygen/opie-oxygen.control b/noncore/apps/oxygen/opie-oxygen.control index db82d88..1eff80b 100644 --- a/noncore/apps/oxygen/opie-oxygen.control +++ b/noncore/apps/oxygen/opie-oxygen.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-oxygen | ||
1 | Files: bin/oxygen apps/Applications/oxygen.desktop pics/oxygen/oxygen.png share/oxygen/* | 2 | Files: bin/oxygen apps/Applications/oxygen.desktop pics/oxygen/oxygen.png share/oxygen/* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: applications | 4 | Section: applications |
4 | Maintainer: Carsten Niehaus <cniehaus@handhelds.org> | 5 | Maintainer: Carsten Niehaus <cniehaus@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Periodic System of the Elements | 9 | Description: Periodic System of the Elements |
9 | The chemistry application for the Opie-environment | 10 | The chemistry application for the Opie-environment |
diff --git a/noncore/apps/tableviewer/opie-tableviewer.control b/noncore/apps/tableviewer/opie-tableviewer.control index 0e1db16..b5495e1 100644 --- a/noncore/apps/tableviewer/opie-tableviewer.control +++ b/noncore/apps/tableviewer/opie-tableviewer.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-tableviewer | ||
1 | Files: bin/tableviewer apps/Applications/tableviewer.desktop | 2 | Files: bin/tableviewer apps/Applications/tableviewer.desktop |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | 5 | Maintainer: Warwick Allison <warwick@trolltech.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Arch: iPAQ | 7 | Arch: iPAQ |
7 | Version: $QPE_VERSION-$SUB_VERSION | 8 | Version: $QPE_VERSION-$SUB_VERSION |
8 | Depends: task-opie-minimal | 9 | Depends: task-opie-minimal |
9 | Description: XML database browsers | 10 | Description: XML database browsers |
10 | A table/database viewer for the Opie environment. | 11 | A table/database viewer for the Opie environment. |
diff --git a/noncore/apps/tinykate/opie-tinykate-syntax-commondev.control b/noncore/apps/tinykate/opie-tinykate-syntax-commondev.control index 3f6feab..76704c1 100644 --- a/noncore/apps/tinykate/opie-tinykate-syntax-commondev.control +++ b/noncore/apps/tinykate/opie-tinykate-syntax-commondev.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-tinykate-syntax-commondev | ||
1 | Files: share/tinykate/syntax/c.xml share/tinykate/syntax/cpp.xml share/tinykate/syntax/gnuassembler.xml share/tinykate/syntax/kbasic.xml share/tinykate/syntax/pascal.xml share/tinykate/syntax/perl.xml share/tinykate/syntax/php.xml share/tinykate/syntax/python.xml share/tinykate/syntax/ruby.xml share/tinykate/syntax/sql.xml share/tinykate/syntax/tcl.xml share/tinykate/syntax/xml.xml share/tinykate/syntax/xmldebug.xml share/tinykate/syntax/java.xml | 2 | Files: share/tinykate/syntax/c.xml share/tinykate/syntax/cpp.xml share/tinykate/syntax/gnuassembler.xml share/tinykate/syntax/kbasic.xml share/tinykate/syntax/pascal.xml share/tinykate/syntax/perl.xml share/tinykate/syntax/php.xml share/tinykate/syntax/python.xml share/tinykate/syntax/ruby.xml share/tinykate/syntax/sql.xml share/tinykate/syntax/tcl.xml share/tinykate/syntax/xml.xml share/tinykate/syntax/xmldebug.xml share/tinykate/syntax/java.xml |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Opie Team <opie@handhelds.org> | 5 | Maintainer: Opie Team <opie@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, opie-tinykate | 8 | Depends: task-opie-minimal, opie-tinykate |
8 | Description: Syntax Highlighting Patterns for for common programming languages for TinyKate | 9 | Description: Syntax Highlighting Patterns for for common programming languages for TinyKate |
diff --git a/noncore/apps/tinykate/opie-tinykate-syntax-documentation.control b/noncore/apps/tinykate/opie-tinykate-syntax-documentation.control index 6acf895..9f60156 100644 --- a/noncore/apps/tinykate/opie-tinykate-syntax-documentation.control +++ b/noncore/apps/tinykate/opie-tinykate-syntax-documentation.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-tinykate-syntax-documentation | ||
1 | Files: share/tinykate/syntax/latex.xml share/tinykate/syntax/postscript.xml share/tinykate/syntax/sgml.xml | 2 | Files: share/tinykate/syntax/latex.xml share/tinykate/syntax/postscript.xml share/tinykate/syntax/sgml.xml |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Opie Team <opie@handhelds.org> | 5 | Maintainer: Opie Team <opie@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, opie-tinykate | 8 | Depends: task-opie-minimal, opie-tinykate |
8 | Description: Syntax Highlighting Patterns for document oriented languages for TinyKate | 9 | Description: Syntax Highlighting Patterns for document oriented languages for TinyKate |
diff --git a/noncore/apps/tinykate/opie-tinykate-syntax-misc.control b/noncore/apps/tinykate/opie-tinykate-syntax-misc.control index e6802d0..4e0f529 100644 --- a/noncore/apps/tinykate/opie-tinykate-syntax-misc.control +++ b/noncore/apps/tinykate/opie-tinykate-syntax-misc.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-tinykate-syntax-misc | ||
1 | Files: share/tinykate/syntax/idconsole.xml share/tinykate/syntax/matlab.xml share/tinykate/syntax/verilog.xml share/tinykate/syntax/vhdl.xml | 2 | Files: share/tinykate/syntax/idconsole.xml share/tinykate/syntax/matlab.xml share/tinykate/syntax/verilog.xml share/tinykate/syntax/vhdl.xml |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Opie Team <opie@handhelds.org> | 5 | Maintainer: Opie Team <opie@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, opie-tinykate | 8 | Depends: task-opie-minimal, opie-tinykate |
8 | Description: Syntax Highlighting Patterns for misc languages for TinyKate | 9 | Description: Syntax Highlighting Patterns for misc languages for TinyKate |
diff --git a/noncore/apps/tinykate/opie-tinykate-syntax-miscdev.control b/noncore/apps/tinykate/opie-tinykate-syntax-miscdev.control index e91d7df..3c8f61a 100644 --- a/noncore/apps/tinykate/opie-tinykate-syntax-miscdev.control +++ b/noncore/apps/tinykate/opie-tinykate-syntax-miscdev.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-tinykate-syntax-miscdev | ||
1 | Files: share/tinykate/syntax/ada.xml share/tinykate/syntax/eiffel.xml share/tinykate/syntax/ferite.xml share/tinykate/syntax/fortran.xml share/tinykate/syntax/haskell.xml share/tinykate/syntax/literate-haskell.xml share/tinykate/syntax/objectivec.xml share/tinykate/syntax/sather.xml share/tinykate/syntax/scheme.xml | 2 | Files: share/tinykate/syntax/ada.xml share/tinykate/syntax/eiffel.xml share/tinykate/syntax/ferite.xml share/tinykate/syntax/fortran.xml share/tinykate/syntax/haskell.xml share/tinykate/syntax/literate-haskell.xml share/tinykate/syntax/objectivec.xml share/tinykate/syntax/sather.xml share/tinykate/syntax/scheme.xml |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Opie Team <opie@handhelds.org> | 5 | Maintainer: Opie Team <opie@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, opie-tinykate | 8 | Depends: task-opie-minimal, opie-tinykate |
8 | Description: Syntax Highlighting Patterns for for uncommon programming languages for TinyKate | 9 | Description: Syntax Highlighting Patterns for for uncommon programming languages for TinyKate |
diff --git a/noncore/apps/tinykate/opie-tinykate-syntax-unix.control b/noncore/apps/tinykate/opie-tinykate-syntax-unix.control index 923c0d5..36e88b5 100644 --- a/noncore/apps/tinykate/opie-tinykate-syntax-unix.control +++ b/noncore/apps/tinykate/opie-tinykate-syntax-unix.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-tinykate-syntax-unix | ||
1 | Files: share/tinykate/syntax/cs.xml share/tinykate/syntax/bash.xml share/tinykate/syntax/changelog.xml share/tinykate/syntax/desktop.xml share/tinykate/syntax/diff.xml share/tinykate/syntax/mab.xml share/tinykate/syntax/makefile.xml share/tinykate/syntax/rpmspec.xml share/tinykate/syntax/sml.xml share/tinykate/syntax/winehq.xml | 2 | Files: share/tinykate/syntax/cs.xml share/tinykate/syntax/bash.xml share/tinykate/syntax/changelog.xml share/tinykate/syntax/desktop.xml share/tinykate/syntax/diff.xml share/tinykate/syntax/mab.xml share/tinykate/syntax/makefile.xml share/tinykate/syntax/rpmspec.xml share/tinykate/syntax/sml.xml share/tinykate/syntax/winehq.xml |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Opie Team <opie@handhelds.org> | 5 | Maintainer: Opie Team <opie@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, opie-tinykate | 8 | Depends: task-opie-minimal, opie-tinykate |
8 | Description: Syntax Highlighting Patterns for UNIX/Linux specific files for TinyKate | 9 | Description: Syntax Highlighting Patterns for UNIX/Linux specific files for TinyKate |
diff --git a/noncore/apps/tinykate/opie-tinykate-syntax-web.control b/noncore/apps/tinykate/opie-tinykate-syntax-web.control index bf931c5..46fe64a 100644 --- a/noncore/apps/tinykate/opie-tinykate-syntax-web.control +++ b/noncore/apps/tinykate/opie-tinykate-syntax-web.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-tinykate-syntax-web | ||
1 | Files: share/tinykate/syntax/css.xml share/tinykate/syntax/html.xml share/tinykate/syntax/javascript.xml | 2 | Files: share/tinykate/syntax/css.xml share/tinykate/syntax/html.xml share/tinykate/syntax/javascript.xml |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Opie Team <opie@handhelds.org> | 5 | Maintainer: Opie Team <opie@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, opie-tinykate | 8 | Depends: task-opie-minimal, opie-tinykate |
8 | Description: Syntax Highlighting Patterns for for common programming languages for TinyKate | 9 | Description: Syntax Highlighting Patterns for for common programming languages for TinyKate |
diff --git a/noncore/apps/tinykate/opie-tinykate-syntax.control b/noncore/apps/tinykate/opie-tinykate-syntax.control index c5257ea..9d39fc6 100644 --- a/noncore/apps/tinykate/opie-tinykate-syntax.control +++ b/noncore/apps/tinykate/opie-tinykate-syntax.control | |||
@@ -1,7 +1,8 @@ | |||
1 | Package: opie-tinykate-syntax | ||
1 | Priority: optional | 2 | Priority: optional |
2 | Section: opie/applications | 3 | Section: opie/applications |
3 | Maintainer: Opie Team <opie@handhelds.org> | 4 | Maintainer: Opie Team <opie@handhelds.org> |
4 | Architecture: arm | 5 | Architecture: arm |
5 | Version: $QPE_VERSION-$SUB_VERSION | 6 | Version: $QPE_VERSION-$SUB_VERSION |
6 | Depends: task-opie-minimal, opie-tinykate, opie-tinykate-syntax-commondev, opie-tinykate-syntax-documentation, opie-tinykate-syntax-misc, opie-tinykate-syntax-miscdev, opie-tinykate-syntax-unix, opie-tinykate-syntax-web | 7 | Depends: task-opie-minimal, opie-tinykate, opie-tinykate-syntax-commondev, opie-tinykate-syntax-documentation, opie-tinykate-syntax-misc, opie-tinykate-syntax-miscdev, opie-tinykate-syntax-unix, opie-tinykate-syntax-web |
7 | Description: Syntax Highlighting Patterns virtual package, which installs all available syntax patterns. | 8 | Description: Syntax Highlighting Patterns virtual package, which installs all available syntax patterns. |
diff --git a/noncore/apps/tinykate/opie-tinykate.control b/noncore/apps/tinykate/opie-tinykate.control index 504289a..95dd7e0 100644 --- a/noncore/apps/tinykate/opie-tinykate.control +++ b/noncore/apps/tinykate/opie-tinykate.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-tinykate | ||
1 | Files: bin/tinykate apps/Applications/tinykate.desktop pics/tinykate $OPIEDIR/lib/libtinykate.so.1.0.0 $OPIEDIR/lib/libtinykate.so.1.0 $OPIEDIR/lib/libtinykate.so.1 | 2 | Files: bin/tinykate apps/Applications/tinykate.desktop pics/tinykate $OPIEDIR/lib/libtinykate.so.1.0.0 $OPIEDIR/lib/libtinykate.so.1.0 $OPIEDIR/lib/libtinykate.so.1 |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Opie Team <opie@handhelds.org> | 5 | Maintainer: Opie Team <opie@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Kate for opie | 9 | Description: Kate for opie |
diff --git a/noncore/comm/keypebble/opie-keypebble.control b/noncore/comm/keypebble/opie-keypebble.control index 2701a1c..123f307 100644 --- a/noncore/comm/keypebble/opie-keypebble.control +++ b/noncore/comm/keypebble/opie-keypebble.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-keypebble | ||
1 | Files: bin/keypebble apps/Applications/keypebble.desktop pics/vnc | 2 | Files: bin/keypebble apps/Applications/keypebble.desktop pics/vnc |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Martin Imobersteg <imm@gmx.ch> | 5 | Maintainer: Martin Imobersteg <imm@gmx.ch> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Arch: iPAQ | 7 | Arch: iPAQ |
7 | Version: $QPE_VERSION-$SUB_VERSION | 8 | Version: $QPE_VERSION-$SUB_VERSION |
8 | Depends: task-opie-minimal | 9 | Depends: task-opie-minimal |
9 | Description: VNC Viewer | 10 | Description: VNC Viewer |
10 | Virtual Network Computing (VNC) viewer | 11 | Virtual Network Computing (VNC) viewer |
diff --git a/noncore/comm/mobilemsg/opie-mobilemsg.control b/noncore/comm/mobilemsg/opie-mobilemsg.control index e1c79a5..6eababa 100644 --- a/noncore/comm/mobilemsg/opie-mobilemsg.control +++ b/noncore/comm/mobilemsg/opie-mobilemsg.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-mobilemsg | ||
1 | Files: bin/mobilemsg apps/Applications/mobilemsg.desktop pics/mobilemsg | 2 | Files: bin/mobilemsg apps/Applications/mobilemsg.desktop pics/mobilemsg |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/comm | 4 | Section: opie/comm |
4 | Maintainer: Bruno Rodrigues <bruno.rodrigues@litux.org> | 5 | Maintainer: Bruno Rodrigues <bruno.rodrigues@litux.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Mobile Messaging | 9 | Description: Mobile Messaging |
9 | For the Opie environment. | 10 | For the Opie environment. |
diff --git a/noncore/decorations/flat/opie-deco-flat.control b/noncore/decorations/flat/opie-deco-flat.control index a678366..ae64aae 100644 --- a/noncore/decorations/flat/opie-deco-flat.control +++ b/noncore/decorations/flat/opie-deco-flat.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-deco-flat | ||
1 | Files: plugins/decorations/libflat.so* | 2 | Files: plugins/decorations/libflat.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/decorations | 4 | Section: opie/decorations |
4 | Maintainer: Robert Griebl <sandman@handhelds.org> | 5 | Maintainer: Robert Griebl <sandman@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.1 | 7 | Version: $QPE_VERSION-$SUB_VERSION.1 |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: OPIE window decoration style | 9 | Description: OPIE window decoration style |
9 | Flat window decoration style for OPIE. | 10 | Flat window decoration style for OPIE. |
diff --git a/noncore/decorations/liquid/opie-deco-liquid.control b/noncore/decorations/liquid/opie-deco-liquid.control index 74dfcc5..2f91612 100644 --- a/noncore/decorations/liquid/opie-deco-liquid.control +++ b/noncore/decorations/liquid/opie-deco-liquid.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-deco-liquid | ||
1 | Files: plugins/decorations/libliquid.so* | 2 | Files: plugins/decorations/libliquid.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/decorations | 4 | Section: opie/decorations |
4 | Maintainer: Robert Griebl <sandman@handhelds.org> | 5 | Maintainer: Robert Griebl <sandman@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.1 | 7 | Version: $QPE_VERSION-$SUB_VERSION.1 |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: OPIE window decoration style | 9 | Description: OPIE window decoration style |
9 | Liquid (KDE3) window decoration style for OPIE. | 10 | Liquid (KDE3) window decoration style for OPIE. |
diff --git a/noncore/decorations/polished/opie-deco-polished.control b/noncore/decorations/polished/opie-deco-polished.control index 13d04ad..4d4b4e3 100644 --- a/noncore/decorations/polished/opie-deco-polished.control +++ b/noncore/decorations/polished/opie-deco-polished.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-deco-polished | ||
1 | Files: plugins/decorations/libpolished.so* | 2 | Files: plugins/decorations/libpolished.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/decorations | 4 | Section: opie/decorations |
4 | Maintainer: Robert Griebl <sandman@handhelds.org> | 5 | Maintainer: Robert Griebl <sandman@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.1 | 7 | Version: $QPE_VERSION-$SUB_VERSION.1 |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: OPIE window decoration style | 9 | Description: OPIE window decoration style |
9 | Blended window decoration style for OPIE. | 10 | Blended window decoration style for OPIE. |
diff --git a/noncore/games/backgammon/backgammon.control b/noncore/games/backgammon/backgammon.control index 32a53f0..b75bc60 100644 --- a/noncore/games/backgammon/backgammon.control +++ b/noncore/games/backgammon/backgammon.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: backgammon | ||
1 | Files: bin/backgammon apps/Games/backgammon.desktop pics/backgammon help/en/html/backgammon.html | 2 | Files: bin/backgammon apps/Games/backgammon.desktop pics/backgammon help/en/html/backgammon.html |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/games | 4 | Section: opie/games |
4 | Maintainer: Ralf Waspe <rwaspe@web.de> | 5 | Maintainer: Ralf Waspe <rwaspe@web.de> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Backgammon Game | 9 | Description: Backgammon Game |
9 | A Backgammon game for the Opie environment. | 10 | A Backgammon game for the Opie environment. |
diff --git a/noncore/games/bounce/opie-bounce.control b/noncore/games/bounce/opie-bounce.control index 2ff4472..8b3fdb9 100644 --- a/noncore/games/bounce/opie-bounce.control +++ b/noncore/games/bounce/opie-bounce.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-bounce | ||
1 | Files: bin/bounce apps/Games/bounce.desktop pics/bounce/*.png | 2 | Files: bin/bounce apps/Games/bounce.desktop pics/bounce/*.png |
2 | Version: 0.6-$SUB_VERSION | 3 | Version: 0.6-$SUB_VERSION |
3 | Depends: task-opie-minimal | 4 | Depends: task-opie-minimal |
4 | Priority: optional | 5 | Priority: optional |
5 | Section: opie/games | 6 | Section: opie/games |
6 | Maintainer: Martin Imobersteg <imm@gmx.ch> | 7 | Maintainer: Martin Imobersteg <imm@gmx.ch> |
7 | Architecture: arm | 8 | Architecture: arm |
8 | License: GPL | 9 | License: GPL |
9 | Description: bounce | 10 | Description: bounce |
10 | A JezzGame like game for Qtopia. | 11 | A JezzGame like game for Qtopia. |
diff --git a/noncore/games/buzzword/opie-buzzword.control b/noncore/games/buzzword/opie-buzzword.control index fd33336..08b442b 100644 --- a/noncore/games/buzzword/opie-buzzword.control +++ b/noncore/games/buzzword/opie-buzzword.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-buzzword | ||
1 | Files: bin/buzzword apps/Games/buzzword.desktop pics/buzzword/buzzword.png share/buzzword/buzzwords | 2 | Files: bin/buzzword apps/Games/buzzword.desktop pics/buzzword/buzzword.png share/buzzword/buzzwords |
2 | Version: 1.1-$SUB_VERSION | 3 | Version: 1.1-$SUB_VERSION |
3 | Depends: task-opie-minimal | 4 | Depends: task-opie-minimal |
4 | Priority: optional | 5 | Priority: optional |
5 | Section: opie/games | 6 | Section: opie/games |
6 | Maintainer: Martin Imobersteg <imm@gmx.ch> | 7 | Maintainer: Martin Imobersteg <imm@gmx.ch> |
7 | Architecture: arm | 8 | Architecture: arm |
8 | License: GPL | 9 | License: GPL |
9 | Description: BuzzWord | 10 | Description: BuzzWord |
10 | A BuzzWord Bingo for Qtopia. | 11 | A BuzzWord Bingo for Qtopia. |
diff --git a/noncore/games/fifteen/opie-fifteen.control b/noncore/games/fifteen/opie-fifteen.control index c540cd5..662fd03 100644 --- a/noncore/games/fifteen/opie-fifteen.control +++ b/noncore/games/fifteen/opie-fifteen.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-fifteen | ||
1 | Files: bin/fifteen apps/Games/fifteen.desktop pics/fifteen | 2 | Files: bin/fifteen apps/Games/fifteen.desktop pics/fifteen |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/games | 4 | Section: opie/games |
4 | Maintainer: Martin Imobersteg <imm@gmx.ch> | 5 | Maintainer: Martin Imobersteg <imm@gmx.ch> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Arch: iPAQ | 7 | Arch: iPAQ |
7 | Version: $QPE_VERSION-$SUB_VERSION | 8 | Version: $QPE_VERSION-$SUB_VERSION |
8 | Depends: task-opie-minimal | 9 | Depends: task-opie-minimal |
9 | Description: Fifteen pieces game | 10 | Description: Fifteen pieces game |
10 | A game for the Opie environment. | 11 | A game for the Opie environment. |
diff --git a/noncore/games/go/opie-go.control b/noncore/games/go/opie-go.control index cdd4779..061c02c 100644 --- a/noncore/games/go/opie-go.control +++ b/noncore/games/go/opie-go.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-go | ||
1 | Files: bin/go apps/Games/go.desktop pics/go | 2 | Files: bin/go apps/Games/go.desktop pics/go |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/games | 4 | Section: opie/games |
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | 5 | Maintainer: Warwick Allison <warwick@trolltech.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: The game of Go | 9 | Description: The game of Go |
9 | A game for the Opie environment. | 10 | A game for the Opie environment. |
diff --git a/noncore/games/kbill/opie-kbill.control b/noncore/games/kbill/opie-kbill.control index 0fe6f4e..b1422d4 100644 --- a/noncore/games/kbill/opie-kbill.control +++ b/noncore/games/kbill/opie-kbill.control | |||
@@ -1,12 +1,13 @@ | |||
1 | Package: opie-kbill | ||
1 | Files: bin/kbill apps/Games/kbill.desktop pics/kbill/* | 2 | Files: bin/kbill apps/Games/kbill.desktop pics/kbill/* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/games | 4 | Section: opie/games |
4 | Maintainer: Mark Westcott <mark@houseoffish.org> | 5 | Maintainer: Mark Westcott <mark@houseoffish.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: 0.8-$SUB_VERSION | 7 | Version: 0.8-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | License: GPL | 9 | License: GPL |
9 | Description: the famous hit Bill game | 10 | Description: the famous hit Bill game |
10 | Hit Bill as hard as you can before he | 11 | Hit Bill as hard as you can before he |
11 | infects your network with a wannabe | 12 | infects your network with a wannabe |
12 | OS. | 13 | OS. |
diff --git a/noncore/games/kcheckers/opie-kcheckers.control b/noncore/games/kcheckers/opie-kcheckers.control index 3821e07..e228209 100644 --- a/noncore/games/kcheckers/opie-kcheckers.control +++ b/noncore/games/kcheckers/opie-kcheckers.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-kcheckers | ||
1 | Files: bin/kcheckers apps/Games/kcheckers.desktop pics/kcheckers | 2 | Files: bin/kcheckers apps/Games/kcheckers.desktop pics/kcheckers |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/games | 4 | Section: opie/games |
4 | Maintainer: leseb <prudhomme@laposte.net> | 5 | Maintainer: leseb <prudhomme@laposte.net> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: 0.3-$SUB_VERSION | 7 | Version: 0.3-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: The game of Checkers | 9 | Description: The game of Checkers |
9 | A game for the Opie environment. | 10 | A game for the Opie environment. |
diff --git a/noncore/games/kpacman/opie-kpacman.control b/noncore/games/kpacman/opie-kpacman.control index 417d0e9..15e3056 100644 --- a/noncore/games/kpacman/opie-kpacman.control +++ b/noncore/games/kpacman/opie-kpacman.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-kpacman | ||
1 | Files: bin/kpacman apps/Games/kpacman.desktop pics/kpacman/kpacman.png share/kpacman | 2 | Files: bin/kpacman apps/Games/kpacman.desktop pics/kpacman/kpacman.png share/kpacman |
2 | Version: 0.3.1-$SUB_VERSION | 3 | Version: 0.3.1-$SUB_VERSION |
3 | Depends: task-opie-minimal | 4 | Depends: task-opie-minimal |
4 | Priority: optional | 5 | Priority: optional |
5 | Section: opie/games | 6 | Section: opie/games |
6 | Maintainer: Catalin Climov <catalin@climov.com> | 7 | Maintainer: Catalin Climov <catalin@climov.com> |
7 | Architecture: arm | 8 | Architecture: arm |
8 | License: GPL | 9 | License: GPL |
9 | Description: Kpacman | 10 | Description: Kpacman |
10 | A Pacman clone for Qtopia. | 11 | A Pacman clone for Qtopia. |
diff --git a/noncore/games/mindbreaker/opie-mindbreaker.control b/noncore/games/mindbreaker/opie-mindbreaker.control index 445a2c2..7623d6a 100644 --- a/noncore/games/mindbreaker/opie-mindbreaker.control +++ b/noncore/games/mindbreaker/opie-mindbreaker.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-mindbreaker | ||
1 | Files: bin/mindbreaker apps/Games/mindbreaker.desktop pics/mindbreaker | 2 | Files: bin/mindbreaker apps/Games/mindbreaker.desktop pics/mindbreaker |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/games | 4 | Section: opie/games |
4 | Maintainer: Martin Imobersteg <imm@gmx.ch> | 5 | Maintainer: Martin Imobersteg <imm@gmx.ch> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Game: crack the coloured code | 9 | Description: Game: crack the coloured code |
9 | A game for the Opie environment. | 10 | A game for the Opie environment. |
diff --git a/noncore/games/minesweep/opie-minesweep.control b/noncore/games/minesweep/opie-minesweep.control index 9f22469..7236cf8 100644 --- a/noncore/games/minesweep/opie-minesweep.control +++ b/noncore/games/minesweep/opie-minesweep.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-minesweep | ||
1 | Files: bin/minesweep apps/Games/minesweep.desktop pics/minesweep | 2 | Files: bin/minesweep apps/Games/minesweep.desktop pics/minesweep |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/games | 4 | Section: opie/games |
4 | Maintainer: Martin Imobersteg <imm@gmx.ch> | 5 | Maintainer: Martin Imobersteg <imm@gmx.ch> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Game: find the mines | 9 | Description: Game: find the mines |
9 | A game for the Opie environment. | 10 | A game for the Opie environment. |
diff --git a/noncore/games/parashoot/opie-parashoot.control b/noncore/games/parashoot/opie-parashoot.control index 997ad99..ad955f5 100644 --- a/noncore/games/parashoot/opie-parashoot.control +++ b/noncore/games/parashoot/opie-parashoot.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-parashoot | ||
1 | Files: bin/parashoot apps/Games/parashoot.desktop pics/parashoot | 2 | Files: bin/parashoot apps/Games/parashoot.desktop pics/parashoot |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/games | 4 | Section: opie/games |
4 | Maintainer: Martin Imobersteg <imm@gmx.ch> | 5 | Maintainer: Martin Imobersteg <imm@gmx.ch> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Game: shoot the parachutists | 9 | Description: Game: shoot the parachutists |
9 | A game for the Opie environment. | 10 | A game for the Opie environment. |
diff --git a/noncore/games/qasteroids/opie-qasteroids.control b/noncore/games/qasteroids/opie-qasteroids.control index 6269e78..49cc6b2 100644 --- a/noncore/games/qasteroids/opie-qasteroids.control +++ b/noncore/games/qasteroids/opie-qasteroids.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-qasteroids | ||
1 | Files: bin/qasteroids apps/Games/qasteroids.desktop pics/qasteroids/* | 2 | Files: bin/qasteroids apps/Games/qasteroids.desktop pics/qasteroids/* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/games | 4 | Section: opie/games |
4 | Maintainer: Martin Jones <mjones@trolltech.com> | 5 | Maintainer: Martin Jones <mjones@trolltech.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Game: shoot the asteroids | 9 | Description: Game: shoot the asteroids |
9 | A game for the Opie environment. | 10 | A game for the Opie environment. |
diff --git a/noncore/games/sfcave/opie-sfcave.control b/noncore/games/sfcave/opie-sfcave.control index d4a891c..1566959 100644 --- a/noncore/games/sfcave/opie-sfcave.control +++ b/noncore/games/sfcave/opie-sfcave.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-sfcave | ||
1 | Files: bin/sfcave apps/Games/sfcave.desktop pics/sfcave | 2 | Files: bin/sfcave apps/Games/sfcave.desktop pics/sfcave |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/games | 4 | Section: opie/games |
4 | Maintainer: Andy Qua <andy.qua@blueyonder.co.uk> | 5 | Maintainer: Andy Qua <andy.qua@blueyonder.co.uk> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: SFCave for the Zaurus. Fly the dot though the cave avoiding the walls. | 9 | Description: SFCave for the Zaurus. Fly the dot though the cave avoiding the walls. |
diff --git a/noncore/games/snake/opie-snake.control b/noncore/games/snake/opie-snake.control index 17e535a..3ab6640 100644 --- a/noncore/games/snake/opie-snake.control +++ b/noncore/games/snake/opie-snake.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-snake | ||
1 | Files: bin/snake apps/Games/snake.desktop pics/snake | 2 | Files: bin/snake apps/Games/snake.desktop pics/snake |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/games | 4 | Section: opie/games |
4 | Maintainer: Martin Imobersteg <imm@gmx.ch> | 5 | Maintainer: Martin Imobersteg <imm@gmx.ch> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Game: control the snake | 9 | Description: Game: control the snake |
9 | A game for the Opie environment. | 10 | A game for the Opie environment. |
diff --git a/noncore/games/solitaire/opie-solitaire.control b/noncore/games/solitaire/opie-solitaire.control index d530c53..76e7208 100644 --- a/noncore/games/solitaire/opie-solitaire.control +++ b/noncore/games/solitaire/opie-solitaire.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-solitaire | ||
1 | Files: bin/patience apps/Games/patience.desktop pics/cards | 2 | Files: bin/patience apps/Games/patience.desktop pics/cards |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/games | 4 | Section: opie/games |
4 | Maintainer: Martin Imobersteg <imm@gmx.ch> | 5 | Maintainer: Martin Imobersteg <imm@gmx.ch> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Game: solitaire card games | 9 | Description: Game: solitaire card games |
9 | A solitaire game for the Opie environment. | 10 | A solitaire game for the Opie environment. |
diff --git a/noncore/games/tetrix/opie-tetrix.control b/noncore/games/tetrix/opie-tetrix.control index 2432b96..e335507 100644 --- a/noncore/games/tetrix/opie-tetrix.control +++ b/noncore/games/tetrix/opie-tetrix.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-tetrix | ||
1 | Files: bin/tetrix apps/Games/tetrix.desktop pics/tetrix/* | 2 | Files: bin/tetrix apps/Games/tetrix.desktop pics/tetrix/* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/games | 4 | Section: opie/games |
4 | Maintainer: Martin Imobersteg <imm@gmx.ch> | 5 | Maintainer: Martin Imobersteg <imm@gmx.ch> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Arch: iPAQ | 7 | Arch: iPAQ |
7 | Version: $QPE_VERSION-$SUB_VERSION | 8 | Version: $QPE_VERSION-$SUB_VERSION |
8 | Depends: task-opie-minimal | 9 | Depends: task-opie-minimal |
9 | Description: Game: control falling blocks | 10 | Description: Game: control falling blocks |
10 | A game for the Opie environment. | 11 | A game for the Opie environment. |
diff --git a/noncore/games/tictac/opie-tictac.control b/noncore/games/tictac/opie-tictac.control index e8af22b..c4ee36c 100644 --- a/noncore/games/tictac/opie-tictac.control +++ b/noncore/games/tictac/opie-tictac.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-tictac | ||
1 | Files: bin/tictac apps/Games/tictac.desktop pics/tictac | 2 | Files: bin/tictac apps/Games/tictac.desktop pics/tictac |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/games | 4 | Section: opie/games |
4 | Maintainer: ljp <ljp@llornkcor.com> | 5 | Maintainer: ljp <ljp@llornkcor.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Tic Tac Toe game. | 9 | Description: Tic Tac Toe game. |
diff --git a/noncore/games/wordgame/opie-wordgame.control b/noncore/games/wordgame/opie-wordgame.control index 2c8a3f9..3be8e8f 100644 --- a/noncore/games/wordgame/opie-wordgame.control +++ b/noncore/games/wordgame/opie-wordgame.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-wordgame | ||
1 | Files: bin/wordgame apps/Games/wordgame.desktop pics/wordgame | 2 | Files: bin/wordgame apps/Games/wordgame.desktop pics/wordgame |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/games | 4 | Section: opie/games |
4 | Maintainer: Martin Imobersteg <imm@gmx.ch> | 5 | Maintainer: Martin Imobersteg <imm@gmx.ch> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Crossword game | 9 | Description: Crossword game |
9 | A crossword game for the Opie environment. | 10 | A crossword game for the Opie environment. |
10 | Play against the computer or human opponents. | 11 | Play against the computer or human opponents. |
diff --git a/noncore/graphics/drawpad/opie-drawpad.control b/noncore/graphics/drawpad/opie-drawpad.control index 7b7b346..cee1313 100644 --- a/noncore/graphics/drawpad/opie-drawpad.control +++ b/noncore/graphics/drawpad/opie-drawpad.control | |||
@@ -1,11 +1,12 @@ | |||
1 | Package: opie-drawpad | ||
1 | Files: bin/drawpad apps/1Pim/drawpad.desktop pics/drawpad | 2 | Files: bin/drawpad apps/1Pim/drawpad.desktop pics/drawpad |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Sébastien Prud'homme <prudhomme@laposte.net> | 5 | Maintainer: Sébastien Prud'homme <prudhomme@laposte.net> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION-0.9.5 | 7 | Version: $QPE_VERSION-$SUB_VERSION-0.9.5 |
7 | Depends: task-opie-minimal, libopie1 | 8 | Depends: task-opie-minimal, libopie1 |
8 | Description: A note taking program with basic draw tools | 9 | Description: A note taking program with basic draw tools |
9 | DrawPad is an easy note taking program for Zaurus. It can also | 10 | DrawPad is an easy note taking program for Zaurus. It can also |
10 | be used to draw simple images. DrawPad was developed for the Opie | 11 | be used to draw simple images. DrawPad was developed for the Opie |
11 | project, an alternative to the standard Zaurus environment. | 12 | project, an alternative to the standard Zaurus environment. |
diff --git a/noncore/multimedia/camera/opie-camera.control b/noncore/multimedia/camera/opie-camera.control index 49f0bc9..a33de38 100644 --- a/noncore/multimedia/camera/opie-camera.control +++ b/noncore/multimedia/camera/opie-camera.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-camera | ||
1 | Files: bin/opiecam pics/camera apps/Applications/camera.desktop | 2 | Files: bin/opiecam pics/camera apps/Applications/camera.desktop |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Michael 'Mickey' Lauer <mickeyl@handhelds.org> | 5 | Maintainer: Michael 'Mickey' Lauer <mickeyl@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, libopie2 (1.8.1) | 8 | Depends: task-opie-minimal, libopie2 (1.8.1) |
8 | Description: A Camera Application | 9 | Description: A Camera Application |
9 | A Camera Application to use with the Sharp CE-AG06. | 10 | A Camera Application to use with the Sharp CE-AG06. |
diff --git a/noncore/multimedia/opieplayer2/opie-mediaplayer2-skin-default-landscape.control b/noncore/multimedia/opieplayer2/opie-mediaplayer2-skin-default-landscape.control index 6185fb0..a0db0ae 100644 --- a/noncore/multimedia/opieplayer2/opie-mediaplayer2-skin-default-landscape.control +++ b/noncore/multimedia/opieplayer2/opie-mediaplayer2-skin-default-landscape.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-mediaplayer2-skin-default-landscape | ||
1 | Files: pics/opieplayer2/skins/default_landscape | 2 | Files: pics/opieplayer2/skins/default_landscape |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/playerskins | 4 | Section: opie/playerskins |
4 | Maintainer: L.J.Potter <ljp@llornkcor.com> | 5 | Maintainer: L.J.Potter <ljp@llornkcor.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, opie-mediaplayer2 | 8 | Depends: task-opie-minimal, opie-mediaplayer2 |
8 | Description: Landscape skin for opie mediaplayer 2 | 9 | Description: Landscape skin for opie mediaplayer 2 |
diff --git a/noncore/multimedia/opieplayer2/opie-mediaplayer2.control b/noncore/multimedia/opieplayer2/opie-mediaplayer2.control index 29c798d..9ee624d 100644 --- a/noncore/multimedia/opieplayer2/opie-mediaplayer2.control +++ b/noncore/multimedia/opieplayer2/opie-mediaplayer2.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-mediaplayer2 | ||
1 | Files: bin/opieplayer2 apps/Applications/mediaplayer.desktop pics/opieplayer2/add_to_playlist.png pics/opieplayer2/cut.png pics/opieplayer2/delete.png pics/opieplayer2/down.png pics/opieplayer2/loop.png pics/opieplayer2/MPEGPlayer.png pics/opieplayer2/musicfile.png pics/opieplayer2/playlist2.png pics/opieplayer2/play.png pics/opieplayer2/remove_from_playlist.png pics/opieplayer2/shuffle.png pics/opieplayer2/up.png pics/opieplayer2/videofile.png pics/opieplayer2/skins/default | 2 | Files: bin/opieplayer2 apps/Applications/mediaplayer.desktop pics/opieplayer2/add_to_playlist.png pics/opieplayer2/cut.png pics/opieplayer2/delete.png pics/opieplayer2/down.png pics/opieplayer2/loop.png pics/opieplayer2/MPEGPlayer.png pics/opieplayer2/musicfile.png pics/opieplayer2/playlist2.png pics/opieplayer2/play.png pics/opieplayer2/remove_from_playlist.png pics/opieplayer2/shuffle.png pics/opieplayer2/up.png pics/opieplayer2/videofile.png pics/opieplayer2/skins/default |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: L.J.Potter <ljp@llornkcor.com>, Maximilian Reiss <harlekin@handhelds.org> | 5 | Maintainer: L.J.Potter <ljp@llornkcor.com>, Maximilian Reiss <harlekin@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, libopie1, zlib1g, libxine1 | opie-mediaplayer-codecs | 8 | Depends: task-opie-minimal, libopie1, zlib1g, libxine1 | opie-mediaplayer-codecs |
8 | Description: The Opie media player | 9 | Description: The Opie media player |
9 | The mediaplayer for Opie. It plays mp3, mpeg, wav, ogg, quicktime, divx and | 10 | The mediaplayer for Opie. It plays mp3, mpeg, wav, ogg, quicktime, divx and |
10 | more. Also it is streaming capable. | 11 | more. Also it is streaming capable. |
diff --git a/noncore/multimedia/showimg/opie-showimg.control b/noncore/multimedia/showimg/opie-showimg.control index 669d92e..9dacd94 100644 --- a/noncore/multimedia/showimg/opie-showimg.control +++ b/noncore/multimedia/showimg/opie-showimg.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-showimg | ||
1 | Files: bin/showimg apps/Applications/showimg.desktop pics/imageviewer | 2 | Files: bin/showimg apps/Applications/showimg.desktop pics/imageviewer |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | 5 | Maintainer: Warwick Allison <warwick@trolltech.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Image Viewer | 9 | Description: Image Viewer |
9 | The image viewer for the Opie environment. Supports | 10 | The image viewer for the Opie environment. Supports |
10 | Whichever formats are compiled into Qt/Embedded (eg. PNG). | 11 | Whichever formats are compiled into Qt/Embedded (eg. PNG). |
diff --git a/noncore/net/ftplib/ftplib.control b/noncore/net/ftplib/ftplib.control index be3aa95..3dcb02a 100644 --- a/noncore/net/ftplib/ftplib.control +++ b/noncore/net/ftplib/ftplib.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: ftplib | ||
1 | Files: $OPIEDIR/lib/libftplib.* | 2 | Files: $OPIEDIR/lib/libftplib.* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: Communications | 4 | Section: Communications |
4 | Maintainer: L.J. Potter <ljp@llornkcor.com> | 5 | Maintainer: L.J. Potter <ljp@llornkcor.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Libftp | 9 | Description: Libftp |
9 | The ftp library for the Opie environment. | 10 | The ftp library for the Opie environment. |
diff --git a/noncore/net/mailit/opie-mailit.control b/noncore/net/mailit/opie-mailit.control index de3f873..65b5b36 100644 --- a/noncore/net/mailit/opie-mailit.control +++ b/noncore/net/mailit/opie-mailit.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-mailit | ||
1 | Files: bin/mailit apps/1Pim/mailit.desktop pics/mailit | 2 | Files: bin/mailit apps/1Pim/mailit.desktop pics/mailit |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie | 4 | Section: opie |
4 | Maintainer: L.J. Potter <llornkcor@handhelds.org> | 5 | Maintainer: L.J. Potter <llornkcor@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $OPIE_VERSION-$SUB_VERSION | 7 | Version: $OPIE_VERSION-$SUB_VERSION |
7 | Description: EMail | 8 | Description: EMail |
8 | A simple POP3 email client for the Opie environment. | 9 | A simple POP3 email client for the Opie environment. |
diff --git a/noncore/net/opieftp/opie-ftp.control b/noncore/net/opieftp/opie-ftp.control index 61eafcc..090e9a8 100644 --- a/noncore/net/opieftp/opie-ftp.control +++ b/noncore/net/opieftp/opie-ftp.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-ftp | ||
1 | Files: bin/opieftp pics/opieftp apps/Applications/opieftp.desktop | 2 | Files: bin/opieftp pics/opieftp apps/Applications/opieftp.desktop |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: Communications | 4 | Section: Communications |
4 | Maintainer: L.J. Potter <ljp@llornkcor.com> | 5 | Maintainer: L.J. Potter <ljp@llornkcor.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, ftplib | 8 | Depends: task-opie-minimal, ftplib |
8 | Replaces: opieftp | 9 | Replaces: opieftp |
9 | Description: Opie-Ftp | 10 | Description: Opie-Ftp |
10 | The ftp client for the Opie environment. | 11 | The ftp client for the Opie environment. |
diff --git a/noncore/net/opieirc/opie-irc.control b/noncore/net/opieirc/opie-irc.control index 07ceab8..f1e6ff8 100644 --- a/noncore/net/opieirc/opie-irc.control +++ b/noncore/net/opieirc/opie-irc.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-irc | ||
1 | Files: bin/opieirc pics/opieirc apps/Applications/opieirc.desktop help/en/html/opieirc.html help/en/html/opieirc | 2 | Files: bin/opieirc pics/opieirc apps/Applications/opieirc.desktop help/en/html/opieirc.html help/en/html/opieirc |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: Communications | 4 | Section: Communications |
4 | Maintainer: Wenzel Jakob <root@wazlaf.de> | 5 | Maintainer: Wenzel Jakob <root@wazlaf.de> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, libopie1 | 8 | Depends: task-opie-minimal, libopie1 |
8 | Description: The Opie IRC client lets you chat on your favorite IRC server using your handheld computer | 9 | Description: The Opie IRC client lets you chat on your favorite IRC server using your handheld computer |
diff --git a/noncore/net/opietooth/applet/opie-bluetoothapplet.control b/noncore/net/opietooth/applet/opie-bluetoothapplet.control index aff84a9..b9bd63c 100644 --- a/noncore/net/opietooth/applet/opie-bluetoothapplet.control +++ b/noncore/net/opietooth/applet/opie-bluetoothapplet.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-bluetoothapplet | ||
1 | Files: plugins/applets/libbluetoothapplet.so* pics/bluetoothapplet/* | 2 | Files: plugins/applets/libbluetoothapplet.so* pics/bluetoothapplet/* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> | 5 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.1 | 7 | Version: $QPE_VERSION-$SUB_VERSION.1 |
7 | Depends: task-opie-minimal, libopietooth1 | 8 | Depends: task-opie-minimal, libopietooth1 |
8 | Description: Bluetooth Applet | 9 | Description: Bluetooth Applet |
9 | An bluetooth taskbar applet for the Opie environment | 10 | An bluetooth taskbar applet for the Opie environment |
diff --git a/noncore/net/opietooth/blue-pin/opie-bluepin.control b/noncore/net/opietooth/blue-pin/opie-bluepin.control index 6674171..297fdfe 100644 --- a/noncore/net/opietooth/blue-pin/opie-bluepin.control +++ b/noncore/net/opietooth/blue-pin/opie-bluepin.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-bluepin | ||
1 | Files: bin/bluepin | 2 | Files: bin/bluepin |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Holger Freyther <zecke@handhelds.org> | 5 | Maintainer: Holger Freyther <zecke@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: 0.3.4-$SUB_VERSION | 7 | Version: 0.3.4-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | License: GPL | 9 | License: GPL |
9 | Description: Bluetooth pin application | 10 | Description: Bluetooth pin application |
10 | 11 | ||
diff --git a/noncore/net/opietooth/lib/libopietooth1.control b/noncore/net/opietooth/lib/libopietooth1.control index a04dda8..62c2963 100644 --- a/noncore/net/opietooth/lib/libopietooth1.control +++ b/noncore/net/opietooth/lib/libopietooth1.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: libopietooth1 | ||
1 | Files: $OPIEDIR/lib/libopietooth.so.1.0.0 $OPIEDIR/lib/libopietooth.so.1.0 $OPIEDIR/lib/libopietooth.so.1 | 2 | Files: $OPIEDIR/lib/libopietooth.so.1.0.0 $OPIEDIR/lib/libopietooth.so.1.0 $OPIEDIR/lib/libopietooth.so.1 |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Maximilian Reiß <max.reiss@gmx.de> | 5 | Maintainer: Maximilian Reiß <max.reiss@gmx.de> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Replaces: libopietooth | 8 | Replaces: libopietooth |
8 | Depends: libqte2 (>=2.3.4), libopie, task-bluez, bluez-rfcomm | 9 | Depends: libqte2 (>=2.3.4), libopie, task-bluez, bluez-rfcomm |
9 | Description: Opie bluetooth library | 10 | Description: Opie bluetooth library |
diff --git a/noncore/net/opietooth/manager/opie-bluetoothmanager.control b/noncore/net/opietooth/manager/opie-bluetoothmanager.control index f48a1e5..4e0a5fa 100644 --- a/noncore/net/opietooth/manager/opie-bluetoothmanager.control +++ b/noncore/net/opietooth/manager/opie-bluetoothmanager.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-bluetoothmanager | ||
1 | Files: bin/bluetooth-manager apps/Settings/bluetooth-manager.desktop pics/opietooth/* | 2 | Files: bin/bluetooth-manager apps/Settings/bluetooth-manager.desktop pics/opietooth/* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Maximilian Reiß <max.reiss@gmx.de> | 5 | Maintainer: Maximilian Reiß <max.reiss@gmx.de> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: 0.5.4-$SUB_VERSION | 7 | Version: 0.5.4-$SUB_VERSION |
7 | Depends: task-opie-minimal, libopietooth1, opie-bluepin | 8 | Depends: task-opie-minimal, libopietooth1, opie-bluepin |
8 | License: GPL | 9 | License: GPL |
9 | Description: Bluetooth Manager application | 10 | Description: Bluetooth Manager application |
10 | 11 | ||
diff --git a/noncore/net/ubrowser/opie-ubrowser.control b/noncore/net/ubrowser/opie-ubrowser.control index bf66ca5..61a6cde 100644 --- a/noncore/net/ubrowser/opie-ubrowser.control +++ b/noncore/net/ubrowser/opie-ubrowser.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-ubrowser | ||
1 | Files: bin/ubrowser apps/Applications/ubrowser.desktop pics/ubrowser/*.png | 2 | Files: bin/ubrowser apps/Applications/ubrowser.desktop pics/ubrowser/*.png |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Thomas Stephens <spiralman@softhome.net> | 5 | Maintainer: Thomas Stephens <spiralman@softhome.net> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: 0.1-$SUB_VERSION | 7 | Version: 0.1-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | License: GPL | 9 | License: GPL |
9 | Description: a very small web browser | 10 | Description: a very small web browser |
diff --git a/noncore/net/wellenreiter/opie-wellenreiter.control b/noncore/net/wellenreiter/opie-wellenreiter.control index c635ace..f7267b4 100644 --- a/noncore/net/wellenreiter/opie-wellenreiter.control +++ b/noncore/net/wellenreiter/opie-wellenreiter.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-wellenreiter | ||
1 | Files: bin/wellenreiter share/wellenreiter pics/wellenreiter apps/Applications/wellenreiter.desktop | 2 | Files: bin/wellenreiter share/wellenreiter pics/wellenreiter apps/Applications/wellenreiter.desktop |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Michael 'Mickey' Lauer <mickeyl@handhelds.org> | 5 | Maintainer: Michael 'Mickey' Lauer <mickeyl@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, libpcap0, libopie2 (1.8.1) | 8 | Depends: task-opie-minimal, libpcap0, libopie2 (1.8.1) |
8 | Description: A WaveLAN Network Monitor | 9 | Description: A WaveLAN Network Monitor |
9 | A WaveLAN Network Monitor/Sniffer for the Opie Environment. | 10 | A WaveLAN Network Monitor/Sniffer for the Opie Environment. |
diff --git a/noncore/settings/appearance2/opie-appearance.control b/noncore/settings/appearance2/opie-appearance.control index cc3082d..43705e1 100644 --- a/noncore/settings/appearance2/opie-appearance.control +++ b/noncore/settings/appearance2/opie-appearance.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-appearance | ||
1 | Files: bin/appearance apps/Settings/Appearance.desktop pics/appearance | 2 | Files: bin/appearance apps/Settings/Appearance.desktop pics/appearance |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/settings | 4 | Section: opie/settings |
4 | Maintainer: Dan Williams <wiliamsdr@acm.org> | 5 | Maintainer: Dan Williams <wiliamsdr@acm.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, libopie1 | 8 | Depends: task-opie-minimal, libopie1 |
8 | Description: Appearance settings dialog | 9 | Description: Appearance settings dialog |
9 | For the Opie environment. | 10 | For the Opie environment. |
diff --git a/noncore/settings/aqpkg/opie-aqpkg.control b/noncore/settings/aqpkg/opie-aqpkg.control index accc497..b8ad1e8 100644 --- a/noncore/settings/aqpkg/opie-aqpkg.control +++ b/noncore/settings/aqpkg/opie-aqpkg.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-aqpkg | ||
1 | Files: bin/aqpkg pics/aqpkg apps/Settings/aqpkg.desktop | 2 | Files: bin/aqpkg pics/aqpkg apps/Settings/aqpkg.desktop |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: Settings | 4 | Section: Settings |
4 | Version: $QPE_VERSION-$SUB_VERSION | 5 | Version: $QPE_VERSION-$SUB_VERSION |
5 | Depends: task-opie-minimal | 6 | Depends: task-opie-minimal |
6 | Replaces: aqpkg | 7 | Replaces: aqpkg |
7 | Architecture: arm | 8 | Architecture: arm |
8 | Maintainer: Andy Qua (andy.qua@blueyonder.co.uk) | 9 | Maintainer: Andy Qua (andy.qua@blueyonder.co.uk) |
9 | Description: A Package Manager | 10 | Description: A Package Manager |
10 | 11 | ||
diff --git a/noncore/settings/backup/opie-backup.control b/noncore/settings/backup/opie-backup.control index 385ccbc..3f2be85 100644 --- a/noncore/settings/backup/opie-backup.control +++ b/noncore/settings/backup/opie-backup.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-backup | ||
1 | Files: bin/backup pics/backup apps/Settings/backup.desktop | 2 | Files: bin/backup pics/backup apps/Settings/backup.desktop |
2 | Priority: optional | 3 | Priority: optional |
3 | Version: $QPE_VERSION-$SUB_VERSION | 4 | Version: $QPE_VERSION-$SUB_VERSION |
4 | Depends: task-opie-minimal | 5 | Depends: task-opie-minimal |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Maintainer: Benjamin Meyer <meyerb@sharpsec.com> | 7 | Maintainer: Benjamin Meyer <meyerb@sharpsec.com> |
7 | Section: opie/Settings | 8 | Section: opie/Settings |
8 | Description: Backup and Restore utility. | 9 | Description: Backup and Restore utility. |
diff --git a/noncore/settings/language/opie-language.control b/noncore/settings/language/opie-language.control index 06542a9..2f166b9 100644 --- a/noncore/settings/language/opie-language.control +++ b/noncore/settings/language/opie-language.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-language | ||
1 | Files: bin/language apps/Settings/Language.desktop | 2 | Files: bin/language apps/Settings/Language.desktop |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/settings | 4 | Section: opie/settings |
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | 5 | Maintainer: Warwick Allison <warwick@trolltech.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Language settings dialog | 9 | Description: Language settings dialog |
9 | For the Opie environment. | 10 | For the Opie environment. |
diff --git a/noncore/settings/mediummount/opie-mediummount.control b/noncore/settings/mediummount/opie-mediummount.control index 8a7cc46..295fba4 100644 --- a/noncore/settings/mediummount/opie-mediummount.control +++ b/noncore/settings/mediummount/opie-mediummount.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-mediummount | ||
1 | Files: bin/mediummount apps/Settings/medium.desktop pics/mediummount/* | 2 | Files: bin/mediummount apps/Settings/medium.desktop pics/mediummount/* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/settings | 4 | Section: opie/settings |
4 | Maintainer: Holger Freyther <zecke@handhelds.org> | 5 | Maintainer: Holger Freyther <zecke@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.1 | 7 | Version: $QPE_VERSION-$SUB_VERSION.1 |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | License: GPL | 9 | License: GPL |
9 | Description: Configure app for the medium mounter | 10 | Description: Configure app for the medium mounter |
10 | Configure app for the medium mounter | 11 | Configure app for the medium mounter |
diff --git a/noncore/settings/networksettings/opie-networksettings.control b/noncore/settings/networksettings/opie-networksettings.control index 5bb1dce..e2db92f 100644 --- a/noncore/settings/networksettings/opie-networksettings.control +++ b/noncore/settings/networksettings/opie-networksettings.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-networksettings | ||
1 | Files: bin/networksettings apps/Settings/networksettings.desktop plugins/networksettings/* pics/networksettings/* pics/Network/PPPConnect.png $OPIEDIR/lib/libinterfaces.so.1.0.0 $OPIEDIR/lib/libinterfaces.so.1.0 $OPIEDIR/lib/libinterfaces.so.1 root/usr/bin/changedns bin/getprofile | 2 | Files: bin/networksettings apps/Settings/networksettings.desktop plugins/networksettings/* pics/networksettings/* pics/Network/PPPConnect.png $OPIEDIR/lib/libinterfaces.so.1.0.0 $OPIEDIR/lib/libinterfaces.so.1.0 $OPIEDIR/lib/libinterfaces.so.1 root/usr/bin/changedns bin/getprofile |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/settings | 4 | Section: opie/settings |
4 | Maintainer: Ben Meyer <meyerb@sharpsec.com> | 5 | Maintainer: Ben Meyer <meyerb@sharpsec.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Network settings. | 9 | Description: Network settings. |
9 | Replaces: opie-networksetup | 10 | Replaces: opie-networksetup |
diff --git a/noncore/settings/sound/opie-vmemo-settings.control b/noncore/settings/sound/opie-vmemo-settings.control index 8ceccde..574c91d 100644 --- a/noncore/settings/sound/opie-vmemo-settings.control +++ b/noncore/settings/sound/opie-vmemo-settings.control | |||
@@ -1,11 +1,12 @@ | |||
1 | Package: opie-vmemo-settings | ||
1 | Files: bin/sound apps/Settings/Sound.desktop | 2 | Files: bin/sound apps/Settings/Sound.desktop |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/settings | 4 | Section: opie/settings |
4 | Maintainer: L.J. Potter | 5 | Maintainer: L.J. Potter |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Arch: iPAQ | 7 | Arch: iPAQ |
7 | Version: $QPE_VERSION-$SUB_VERSION | 8 | Version: $QPE_VERSION-$SUB_VERSION |
8 | Conflicts: opie-sound | 9 | Conflicts: opie-sound |
9 | Depends: task-opie-minimal | 10 | Depends: task-opie-minimal |
10 | Description: Sound settings dialog | 11 | Description: Sound settings dialog |
11 | For the Opie environment. | 12 | For the Opie environment. |
diff --git a/noncore/settings/sshkeys/opie-sshkeys.control b/noncore/settings/sshkeys/opie-sshkeys.control index 952d632..ec7afbc 100644 --- a/noncore/settings/sshkeys/opie-sshkeys.control +++ b/noncore/settings/sshkeys/opie-sshkeys.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-sshkeys | ||
1 | Files: bin/sshkeys apps/Settings/sshkeys.desktop pics/sshkeys/sshkeys.png | 2 | Files: bin/sshkeys apps/Settings/sshkeys.desktop pics/sshkeys/sshkeys.png |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/settings | 4 | Section: opie/settings |
4 | Maintainer: David Woodhouse <dwmw2@infradead.org> | 5 | Maintainer: David Woodhouse <dwmw2@infradead.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, ssh, opie-sh-ssh-askpass | 8 | Depends: task-opie-minimal, ssh, opie-sh-ssh-askpass |
8 | Description: Utility for managing ssh-agent keys. | 9 | Description: Utility for managing ssh-agent keys. |
diff --git a/noncore/settings/sysinfo/opie-sysinfo.control b/noncore/settings/sysinfo/opie-sysinfo.control index e0b9257..acb51e5 100644 --- a/noncore/settings/sysinfo/opie-sysinfo.control +++ b/noncore/settings/sysinfo/opie-sysinfo.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-sysinfo | ||
1 | Files: bin/sysinfo apps/Settings/sysinfo.desktop pics/sysinfo | 2 | Files: bin/sysinfo apps/Settings/sysinfo.desktop pics/sysinfo |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Dan Williams <williamsdr@acm.org> | 5 | Maintainer: Dan Williams <williamsdr@acm.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, libopie1 | 8 | Depends: task-opie-minimal, libopie1 |
8 | Description: System Information dialog | 9 | Description: System Information dialog |
9 | For the Opie environment. | 10 | For the Opie environment. |
diff --git a/noncore/settings/tabmanager/opie-tabmanager.control b/noncore/settings/tabmanager/opie-tabmanager.control index af12539..65b4702 100644 --- a/noncore/settings/tabmanager/opie-tabmanager.control +++ b/noncore/settings/tabmanager/opie-tabmanager.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-tabmanager | ||
1 | Files: bin/tabmanager apps/Settings/tabmanager.desktop pics/tabmanager/tabmanager.png | 2 | Files: bin/tabmanager apps/Settings/tabmanager.desktop pics/tabmanager/tabmanager.png |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/settings | 4 | Section: opie/settings |
4 | Version: $QPE_VERSION-$SUB_VERSION-1.2 | 5 | Version: $QPE_VERSION-$SUB_VERSION-1.2 |
5 | Depends: task-opie-minimal | 6 | Depends: task-opie-minimal |
6 | Architecture: arm | 7 | Architecture: arm |
7 | Maintainer: Benjamin Meyer <meyerb@sharpsec.com> | 8 | Maintainer: Benjamin Meyer <meyerb@sharpsec.com> |
8 | Description: Tab Manager | 9 | Description: Tab Manager |
9 | Create new tabs, remove old tabs. Edit tab's name, comment and icon. | 10 | Create new tabs, remove old tabs. Edit tab's name, comment and icon. |
10 | Edit applications name, exec, comment and icon. Add/remove applications. | 11 | Edit applications name, exec, comment and icon. Add/remove applications. |
diff --git a/noncore/settings/usermanager/opie-usermanager.control b/noncore/settings/usermanager/opie-usermanager.control index 93ed9c3..9948dab 100644 --- a/noncore/settings/usermanager/opie-usermanager.control +++ b/noncore/settings/usermanager/opie-usermanager.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-usermanager | ||
1 | Files: bin/usermanager apps/Settings/usermanager.desktop pics/usermanager/* | 2 | Files: bin/usermanager apps/Settings/usermanager.desktop pics/usermanager/* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/settings | 4 | Section: opie/settings |
4 | Version: $QPE_VERSION-$SUB_VERSION | 5 | Version: $QPE_VERSION-$SUB_VERSION |
5 | Depends: task-opie-minimal | 6 | Depends: task-opie-minimal |
6 | Architecture: arm | 7 | Architecture: arm |
7 | Maintainer: Ted Parnefors <zaurus@bredband.net> | 8 | Maintainer: Ted Parnefors <zaurus@bredband.net> |
8 | License: GPL | 9 | License: GPL |
9 | Description: User/Group manager for Opie. | 10 | Description: User/Group manager for Opie. |
diff --git a/noncore/styles/flat/opie-style-flat.control b/noncore/styles/flat/opie-style-flat.control index ef13d9c..97953d9 100644 --- a/noncore/styles/flat/opie-style-flat.control +++ b/noncore/styles/flat/opie-style-flat.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-style-flat | ||
1 | Files: plugins/styles/libflatstyle.so* | 2 | Files: plugins/styles/libflatstyle.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/styles | 4 | Section: opie/styles |
4 | Maintainer: Robert Griebl <sandman@handhelds.org> | 5 | Maintainer: Robert Griebl <sandman@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: OPIE widget style | 9 | Description: OPIE widget style |
9 | Simple, flat widget style for OPIE. | 10 | Simple, flat widget style for OPIE. |
diff --git a/noncore/styles/fresh/opie-style-fresh.control b/noncore/styles/fresh/opie-style-fresh.control index c6f9bde..edcce64 100644 --- a/noncore/styles/fresh/opie-style-fresh.control +++ b/noncore/styles/fresh/opie-style-fresh.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-style-fresh | ||
1 | Files: plugins/styles/libfreshstyle.so* | 2 | Files: plugins/styles/libfreshstyle.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/styles | 4 | Section: opie/styles |
4 | Maintainer: Robert Griebl <sandman@handhelds.org> | 5 | Maintainer: Robert Griebl <sandman@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: OPIE widget style | 9 | Description: OPIE widget style |
9 | Simple widget style for OPIE. | 10 | Simple widget style for OPIE. |
diff --git a/noncore/styles/liquid/opie-liquid.control b/noncore/styles/liquid/opie-liquid.control index 89885d2..2701013 100644 --- a/noncore/styles/liquid/opie-liquid.control +++ b/noncore/styles/liquid/opie-liquid.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-liquid | ||
1 | Files: plugins/styles/libliquid.so* | 2 | Files: plugins/styles/libliquid.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Robert Griebl <sandman@handhelds.org> | 5 | Maintainer: Robert Griebl <sandman@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.1 | 7 | Version: $QPE_VERSION-$SUB_VERSION.1 |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Liquid style by Mosfet. | 9 | Description: Liquid style by Mosfet. |
9 | Mosfet's well known Liquid GUI style from KDE, | 10 | Mosfet's well known Liquid GUI style from KDE, |
10 | ported to OPIE. | 11 | ported to OPIE. |
diff --git a/noncore/styles/metal/opie-metal.control b/noncore/styles/metal/opie-metal.control index 640e5ac..5afb8b6 100644 --- a/noncore/styles/metal/opie-metal.control +++ b/noncore/styles/metal/opie-metal.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-metal | ||
1 | Files: plugins/styles/libmetal.so* | 2 | Files: plugins/styles/libmetal.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: L.J. Potter <ljp@llornkcor.com> | 5 | Maintainer: L.J. Potter <ljp@llornkcor.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.1 | 7 | Version: $QPE_VERSION-$SUB_VERSION.1 |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Metal style by Trolltech. | 9 | Description: Metal style by Trolltech. |
9 | Metal style ported to OPIE. | 10 | Metal style ported to OPIE. |
diff --git a/noncore/styles/theme/opie-theme-luna.control b/noncore/styles/theme/opie-theme-luna.control index e094fb3..2b1f873 100644 --- a/noncore/styles/theme/opie-theme-luna.control +++ b/noncore/styles/theme/opie-theme-luna.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-theme-luna | ||
1 | Files: plugins/styles/themes/luna.themerc plugins/styles/pixmaps/luna/*.png | 2 | Files: plugins/styles/themes/luna.themerc plugins/styles/pixmaps/luna/*.png |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Robert Griebl <sandman@handhelds.org> | 5 | Maintainer: Robert Griebl <sandman@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.1 | 7 | Version: $QPE_VERSION-$SUB_VERSION.1 |
7 | Depends: opie-theme | 8 | Depends: opie-theme |
8 | Description: Luna theme for OPIE. | 9 | Description: Luna theme for OPIE. |
9 | This is the KDE2 theme Luna from Aronnax repackaged | 10 | This is the KDE2 theme Luna from Aronnax repackaged |
10 | for OPIE. | 11 | for OPIE. |
diff --git a/noncore/styles/theme/opie-theme.control b/noncore/styles/theme/opie-theme.control index 0f8f234..c658aad 100644 --- a/noncore/styles/theme/opie-theme.control +++ b/noncore/styles/theme/opie-theme.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-theme | ||
1 | Files: plugins/styles/libtheme.so* | 2 | Files: plugins/styles/libtheme.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Robert Griebl <sandman@handhelds.org> | 5 | Maintainer: Robert Griebl <sandman@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.1 | 7 | Version: $QPE_VERSION-$SUB_VERSION.1 |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Themed style. | 9 | Description: Themed style. |
9 | This style accepts all themes written | 10 | This style accepts all themes written |
10 | for KDE 2.2 | 11 | for KDE 2.2 |
diff --git a/noncore/todayplugins/fortune/opie-today-fortuneplugin.control b/noncore/todayplugins/fortune/opie-today-fortuneplugin.control index 0e10044..6737c35 100644 --- a/noncore/todayplugins/fortune/opie-today-fortuneplugin.control +++ b/noncore/todayplugins/fortune/opie-today-fortuneplugin.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-today-fortuneplugin | ||
1 | Files: plugins/today/libtodayfortuneplugin.so* | 2 | Files: plugins/today/libtodayfortuneplugin.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Chris Larson <kergoth@handhelds.org> | 5 | Maintainer: Chris Larson <kergoth@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: opie-today, fortune (<=9708-0.1) | fortune-mod | 8 | Depends: opie-today, fortune (<=9708-0.1) | fortune-mod |
8 | Description: 'fortune' plugin for today | 9 | Description: 'fortune' plugin for today |
diff --git a/noncore/todayplugins/stockticker/opie-today-stocktickerplugin.control b/noncore/todayplugins/stockticker/opie-today-stocktickerplugin.control index 8ecd98b..a67949a 100644 --- a/noncore/todayplugins/stockticker/opie-today-stocktickerplugin.control +++ b/noncore/todayplugins/stockticker/opie-today-stocktickerplugin.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-today-stocktickerplugin | ||
1 | Files: plugins/today/libtodaystocktickerplugin.so* bin/stockticker pics/stockticker/stockticker.png | 2 | Files: plugins/today/libtodaystocktickerplugin.so* bin/stockticker pics/stockticker/stockticker.png |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: ljp <llornkcor@handhelds.org> | 5 | Maintainer: ljp <llornkcor@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: libqte2, opie-today | 8 | Depends: libqte2, opie-today |
8 | Description: stockticker plugin for today | 9 | Description: stockticker plugin for today |
diff --git a/noncore/todayplugins/weather/opie-today-weatherplugin.control b/noncore/todayplugins/weather/opie-today-weatherplugin.control index 6e6a828..5b8937f 100644 --- a/noncore/todayplugins/weather/opie-today-weatherplugin.control +++ b/noncore/todayplugins/weather/opie-today-weatherplugin.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-today-weatherplugin | ||
1 | Files: plugins/today/libtodayweatherplugin.so* pics/todayweatherplugin | 2 | Files: plugins/today/libtodayweatherplugin.so* pics/todayweatherplugin |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Dan Williams <williamsdr@acm.org> | 5 | Maintainer: Dan Williams <williamsdr@acm.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: libqte2, opie-today | 8 | Depends: libqte2, opie-today |
8 | Description: Current weather plugin for today. | 9 | Description: Current weather plugin for today. |
diff --git a/noncore/tools/calculator/opie-calculator.control b/noncore/tools/calculator/opie-calculator.control index 8add9a9..fbbe246 100644 --- a/noncore/tools/calculator/opie-calculator.control +++ b/noncore/tools/calculator/opie-calculator.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-calculator | ||
1 | Files: bin/calculator apps/Applications/calculator.desktop etc/unit_conversion.dat pics/calc | 2 | Files: bin/calculator apps/Applications/calculator.desktop etc/unit_conversion.dat pics/calc |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | 5 | Maintainer: Warwick Allison <warwick@trolltech.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Calculator | 9 | Description: Calculator |
9 | A multi-function calculator for the Opie environment. | 10 | A multi-function calculator for the Opie environment. |
10 | Includes units conversion. | 11 | Includes units conversion. |
diff --git a/noncore/tools/clock/opie-clock.control b/noncore/tools/clock/opie-clock.control index e534fa8..09841ae 100644 --- a/noncore/tools/clock/opie-clock.control +++ b/noncore/tools/clock/opie-clock.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-clock | ||
1 | Files: bin/clock apps/Applications/clock.desktop | 2 | Files: bin/clock apps/Applications/clock.desktop |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | 5 | Maintainer: Warwick Allison <warwick@trolltech.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Clock and stop-watch | 9 | Description: Clock and stop-watch |
9 | A simple clock and stop-watch for the Opie environment. | 10 | A simple clock and stop-watch for the Opie environment. |
diff --git a/noncore/tools/euroconv/opie-euroconv.control b/noncore/tools/euroconv/opie-euroconv.control index 4ceb89a..44d6024 100644 --- a/noncore/tools/euroconv/opie-euroconv.control +++ b/noncore/tools/euroconv/opie-euroconv.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-euroconv | ||
1 | Files: bin/euroconv pics/euroconv/* apps/Applications/euroconv.desktop | 2 | Files: bin/euroconv pics/euroconv/* apps/Applications/euroconv.desktop |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Eric Santonacci <Eric.Santonacci@talc.fr> | 5 | Maintainer: Eric Santonacci <Eric.Santonacci@talc.fr> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Euroconv | 9 | Description: Euroconv |
9 | Converts currencies between different european formats | 10 | Converts currencies between different european formats |
diff --git a/noncore/tools/formatter/opie-formatter.control b/noncore/tools/formatter/opie-formatter.control index 7ee146c..6dfe318 100644 --- a/noncore/tools/formatter/opie-formatter.control +++ b/noncore/tools/formatter/opie-formatter.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-formatter | ||
1 | Files: bin/formatter pics/formatter/devices.png apps/Settings/formatter.desktop | 2 | Files: bin/formatter pics/formatter/devices.png apps/Settings/formatter.desktop |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: L.J. Potter <ljp@llornkcor.com> | 5 | Maintainer: L.J. Potter <ljp@llornkcor.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Formatter | 9 | Description: Formatter |
9 | The filesystem formatting and mountpoint app for the Opie environment. | 10 | The filesystem formatting and mountpoint app for the Opie environment. |
10 | ronment. | 11 | ronment. |
diff --git a/noncore/tools/opie-sh/opie-sh.control b/noncore/tools/opie-sh/opie-sh.control index cb0b948..dc55b18 100644 --- a/noncore/tools/opie-sh/opie-sh.control +++ b/noncore/tools/opie-sh/opie-sh.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-sh | ||
1 | Files: bin/opie-sh bin/opie-sh-howto.sh apps/Opie-SH/opie-sh.desktop pics/opie-sh/*.png help/opie-sh/*.html | 2 | Files: bin/opie-sh bin/opie-sh-howto.sh apps/Opie-SH/opie-sh.desktop pics/opie-sh/*.png help/opie-sh/*.html |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Thomas Stephens <spiralman@softhome.net> | 5 | Maintainer: Thomas Stephens <spiralman@softhome.net> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: 0.5-$SUB_VERSION | 7 | Version: 0.5-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | License: GPL | 9 | License: GPL |
9 | Description: a QDialog shell frontend | 10 | Description: a QDialog shell frontend |
10 | A program to let you use various dialogs from the console (or a shell script) | 11 | A program to let you use various dialogs from the console (or a shell script) |
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-diskfree.control b/noncore/tools/opie-sh/scripts/opie-sh-diskfree.control index 9c3480f..ca424f6 100644 --- a/noncore/tools/opie-sh/scripts/opie-sh-diskfree.control +++ b/noncore/tools/opie-sh/scripts/opie-sh-diskfree.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-sh-diskfree | ||
1 | Files: bin/diskfree.sh apps/Opie-SH/diskfree.desktop pics/opie-sh-scripts/diskfree.png | 2 | Files: bin/diskfree.sh apps/Opie-SH/diskfree.desktop pics/opie-sh-scripts/diskfree.png |
2 | Installed-Size: 0 | 3 | Installed-Size: 0 |
3 | Version: $QPE_VERSION-$SUB_VERSION | 4 | Version: $QPE_VERSION-$SUB_VERSION |
4 | Depends: task-opie-minimal, opie-sh | 5 | Depends: task-opie-minimal, opie-sh |
5 | Priority: optional | 6 | Priority: optional |
6 | Section: opie/settings | 7 | Section: opie/settings |
7 | Maintainer: gonz <gonz@directbox.com> | 8 | Maintainer: gonz <gonz@directbox.com> |
8 | Architecture: arm | 9 | Architecture: arm |
9 | License: GPL | 10 | License: GPL |
10 | Description: frontend to df (show space left on mountpoints) | 11 | Description: frontend to df (show space left on mountpoints) |
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-fsmounter.control b/noncore/tools/opie-sh/scripts/opie-sh-fsmounter.control index dd5a07a..26a2a44 100644 --- a/noncore/tools/opie-sh/scripts/opie-sh-fsmounter.control +++ b/noncore/tools/opie-sh/scripts/opie-sh-fsmounter.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-sh-fsmounter | ||
1 | Files: bin/filesystem_mounter.sh pics/opie-sh-scripts/fsmounter.png apps/Opie-SH/filesystem_mounter.desktop | 2 | Files: bin/filesystem_mounter.sh pics/opie-sh-scripts/fsmounter.png apps/Opie-SH/filesystem_mounter.desktop |
2 | Installed-Size: 0 | 3 | Installed-Size: 0 |
3 | Version: $QPE_VERSION-$SUB_VERSION | 4 | Version: $QPE_VERSION-$SUB_VERSION |
4 | Depends: task-opie-minimal, opie-sh | 5 | Depends: task-opie-minimal, opie-sh |
5 | Priority: optional | 6 | Priority: optional |
6 | Section: opie/settings | 7 | Section: opie/settings |
7 | Maintainer: gonz <gonz@directbox.com> | 8 | Maintainer: gonz <gonz@directbox.com> |
8 | Architecture: arm | 9 | Architecture: arm |
9 | License: GPL | 10 | License: GPL |
10 | Description: frontend to mount/unmount filesystems | 11 | Description: frontend to mount/unmount filesystems |
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-hostlist.control b/noncore/tools/opie-sh/scripts/opie-sh-hostlist.control index 67a4784..d529bb4 100644 --- a/noncore/tools/opie-sh/scripts/opie-sh-hostlist.control +++ b/noncore/tools/opie-sh/scripts/opie-sh-hostlist.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-sh-hostlist | ||
1 | Files: bin/hostlist.sh pics/opie-sh-scripts/hostlist.png apps/Opie-SH/hostlist.desktop share/config/hostlist.cfg | 2 | Files: bin/hostlist.sh pics/opie-sh-scripts/hostlist.png apps/Opie-SH/hostlist.desktop share/config/hostlist.cfg |
2 | Installed-Size: 0 | 3 | Installed-Size: 0 |
3 | Version: $QPE_VERSION-$SUB_VERSION | 4 | Version: $QPE_VERSION-$SUB_VERSION |
4 | Depends: task-opie-minimal, opie-sh | 5 | Depends: task-opie-minimal, opie-sh |
5 | Priority: optional | 6 | Priority: optional |
6 | Section: opie/settings | 7 | Section: opie/settings |
7 | Maintainer: gonz <gonz@directbox.com> | 8 | Maintainer: gonz <gonz@directbox.com> |
8 | Architecture: arm | 9 | Architecture: arm |
9 | License: GPL | 10 | License: GPL |
10 | Description: generate list of hosts which are up/down using ping | 11 | Description: generate list of hosts which are up/down using ping |
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-killproc.control b/noncore/tools/opie-sh/scripts/opie-sh-killproc.control index 836d7c7..d63a135 100644 --- a/noncore/tools/opie-sh/scripts/opie-sh-killproc.control +++ b/noncore/tools/opie-sh/scripts/opie-sh-killproc.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-sh-killproc | ||
1 | Files: bin/killproc.sh apps/Opie-SH/killproc.desktop pics/opie-sh-scripts/killproc.png | 2 | Files: bin/killproc.sh apps/Opie-SH/killproc.desktop pics/opie-sh-scripts/killproc.png |
2 | Installed-Size: 0 | 3 | Installed-Size: 0 |
3 | Version: $QPE_VERSION-$SUB_VERSION | 4 | Version: $QPE_VERSION-$SUB_VERSION |
4 | Depends: task-opie-minimal, opie-sh | 5 | Depends: task-opie-minimal, opie-sh |
5 | Priority: optional | 6 | Priority: optional |
6 | Section: opie/settings | 7 | Section: opie/settings |
7 | Maintainer: gonz <gonz@directbox.com> | 8 | Maintainer: gonz <gonz@directbox.com> |
8 | Architecture: arm | 9 | Architecture: arm |
9 | License: GPL | 10 | License: GPL |
10 | Description: frontend to kill process | 11 | Description: frontend to kill process |
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-launcher-refresh.control b/noncore/tools/opie-sh/scripts/opie-sh-launcher-refresh.control index 51d1618..8b9dfb2 100644 --- a/noncore/tools/opie-sh/scripts/opie-sh-launcher-refresh.control +++ b/noncore/tools/opie-sh/scripts/opie-sh-launcher-refresh.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-sh-launcher-refresh | ||
1 | Files: bin/launcher_refresh.sh pics/opie-sh-scripts/launcher_refresh.png apps/Opie-SH/launcher_refresh.desktop | 2 | Files: bin/launcher_refresh.sh pics/opie-sh-scripts/launcher_refresh.png apps/Opie-SH/launcher_refresh.desktop |
2 | Installed-Size: 0 | 3 | Installed-Size: 0 |
3 | Version: $QPE_VERSION-$SUB_VERSION | 4 | Version: $QPE_VERSION-$SUB_VERSION |
4 | Depends: task-opie-minimal, opie-sh | 5 | Depends: task-opie-minimal, opie-sh |
5 | Priority: optional | 6 | Priority: optional |
6 | Section: opie/settings | 7 | Section: opie/settings |
7 | Maintainer: gonz <gonz@directbox.com> | 8 | Maintainer: gonz <gonz@directbox.com> |
8 | Architecture: arm | 9 | Architecture: arm |
9 | License: GPL | 10 | License: GPL |
10 | Description: refresh the launcher so that new installed applications appear | 11 | Description: refresh the launcher so that new installed applications appear |
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-logviewer.control b/noncore/tools/opie-sh/scripts/opie-sh-logviewer.control index ea14c5a..3cb5172 100644 --- a/noncore/tools/opie-sh/scripts/opie-sh-logviewer.control +++ b/noncore/tools/opie-sh/scripts/opie-sh-logviewer.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-sh-logviewer | ||
1 | Files: bin/logviewer.sh apps/Opie-SH/logviewer.desktop pics/opie-sh-scripts/logviewer.png | 2 | Files: bin/logviewer.sh apps/Opie-SH/logviewer.desktop pics/opie-sh-scripts/logviewer.png |
2 | Installed-Size: 0 | 3 | Installed-Size: 0 |
3 | Version: $QPE_VERSION-$SUB_VERSION | 4 | Version: $QPE_VERSION-$SUB_VERSION |
4 | Depends: task-opie-minimal, opie-sh | 5 | Depends: task-opie-minimal, opie-sh |
5 | Priority: optional | 6 | Priority: optional |
6 | Section: opie/settings | 7 | Section: opie/settings |
7 | Maintainer: gonz <gonz@directbox.com> | 8 | Maintainer: gonz <gonz@directbox.com> |
8 | Architecture: arm | 9 | Architecture: arm |
9 | License: GPL | 10 | License: GPL |
10 | Description: frontend to viewing logfiles | 11 | Description: frontend to viewing logfiles |
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-rsynchelper.control b/noncore/tools/opie-sh/scripts/opie-sh-rsynchelper.control index dd5c394..f9f03cd 100644 --- a/noncore/tools/opie-sh/scripts/opie-sh-rsynchelper.control +++ b/noncore/tools/opie-sh/scripts/opie-sh-rsynchelper.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-sh-rsynchelper | ||
1 | Files: bin/rsyncme.sh apps/Opie-SH/rsyncme.desktop pics/opie-sh-scripts/rsyncme.png share/config/rsyncme.cfg | 2 | Files: bin/rsyncme.sh apps/Opie-SH/rsyncme.desktop pics/opie-sh-scripts/rsyncme.png share/config/rsyncme.cfg |
2 | Installed-Size: 0 | 3 | Installed-Size: 0 |
3 | Version: $QPE_VERSION-$SUB_VERSION | 4 | Version: $QPE_VERSION-$SUB_VERSION |
4 | Depends: task-opie-minimal, opie-sh | 5 | Depends: task-opie-minimal, opie-sh |
5 | Priority: optional | 6 | Priority: optional |
6 | Section: opie/settings | 7 | Section: opie/settings |
7 | Maintainer: gonz <gonz@directbox.com> | 8 | Maintainer: gonz <gonz@directbox.com> |
8 | Architecture: arm | 9 | Architecture: arm |
9 | License: GPL | 10 | License: GPL |
10 | Description: frontend to rsync | 11 | Description: frontend to rsync |
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-servicemanager.control b/noncore/tools/opie-sh/scripts/opie-sh-servicemanager.control index 952cbb2..639511d 100644 --- a/noncore/tools/opie-sh/scripts/opie-sh-servicemanager.control +++ b/noncore/tools/opie-sh/scripts/opie-sh-servicemanager.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-sh-servicemanager | ||
1 | Files: bin/service_manager.sh apps/Opie-SH/service_manager.desktop pics/opie-sh-scripts/service_manager.png | 2 | Files: bin/service_manager.sh apps/Opie-SH/service_manager.desktop pics/opie-sh-scripts/service_manager.png |
2 | Installed-Size: 0 | 3 | Installed-Size: 0 |
3 | Version: $QPE_VERSION-$SUB_VERSION | 4 | Version: $QPE_VERSION-$SUB_VERSION |
4 | Depends: task-opie-minimal, opie-sh | 5 | Depends: task-opie-minimal, opie-sh |
5 | Priority: optional | 6 | Priority: optional |
6 | Section: opie/settings | 7 | Section: opie/settings |
7 | Maintainer: gonz <gonz@directbox.com> | 8 | Maintainer: gonz <gonz@directbox.com> |
8 | Architecture: arm | 9 | Architecture: arm |
9 | License: GPL | 10 | License: GPL |
10 | Description: frontend to start/stop init scripts | 11 | Description: frontend to start/stop init scripts |
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.control b/noncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.control index 755d46c..c89a9a7 100644 --- a/noncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.control +++ b/noncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-sh-ssh-askpass | ||
1 | Files: bin/opie-sh-ssh-askpass.sh | 2 | Files: bin/opie-sh-ssh-askpass.sh |
2 | Installed-Size: 0 | 3 | Installed-Size: 0 |
3 | Version: $QPE_VERSION-$SUB_VERSION | 4 | Version: $QPE_VERSION-$SUB_VERSION |
4 | Depends: task-opie-minimal (1.5.0+), opie-sh (0.5-20020919+) | 5 | Depends: task-opie-minimal (1.5.0+), opie-sh (0.5-20020919+) |
5 | Priority: optional | 6 | Priority: optional |
6 | Section: opie/system | 7 | Section: opie/system |
7 | Maintainer: David Woodhouse <dwmw2@infradead.org> | 8 | Maintainer: David Woodhouse <dwmw2@infradead.org> |
8 | Architecture: arm | 9 | Architecture: arm |
9 | License: GPL | 10 | License: GPL |
10 | Description: Popup dialog box for OpenSSH to ask for user input | 11 | Description: Popup dialog box for OpenSSH to ask for user input |
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-stowawayctrl.control b/noncore/tools/opie-sh/scripts/opie-sh-stowawayctrl.control index 95fb17a..ce158e1 100644 --- a/noncore/tools/opie-sh/scripts/opie-sh-stowawayctrl.control +++ b/noncore/tools/opie-sh/scripts/opie-sh-stowawayctrl.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-sh-stowawayctrl | ||
1 | Files: bin/stowctrl.sh apps/Opie-SH/stowctrl.desktop pics/opie-sh-scripts/stowctrl.png | 2 | Files: bin/stowctrl.sh apps/Opie-SH/stowctrl.desktop pics/opie-sh-scripts/stowctrl.png |
2 | Installed-Size: 0 | 3 | Installed-Size: 0 |
3 | Version: $QPE_VERSION-$SUB_VERSION | 4 | Version: $QPE_VERSION-$SUB_VERSION |
4 | Depends: task-opie-minimal, opie-sh | 5 | Depends: task-opie-minimal, opie-sh |
5 | Priority: optional | 6 | Priority: optional |
6 | Section: opie/settings | 7 | Section: opie/settings |
7 | Maintainer: spiralman <spiralman@softhome.net | 8 | Maintainer: spiralman <spiralman@softhome.net |
8 | Architecture: arm | 9 | Architecture: arm |
9 | License: GPL | 10 | License: GPL |
10 | Description: frontend to start/stop Stowaway keyboard | 11 | Description: frontend to start/stop Stowaway keyboard |
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-usbnetctrl.control b/noncore/tools/opie-sh/scripts/opie-sh-usbnetctrl.control index eb7cd6f..0e7315f 100644 --- a/noncore/tools/opie-sh/scripts/opie-sh-usbnetctrl.control +++ b/noncore/tools/opie-sh/scripts/opie-sh-usbnetctrl.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-sh-usbnetctrl | ||
1 | Files: bin/usbnetctrl.sh apps/Opie-SH/usbnetctrl.desktop pics/opie-sh-scripts/usbnetctrl.png | 2 | Files: bin/usbnetctrl.sh apps/Opie-SH/usbnetctrl.desktop pics/opie-sh-scripts/usbnetctrl.png |
2 | Installed-Size: 0 | 3 | Installed-Size: 0 |
3 | Version: $QPE_VERSION-$SUB_VERSION | 4 | Version: $QPE_VERSION-$SUB_VERSION |
4 | Depends: task-opie-minimal, opie-sh | 5 | Depends: task-opie-minimal, opie-sh |
5 | Priority: optional | 6 | Priority: optional |
6 | Section: opie/settings | 7 | Section: opie/settings |
7 | Maintainer: gonz <gonz@directbox.com> | 8 | Maintainer: gonz <gonz@directbox.com> |
8 | Architecture: arm | 9 | Architecture: arm |
9 | License: GPL | 10 | License: GPL |
10 | Description: frontend to start/stop usbnet | 11 | Description: frontend to start/stop usbnet |
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-wavelanchooser.control b/noncore/tools/opie-sh/scripts/opie-sh-wavelanchooser.control index 0597253..5f19a16 100644 --- a/noncore/tools/opie-sh/scripts/opie-sh-wavelanchooser.control +++ b/noncore/tools/opie-sh/scripts/opie-sh-wavelanchooser.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-sh-wavelanchooser | ||
1 | Files: bin/opie-sh-wavelanchooser.sh apps/Opie-SH/opie-sh-wavelanchooser.desktop pics/opie-sh-scripts/qtwavelan.png | 2 | Files: bin/opie-sh-wavelanchooser.sh apps/Opie-SH/opie-sh-wavelanchooser.desktop pics/opie-sh-scripts/qtwavelan.png |
2 | Installed-Size: 0 | 3 | Installed-Size: 0 |
3 | Version: 0.1-20020527-1 | 4 | Version: 0.1-20020527-1 |
4 | Depends: task-opie-minimal (1.5.0+), opie-sh | 5 | Depends: task-opie-minimal (1.5.0+), opie-sh |
5 | Priority: optional | 6 | Priority: optional |
6 | Section: opie/settings | 7 | Section: opie/settings |
7 | Maintainer: gonz <gonz@directbox.com> | 8 | Maintainer: gonz <gonz@directbox.com> |
8 | Architecture: arm | 9 | Architecture: arm |
9 | License: GPL | 10 | License: GPL |
10 | Description: frontend to choose wavelan config | 11 | Description: frontend to choose wavelan config |
diff --git a/noncore/tools/opie-sh/scripts/task-opie-sh-apps.control b/noncore/tools/opie-sh/scripts/task-opie-sh-apps.control index 5a4a471..d687a1f 100644 --- a/noncore/tools/opie-sh/scripts/task-opie-sh-apps.control +++ b/noncore/tools/opie-sh/scripts/task-opie-sh-apps.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: task-opie-sh-apps | ||
1 | Files: | 2 | Files: |
2 | Installed-Size: 0 | 3 | Installed-Size: 0 |
3 | Version: $QPE_VERSION-$SUB_VERSION | 4 | Version: $QPE_VERSION-$SUB_VERSION |
4 | Depends: task-opie-minimal (1.5.0+), opie-sh, opie-sh-fsmounter, opie-sh-killproc, opie-sh-rsynchelper, opie-sh-servicemanager, opie-sh-usbnetctrl, opie-sh-hostlist, opie-sh-wavelanchooser, opie-sh-diskfree, opie-sh-launcher-refresh, opie-sh-logviewer, opie-sh-stowawayctrl | 5 | Depends: task-opie-minimal (1.5.0+), opie-sh, opie-sh-fsmounter, opie-sh-killproc, opie-sh-rsynchelper, opie-sh-servicemanager, opie-sh-usbnetctrl, opie-sh-hostlist, opie-sh-wavelanchooser, opie-sh-diskfree, opie-sh-launcher-refresh, opie-sh-logviewer, opie-sh-stowawayctrl |
5 | Priority: optional | 6 | Priority: optional |
6 | Section: opie/settings | 7 | Section: opie/settings |
7 | Maintainer: gonz <gonz@directbox.com> | 8 | Maintainer: gonz <gonz@directbox.com> |
8 | Architecture: arm | 9 | Architecture: arm |
9 | License: GPL | 10 | License: GPL |
10 | Description: Opie shell apps | 11 | Description: Opie shell apps |
diff --git a/noncore/tools/remote/opie-remote.control b/noncore/tools/remote/opie-remote.control index 07614a5..4685c71 100644 --- a/noncore/tools/remote/opie-remote.control +++ b/noncore/tools/remote/opie-remote.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-remote | ||
1 | Files: bin/remote apps/Applications/remote.desktop pics/remote/*.png | 2 | Files: bin/remote apps/Applications/remote.desktop pics/remote/*.png |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Thomas Stephens <spiralman@softhome.net> | 5 | Maintainer: Thomas Stephens <spiralman@softhome.net> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: 0.3-$SUB_VERSION | 7 | Version: 0.3-$SUB_VERSION |
7 | Depends: task-opie-minimal, lirc | 8 | Depends: task-opie-minimal, lirc |
8 | License: GPL | 9 | License: GPL |
9 | Description: a remote control | 10 | Description: a remote control |
10 | A remote control using irda. A frontend to lirc. | 11 | A remote control using irda. A frontend to lirc. |
diff --git a/noncore/unsupported/filebrowser/opie-filebrowser.control b/noncore/unsupported/filebrowser/opie-filebrowser.control index 37a98c1..3d35620 100644 --- a/noncore/unsupported/filebrowser/opie-filebrowser.control +++ b/noncore/unsupported/filebrowser/opie-filebrowser.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-filebrowser | ||
1 | Files: bin/filebrowser apps/Applications/filebrowser.desktop pics/filebrowser/ | 2 | Files: bin/filebrowser apps/Applications/filebrowser.desktop pics/filebrowser/ |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | 5 | Maintainer: Warwick Allison <warwick@trolltech.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
8 | Description: Browse the file system | 9 | Description: Browse the file system |
9 | The filebrowser for the Opie environment. | 10 | The filebrowser for the Opie environment. |
diff --git a/noncore/unsupported/gsmtool/opie-gsmtool.control b/noncore/unsupported/gsmtool/opie-gsmtool.control index e2008a9..6d00720 100644 --- a/noncore/unsupported/gsmtool/opie-gsmtool.control +++ b/noncore/unsupported/gsmtool/opie-gsmtool.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: opie-gsmtool | ||
1 | Files: bin/gsmtool apps/Applications/gsmtool.desktop pics/gsmtool | 2 | Files: bin/gsmtool apps/Applications/gsmtool.desktop pics/gsmtool |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: David Woodhouse <dwmw2@infradead.org> | 5 | Maintainer: David Woodhouse <dwmw2@infradead.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: 1.0.0-2 | 7 | Version: 1.0.0-2 |
7 | Depends: task-opie-minimal, gsmlib | 8 | Depends: task-opie-minimal, gsmlib |
8 | License: Public Domain | 9 | License: Public Domain |
9 | Description: GSMTool program | 10 | Description: GSMTool program |
10 | An GSM phone utility program for the Opie environment. | 11 | An GSM phone utility program for the Opie environment. |
diff --git a/noncore/unsupported/mail2/bend/opie-mailapplet.control b/noncore/unsupported/mail2/bend/opie-mailapplet.control index 974ea80..e5d3c6e 100644 --- a/noncore/unsupported/mail2/bend/opie-mailapplet.control +++ b/noncore/unsupported/mail2/bend/opie-mailapplet.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-mailapplet | ||
1 | Files: plugins/applets/libbend.so* | 2 | Files: plugins/applets/libbend.so* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Constantin Bergemann <cbergemann@lisa.de> | 5 | Maintainer: Constantin Bergemann <cbergemann@lisa.de> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: 0.0.9-$SUB_VERSION | 7 | Version: 0.0.9-$SUB_VERSION |
7 | Depends: task-opie-minimal libopie1 opie-mail2 | 8 | Depends: task-opie-minimal libopie1 opie-mail2 |
8 | Description: A Biff-Like mailchecker | 9 | Description: A Biff-Like mailchecker |
9 | License: LGPL | 10 | License: LGPL |
diff --git a/noncore/unsupported/mail2/opie-mail2.control b/noncore/unsupported/mail2/opie-mail2.control index db3a082..7f8aeb6 100644 --- a/noncore/unsupported/mail2/opie-mail2.control +++ b/noncore/unsupported/mail2/opie-mail2.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-mail2 | ||
1 | Files: bin/mail $OPIEDIR/lib/libmail.so* apps/1Pim/mail.desktop pics/mail/*.png sounds/mail/*.wav | 2 | Files: bin/mail $OPIEDIR/lib/libmail.so* apps/1Pim/mail.desktop pics/mail/*.png sounds/mail/*.wav |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Constantin Bergemann <cbergemann@lisa.de> | 5 | Maintainer: Constantin Bergemann <cbergemann@lisa.de> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: 0.0.9-$SUB_VERSION | 7 | Version: 0.0.9-$SUB_VERSION |
7 | Depends: task-opie-minimal, libopie1 | 8 | Depends: task-opie-minimal, libopie1 |
8 | Description: An IMAP mail client | 9 | Description: An IMAP mail client |
9 | License: LGPL | 10 | License: LGPL |
diff --git a/noncore/unsupported/mailit/opie-mailit.control b/noncore/unsupported/mailit/opie-mailit.control index de3f873..65b5b36 100644 --- a/noncore/unsupported/mailit/opie-mailit.control +++ b/noncore/unsupported/mailit/opie-mailit.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-mailit | ||
1 | Files: bin/mailit apps/1Pim/mailit.desktop pics/mailit | 2 | Files: bin/mailit apps/1Pim/mailit.desktop pics/mailit |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie | 4 | Section: opie |
4 | Maintainer: L.J. Potter <llornkcor@handhelds.org> | 5 | Maintainer: L.J. Potter <llornkcor@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $OPIE_VERSION-$SUB_VERSION | 7 | Version: $OPIE_VERSION-$SUB_VERSION |
7 | Description: EMail | 8 | Description: EMail |
8 | A simple POP3 email client for the Opie environment. | 9 | A simple POP3 email client for the Opie environment. |
diff --git a/noncore/unsupported/oipkg/opie-oipkg.control b/noncore/unsupported/oipkg/opie-oipkg.control index 7616754..17e7049 100644 --- a/noncore/unsupported/oipkg/opie-oipkg.control +++ b/noncore/unsupported/oipkg/opie-oipkg.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: opie-oipkg | ||
1 | Files: bin/oipkg apps/Settings/oipkg.desktop pics/oipkg/* | 2 | Files: bin/oipkg apps/Settings/oipkg.desktop pics/oipkg/* |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/settings | 4 | Section: opie/settings |
4 | Maintainer: Patrick S. Vogt <tille@almana.ch> | 5 | Maintainer: Patrick S. Vogt <tille@almana.ch> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, ipkg (>0.99.20), ar | 8 | Depends: task-opie-minimal, ipkg (>0.99.20), ar |
8 | Description: Opie Projects advanced gui ipkg installer | 9 | Description: Opie Projects advanced gui ipkg installer |
9 | A GUI front-end to ipkg for the Opie environment. | 10 | A GUI front-end to ipkg for the Opie environment. |
diff --git a/noncore/unsupported/qpdf/opie-qpdf.control b/noncore/unsupported/qpdf/opie-qpdf.control index 83a677b..33df3e1 100644 --- a/noncore/unsupported/qpdf/opie-qpdf.control +++ b/noncore/unsupported/qpdf/opie-qpdf.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-qpdf | ||
1 | Files: bin/qpdf apps/Applications/qpdf.desktop pics/qpdf/qpdf_icon.png | 2 | Files: bin/qpdf apps/Applications/qpdf.desktop pics/qpdf/qpdf_icon.png |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Robert Griebl <sandman@handhelds.org> | 5 | Maintainer: Robert Griebl <sandman@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: task-opie-minimal, gzip | 8 | Depends: task-opie-minimal, gzip |
8 | Description: A PDF viewer for OPIE. | 9 | Description: A PDF viewer for OPIE. |
diff --git a/pics/opie-pics.control b/pics/opie-pics.control index 178b5ce..bb9e7b9 100644 --- a/pics/opie-pics.control +++ b/pics/opie-pics.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-pics | ||
1 | Files: pics/??*.* pics/opie/* | 2 | Files: pics/??*.* pics/opie/* |
2 | Priority: required | 3 | Priority: required |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Project Opie <opie@handhelds.org> | 5 | Maintainer: Project Opie <opie@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.2 | 7 | Version: $QPE_VERSION-$SUB_VERSION.2 |
7 | Description: a few unassigned for Opie environment | 8 | Description: a few unassigned for Opie environment |
8 | These icons are available to all Opie application. | 9 | These icons are available to all Opie application. |
diff --git a/qt/control/libqte2.control b/qt/control/libqte2.control index 30c79c9..0925d5f 100644 --- a/qt/control/libqte2.control +++ b/qt/control/libqte2.control | |||
@@ -1,12 +1,13 @@ | |||
1 | Package: libqte2 | ||
1 | Files: $QTDIR/lib/libqte.so.$QTE_BASEVERSION $QTDIR/lib/libqte.so.2.3 $QTDIR/lib/libqte.so.2 | 2 | Files: $QTDIR/lib/libqte.so.$QTE_BASEVERSION $QTDIR/lib/libqte.so.2.3 $QTDIR/lib/libqte.so.2 |
2 | Priority: required | 3 | Priority: required |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Robert Griebl <sandman@handhelds.org> | 5 | Maintainer: Robert Griebl <sandman@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: 1:$QTE_VERSION-$QTE_REVISION | 7 | Version: 1:$QTE_VERSION-$QTE_REVISION |
7 | Depends: libjpeg62, libpng3, zlib1g | 8 | Depends: libjpeg62, libpng3, zlib1g |
8 | Provides: qt-embedded, libqt2-emb | 9 | Provides: qt-embedded, libqt2-emb |
9 | Replaces: qt-embedded, libqt2-emb | 10 | Replaces: qt-embedded, libqt2-emb |
10 | Description: Qt/Embedded environment | 11 | Description: Qt/Embedded environment |
11 | A complete windowing system and GUI toolkit for handhelds. | 12 | A complete windowing system and GUI toolkit for handhelds. |
12 | See "QPE" for applications. | 13 | See "QPE" for applications. |
diff --git a/qt/control/qpf-cyberbit-120-50-t10.control b/qt/control/qpf-cyberbit-120-50-t10.control index 9ed33cf..47cb213 100644 --- a/qt/control/qpf-cyberbit-120-50-t10.control +++ b/qt/control/qpf-cyberbit-120-50-t10.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: qpf-cyberbit-120-50-t10 | ||
1 | Files: $QTDIR/lib/fonts/cyberbit_120_50_t10.qpf | 2 | Files: $QTDIR/lib/fonts/cyberbit_120_50_t10.qpf |
2 | Priority: required | 3 | Priority: required |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | 5 | Maintainer: Warwick Allison <warwick@trolltech.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Arch: iPAQ | 7 | Arch: iPAQ |
7 | Version: 2.3.0-5 | 8 | Version: 2.3.0-5 |
8 | Description: Unicode font | 9 | Description: Unicode font |
9 | A pre-rendered Unicode font. | 10 | A pre-rendered Unicode font. |
diff --git a/qt/control/qte-fonts.control b/qt/control/qte-fonts.control index 2786a2d..332dbfa 100644 --- a/qt/control/qte-fonts.control +++ b/qt/control/qte-fonts.control | |||
@@ -1,10 +1,11 @@ | |||
1 | Package: qte-fonts | ||
1 | Files: $QTDIR/lib/fonts/helvetica_*_{50,50i,75,75i}.* $QTDIR/lib/fonts/helvetica_*_t*5* $QTDIR/lib/fonts/fixed_*_50.* $QTDIR/lib/fonts/fixed_*_t*5* $QTDIR/lib/fonts/micro_*{50,50_t15,50_t5}.* $QTDIR/lib/fonts/smallsmooth_*{50,50_t15,50_t5}.* $QTDIR/lib/fonts/smoothtimes_{170,100}_{50,50_t15,50_t5}.* $QTDIR/lib/fonts/fontdir $QTDIR/lib/fonts/helvetica_*t10* $QTDIR/lib/fonts/fixed_*t10* $QTDIR/lib/fonts/micro_*t10* $QTDIR/lib/fonts/smallsmooth_*t10* $QTDIR/lib/fonts/smoothtimes_{170,100}_50*t10* $QTDIR/bin/update-qtfontdir | 2 | Files: $QTDIR/lib/fonts/helvetica_*_{50,50i,75,75i}.* $QTDIR/lib/fonts/helvetica_*_t*5* $QTDIR/lib/fonts/fixed_*_50.* $QTDIR/lib/fonts/fixed_*_t*5* $QTDIR/lib/fonts/micro_*{50,50_t15,50_t5}.* $QTDIR/lib/fonts/smallsmooth_*{50,50_t15,50_t5}.* $QTDIR/lib/fonts/smoothtimes_{170,100}_{50,50_t15,50_t5}.* $QTDIR/lib/fonts/fontdir $QTDIR/lib/fonts/helvetica_*t10* $QTDIR/lib/fonts/fixed_*t10* $QTDIR/lib/fonts/micro_*t10* $QTDIR/lib/fonts/smallsmooth_*t10* $QTDIR/lib/fonts/smoothtimes_{170,100}_50*t10* $QTDIR/bin/update-qtfontdir |
2 | Priority: required | 3 | Priority: required |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Opie Team <opie@handhelds.org> | 5 | Maintainer: Opie Team <opie@handhelds.org> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Depends: libqte2 | 7 | Depends: libqte2 |
7 | Provides: libqt2-emb-fonts | 8 | Provides: libqt2-emb-fonts |
8 | Replaces: qt-embedded-rotation, libqt2-emb-fonts | 9 | Replaces: qt-embedded-rotation, libqt2-emb-fonts |
9 | Version: 1:$QTE_VERSION-$QTE_REVISION | 10 | Version: 1:$QTE_VERSION-$QTE_REVISION |
10 | Description: Qt/Embedded fonts - 0,90,180,270 rotation | 11 | Description: Qt/Embedded fonts - 0,90,180,270 rotation |
diff --git a/quickexec/opie-quickexec.control b/quickexec/opie-quickexec.control index 13f185d..118a4da 100644 --- a/quickexec/opie-quickexec.control +++ b/quickexec/opie-quickexec.control | |||
@@ -1,11 +1,12 @@ | |||
1 | Package: opie-quickexec | ||
1 | Files: bin/quickexec | 2 | Files: bin/quickexec |
2 | Priority: required | 3 | Priority: required |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | 5 | Maintainer: Warwick Allison <warwick@trolltech.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Arch: iPAQ | 7 | Arch: iPAQ |
7 | Version: $QPE_VERSION-$SUB_VERSION | 8 | Version: $QPE_VERSION-$SUB_VERSION |
8 | Depends: task-opie-minimal | 9 | Depends: task-opie-minimal |
9 | Description: Calculator | 10 | Description: Calculator |
10 | A multi-function calculator for the Opie environment. | 11 | A multi-function calculator for the Opie environment. |
11 | Includes units conversion. | 12 | Includes units conversion. |
diff --git a/root/opie-windows2000-ppp-scripts.control b/root/opie-windows2000-ppp-scripts.control index cdd671c..b77367a 100644 --- a/root/opie-windows2000-ppp-scripts.control +++ b/root/opie-windows2000-ppp-scripts.control | |||
@@ -1,7 +1,8 @@ | |||
1 | Package: opie-windows2000-ppp-scripts | ||
1 | Files: root/etc/hosts ipaq/etc/inittab ipaq/etc/ppp | 2 | Files: root/etc/hosts ipaq/etc/inittab ipaq/etc/ppp |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Trenton Schulz <twschulz@trolltech.com> | 5 | Maintainer: Trenton Schulz <twschulz@trolltech.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: 1.0 | 7 | Version: 1.0 |
7 | Description: PPP configuration file needed for Windows 2000 and syncing | 8 | Description: PPP configuration file needed for Windows 2000 and syncing |
diff --git a/root/ptydevs.control b/root/ptydevs.control index 45b3b6d..6cfad72 100644 --- a/root/ptydevs.control +++ b/root/ptydevs.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: ptydevs | ||
1 | Files: root/dev | 2 | Files: root/dev |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: base | 4 | Section: base |
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | 5 | Maintainer: Warwick Allison <warwick@trolltech.com> |
5 | Version: 1.0.0-5 | 6 | Version: 1.0.0-5 |
6 | Architecture: arm | 7 | Architecture: arm |
7 | Description: Pseudotty devices | 8 | Description: Pseudotty devices |
8 | These files are not included in the Familiar libc6 package. | 9 | These files are not included in the Familiar libc6 package. |
9 | This package contains just a few pty/tty pairs. | 10 | This package contains just a few pty/tty pairs. |
diff --git a/root/timezones.control b/root/timezones.control index 43a1579..8002370 100644 --- a/root/timezones.control +++ b/root/timezones.control | |||
@@ -1,9 +1,10 @@ | |||
1 | Package: timezones | ||
1 | Files: root/usr/share/zoneinfo | 2 | Files: root/usr/share/zoneinfo |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: base | 4 | Section: base |
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | 5 | Maintainer: Warwick Allison <warwick@trolltech.com> |
5 | Version: 1.0.0-6 | 6 | Version: 1.0.0-6 |
6 | Description: Timezone data | 7 | Description: Timezone data |
7 | These files are not included in the Familiar libc6 package. | 8 | These files are not included in the Familiar libc6 package. |
8 | This package contains just the non-redundant parts, and uses | 9 | This package contains just the non-redundant parts, and uses |
9 | about 180K with jffs2. | 10 | about 180K with jffs2. |
diff --git a/scripts/remove/opie-remove.control b/scripts/remove/opie-remove.control index cb4a406..162b2c0 100644 --- a/scripts/remove/opie-remove.control +++ b/scripts/remove/opie-remove.control | |||
@@ -1,5 +1,6 @@ | |||
1 | Package: opie-remove | ||
1 | Maintainer: Patrick S. Vogt <tille@handhelds.org> | 2 | Maintainer: Patrick S. Vogt <tille@handhelds.org> |
2 | Section: opie/system | 3 | Section: opie/system |
3 | Priority: optional | 4 | Priority: optional |
4 | Version: 0.9.1 | 5 | Version: 0.9.1 |
5 | Description: Remove opie -- Use at own risc -- will remove opie and /opt/QtPalmtop/ | 6 | Description: Remove opie -- Use at own risc -- will remove opie and /opt/QtPalmtop/ |
diff --git a/scripts/remove/qpe-remove.control b/scripts/remove/qpe-remove.control index b1f002d..f38ee28 100644 --- a/scripts/remove/qpe-remove.control +++ b/scripts/remove/qpe-remove.control | |||
@@ -1,5 +1,6 @@ | |||
1 | Package: qpe-remove | ||
1 | Maintainer: Patrick S. Vogt <tille@handhelds.org> | 2 | Maintainer: Patrick S. Vogt <tille@handhelds.org> |
2 | Section: opie/system | 3 | Section: opie/system |
3 | Priority: optional | 4 | Priority: optional |
4 | Version: 0.9.1 | 5 | Version: 0.9.1 |
5 | Description: Remove qtopia -- Use at own risc -- will remove qtopia and /opt/QtPalmtop/ | 6 | Description: Remove qtopia -- Use at own risc -- will remove qtopia and /opt/QtPalmtop/ |
diff --git a/scripts/update/opie-update.control b/scripts/update/opie-update.control index a2f5e97..6a9e697 100644 --- a/scripts/update/opie-update.control +++ b/scripts/update/opie-update.control | |||
@@ -1,6 +1,7 @@ | |||
1 | Package: opie-update | ||
1 | Maintainer: Patrick S. Vogt <tille@handhelds.org> | 2 | Maintainer: Patrick S. Vogt <tille@handhelds.org> |
2 | Section: opie/system | 3 | Section: opie/system |
3 | Priority: optional | 4 | Priority: optional |
4 | Version: 0.9.1 | 5 | Version: 0.9.1 |
5 | Description: Reinstall opie. Dummy package that reinstalls opie, by removing | 6 | Description: Reinstall opie. Dummy package that reinstalls opie, by removing |
6 | everything and reinstalling it. | 7 | everything and reinstalling it. |
diff --git a/scripts/update/qpe-opie-update.control b/scripts/update/qpe-opie-update.control index 81a5370..f58bab9 100644 --- a/scripts/update/qpe-opie-update.control +++ b/scripts/update/qpe-opie-update.control | |||
@@ -1,7 +1,8 @@ | |||
1 | Package: qpe-opie-update | ||
1 | Maintainer: Patrick S. Vogt <tille@handhelds.org> | 2 | Maintainer: Patrick S. Vogt <tille@handhelds.org> |
2 | Section: opie/system | 3 | Section: opie/system |
3 | Priority: optional | 4 | Priority: optional |
4 | Version: 0.9.1 | 5 | Version: 0.9.1 |
5 | Description: Remove qtopia and install opie. Dummy package that removes qtopia | 6 | Description: Remove qtopia and install opie. Dummy package that removes qtopia |
6 | and installs opie, by removing everything and installing the same opie | 7 | and installs opie, by removing everything and installing the same opie |
7 | packages. | 8 | packages. |
diff --git a/sounds/opie-sounds.control b/sounds/opie-sounds.control index 63728f1..cb4d84e 100644 --- a/sounds/opie-sounds.control +++ b/sounds/opie-sounds.control | |||
@@ -1,8 +1,9 @@ | |||
1 | Package: opie-sounds | ||
1 | Files: sounds/*.wav | 2 | Files: sounds/*.wav |
2 | Priority: required | 3 | Priority: required |
3 | Section: opie/system | 4 | Section: opie/system |
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | 5 | Maintainer: Warwick Allison <warwick@trolltech.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Description: Basic sounds for Opie environment | 8 | Description: Basic sounds for Opie environment |
8 | These sounds are available to all Opie applications. | 9 | These sounds are available to all Opie applications. |