author | mickeyl <mickeyl> | 2003-01-23 22:54:12 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-01-23 22:54:12 (UTC) |
commit | 9fbf521bec0da1a4909d91cf4a1766f7b4cd1a19 (patch) (unidiff) | |
tree | 283491ab56748d49fa0405dcd0782e36f891cdd5 | |
parent | d3b2ab85a765cd3c0b403f5b5ac2f9b92c22de38 (diff) | |
download | opie-9fbf521bec0da1a4909d91cf4a1766f7b4cd1a19.zip opie-9fbf521bec0da1a4909d91cf4a1766f7b4cd1a19.tar.gz opie-9fbf521bec0da1a4909d91cf4a1766f7b4cd1a19.tar.bz2 |
fix too much libopie->libopie1 replacements
-rw-r--r-- | noncore/net/opietooth/applet/opie-bluetoothapplet.control | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/lib/libopietooth.control | 4 | ||||
-rw-r--r-- | noncore/net/opietooth/manager/opie-bluetoothmanager.control | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/noncore/net/opietooth/applet/opie-bluetoothapplet.control b/noncore/net/opietooth/applet/opie-bluetoothapplet.control index 4e045f7..6f1addf 100644 --- a/noncore/net/opietooth/applet/opie-bluetoothapplet.control +++ b/noncore/net/opietooth/applet/opie-bluetoothapplet.control | |||
@@ -4,6 +4,6 @@ Section: opie/system | |||
4 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> | 4 | Maintainer: Maximilian Reiss <max.reiss@gmx.de> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.1 | 6 | Version: $QPE_VERSION-$SUB_VERSION.1 |
7 | Depends: opie-base ($QPE_VERSION), libopie1tooth | 7 | Depends: opie-base ($QPE_VERSION), libopietooth |
8 | Description: Bluetooth Applet | 8 | Description: Bluetooth Applet |
9 | An bluetooth taskbar applet for the Opie environment | 9 | An bluetooth taskbar applet for the Opie environment |
diff --git a/noncore/net/opietooth/lib/libopietooth.control b/noncore/net/opietooth/lib/libopietooth.control index 1ecb2b6..82d7397 100644 --- a/noncore/net/opietooth/lib/libopietooth.control +++ b/noncore/net/opietooth/lib/libopietooth.control | |||
@@ -1,8 +1,8 @@ | |||
1 | Files: $OPIEDIR/lib/libopie11tooth.so.1.0.0 $OPIEDIR/lib/libopie11tooth.so.1.0 $OPIEDIR/lib/libopie11tooth.so.1 | 1 | Files: $OPIEDIR/lib/libopietooth.so.1.0.0 $OPIEDIR/lib/libopietooth.so.1.0 $OPIEDIR/lib/libopietooth.so.1 |
2 | Priority: optional | 2 | Priority: optional |
3 | Section: opie/system | 3 | Section: opie/system |
4 | Maintainer: Maximilian Reiß <max.reiss@gmx.de> | 4 | Maintainer: Maximilian Reiß <max.reiss@gmx.de> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 6 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: qt-embedded (>=$QTE_VERSION), libopie11, task-bluez | 7 | Depends: qt-embedded (>=$QTE_VERSION), libopie, task-bluez |
8 | Description: Opie bluetooth library | 8 | Description: Opie bluetooth library |
diff --git a/noncore/net/opietooth/manager/opie-bluetoothmanager.control b/noncore/net/opietooth/manager/opie-bluetoothmanager.control index 9b77d07..1ed5ef7 100644 --- a/noncore/net/opietooth/manager/opie-bluetoothmanager.control +++ b/noncore/net/opietooth/manager/opie-bluetoothmanager.control | |||
@@ -4,7 +4,7 @@ Section: opie/applications | |||
4 | Maintainer: Maximilian Reiß <max.reiss@gmx.de> | 4 | Maintainer: Maximilian Reiß <max.reiss@gmx.de> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: 0.5.4-$SUB_VERSION | 6 | Version: 0.5.4-$SUB_VERSION |
7 | Depends: opie-base ($QPE_VERSION), libopie1tooth, opie-bluepin | 7 | Depends: opie-base ($QPE_VERSION), libopietooth, opie-bluepin |
8 | License: GPL | 8 | License: GPL |
9 | Description: Bluetooth Manager application | 9 | Description: Bluetooth Manager application |
10 | 10 | ||