author | mickeyl <mickeyl> | 2004-04-30 20:13:51 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-04-30 20:13:51 (UTC) |
commit | f09f01ded2190c0a5ed5b258857dee4f5c5d4fbf (patch) (unidiff) | |
tree | 64d6f8635cc4068be92baabfda81b28dabf39de5 | |
parent | 7d9d712c295775ff86fa470141261fde17526502 (diff) | |
download | opie-f09f01ded2190c0a5ed5b258857dee4f5c5d4fbf.zip opie-f09f01ded2190c0a5ed5b258857dee4f5c5d4fbf.tar.gz opie-f09f01ded2190c0a5ed5b258857dee4f5c5d4fbf.tar.bz2 |
CLEANUP: match binary and .desktop name
-rw-r--r-- | noncore/apps/opie-console/opie-console.control | 2 | ||||
-rw-r--r-- | noncore/apps/opie-console/opie-console.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/opie-console.control b/noncore/apps/opie-console/opie-console.control index a7ff1f3..d7051dc 100644 --- a/noncore/apps/opie-console/opie-console.control +++ b/noncore/apps/opie-console/opie-console.control | |||
@@ -1,10 +1,10 @@ | |||
1 | Package: opie-console | 1 | Package: opie-console |
2 | Files: bin/opie-console apps/Applications/opie-console.desktop pics/console/* | 2 | Files: bin/console apps/Applications/console.desktop pics/console/* |
3 | Priority: optional | 3 | Priority: optional |
4 | Section: opie/applications | 4 | Section: opie/applications |
5 | Maintainer: Opie Team <opie@handhelds.org> | 5 | Maintainer: Opie Team <opie@handhelds.org> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Version: 0.6-$SUB_VERSION | 7 | Version: 0.6-$SUB_VERSION |
8 | Depends: qpe-base, libopiecore2, libopieui2, opie-console-help-en, lrzsz, opie-keytabs | 8 | Depends: qpe-base, libopiecore2, libopieui2, opie-console-help-en, lrzsz, opie-keytabs |
9 | License: GPL | 9 | License: GPL |
10 | Description: Opie terminal app | 10 | Description: Opie terminal app |
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro index f7e33e9..8268b01 100644 --- a/noncore/apps/opie-console/opie-console.pro +++ b/noncore/apps/opie-console/opie-console.pro | |||
@@ -61,14 +61,14 @@ SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \ | |||
61 | TEmuVt102.cpp TEmulation.cpp MyPty.cpp \ | 61 | TEmuVt102.cpp TEmulation.cpp MyPty.cpp \ |
62 | consoleconfigwidget.cpp | 62 | consoleconfigwidget.cpp |
63 | 63 | ||
64 | 64 | ||
65 | INTERFACES = configurebase.ui editbase.ui | 65 | INTERFACES = configurebase.ui editbase.ui |
66 | INCLUDEPATH += $(OPIEDIR)/include | 66 | INCLUDEPATH += $(OPIEDIR)/include |
67 | DEPENDPATH += $(OPIEDIR)/include | 67 | DEPENDPATH += $(OPIEDIR)/include |
68 | LIBS += -lqpe -lopiecore2 -lopieui2 -lutil | 68 | LIBS += -lqpe -lopiecore2 -lopieui2 -lutil |
69 | TARGET = opie-console | 69 | TARGET = console |
70 | 70 | ||
71 | DEFINES += HAVE_OPENPTY | 71 | DEFINES += HAVE_OPENPTY |
72 | 72 | ||
73 | 73 | ||
74 | include ( $(OPIEDIR)/include.pro ) | 74 | include ( $(OPIEDIR)/include.pro ) |