summaryrefslogtreecommitdiff
authordrw <drw>2004-02-22 17:12:28 (UTC)
committer drw <drw>2004-02-22 17:12:28 (UTC)
commitf31e19e2d828dc6d8563b2540e45ee60184f91aa (patch) (unidiff)
treeb4f3e08ea04e9b3e5ad10cfe50f5af0f9531d357
parent68bd0ee2c7806b8fb35caf796e1d623e3d1f6011 (diff)
downloadopie-f31e19e2d828dc6d8563b2540e45ee60184f91aa.zip
opie-f31e19e2d828dc6d8563b2540e45ee60184f91aa.tar.gz
opie-f31e19e2d828dc6d8563b2540e45ee60184f91aa.tar.bz2
Autorotate Applet: libopie->libopie2
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/autorotateapplet/autorotate.cpp2
-rw-r--r--noncore/applets/autorotateapplet/autorotateapplet.pro16
-rw-r--r--noncore/applets/autorotateapplet/config.in2
-rw-r--r--noncore/applets/autorotateapplet/opie-autorotate.control2
4 files changed, 11 insertions, 11 deletions
diff --git a/noncore/applets/autorotateapplet/autorotate.cpp b/noncore/applets/autorotateapplet/autorotate.cpp
index 35a11db..e7891c8 100644
--- a/noncore/applets/autorotateapplet/autorotate.cpp
+++ b/noncore/applets/autorotateapplet/autorotate.cpp
@@ -13,7 +13,7 @@
13#include "autorotate.h" 13#include "autorotate.h"
14 14
15/* OPIE */ 15/* OPIE */
16#include <opie/odevice.h> 16#include <opie2/odevice.h>
17#include <qpe/applnk.h> 17#include <qpe/applnk.h>
18#include <qpe/config.h> 18#include <qpe/config.h>
19#include <qpe/resource.h> 19#include <qpe/resource.h>
diff --git a/noncore/applets/autorotateapplet/autorotateapplet.pro b/noncore/applets/autorotateapplet/autorotateapplet.pro
index 0b966b0..0ccbeba 100644
--- a/noncore/applets/autorotateapplet/autorotateapplet.pro
+++ b/noncore/applets/autorotateapplet/autorotateapplet.pro
@@ -1,13 +1,13 @@
1 TEMPLATE= lib 1TEMPLATE = lib
2 CONFIG += qt plugin warn_on release 2CONFIG += qt plugin warn_on release
3 HEADERS =autorotate.h autorotateimpl.h 3HEADERS = autorotate.h autorotateimpl.h
4 SOURCES =autorotate.cpp autorotateimpl.cpp 4SOURCES = autorotate.cpp autorotateimpl.cpp
5 TARGET = autorotateapplet 5TARGET = autorotateapplet
6 DESTDIR = $(OPIEDIR)/plugins/applets 6DESTDIR = $(OPIEDIR)/plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include ../launcher 8DEPENDPATH += $(OPIEDIR)/include ../launcher
9LIBS += -lqpe -lopie 9LIBS += -lqpe -lopiecore2
10 VERSION = 1.0.0 10VERSION = 1.0.0
11 11
12include ( $(OPIEDIR)/include.pro ) 12include ( $(OPIEDIR)/include.pro )
13target.path = $$prefix/plugins/applets 13target.path = $$prefix/plugins/applets
diff --git a/noncore/applets/autorotateapplet/config.in b/noncore/applets/autorotateapplet/config.in
index 0ddbd59..128d327 100644
--- a/noncore/applets/autorotateapplet/config.in
+++ b/noncore/applets/autorotateapplet/config.in
@@ -1,4 +1,4 @@
1 config AUTOROTATEAPPLET 1 config AUTOROTATEAPPLET
2 boolean "opie-autorotate applet ( disables screen rotation based on the orientation of the device)" 2 boolean "opie-autorotate applet ( disables screen rotation based on the orientation of the device)"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/applets/autorotateapplet/opie-autorotate.control b/noncore/applets/autorotateapplet/opie-autorotate.control
index 9e726e9..47d9805 100644
--- a/noncore/applets/autorotateapplet/opie-autorotate.control
+++ b/noncore/applets/autorotateapplet/opie-autorotate.control
@@ -4,7 +4,7 @@ Priority: optional
4Section: opie/applets 4Section: opie/applets
5Maintainer: Greg Gilbert <greg@treke.net> 5Maintainer: Greg Gilbert <greg@treke.net>
6Architecture: arm 6Architecture: arm
7Depends: task-opie-minimal, libopie1 7Depends: task-opie-minimal, libopiecore2
8Description: Automatic screen rotation applet 8Description: Automatic screen rotation applet
9 Taskbar applet for enabled and disabling the automatic rotation 9 Taskbar applet for enabled and disabling the automatic rotation
10 of the screen based on your devices physical orientation/ 10 of the screen based on your devices physical orientation/