author | mickeyl <mickeyl> | 2004-05-16 21:32:58 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-05-16 21:32:58 (UTC) |
commit | a2ae46cf5a04a10042f84731a18a4471d633be59 (patch) (side-by-side diff) | |
tree | 65a0290d79c1a93e994f261997830660db7645ff /noncore | |
parent | 8027523311f2ce1c0b1b9c62e73ca0644689e7c1 (diff) | |
download | opie-a2ae46cf5a04a10042f84731a18a4471d633be59.zip opie-a2ae46cf5a04a10042f84731a18a4471d633be59.tar.gz opie-a2ae46cf5a04a10042f84731a18a4471d633be59.tar.bz2 |
CLEANUP: synchronize appname with .desktop file
-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,5 +1,6 @@ Package: opie-sheet -Files: plugins/application/libsheetqt.so* bin/sheetqt apps/Applications/opie-sheet.desktop help/en/html/sheetqt.html pics/opie-sheet/*.png +Files: plugins/application/libopie-sheet.so* bin/opie-sheet apps/Applications/opie-sheet.desktop help/en/html/sheetqt.html +pics/opie-sheet/*.png Priority: optional Section: opie/applications Maintainer: Serdar Ozler <sozler@sitebest.com> 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 @@ -4,6 +4,6 @@ SOURCES = main.cpp mainwindow.cpp sheet.cpp cellformat.cpp finddlg.cpp nu INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopiecore2 -TARGET = sheetqt +TARGET = opie-sheet include ( $(OPIEDIR)/include.pro ) |