author | alwin <alwin> | 2004-02-28 00:24:23 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-02-28 00:24:23 (UTC) |
commit | 74c904ff7ac86e1cccbc3eca18571552e13d625b (patch) (unidiff) | |
tree | 005a35a3e8895f07fd4d11a06a1e4330403c2f1c | |
parent | 5d508c3d19bfe4f0840f43d7c221db4c3cc8cfad (diff) | |
download | opie-74c904ff7ac86e1cccbc3eca18571552e13d625b.zip opie-74c904ff7ac86e1cccbc3eca18571552e13d625b.tar.gz opie-74c904ff7ac86e1cccbc3eca18571552e13d625b.tar.bz2 |
typo fixed
did not build correct ipkg
-rw-r--r-- | noncore/apps/confedit/confedit.pro | 2 | ||||
-rw-r--r-- | noncore/apps/confedit/opie-confeditor.control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/confedit/confedit.pro b/noncore/apps/confedit/confedit.pro index c0f79be..fe72a13 100644 --- a/noncore/apps/confedit/confedit.pro +++ b/noncore/apps/confedit/confedit.pro | |||
@@ -1,21 +1,21 @@ | |||
1 | CONFIG = qt warn_on release quick-app | 1 | CONFIG = qt warn_on release quick-app |
2 | HEADERS = mainwindow.h listviewconfdir.h listviewitemconffile.h listviewitemconfigentry.h editwidget.h listviewitemconf.h | 2 | HEADERS = mainwindow.h listviewconfdir.h listviewitemconffile.h listviewitemconfigentry.h editwidget.h listviewitemconf.h |
3 | SOURCES = main.cpp mainwindow.cpp listviewconfdir.cpp listviewitemconffile.cpp listviewitemconfigentry.cpp editwidget.cpp listviewitemconf.cpp | 3 | SOURCES = main.cpp mainwindow.cpp listviewconfdir.cpp listviewitemconffile.cpp listviewitemconfigentry.cpp editwidget.cpp listviewitemconf.cpp |
4 | INCLUDEPATH += $(OPIEDIR)/include | 4 | INCLUDEPATH += $(OPIEDIR)/include |
5 | DEPENDPATH += $(OPIEDIR)/ioclude | 5 | DEPENDPATH += $(OPIEDIR)/include |
6 | INTERFACES = | 6 | INTERFACES = |
7 | LIBS += -lopiecore2 | 7 | LIBS += -lopiecore2 |
8 | TARGET = confedit | 8 | TARGET = confedit |
9 | 9 | ||
10 | !contains( platform, x11 ) { | 10 | !contains( platform, x11 ) { |
11 | 11 | ||
12 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
13 | LIBS += -lqpe | 13 | LIBS += -lqpe |
14 | } | 14 | } |
15 | 15 | ||
16 | contains( platform, x11 ) { | 16 | contains( platform, x11 ) { |
17 | LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib | 17 | LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib |
18 | } | 18 | } |
19 | 19 | ||
20 | 20 | ||
21 | 21 | ||
diff --git a/noncore/apps/confedit/opie-confeditor.control b/noncore/apps/confedit/opie-confeditor.control index b8e4c7d..00a05da 100644 --- a/noncore/apps/confedit/opie-confeditor.control +++ b/noncore/apps/confedit/opie-confeditor.control | |||
@@ -1,9 +1,9 @@ | |||
1 | Package: opie-confeditor | 1 | Package: opie-confeditor |
2 | Files: bin/confedit apps/Settings/confedit.desktop pics/confedit/confedit.png | 2 | Files: bin/confedit apps/Settings/confedit.desktop pics/confedit/confedit.png plugins/application/libconfedit.so* |
3 | Priority: optional | 3 | Priority: optional |
4 | Section: opie/settings | 4 | Section: opie/settings |
5 | Maintainer: Patrick S. Vogt <tille@handhelds.org> | 5 | Maintainer: Patrick S. Vogt <tille@handhelds.org> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Version: $QPE_VERSION-$SUB_VERSION | 7 | Version: $QPE_VERSION-$SUB_VERSION |
8 | Depends: task-opie-minimal, libopiecore2 | 8 | Depends: task-opie-minimal, libopiecore2 |
9 | Description: An enditor for the ~/Settings/*.conf files | 9 | Description: An enditor for the ~/Settings/*.conf files |