author | groucho <groucho> | 2003-01-31 07:20:14 (UTC) |
---|---|---|
committer | groucho <groucho> | 2003-01-31 07:20:14 (UTC) |
commit | 592ba8bb4f6d68f7a555c35da48673ad39dba4e9 (patch) (side-by-side diff) | |
tree | 27bfb8d0ba14ccf58290135977f13a52ac2387d0 | |
parent | 121c1ce8c512f7b1a61c4ae7f3fa66945a67dfd9 (diff) | |
download | opie-592ba8bb4f6d68f7a555c35da48673ad39dba4e9.zip opie-592ba8bb4f6d68f7a555c35da48673ad39dba4e9.tar.gz opie-592ba8bb4f6d68f7a555c35da48673ad39dba4e9.tar.bz2 |
Moved keytabs in a separate package to avoid conflicts when installing both packages- opie-console and embeddedkonsole
-rw-r--r-- | core/apps/embeddedkonsole/opie-embeddedkonsole.control | 4 | ||||
-rw-r--r-- | etc/opie-keytabs.control | 9 | ||||
-rw-r--r-- | noncore/apps/opie-console/opie-console.control | 4 |
3 files changed, 13 insertions, 4 deletions
diff --git a/core/apps/embeddedkonsole/opie-embeddedkonsole.control b/core/apps/embeddedkonsole/opie-embeddedkonsole.control index b6ff822..b150c7d 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/* +Files: bin/embeddedkonsole apps/Applications/embeddedkonsole.desktop pics/konsole Priority: optional Section: opie/applications Maintainer: L.J. Potter <ljp@llornkcor.com> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base, libopie1 +Depends: opie-base, libopie1, opie-keytabs Description: KDE's konsole (shell terminal) Ported to the Opie environment. diff --git a/etc/opie-keytabs.control b/etc/opie-keytabs.control new file mode 100644 index 0000000..d4abcba --- a/dev/null +++ b/etc/opie-keytabs.control @@ -0,0 +1,9 @@ +Files: etc/keytabs/default.Keytab +Priority: optional +Section: opie/applications +Maintainer: Opie team <opie@handhelds.org> +Architecture: arm +Version: 0.6-$SUB_VERSION +License: GPL +Description: Opie keytabs for terminal applications + diff --git a/noncore/apps/opie-console/opie-console.control b/noncore/apps/opie-console/opie-console.control index a0a2f72..b35324b 100644 --- a/noncore/apps/opie-console/opie-console.control +++ b/noncore/apps/opie-console/opie-console.control @@ -1,10 +1,10 @@ -Files: bin/opie-console apps/Applications/opie-console.desktop pics/console/* etc/keytabs/default.Keytab +Files: bin/opie-console apps/Applications/opie-console.desktop pics/console/* Priority: optional Section: opie/applications Maintainer: Opie team <opie@handhelds.org> Architecture: arm Version: 0.6-$SUB_VERSION -Depends: qpe-base, libopie1, opie-console-help-en, lrzsz +Depends: qpe-base, libopie1, opie-console-help-en, lrzsz, opie-keytabs License: GPL Description: Opie terminal app |