-rw-r--r-- | noncore/apps/opie-sheet/opie-sheet.control | 3 | ||||
-rw-r--r-- | noncore/apps/opie-sheet/opie-sheet.pro | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/noncore/apps/opie-sheet/opie-sheet.control b/noncore/apps/opie-sheet/opie-sheet.control index 2ec2274..179ee1e 100644 --- a/noncore/apps/opie-sheet/opie-sheet.control +++ b/noncore/apps/opie-sheet/opie-sheet.control | |||
@@ -1,11 +1,12 @@ | |||
1 | Package: opie-sheet | 1 | Package: opie-sheet |
2 | Files: plugins/application/libsheetqt.so* bin/sheetqt apps/Applications/opie-sheet.desktop help/en/html/sheetqt.html pics/opie-sheet/*.png | 2 | Files: plugins/application/libopie-sheet.so* bin/opie-sheet apps/Applications/opie-sheet.desktop help/en/html/sheetqt.html |
3 | pics/opie-sheet/*.png | ||
3 | Priority: optional | 4 | Priority: optional |
4 | Section: opie/applications | 5 | Section: opie/applications |
5 | Maintainer: Serdar Ozler <sozler@sitebest.com> | 6 | Maintainer: Serdar Ozler <sozler@sitebest.com> |
6 | Architecture: arm | 7 | Architecture: arm |
7 | Version: $QPE_VERSION$EXTRAVERSION | 8 | Version: $QPE_VERSION$EXTRAVERSION |
8 | Depends: task-opie-minimal, libopiecore2 | 9 | Depends: task-opie-minimal, libopiecore2 |
9 | License: Public Domain | 10 | License: Public Domain |
10 | Description: Opie Sheet | 11 | Description: Opie Sheet |
11 | Spreadsheet software for Opie. | 12 | Spreadsheet software for Opie. |
diff --git a/noncore/apps/opie-sheet/opie-sheet.pro b/noncore/apps/opie-sheet/opie-sheet.pro index 5c4bc79..ced4daf 100644 --- a/noncore/apps/opie-sheet/opie-sheet.pro +++ b/noncore/apps/opie-sheet/opie-sheet.pro | |||
@@ -1,9 +1,9 @@ | |||
1 | CONFIG = qt warn_on quick-app | 1 | CONFIG = qt warn_on quick-app |
2 | HEADERS = mainwindow.h sheet.h cellformat.h finddlg.h numberdlg.h sortdlg.h textdlg.h Excel.h | 2 | HEADERS = mainwindow.h sheet.h cellformat.h finddlg.h numberdlg.h sortdlg.h textdlg.h Excel.h |
3 | SOURCES = main.cpp mainwindow.cpp sheet.cpp cellformat.cpp finddlg.cpp numberdlg.cpp sortdlg.cpp textdlg.cpp Excel.cpp | 3 | SOURCES = main.cpp mainwindow.cpp sheet.cpp cellformat.cpp finddlg.cpp numberdlg.cpp sortdlg.cpp textdlg.cpp Excel.cpp |
4 | INCLUDEPATH += $(OPIEDIR)/include | 4 | INCLUDEPATH += $(OPIEDIR)/include |
5 | DEPENDPATH += $(OPIEDIR)/include | 5 | DEPENDPATH += $(OPIEDIR)/include |
6 | LIBS += -lqpe -lopiecore2 | 6 | LIBS += -lqpe -lopiecore2 |
7 | TARGET = sheetqt | 7 | TARGET = opie-sheet |
8 | 8 | ||
9 | include ( $(OPIEDIR)/include.pro ) | 9 | include ( $(OPIEDIR)/include.pro ) |