author | sandman <sandman> | 2002-09-27 01:01:44 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-09-27 01:01:44 (UTC) |
commit | afac99bfbfedb9bfc48bc7e55b806aa9cc80dd96 (patch) (unidiff) | |
tree | 90c201900e7037e128adc759434ed7a53acf9edd | |
parent | ac99721b91f3c61d37236932a5d0f6bc09caaa54 (diff) | |
download | opie-afac99bfbfedb9bfc48bc7e55b806aa9cc80dd96.zip opie-afac99bfbfedb9bfc48bc7e55b806aa9cc80dd96.tar.gz opie-afac99bfbfedb9bfc48bc7e55b806aa9cc80dd96.tar.bz2 |
- added a .control file
- changed the TARGET from appearance2 to appearance
-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 | |||
@@ -1,12 +1,12 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = appearance.h editScheme.h sample.h | 4 | 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. | ||