author | llornkcor <llornkcor> | 2002-09-29 00:21:21 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-09-29 00:21:21 (UTC) |
commit | 309d8a7d31e7d192c182f9674d832cb3bc5a3210 (patch) (unidiff) | |
tree | dec0fb721cf5ac97f04c238ef50c36a6624e30ad | |
parent | 2564c75d8c9d71f53b296a87b806d5eade2e093a (diff) | |
download | opie-309d8a7d31e7d192c182f9674d832cb3bc5a3210.zip opie-309d8a7d31e7d192c182f9674d832cb3bc5a3210.tar.gz opie-309d8a7d31e7d192c182f9674d832cb3bc5a3210.tar.bz2 |
opie mods
-rw-r--r-- | apps/Settings/aqpkg.desktop | 2 | ||||
-rw-r--r-- | noncore/settings/aqpkg/aqpkg.control | 10 | ||||
-rw-r--r-- | noncore/settings/aqpkg/aqpkg.pro | 6 |
3 files changed, 14 insertions, 4 deletions
diff --git a/apps/Settings/aqpkg.desktop b/apps/Settings/aqpkg.desktop index 9687dbd..bd11d9e 100644 --- a/apps/Settings/aqpkg.desktop +++ b/apps/Settings/aqpkg.desktop | |||
@@ -1,6 +1,6 @@ | |||
1 | [Desktop Entry] | 1 | [Desktop Entry] |
2 | Type=Application | 2 | Type=Application |
3 | Exec=aqpkg | 3 | Exec=aqpkg |
4 | MimeType=application/ipkg | 4 | MimeType=application/ipkg |
5 | Icon=aqpkg | 5 | Icon=aqpkg/aqpkg |
6 | Name=AQPkg | 6 | Name=AQPkg |
diff --git a/noncore/settings/aqpkg/aqpkg.control b/noncore/settings/aqpkg/aqpkg.control new file mode 100644 index 0000000..fe5e80d --- a/dev/null +++ b/noncore/settings/aqpkg/aqpkg.control | |||
@@ -0,0 +1,10 @@ | |||
1 | Files: bin/aqpkg pics/aqpkg apps/Settings/aqpkg.desktop | ||
2 | Package: aqpkg | ||
3 | Priority: optional | ||
4 | Section: Settings | ||
5 | $QPE_VERSION-$SUB_VERSION.1 | ||
6 | Depends: opie-base ($QPE_VERSION) | ||
7 | Architecture: arm | ||
8 | Maintainer: Andy Qua (andy.qua@blueyonder.co.uk) | ||
9 | Description: A Package Manager | ||
10 | |||
diff --git a/noncore/settings/aqpkg/aqpkg.pro b/noncore/settings/aqpkg/aqpkg.pro index 01f9eff..31910aa 100644 --- a/noncore/settings/aqpkg/aqpkg.pro +++ b/noncore/settings/aqpkg/aqpkg.pro | |||
@@ -1,41 +1,41 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on debug | 2 | CONFIG = qt warn_on debug |
3 | HEADERS = global.h \ | 3 | HEADERS = global.h \ |
4 | mainwin.h \ | 4 | mainwin.h \ |
5 | datamgr.h \ | 5 | datamgr.h \ |
6 | settingsimpl.h \ | 6 | settingsimpl.h \ |
7 | ipkg.h \ | 7 | ipkg.h \ |
8 | networkpkgmgr.h \ | 8 | networkpkgmgr.h \ |
9 | package.h \ | 9 | package.h \ |
10 | progressdlg.h \ | 10 | progressdlg.h \ |
11 | installdlgimpl.h \ | 11 | installdlgimpl.h \ |
12 | instoptionsimpl.h \ | 12 | instoptionsimpl.h \ |
13 | destination.h \ | 13 | destination.h \ |
14 | utils.h \ | 14 | utils.h \ |
15 | server.h \ | 15 | server.h \ |
16 | helpwindow.h \ | 16 | helpwindow.h \ |
17 | inputdlg.h | 17 | inputdlg.h |
18 | SOURCES = mainwin.cpp \ | 18 | SOURCES = mainwin.cpp \ |
19 | datamgr.cpp \ | 19 | datamgr.cpp \ |
20 | mem.cpp \ | 20 | mem.cpp \ |
21 | settingsimpl.cpp \ | 21 | settingsimpl.cpp \ |
22 | ipkg.cpp \ | 22 | ipkg.cpp \ |
23 | networkpkgmgr.cpp \ | 23 | networkpkgmgr.cpp \ |
24 | main.cpp \ | 24 | main.cpp \ |
25 | package.cpp \ | 25 | package.cpp \ |
26 | progressdlg.cpp \ | 26 | progressdlg.cpp \ |
27 | installdlgimpl.cpp \ | 27 | installdlgimpl.cpp \ |
28 | instoptionsimpl.cpp \ | 28 | instoptionsimpl.cpp \ |
29 | destination.cpp \ | 29 | destination.cpp \ |
30 | utils.cpp \ | 30 | utils.cpp \ |
31 | server.cpp \ | 31 | server.cpp \ |
32 | helpwindow.cpp \ | 32 | helpwindow.cpp \ |
33 | inputdlg.cpp | 33 | inputdlg.cpp |
34 | INTERFACES= settings.ui \ | 34 | INTERFACES= settings.ui \ |
35 | install.ui \ | 35 | install.ui \ |
36 | instoptions.ui | 36 | instoptions.ui |
37 | TARGET = aqpkg | 37 | TARGET = aqpkg |
38 | INCLUDEPATH += $(QPEDIR)/include | 38 | INCLUDEPATH += $(OPIEDIR)/include |
39 | DEPENDPATH += $(QPEDIR)/include | 39 | DEPENDPATH += $(OPIEDIR)/include |
40 | LIBS += -lqpe -lstdc++ | 40 | LIBS += -lqpe -lstdc++ |
41 | 41 | DESTDIR = $(OPIEDIR)/bin | |