summaryrefslogtreecommitdiff
path: root/core
authorkergoth <kergoth>2003-01-23 05:18:10 (UTC)
committer kergoth <kergoth>2003-01-23 05:18:10 (UTC)
commitc9c6af99d715c352cc38a60067d09fb604a6f267 (patch) (side-by-side diff)
tree466940a32afe219f62c3bee24eb1882a21e2cbce /core
parentfea0b8dd4eeaee99e6f48ad7eda26a1aa10b903e (diff)
downloadopie-c9c6af99d715c352cc38a60067d09fb604a6f267.zip
opie-c9c6af99d715c352cc38a60067d09fb604a6f267.tar.gz
opie-c9c6af99d715c352cc38a60067d09fb604a6f267.tar.bz2
package naming change.. alter library packages to use debian naming convention. also moved bits that didnt belong in lib pakcages elsewhere.
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/cardmon/opie-cardmon.control2
-rw-r--r--core/applets/irdaapplet/opie-irdaapplet.control2
-rw-r--r--core/applets/obex/libopieobex.control2
-rw-r--r--core/apps/embeddedkonsole/opie-embeddedkonsole.control2
-rw-r--r--core/apps/textedit/opie-textedit.control2
-rw-r--r--core/launcher/opie-taskbar.control7
-rw-r--r--core/launcher/opie-taskbar.postinst11
-rwxr-xr-xcore/launcher/opie-taskbar.prerm5
-rw-r--r--core/multimedia/opieplayer/opie-mediaplayer.control2
-rw-r--r--core/opie-login/opie-login.control2
-rw-r--r--core/pim/addressbook/opie-addressbook.control2
-rw-r--r--core/pim/datebook/opie-datebook.control2
-rw-r--r--core/pim/today/opie-today.control2
-rw-r--r--core/pim/today/task-opie-today.control2
-rw-r--r--core/pim/todo/opie-todo.control2
15 files changed, 31 insertions, 16 deletions
diff --git a/core/applets/cardmon/opie-cardmon.control b/core/applets/cardmon/opie-cardmon.control
index 359936a..708e6df 100644
--- a/core/applets/cardmon/opie-cardmon.control
+++ b/core/applets/cardmon/opie-cardmon.control
@@ -1,9 +1,9 @@
Files: plugins/applets/libcardmonapplet.so* pics/cardmon/*.png sounds/cardmon/*.wav
Priority: optional
Section: opie/taskbar
Maintainer: Maximilian Reiß <max.reiss@gmx.de>
Architecture: arm
Version: $QPE_VERSION-$SUB_VERSION
-Depends: opie-base ($QPE_VERSION), libopie
+Depends: opie-base ($QPE_VERSION), libopie1
Description: CF/PCMCIA Card Monitor applet
SD/MMC/CF/PCMCIA Card Monitor applet for the Opie environment taskbar.
diff --git a/core/applets/irdaapplet/opie-irdaapplet.control b/core/applets/irdaapplet/opie-irdaapplet.control
index 5b901de..2bf86df 100644
--- a/core/applets/irdaapplet/opie-irdaapplet.control
+++ b/core/applets/irdaapplet/opie-irdaapplet.control
@@ -1,9 +1,9 @@
Files: plugins/applets/libirdaapplet.so* pics/irdaapplet/* sounds/irdaapplet/*.wav
Priority: optional
Section: opie/system
Maintainer: David Woodhouse <dwmw2@infradead.org>
Architecture: arm
Version: $QPE_VERSION-$SUB_VERSION.1
-Depends: opie-base ($QPE_VERSION), libopieobex
+Depends: opie-base ($QPE_VERSION), libopie1obex
Description: Irda Applet
An IrDA taskbar applet for the Opie environment
diff --git a/core/applets/obex/libopieobex.control b/core/applets/obex/libopieobex.control
index d74b51c..4c13b69 100644
--- a/core/applets/obex/libopieobex.control
+++ b/core/applets/obex/libopieobex.control
@@ -1,9 +1,9 @@
-Files: plugins/obex/libopieobex.so*
+Files: plugins/obex/libopie1obex.so*
Priority: optional
Section: opie/system
Maintainer: Holger Freyther <zecke@handhelds.org>
Architecture: arm
Version: $QPE_VERSION-$SUB_VERSION.1
Depends: opie-base ($QPE_VERSION), openobex
Description: Irda obex lib
\ No newline at end of file
diff --git a/core/apps/embeddedkonsole/opie-embeddedkonsole.control b/core/apps/embeddedkonsole/opie-embeddedkonsole.control
index b9719ba..88fb84b 100644
--- a/core/apps/embeddedkonsole/opie-embeddedkonsole.control
+++ b/core/apps/embeddedkonsole/opie-embeddedkonsole.control
@@ -1,9 +1,9 @@
Files: bin/embeddedkonsole apps/Applications/embeddedkonsole.desktop pics/konsole etc/keytabs/*
Priority: optional
Section: opie/applications
Maintainer: L.J. Potter <ljp@llornkcor.com>
Architecture: arm
Version: $QPE_VERSION-$SUB_VERSION
-Depends: opie-base ($QPE_VERSION), libopie ($QPE_VERSION)
+Depends: opie-base ($QPE_VERSION), libopie1 ($QPE_VERSION)
Description: KDE's konsole (shell terminal)
Ported to the Opie environment.
diff --git a/core/apps/textedit/opie-textedit.control b/core/apps/textedit/opie-textedit.control
index 0454edc..8d5089c 100644
--- a/core/apps/textedit/opie-textedit.control
+++ b/core/apps/textedit/opie-textedit.control
@@ -1,9 +1,9 @@
Files: bin/textedit apps/1Pim/textedit.desktop pics/textedit
Priority: optional
Section: opie/applications
Maintainer: L. J. Potter <llornkcor@handhelds.org>
Architecture: arm
Version: $QPE_VERSION-$SUB_VERSION
-Depends: opie-base ($QPE_VERSION), libopie ($QPE_VERSION)
+Depends: opie-base ($QPE_VERSION), libopie1 ($QPE_VERSION)
Description: Text Editor
The text editor for the Opie environment.
diff --git a/core/launcher/opie-taskbar.control b/core/launcher/opie-taskbar.control
index 8bf2113..95582c3 100644
--- a/core/launcher/opie-taskbar.control
+++ b/core/launcher/opie-taskbar.control
@@ -1,9 +1,8 @@
-Files: bin/qpe apps/Settings/Calibrate.desktop pics/launcher pics/devicebuttons/*.png plugins/applets/libsuspendapplet.so* plugins/applets/libhomeapplet.so* plugins/applets/liblogoutapplet.so*
+Files: bin/qpe apps/Settings/Calibrate.desktop pics/launcher pics/devicebuttons/*.png plugins/applets/libsuspendapplet.so* plugins/applets/libhomeapplet.so* plugins/applets/liblogoutapplet.so* root/etc/init.d/opie
Priority: required
Section: opie/system
Maintainer: Project Opie <opie@handhelds.org>
Architecture: arm
-Version: $QPE_VERSION-$SUB_VERSION.1
-Depends: qt-embedded (>=$QTE_VERSION)
+Version: $QPE_VERSION-$SUB_VERSION.2
+Depends: qt-embedded (>=$QTE_VERSION), opie-common, libqpe1, libopie11
Description: Launcher for Opie
- The "finder" or "explorer", or whatever you want to call it.
diff --git a/core/launcher/opie-taskbar.postinst b/core/launcher/opie-taskbar.postinst
new file mode 100644
index 0000000..483985b
--- a/dev/null
+++ b/core/launcher/opie-taskbar.postinst
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+ln -sf ../init.d/opie /etc/rc0.d/K98opie
+ln -sf ../init.d/opie /etc/rc1.d/K98opie
+ln -sf ../init.d/opie /etc/rc6.d/K98opie
+ln -sf ../init.d/opie /etc/rc2.d/S98opie
+ln -sf ../init.d/opie /etc/rc3.d/S98opie
+ln -sf ../init.d/opie /etc/rc4.d/S98opie
+ln -sf ../init.d/opie /etc/rc5.d/S98opie
+
+exit 0
diff --git a/core/launcher/opie-taskbar.prerm b/core/launcher/opie-taskbar.prerm
new file mode 100755
index 0000000..664160b
--- a/dev/null
+++ b/core/launcher/opie-taskbar.prerm
@@ -0,0 +1,5 @@
+#/bin/sh
+
+find /etc -name [SK][0-9][0-9]opie | xargs rm -f
+
+exit 0
diff --git a/core/multimedia/opieplayer/opie-mediaplayer.control b/core/multimedia/opieplayer/opie-mediaplayer.control
index da193c0..0eea09d 100644
--- a/core/multimedia/opieplayer/opie-mediaplayer.control
+++ b/core/multimedia/opieplayer/opie-mediaplayer.control
@@ -1,9 +1,9 @@
Files: bin/opieplayer pics/opieplayer apps/Applications/opieplayer.desktop pics/opieplayer2/skins/default
Priority: optional
Section: opie/applications
Maintainer: L.J.Potter <ljp@llornkcor.com>
Architecture: arm
Version: $QPE_VERSION-$SUB_VERSION
-Depends: opie-base ($QPE_VERSION), libopie ($QPE_VERSION)
+Depends: opie-base ($QPE_VERSION), libopie1 ($QPE_VERSION)
Description: The Opie media player
The mediaplayer for Opie. It plays mp3, mpeg, and wav.
diff --git a/core/opie-login/opie-login.control b/core/opie-login/opie-login.control
index 16f82f0..0bf29f8 100644
--- a/core/opie-login/opie-login.control
+++ b/core/opie-login/opie-login.control
@@ -1,9 +1,9 @@
Files: bin/opie-login share/opie-login/opie-session share/opie-login/pre-session share/opie-login/post-session
Priority: optional
Section: opie/system
Maintainer: Project Opie <opie@handhelds.org>
Architecture: arm
Version: $QPE_VERSION-$SUB_VERSION
-Depends: opie-base ($QPE_VERSION), libopie
+Depends: opie-base ($QPE_VERSION), libopie1
Description: Multiuser login for OPIE
A xdm/kdm equivalent for OPIE.
diff --git a/core/pim/addressbook/opie-addressbook.control b/core/pim/addressbook/opie-addressbook.control
index f8fd7aa..cc7f580 100644
--- a/core/pim/addressbook/opie-addressbook.control
+++ b/core/pim/addressbook/opie-addressbook.control
@@ -1,10 +1,10 @@
Files: bin/addressbook apps/1Pim/addressbook.desktop pics/addressbook/*.png
Priority: optional
Section: opie/applications
Conflicts: qpe-tkcaddressbook
Maintainer: Stefan Eilers <eilers.stefan@epost.de>
Architecture: arm
Version: $QPE_VERSION-$SUB_VERSION
-Depends: opie-base ($QPE_VERSION), libopie ($QPE_VERSION)
+Depends: opie-base ($QPE_VERSION), libopie1 ($QPE_VERSION)
Description: Contacts
A simple addressbook for the Opie environment.
diff --git a/core/pim/datebook/opie-datebook.control b/core/pim/datebook/opie-datebook.control
index cb2dd6a..de2673f 100644
--- a/core/pim/datebook/opie-datebook.control
+++ b/core/pim/datebook/opie-datebook.control
@@ -1,10 +1,10 @@
Files: bin/datebook apps/1Pim/datebook.desktop pics/datebook
Priority: optional
Section: opie/applications
Conflicts: qpe-tkccalendar
Maintainer: Warwick Allison <warwick@trolltech.com>
Architecture: arm
Version: $QPE_VERSION-$SUB_VERSION
-Depends: opie-base ($QPE_VERSION), libopie ($QPE_VERSION)
+Depends: opie-base ($QPE_VERSION), libopie1 ($QPE_VERSION)
Description: A datebook/appointment manager
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 acdcf8e..a514c3e 100644
--- a/core/pim/today/opie-today.control
+++ b/core/pim/today/opie-today.control
@@ -1,16 +1,16 @@
Files: bin/today apps/1Pim/today.desktop pics/today/*
Priority: optional
Section: opie/applications
Maintainer: Maximilian Reiß <harlekin@handhelds.org>
Architecture: arm
Version: 0.6-$SUB_VERSION
-Depends: opie-base ($QPE_VERSION), libopie ($QPE_VERSION)
+Depends: opie-base ($QPE_VERSION), libopie1 ($QPE_VERSION)
License: GPL
Description: today screen
This today screen app gives an overview of appointments
and todos.
It also shows incoming and outgoing mails from opiemail.
When using Opie (opie.handhelds.org) today can be autostarted
on resume.
It is highly configurable.
diff --git a/core/pim/today/task-opie-today.control b/core/pim/today/task-opie-today.control
index 07d6ba5..780c08a 100644
--- a/core/pim/today/task-opie-today.control
+++ b/core/pim/today/task-opie-today.control
@@ -1,10 +1,10 @@
Priority: optional
Section: opie/applications
Maintainer: Maximilian Reiß <harlekin@handhelds.org>
Architecture: arm
Version: 0.5-$SUB_VERSION
-Depends: opie-base ($QPE_VERSION), libopie ($QPE_VERSION), opie-today, opie-today-datebookplugin, opie-today-todolistplugin, opie-today-mailplugin
+Depends: opie-base ($QPE_VERSION), libopie1 ($QPE_VERSION), opie-today, opie-today-datebookplugin, opie-today-todolistplugin, opie-today-mailplugin
License: GPL
Description: Task for basic today setup
includes datebook, todolist and mail plugin
diff --git a/core/pim/todo/opie-todo.control b/core/pim/todo/opie-todo.control
index a78228d..d2b705a 100644
--- a/core/pim/todo/opie-todo.control
+++ b/core/pim/todo/opie-todo.control
@@ -1,9 +1,9 @@
Files: bin/todolist apps/1Pim/todo.desktop pics/todo
Priority: optional
Section: opie/applications
Maintainer: Holger 'zecke' Freyther <zecke@handhelds.org>
Architecture: arm
Version: $QPE_VERSION-$SUB_VERSION
-Depends: opie-base ($QPE_VERSION), libopie ($QPE_VERSION)
+Depends: opie-base ($QPE_VERSION), libopie1 ($QPE_VERSION)
Description: TODO-list manager
A Todo-list manager for the Opie environment.