author | kergoth <kergoth> | 2003-04-22 19:00:09 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-22 19:00:09 (UTC) |
commit | 6504c09407f6cdf0e131205e0337ba6bc7046182 (patch) (side-by-side diff) | |
tree | 87f92a0902a09a97c543f76fb7cff7345f465191 /core/pim/today | |
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.
6 files changed, 6 insertions, 0 deletions
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,3 +1,4 @@ +Package: opie-today Files: bin/today apps/1Pim/today.desktop pics/today/* Priority: optional Section: opie/applications 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,3 +1,4 @@ +Package: opie-today-addressbookplugin Files: plugins/today/libtodayaddressbookplugin.so* Priority: optional Section: opie/applications 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,3 +1,4 @@ +Package: opie-today-datebookplugin Files: plugins/today/libtodaydatebookplugin.so* Priority: optional Section: opie/applications 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,3 +1,4 @@ +Package: opie-today-mailplugin Files: plugins/today/libtodaymailplugin.so* Priority: optional Section: opie/applications 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,3 +1,4 @@ +Package: opie-today-todolistplugin Files: plugins/today/libtodaytodolistplugin.so* Priority: optional Section: opie/applications 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,3 +1,4 @@ +Package: task-opie-today Priority: optional Section: opie/applications Maintainer: Maximilian Reiß <harlekin@handhelds.org> |