-rw-r--r-- | noncore/settings/appearance2/appearance2.pro | 2 | ||||
-rw-r--r-- | noncore/settings/appearance2/opie-appearance.control | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/noncore/settings/appearance2/appearance2.pro b/noncore/settings/appearance2/appearance2.pro index 3147148..52a322b 100644 --- a/noncore/settings/appearance2/appearance2.pro +++ b/noncore/settings/appearance2/appearance2.pro | |||
@@ -5,8 +5,8 @@ HEADERS = appearance.h editScheme.h sample.h | |||
5 | SOURCES = appearance.cpp editScheme.cpp main.cpp sample.cpp | 5 | SOURCES = appearance.cpp editScheme.cpp main.cpp sample.cpp |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH += ../$(OPIEDIR)/include | 7 | DEPENDPATH += ../$(OPIEDIR)/include |
8 | LIBS += -lqpe -lopie | 8 | LIBS += -lqpe -lopie |
9 | TARGET = appearance2 | 9 | TARGET = appearance |
10 | INCLUDEPATH += $(OPIEDIR)/include | 10 | INCLUDEPATH += $(OPIEDIR)/include |
11 | DEPENDPATH += $(OPIEDIR)/include | 11 | DEPENDPATH += $(OPIEDIR)/include |
12 | 12 | ||
diff --git a/noncore/settings/appearance2/opie-appearance.control b/noncore/settings/appearance2/opie-appearance.control new file mode 100644 index 0000000..d271cb4 --- a/dev/null +++ b/noncore/settings/appearance2/opie-appearance.control | |||
@@ -0,0 +1,9 @@ | |||
1 | Files: bin/appearance apps/Settings/Appearance.desktop pics/appearance | ||
2 | Priority: optional | ||
3 | Section: opie/settings | ||
4 | Maintainer: Dan Williams <wiliamsdr@acm.org> | ||
5 | Architecture: arm | ||
6 | Version: $QPE_VERSION-$SUB_VERSION | ||
7 | Depends: opie-base ($QPE_VERSION), libopie ($QPE_VERSION) | ||
8 | Description: Appearance settings dialog | ||
9 | For the Opie environment. | ||