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 | |
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.
9 files changed, 9 insertions, 0 deletions
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,3 +1,4 @@ +Package: opie-addressbook Files: bin/addressbook apps/1Pim/addressbook.desktop pics/addressbook/*.png Priority: optional Section: opie/applications 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,3 +1,4 @@ +Package: opie-datebook Files: bin/datebook apps/1Pim/datebook.desktop pics/datebook Priority: optional Section: opie/applications 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> 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,3 +1,4 @@ +Package: opie-todo Files: bin/todolist apps/1Pim/todo.desktop pics/todo Priority: optional Section: opie/applications |