author | mickeyl <mickeyl> | 2004-04-30 12:33:12 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-04-30 12:33:12 (UTC) |
commit | 7829ac6b0577bf2398110f327a4b5e40435c105b (patch) (side-by-side diff) | |
tree | 9e40d4b69370ae3d8c5ad134c049d5e082a303eb /core | |
parent | 79e9cb4ea04d1e22249dd1e2b0522bee3cb370e3 (diff) | |
download | opie-7829ac6b0577bf2398110f327a4b5e40435c105b.zip opie-7829ac6b0577bf2398110f327a4b5e40435c105b.tar.gz opie-7829ac6b0577bf2398110f327a4b5e40435c105b.tar.bz2 |
yeah for consistency: s/qpe/opie/
-rw-r--r-- | core/launcher/opie-taskbar.control | 2 | ||||
-rw-r--r-- | core/launcher/server.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/launcher/opie-taskbar.control b/core/launcher/opie-taskbar.control index 778aff3..d2d070c 100644 --- a/core/launcher/opie-taskbar.control +++ b/core/launcher/opie-taskbar.control @@ -1,10 +1,10 @@ Package: opie-taskbar -Files: bin/qpe apps/Settings/Calibrate.desktop pics/launcher pics/devicebuttons/*.png plugins/applets/libsuspendapplet.so* plugins/applets/libhomeapplet.so* plugins/applets/liblogoutapplet.so* plugins/applets/librotateapplet.so* root/etc/init.d/opie +Files: bin/opie apps/Settings/Calibrate.desktop pics/launcher pics/devicebuttons/*.png plugins/applets/libsuspendapplet.so* plugins/applets/libhomeapplet.so* plugins/applets/liblogoutapplet.so* plugins/applets/librotateapplet.so* root/etc/init.d/opie Priority: required Section: opie/system Maintainer: Opie Team <opie@handhelds.org> Architecture: arm Depends: task-opie-minimal Replaces: opie-rotation Description: Launcher for Opie Version: $QPE_VERSION$EXTRAVERSION diff --git a/core/launcher/server.pro b/core/launcher/server.pro index 4e6a581..d4bf39b 100644 --- a/core/launcher/server.pro +++ b/core/launcher/server.pro @@ -70,15 +70,15 @@ DEPENDPATH += $(OPIEDIR)/core/apps/calibrate INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/rsync DEPENDPATH += $(OPIEDIR)/rsync INCLUDEPATH += $(OPIEDIR)/noncore/settings/mediummount DEPENDPATH += $(OPIEDIR)/noncore/settings/mediummount LIBS += -lqpe -lopiecore2 -lopieui2 -lqrsync -TARGET = qpe +TARGET = opie contains( $(CONFIG_TARGET_MACOSX), y ) { LIBS += -lcrypt } include ( $(OPIEDIR)/include.pro ) |